-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
115 lines (94 loc) · 5.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Conference Page</title>
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/mobile-about.css">
<link rel="stylesheet" href="css/desktop.css">
<link rel="stylesheet" href="css/desktop-about.css">
<link rel="stylesheet" href="css/animation.css">
</head>
<body>
<header id="header">
<nav id="mobile-menu" aria-label="mobile menu">
<img id="home-btn" src="./images/nav/mobile_menu.png" alt="hamburger icon">
<img id="close-btn" src="./images/nav/close_mobile_menu.png" alt="cancel icon">
</nav>
<nav id="social-media" aria-label="social media icons">
<ul>
<li><a href="#"><img src="./images/social media/social_fb.png" alt="facebook icon"></a></li>
<li><a href="#"><img src="./images/social media/social_twitter.png" alt="twitter icon"></a></li>
<li><a href="#"></a>English</li>
<li><a href="https://github.com/miltonHenschel/">My Page</a></li>
<li><a href="#">Logout</a></li>
</ul>
</nav>
<nav id="nav-bar" aria-label="nav bar">
<div id="nav-bar-logo"><a href="index.html"><img src="./images/logo/logo.png" alt="cc logo" /></a></div>
<div id="nav-bar-div">
<ul id="nav-bar-ul">
<li class="nav-bar-list"><a href="index.html">Home</a></li>
<li class="nav-bar-list"><a href="#">Join</a></li>
<li class="nav-bar-list"><a href="#">Sponsor</a></li>
<li class="nav-bar-list"><a href="#">CC Campaign</a></li>
</ul>
</div>
</nav>
<article id="intro" class="center-text">
<h1>"Hello, Sharing World!"</h1>
<h2>CREATIVE COMMONS GLOBAL SUMMIT 2022</h2>
<div class="red-line"><img src="./images/main-program/red-line.jpg" alt="red line" /></div>
<h3>In particular, at this year's CC Summit, we are looking forward to the participation of various organizations and individual participants who want to join CC in activities to spread the values of sharing, free culture, and open knowledge. We hope that it will be an opportunity for supporters of free software, Wikipedia activists, open knowledge foundation activists, art galleries, libraries, museums, archives, governments, foundations, lawyers, social activists, and others working in the field of open content and open knowledge to come together and share their concerns to create a richer and more dynamic sharing ecosystem.</h3>
<h4>October 14 ~ 17, 2015 (Wed ~ Sat)<br />See you at the CC Global Summit!</h4>
<p>Do you have any other questions about CC Global Summit 2015? Please feel free to contact us via email<br /><a href="mailto:[email protected]">[email protected]</a></p>
</article>
</header>
<main id="main">
<article class="past-program">
<section class="past-program-intro">
<h2>Creative Commons Global Summit 2015 Logo</h2>
<div class="red-line"><img src="./images/main-program/red-line.jpg" alt="red line" /></div>
<p>The logo contest, which ran from June 8 to July 7, was decided after online voting and jury evaluation. After consultation with the winning designer, the logo of CC Global Summit 2015, which has been optimized for use on the website and promotional materials, is as follows.</p>
</section>
<section class="past-program-detail">
<div id="past-program-logo"><img src="./images/logo/gs-logo.png" alt="cc global summit logo" /></div>
</section>
</article>
<article class="past-program">
<section class="past-program-intro">
<h2>See the past CC Global Summits</h2>
<div class="red-line"><img src="./images/main-program/red-line.jpg" alt="red line" /></div>
<p>See some of the recent global summits in Buenos Aires, Argentina, and Warsaw, Poland.</p>
</section>
<section class="past-program-detail">
<div class="past-program-img"><img src="./images/others/about_2011.png" alt="2011 cc global summit" /></div>
<div class="past-program-img"><img src="./images/others/about_2013.png" alt="2013 cc global summit" /></div>
</section>
</article>
</main>
<footer id="footer">
<section id="partner">
<h3>Partner</h3>
<div class="red-line"><img src="./images/main-program/red-line.jpg" alt="red line"></div>
<div id="partner-img-grp">
<div class="partner-img"><img src="./images/logo/mozilla-logo.png" alt="mozilla icon"></div>
<div class="partner-img"><img src="./images/logo/google-logo.png" alt="google icon"></div>
<div class="partner-img"><img src="./images/logo/naver.png" alt="naver icon"></div>
<div class="partner-img"><img src="./images/logo/orange_logo.png" alt="orange icon"></div>
<div class="partner-img"><img src="./images/logo/airbnb_logo.png" alt="airbnb icon"></div>
</div>
</section>
<section id="all-rights">
<div id="all-rights-logo-mobile"><img src="./images/logo/logo3.png" alt="cc korea icon"></div>
<div id="all-rights-logo-desktop"><img src="./images/logo/cck-last.png" alt="cc korea icon"></div>
<div id="all-rights-info">
<div id="all-rights-intro"><p>2015 Creative Commons Korea. Some Rights Reserved.</p></div>
<div id="all-rights-detail"><p>All content on the website unless otherwise specified is licensed under a Creative Commons Attribution 2.0 United States License. For details of the functions and conditions of permission http://creativecommons.org/licences/by/2.0/kr</p></div>
</div>
</section>
</footer>
<script src="js/script.js"></script>
</body>
</html>