-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
202 lines (194 loc) · 9.08 KB
/
about.html
File metadata and controls
202 lines (194 loc) · 9.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="index.js" defer></script>
<link rel="stylesheet"
href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="mobile.css">
<title>Capstone project</title>
</head>
<body>
<header>
<nav>
<div class="cover-darker">
<div class="container">
<ul class="top-tag">
<li><i class="fa fa-facebook" aria-hidden="true"></i></li>
<li><i class="fa fa-twitter" aria-hidden="true"></i></li>
<li>Logout</li>
<li>Mypage</li>
<li>Korean</li>
</ul>
</div>
</div>
<div class="cover-white">
<div class="container">
<div class="top-nav">
<a class="logo" href="/#">
<img src="images/logo.png" alt="logo">
</a>
<div class="humberger">
<div></div>
<div></div>
<div></div>
</div>
<ul>
<li >
<a href="/">Home</a>
</li>
<li class="active">
<a href="about.html">About</a>
</li>
<li>
<a class="nav-link" href="#Program">Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Join">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Sponsor">Sponsor</a>
</li>
<li class="nav-item">
<a class="nav-link disabled"
href="#News">News</a>
</li>
</ul>
<div class="humberger-close">
<i class="fa fa-times fa-2x" aria-hidden="true"></i>
</div>
<div class=" tag">
<span>
CC Campaign
</span>
</div>
</div>
</div>
</div>
</nav>
</header>
<section>
<div class="about-page">
<div class="container">
<div>
<img src="/images/title.png" alt="CREATIVE COMMONS
GLOBAL SUMMIT 2015" class="title_image">
<p class="about">Welcome to the International Stuttering
Awareness Day (ISAD) Online Conference,
October 1-31, 2022, celebrating the 25th time the
Online Conference has been held!
An enthusiastic team made up of Anita Blom, Hanan
Hurwitz, McKenzie Jemmett, Pamela Mertz,
Tiffani Kittilstved, Jaime Michise, Elias Apreko,
Shilpa Sagwal and Bruce Imhoff will coordinate
this year’s event, continuing the hard work of Judy
Kuster who ran previous Online Conferences.
The ISAD online conference is a private initiative
by volunteers, and totally independent from any
organisation.This year, the Online Conference will
start October 1 and finish October 31,
acknowledging the many events around the world on
October 22, International Stuttering Awareness Day.
If browsing the conference on a computer or tablet
device, navigate through the conference using the
menu bar at the top. If using a mobile device, use
the ‘Menu’ button at the top.
</p>
<span>
<p class="contactus">Please contact us via email for
any questions about LIVE AWARE summit 2022</p>
<p class="mail"><a href="/">liveaware2022@cckorea.org ></a></p>
</span>
</div>
</div>
</div>
</section>
<section>
<div class="cover-white ">
<div class="container">
<div class="logo-page">
<div>
<h2>Creative Commons Global Summit 2015 Logo</h2>
<p class="underline"></p>
</div>
<div>
<p class="about">The logo was chosen from the most trusted source for custom logo contests.
Work with the best designers today! Collaborated with expert designers on our logo.
Fast & affordable logo design contests. 1M+ samples completed.
Expert vetted designers. 500,000+ happy designers. Build our entire brand.
</p>
<img src="images/about_logo.png" alt="logo">
</div>
</div>
</div>
</div>
</section>
<section>
<div class="cover-white ">
<div class="container">
<div class="past-summits">
<div>
<h2>View past global summits</h2>
<p class="underline"></p>
</div>
<div>
<p class="about">Take a look at the recent global summits held in Buenos Aires, Argentina and Warsaw, Poland.
</p>
<div class="summits">
<div>
<img src="images/about_2013.png" alt="photo">
</div>
<div>
<img src="images/about_2011.png" alt="photo">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="cover-darker m-on">
<div class="container">
<div class="partners">
<div>
<h2>partner</h2>
<p class="underline"></p>
</div>
<div>
<img src="images/mozilla.png" alt="mozilla">
<img src="images/google.png" alt="google">
<img src="images/naver.png" alt="naver">
<img src="images/kakao.png" alt="kakao">
<img src="images/bnb.png" alt="airbnb">
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="cover-white cover-toggle">
<div class="container">
<div>
<a href="/">
<img src="images/logo_cck_w_208x35.png" alt="logo" class="d-on">
<img src="images/cck-logo1.png" alt="logo" class="m-on">
</a>
<div class="color-toggle">
<span><b>2015 Creative Commons Korea. Some Rights Reserved.</b></span>
<p>Lorem ipsum dolor sit amet, consectetur
adipisicing elit.
Eaque sed in perferendis, quod aperiam optio
maiores omnis ipsum,
et pariatur tempore fuga quisquam reprehenderit
veritatis.</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>