-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
336 lines (279 loc) · 19.2 KB
/
Index.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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ACFEA</title>
<meta http-equiv="content-type" content="text/html charset=UTF-8">
<meta http-equiv="pragma" content="no-cache">
<meta name="author" content="Ying-Ru, Liu">
<meta name="keywords" content="Asia, Asian, Consumer, Family, Economics, Association, ACFEA">
<meta name="description" content="The Asian Consumer and Family Economics Association (ACFEA) is a conference based organization and has met every other year since 1995.">
<meta http-equiv="refresh" content="30">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="nofollow">
<!-- Link to CSS/JS -->
<link rel="stylesheet" href="style.css">
<script src="interact.js"></script>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--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: '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">
<!-- 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: 'DM Sans', sans-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&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>
<!-- Upcoming Conference -->
<div class="ACFEA_Conf_container">
<!--Conference info -->
<img class="intro_pic" src="img/Intro_1_rev1.jpg" width="1150px" height="647px">
<header class="conf_topic">
2020 <br />
Joint Virtual Conference of <br />
ACFEA & ACES</header>
<p class="deadline"> Conference Date: <br /></p>
<p class="deadline_date">12-13 September 2020</p>
<p class="sub_deadline">Submission Deadline: </p>
<p class="sub_deadline_1">July 31st, 2020 </p>
<!-- Learn more Button -->
<div class="lm_box">
<a href="Conference.html" class="lm_btn" target="_blank"><span>Learn More</span></a>
</div>
<!-- Real-Time Countdown -->
<div class="countdown_container">
<div class = "countdown_box">
<span class="counter_title">Days</span>
<p id="days"></p>
</div>
<div class="countdown_box">
<span class="counter_title">Hours</span>
<p id="hours"></p>
</div>
<div class="countdown_box">
<span class="counter_title">Minutes</span>
<p id="minutes"></p>
</div>
<div class="countdown_box">
<span class="counter_title">Seconds</span>
<p id="seconds"></p>
</div>
</div>
</div>
<!-- Buttons: Register/Submit/Schedule -->
<div class="Conference_Button_container">
<!--Register-->
<div class="conference_box">
<!-- Registration top-->
<div class="conference_icon" >
<img src="img/register.png" alt="Registration Button" width="50px" height="50px">
</div>
<div class="conference_icon_title">
<span class="conference_button">Registration</span>
</div>
<!-- Time line-->
<div class="reg_text">
<div class="timeline">
<div class="t1">
<span class="timeline_title"> Early Rate</span>
<div class="timeline_content"></div>
</div>
<div class="t2">
<span class="timeline_title">Regular Rate</span>
<div class="timeline_content"></div>
</div>
<div class="t3">
<span class="timeline_title"> Late Registration</span>
<div class="timeline_content"></div>
</div>
</div>
</div>
<!-- Registration form-->
<div class="reg_form">
<form method="get" action="resource/ACFEA%20Registration%20Form.doc" target="_blank">
<button class="btn" type="submit">Registration Form 
</button>
</form>
</div>
</div>
<!--Submit-->
<div class="conference_box">
<!-- Submit top-->
<div class="conference_icon">
<img class="conference_buttons_submit" src="img/submit_2.png" alt="Submission Button" width="50px" height="50px">
</div>
<div class="conference_icon_title">
<span class="conference_button"> Submission</span>
</div>
<!-- Submit table-->
<div class="reg_text_1">Two tracks for Submission.<br /><br /> <br />
<p>
<a class="conf_link_4" href="https://forms.gle/uxsM6pUks2rp6aY96" target="_blank">Online Submission (Google Form)</a><br /><br />
<a class="conf_link_4" href="mailto:asiancfea@gmail.com" target="_blank">Email Submission (Mail)</a>
</p>
</div>
<!-- Submit form-->
<div class="reg_form">
<form method="get" action="resource/Submission Guidelines.pdf" target="_blank">
<button class="btn" type="submit">Submission Guideline 
</button>
</form>
</div>
</div>
<!--Schedule-->
<div class="conference_box">
<!-- Schedule top-->
<div class="conference_icon">
<img src="img/Schedule2.png" alt="Schedule Button" width="50px" height="50px">
</div>
<div class="conference_icon_title">
<span class="conference_button" > Schedule</span>
</div>
<!-- Schedule timeline-->
<div class="reg_text_0">
<p class="cn_text_3"><b> Starting late submission</b></p><p class="date">2020-8-01</p>
<p class="cn_text_3"><b>Regular registration</b></p><p class="date">2020-08-01~2020-08-31</p>
<p class="cn_text_3"><b>Late registration</b></p><p class="date">2020-09-01~2020-09-11</p>
<p class="cn_text_3"><b>End of late submission and late registration</b></p><p class="date">2020-09-11</p>
<p class="cn_text_3"><b>2020 Virtual Conference</b></p><p class="date">2020-09-12~2020.09.13</p>
</div>
</div>
</div>
<!--News-->
<div class="n2020_container">
<div class="contact_head_0">2020 News</div>
<!--跑馬燈-->
<div class="run">
<marquee behavior="scroll" direction="up" scrollamount="7" onmouseover="this.stop();" onmouseout="this.start();" loop="-1" class="m0">
<!--2020-->
<p class="run_date">(2020-09-09)</p><p class="run_link">The <b>conference manual </b>including the tentaive program is available.Please download it here. <a href="resource/2020_manual.pdf" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2020-07-20)</p><p class="run_link"><b>Registration form</b> is available NOW. Please download the form here. <a href="resource/ACFEA-2020-registrationform20200729.doc" class="run_link"><b>【Download】</b></a></p>
<p class="run_date">(2020-06-15)</p><p class="run_link"><b>Call for Papers</b>: 2020 Joint Virtual International Conference of the ACFEA and the ACES,September 12-13, 2020.Please download the details here.
<a href="http://www.asiancfea.org/userfiles/2020%20Joint%20International%20Conference%20of%20ACFEA%20and%20ACES%20-%20Short.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
<p class="run_date">(2020-06-15)</p><p class="run_link"><b><i>Official Announcement</i></b>: After a long discussion of the organizing committee of 2020 ACES Conference, we have decided to host it as a virtual format and to cooperate with the 13th Biennial Conference of Asian Consumer and Family Economics Association (ACFEA) as a joint virtual conference. Therefore, the official name of the conference will be changed to<b> "2020 Joint Virtual International Conference of the ACFEA and the ACES"</b>. The date of this joint conference will be<b> September 12 and 13, 2020 (Taipei time, GMT+8 hours)</b> </p>
<p class="run_date"> (2020-03-19) </p><p class="run_link"><b><i>Official Announcement</i></b>: Due to the outbreak of Covid-19, the advisory board of ACFEA has decided to postpone the 2020 ACFEA Biennial Conference from July 8-12 to November 4-8, 2020. The conference schedule will be changed accordingly. Please visit the revised conference schedule to know the deadline of submission, registration, and other events. We look forward to your participation in the conference. See you in November. </p>
<p class="run_date">(2020-03-03)</p><p class="run_link">Due to the Covid-19 epidemic situation, the deadline of <b class="highlight">submission has been extended to March 31, 2020. </b>You are invited to submit your works to the conference. Thanks.</p>
<p class="run_date">(2020-03-03)</p><p class="run_link">The call-for-paper of the 2020 the 13th Biennial Conference of ACFEA is updated and available.<br />
Please download the details here.
<a href="http://www.asiancfea.org/userfiles/file/2020%20ACFEA/2020ACFEA20200303.pdf" class="run_link" target="_blank"><b>【Download】</b></a></p>
</marquee>
</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:asiancfea@gmail.com" class="footer_links">asiancfea@gmail.com</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>