-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
303 lines (248 loc) · 16 KB
/
About.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>About</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>
<!--About-->
<div class="about_container">
<!--About Descript-->
<div class="intro_0">
<div class="contact_head">About ACFEA</div>
<p class="img_text0">The Asian Consumer and Family Economics Association (ACFEA) is a <b>conference based organization</b><br />and has met every other year since 1995. </p>
</div>
<!--About PIC-->
<div class="intro">
<img src="img/about_1.png" width="1150" height="550" class="img">
<div class="intro_text">
<p class="img_text_title"> Past Conferences</p>
<p class="img_text">The past twelve biennial conferences were held in Malaysia (1995), China (1997), Korea (1999), China (2001), Taiwan (2003), United States (2005), Malaysia (2007), Japan (2009), Korea (2011), Taiwan (2014), Hong Kong (2016), and China (2018), respectively.<br /><br />
The thirteenth biennial conference will be a virtual conference on 12-13 September,2020.
</p>
</div>
</div>
<!--Flag -->
<div class="intro_1">
<div class="contact_head">Why ACFEA?</div>
<p class="img_text2">At the past twelve ACEFA biennial conferences, attendees exchanged opinions of common problems on consumer and family economics in Asia and the typical economic issues of the host country. The attendees arrived at a common understanding of economic development in Asia and deepened the understanding of the complexity and diversity of problems on consumer and family economics.<br /> It goes without saying that in those conferences, many theoretical, methodological, pedagogical, and policy issues in consumer and family economics areas in an Asian context have been addressed.</p>
</div>
<!--Flag PIC-->
<div class="flag">
<div class="flag_head2">Member Countries</div>
<div class="row">
<div class="column">
<a href="https://en.wikipedia.org/wiki/Thailand" class="flag_text" target="_blank"><img src="Country/Thailand.png" alt="Thailand" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/China" class="flag_text" target="_blank">
<img src="Country/China_1.jpg" alt="China" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Hong_Kong" class="flag_text" target="_blank">
<img src="Country/HK.png" alt="Hong Kong" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Taiwan" class="flag_text" target="_blank">
<img src="Country/TW.jpg" alt="Taiwan" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Korea" class="flag_text" target="_blank">
<img src="Country/Korea_2.jpg" alt="Korea" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Japan" class="flag_text" target="_blank">
<img src="Country/JP.png" alt="Japan" class="flag_pic"></a>
</div>
</div>
<div class="row">
<div class="column">
<a href="https://en.wikipedia.org/wiki/Malaysia" class="flag_text" target="_blank">
<img src="Country/malasia_1.jpg" alt="Malaysia" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/United_States" class="flag_text" target="_blank">
<img src="Country/USA.png" alt="USA" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Singapore" class="flag_text" target="_blank">
<img src="Country/Singapore.png" alt="Singapore" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Philippines" class="flag_text" target="_blank">
<img src="Country/philippine.png" alt="Philippine" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Iran" class="flag_text" target="_blank">
<img src="Country/iran.png" alt="Iran" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Vietnam" class="flag_text" target="_blank">
<img src="Country/Viet.jpg" alt="Vietnam" class="flag_pic"></a>
</div>
</div>
<div class="row">
<div class="column">
<a href="https://en.wikipedia.org/wiki/Australia" class="flag_text" target="_blank">
<img src="Country/Australia_2.png" alt="Australia" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/India" class="flag_text" target="_blank">
<img src="Country/India.png" alt="India" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Canada" class="flag_text" target="_blank">
<img src="Country/Canada.png" alt="Canada" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Macau" class="flag_text" target="_blank">
<img src="Country/Macau.png" alt="Macau" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/Indonesia" class="flag_text" target="_blank">
<img src="Country/indo.png" alt="Indonesia" class="flag_pic"></a>
</div>
<div class="column">
<a href="https://en.wikipedia.org/wiki/New_Zealand" class="flag_text" target="_blank">
<img src="Country/New_Zealand.png" alt="New Zealand" class="flag_pic"></a>
</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>