generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
119 lines (118 loc) · 5.19 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
<!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">
<title>About page</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="social">
<ul class="gray">
<li>
<a href="#"><img src="Images/2Vector.png" alt="#" class="tweet"></a>
</li>
<li>English</li>
<li>My page</li>
<li>Logout</li>
</ul>
</div>
<nav class="desktop-menu">
<a href="index.html"><img src="Images/CreativeArt.png" alt="logo" id="logo1"></a>
<ul class="dm">
<li><a href="#">About</a></li>
<li><a href="#">Program</a></li>
<li><a href="#">Join</a></li>
<li><a href="#">Sponsor</a></li>
<li><a href="#">News</a></li>
<li><a href="#" class="campagne">Campagne</a></li>
</ul>
</nav>
<div class="about-wrap">
<nav class="mobile-menu">
<a href="#"><img src="Images/menu.png" alt="mobile-menu"></a>
</nav>
<p class="about-hello">"Hello! Sharing world"</p>
<h1 class="about-title">Creative Art Summit 2022</h1>
<p id="about-discription">The summit brings together the community of experts, academics, and activists who comprise the creative art in a different country every two years.
This year we hope to expand our invitation list including organizations and individuals who want to work with us on shared projects.
Free software supporters, Wikipedia activists, open knowledge foundation activists, art galleries, libraries, museums, archives, governments,
foundations, lawyers, social activists, etc. various people active in the field of open content and open knowledge gather in one place to
share richer and more dynamic We hope that it will be an opportunity to share our thoughts on creating an ecosystem.</p>
<p id="contact">Please contact us per Email for any futher questions CA Summit 2022!</p>
<p class="email"><a href="#" id="email">casummit2022@cakorea.org</a></p>
</div>
</header>
<section>
<div id="about-logo">
<h2 class="logo-head">Creative Act Summit 2022 Logo</h2>
<hr>
<p class="logo-text">The winner of the logo contest, which was held from June 8th to July 7th, was decided through online voting and evaluation by the judges.
After consultation with the winning designer, the logo of CA Summit 2022, which was optimized for use on the website and promotional materials, is as follows.</p>
<img src="Images/CreativeArt.png" alt="#" class="logo">
</div>
</section>
<section>
<div id="see-past">
<h2 class="past">See the past CA Summits</h2>
<hr>
<p class="past-discrib">Take a look at the last two Creative Art Summits which took place in Canada and Spain</p>
<div class="event">
<div class="event-row">
<div class="Place">
<div class="Red"><span class="date1">2020</span><span class="description">Creative Art Summit 2020 in Canada</span></div>
<img src="Images/pastsummits1.png" class="event_pic" alt="2020Img" />
</div>
</div>
<div class="event-row1">
<div class="Place">
<div class="Red"><span class="date1">2018</span><span class="description">Creative Art Summit 2018 in Spain</span></div>
<img src="Images/pastsummits2.png" class="event_pic" alt="2018Img" />
</div>
</div>
</div>
</div>
</section>
<footer id="partners">
<h4 class="p-head">Partner</h4>
<hr>
<div class="p">
<div class="p1"><img src="Images/google.png" alt="#"></div>
<div class="p2"><img src="Images/daum.png" alt="#"></div>
<div class="p3"><img src="Images/airbnb.png" alt="#"></div>
<div class="p4"><img src="Images/naver.png" alt="#"></div>
<div class="p5"><img src="Images/mozilla.png" alt="#"></div>
</div>
<div class="copyright">
<img src="Images/CreativeArt.png" alt="logo" id="logo">
<p class="right">2022 Creative Art Korea Some Rights Reserved</p>
</div>
</footer>
<div class="menu-over" id="menu-over">
<a href="#" class="closeMenu">
</a>
<ul class="mobile-menu1">
<li><a href="index.html">Homepage</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Program</a></li>
<li><a href="#">Join</a></li>
<li><a href="#">Sponsor</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Campaign</a></li>
</ul>
<div class="hr"></div>
<div class="hr1"></div>
<div class="hr2"></div>
<div class="hr3"></div>
<div class="hr4"></div>
<div class="hr5"></div>
<div class="hr6"></div>
</div>
<script src="main.js"></script>
</body>
</html>