-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
181 lines (163 loc) · 6.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>AFG Conference</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<!-- font links -->
<link href="http://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<!-- top header start -->
<div class="top_head">
<ul class="top_head_ul">
<li class="top_head_items_icon">
<a href="#">
<img src="images/icons/icons_facebook_f.svg" alt="facebook">
</a>
</li>
<li class="top_head_items_icon">
<a href="#">
<img src="images/icons/icons_twitter.svg" alt="twitter">
</a>
</li>
<li class="top_head_items">
<a href="#">English</a>
</li>
<li class="top_head_items">
<a href="#">My Page</a>
</li>
<li class="top_head_items">
<a href="#">Logout</a>
</li>
</ul>
</div>
<!-- top header end -->
<!-- Navbar section start -->
<nav>
<div class="navbar_container">
<a href="index.html#home" id="brand">
<img class="top_header_logo" src="images/logo/Logo.png" alt="logo">
</a>
<ul class="desktop desktop-nav">
<li class="navbar-links">
<a href="/">home</a>
</li>
<li class="navbar-links">
<a href="index.html#program_section">Programs</a>
</li>
<li class="navbar-links">
<a href="index.html#speakers_section">Speakers</a>
</li>
<li class="navbar-links">
<a href="index.html#partners">Sponsor</a>
</li>
<li class="navbar-links">
<a href="about.html">About</a>
</li>
<li class="navbar-links campaign_link">
<a href="#"> CC Campaign</a>
</li>
</ul>
<div class="mobile-menu-bars mobile" id="menu-bars">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>
</nav>
<!-- navbar section end -->
<!-- navbar for mobile start -->
<nav class="overlay overlay-slide-left" id="overlay">
<ul class="mobile-nav-items">
<li id="nav-1"><a href="index.html#home" class="nav-mobile-links">Home</a></li>
<li id="nav-1"><a href="index.html#program_section" class="nav-mobile-links">Programs</a></li>
<li id="nav-2"><a href="index.html#speakers_section" class="nav-mobile-links">Speakers</a></li>
<li id="nav-3"><a href="index.html#partners" class="nav-mobile-links">Sponsor</a></li>
<li id="nav-3"><a href="about.html" class="nav-mobile-links">About</a></li>
<li id="nav-3"><a href="#" class="nav-mobile-links">Campaign</a></li>
</ul>
</nav>
<!-- navbar for mobile end -->
</header>
<section class="about_div">
<div class="about_text_container">
<h1 class="about_header_text">
CREATIVE COMMONS <br /> GLOBAL SUMMIT 2023
</h1>
</div>
<div class="about_div_line"></div>
<p class="about_para">
The global summit brings together thecommunity of experts,
academics, and activists who comprise the Creative Commons
affiliate network in a different country everyt two years.
This year, we hope to expand our invitation list including
organizations and individuals who want to work with us on
shared projects that advance the cause of the commons, free
culture and open knowledge.
</p>
<h3 class="contact_text">
Please contact us per email for any further question
about CC global Summit 2023!
</h3>
<h3 class="email_text"><a href="#">
[email protected]<span><img class="arrow" src="images/icons/icons_forward.png" alt="forward arrow"></span>
</a>
</h3>
</section>
<section class="logo_section">
<h3 class="logos_title logos_title1 ">Creative Commons Global summit 2023 Logo</h3>
<div class="about_div_line"></div>
<p class="logos_para">
The Logo of CC Global Summit 2015 was decided
through the logo competition from 8.June to 7.July.
</p>
<img class="about_logo" src="images/logo/Logo.png" alt="about logo">
</section>
<section class="see_the_AFG_conference">
<h3 class="logos_title">See the past CC Global Summits</h3>
<div class="about_div_line"></div>
<p class="logos_para">
Take a look at the last two CC global Summits which took place in Buenos Aires and in Warsaw.
</p>
<div class="past_conf_images">
<div class="past_conf_image_1">
<div class="past_conf_image_cover">
<h3 class="past_conf_Date">
2013
</h3>
<p class="past_conf_text">CC global Summit 2013 in Aires</p>
</div>
</div>
<div class="past_conf_image_2">
<div class="past_conf_image_cover">
<h3 class="past_conf_Date">
2011
</h3>
<p class="past_conf_text">CC global Summit 2011 in Warsaw</p>
</div>
</div>
</div>
</section>
<!-- footer start -->
<footer class="footer_about footer_background" id="footer_background">
<div class="footer_div">
<img class="footer_logo" src="images/logo/Logo.png" alt=" footer logo">
<div class="footer_text_div">
<h3 class="footer_text_about text_color" id="text_color">2023 Creative Commons Korea. Some Rights Reserved.</h3>
</div>
</div>
</footer>
<!-- footer end -->
</main>
<script src='script.js'></script>
</body>
</html>