-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
128 lines (122 loc) · 5.84 KB
/
about.html
File metadata and controls
128 lines (122 loc) · 5.84 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
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<title>Global Summit about</title>
<link href="https://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css"
integrity="sha512-rSWTr6dChYCbhpHaT1hg2tf4re2jUxBWTuZbujxKg96+T87KQJriMzBzW5aqcb8jmzBhhNSx4XYGA6/Y+ok1vQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav class="mobile-naviation hidden">
<i class="fa fa-window-close mobile-close-button" aria-hidden="true"></i>
<ul class="mobile_menu mobile_element">
<li class="mobile_nav_items">
<a href="index.html">Home</a>
</li>
<li class="mobile_nav_items">
<a href="about.html">About</a>
</li>
</ul>
</nav>
<nav class="navbar navbar-expand-sm bg-light navbar-light desktop-element">
<div class="container-fluid">
<a class="navbar-brand black lato" href="index.html">
<img class="nav-logo" src="images/logo.png" alt="coffee and code logo">
</a>
</div>
<div class="container-fluid justify-content-end lato">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sponser </a>
</li>
</ul>
</div>
<div class="button-contaier">
<button class="button-campaign">Join C&C</button>
</div>
</nav>
<i class="fa-solid fa-bars mobile-menu black mobile_element"></i>
</header>
<main>
<section class="introduction about-intro center ">
<span class="introduction-hello">Console.log("Hello Workd")</span> <br>
<h1>COFFEE AND CODE <br> ANNUAL MEETING 2022</h1>
</section>
<section class="introduction-detail about-introduction-detail mobile_element black center">
<p> The Global Summit brings together the community of experts, acadamics and activists who comprise the
creative commons affiliate network in a differnt country every two. This yea, we hope to expand our
invitation list including organizations and individuals</p>
</section>
<section class="about-intrduction-detail desktop-element black center">
<p> The Global Summit brings together the community of experts, acadamics and activists who comprise the
creative commons affiliate network in a differnt country every two. This yea, 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 . So if you're active and engaged in the worlds of
open content and knowledge - free software advocates, Wikipedians, Open, Knowledge galleries, libraries,
museums, archives, governmentes and foundations, lawyers and activists - we hope you'll consider joining us this
year to build a stronger, more vibrant commons together.</p>
</section>
<section class="event-email about-event-email ">
<p class="black event-notification lato ">please contact us per Email for any further questions about CC Global
Summit 2022!
<br> <span>aleazaryilma@gmail.com</span>
</p>
</section>
<section class="about-logo lato">
<header class="black mobile_element">Creative Commons <br> Global Summit 2015 Logo</header>
<header class="black about-log-title desktop-element">Creative Commons Global Summit 2022 Logo</header>
<p class="black mobile_element">The logo of CC Global summit 2015 was decided through the logo competition from 8
june to 7
july
</p>
<p class="desktop-element about-log-detail">
The logo of CC Global Summit 2015 was decided through the logo competition from 8 june to 7 july. After online
public votiong and selection committee's judging process, the logo from Naresh Agarawai won the prize after
consultation with Mr. Agrawai we optimized the prize-winning-logo for this year's summit as follwing:
</p>
<img class="about-logo-image" src="images/logo.png" alt="coffee and code logo">
<hr>
<div class="past-summits">
<header class="past-summits-titile">See the past CC Global Summits</header>
<p class="past-summits-detail black">Take a look at the last two CC Global Summits which took place in Buenos
Aires an din Warsaw</p>
<div class="summits">
<div class="past-summit">
<img src="images/previoussummitone.jpg" alt="previous summit one">
</div>
<div class="past-summit">
<img src="images/summittwo.jpg" alt="previous summit two">
</div>
</div>
</div>
</section>
</main>
<footer class="footer about-footer">
<div class="footer-logo">
<img class="footer-logo-img" src="images/whitelogo.png" alt="coffee and code logo">
</div>
<div class=" footer-copyright">2022 Creative Commons Korea.<br>
Some Rights Reserved.
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>