-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
222 lines (196 loc) · 12.7 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html>
<head>
<title>Links</title>
<link rel="stylesheet" href="style.css">
<script src="interact.js"></script>
<!--font-family: 'DM Sans', sans-serif;-->
<!--font-family: 'DM Serif Text', serif;-->
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=DM+Serif+Text:ital@0;1&display=swap" rel="stylesheet">
<!--font-family: 'DM Serif Text', serif;-->
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=GFS+Didot&family=Rubik:wght@400;500;700&display=swap" rel="stylesheet">
<!--font-family: 'Merriweather', serif; -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<!--font-family: 'Noto Serif', serif; -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- font-family: 'Nunito', sans-serif;-->
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!--font-family: 'Merriweather Sans', sans-serif; -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap" rel="stylesheet">
<!--font-family: 'Rubik', sans-serif;-->
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!--font-family: 'Libre Baskerville', serif;-->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
</head>
<body>
<!--Scroll Indicator-->
<div class="scroll_indicator">
<div class="progress-container">
<div class="progress-bar" id="scroll_bar"></div>
</div>
</div>
<!-- Header -->
<div class="header">
<!-- Logo -->
<div class="logo_container">
<a href="Index.html"><img class="logo_class" src="img/acfea_logo_2.png" width="150px" height="142px"></a>
<header class="logo_name"><p class="m">Asian </p>
<p class="m">Consumer & Family Economics </p>
<p class="m">Association</p></header>
<!-- Search area -->
<!-- <form class="search_bar">
<input cols="8" rows="1" value="search">
<img src="img/search_bar.png" width="10px" height="10px"></form>
-->
</div>
<!-- Navigation Bar-->
<div class="Nav_container">
<div class="navigation_bar">
<table>
<tr>
<td class="nav_bar"><span><a href="About.html" class="nav_no_deco">About</a></span>
</td>
<td class="nav_bar"><span><a href="Index.html" class="nav_no_deco">Home</a></span>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="news.html" class="nav_no_deco">News</a></span>
</div>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="org.html" class="nav_no_deco">Organization</a></span>
<div class="dropdown-content">
<a href="org.html">Presidents</a>
<a href="org1.html">Advisory Board</a>
<a href="org2.html">Staff</a>
</div></div>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="archi.html" class="nav_no_deco">Conference</a></span>
<div class="dropdown-content">
<a href="archi.html" style="text-transform:lowercase;">12th (2018)</a>
<a href="archi.html" style="text-transform:lowercase;">11th (2016)</a>
<a href="archi.html" style="text-transform:lowercase;">10th (2014)</a>
<a href="archi.html" style="text-transform:lowercase;">9th (2011)</a>
<a href="archi.html" style="text-transform:lowercase;">8th (2009)</a>
</div>
</div>
</td>
<td class="nav_bar">
<div class="nav_dropdown">
<span><a href="contact.html" class="nav_no_deco">Contact</a></span>
</div>
</tr>
</table>
</div>
</div>
</div>
<!-- Contact-->
<div class="contact_container">
<p class="contact_head">Contact us</p>
<p class="con_title_1">Contact us by writing an email to <b>ACFEA Mailbox.</b> <br />
We look forward to hearing from you and will reply as soon as possible.</p>
<a href="mailto:[email protected]" class="con_link">ACFEA mailbox</a>
</div>
<!--Links-->
<div class="link_container">
<p class="contact_head">Related Links</p>
<div class="link_container">
<div class="blank_0">
<p class="link_title_1">| Economic & Financial Reviews</p>
<div class="link_box">
<a href="http://www.worldscientific.com/worldscinet/ser" target="_blank" class="conf_link">Singapore Economic Review</a>
<br />
<br />
<a href="http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1468-2354" target="_blank" class="conf_link">International Economic Review</a>
<br />
<br />
<a href="http://www.springerpub.com/journal-of-financial-counseling-and-planning.html" target="_blank" class="conf_link">Journal of Financial Counseling and Planning</a>
<br />
<br />
<a href="International Journal of Revenue Management" target="_blank" class="conf_link">International Journal of Revenue Management</a>
<br />
<br />
<a href="International Journal of Sustainable Real Estate and Construction Economics" target="_blank" class="conf_link">Journal of Sustainable Real Estate & Construction Economics</a>
</div>
</div>
<div class="blank">
<p class="link_title_1">| Consumer & Family Economics </p>
<div class="link_box">
<a href="http://www.sagepub.com/journals/Journal200912/abstractIndexing#tabview=title" target="_blank" class="conf_link">Journal of Family Issues</a>
<br />
<br />
<a href="http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1745-6606/" target="_blank" class="conf_link">Journal of Consumer Affairs</a>
<br />
<br />
<a href="http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1479-1838" target="_blank" class="conf_link">Journal of Consumer Behaviour</a>
<br />
<br />
<a href="http://www.springer.com/social+sciences/journal/10834" target="_blank" class="conf_link">Journal of Family and Economic Issues</a>
<br />
<br />
<a href="Review of Economics of the Household" target="_blank" class="conf_link">Review of Economics of the Household</a>
<br />
<br />
<a href="http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1470-6431" target="_blank" class="conf_link">International Journal of Consumer Studies</a>
<br />
<br />
<a href="http://www.magscholar.com/joomla/index.php/ijcr-about-the-journal/87-journal-publications/ijcr" target="_blank" class="conf_link">International Journal of Consumer Research</a>
<br />
<br />
<a href="http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1552-3934" target="_blank" class="conf_link">Family and Consumer Sciences Research Journal</a>
<br />
<br />
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer_container">
<div class="footer_box0">
<div>
<a href="Index.html" class="sitemap_title0"><span>ACFEA Websites</span></a>
</div>
<div class="footer_img">
<a href="Index.html"><img src="img/acfea_logo_3.png" width="120px" height="120px"></a>
</div>
</div>
<div class="footer_box">
<div>
<span class="sitemap_title">Site map</span>
<div class="footer_links_container">
<span><a href="Index.html" class="footer_links">Home</a></span>
</div>
<div class="footer_links_container">
<span><a href="org.html" class="footer_links">Organization</a></span>
</div>
<div class="footer_links_container">
<span><a href="archive.html" class="footer_links">Archive</a></span>
</div>
<div class="footer_links_container">
<span><a href="links.html" class="footer_links">Links</a></span>
</div>
<div class="footer_links_container">
<span><a href="contact.html" class="footer_links">Contact</a></span>
</div>
</div>
</div>
<div class="footer_box">
<div>
<a href="contact.html" class="sitemap_title"><span>Contact us</span></a>
</div>
<div>
<a href="mailto:[email protected]" class="footer_links">[email protected]</a>
</div>
</div>
</div>
<!--Copyright-->
<div class="copyright_container">
<div class="container_box">
<p class="copyright">Copyright ©2020 Asian Consumer and Family Economics Association (ACFEA)   All rights reserved.</p>
</div>
</div>
</body>
</html>