generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (124 loc) · 6.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Africa Day concert 2023</title>
<link rel="stylesheet" href="./assets/css/home.css">
<script src="https://kit.fontawesome.com/1f634f9b31.js" crossorigin="anonymous"></script>
<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:wght@100;300;400;700;900&display=swap" rel="stylesheet">
</head>
<body>
<section class="set-background">
<header class="header">
<nav class="social-media" aria-label="social media icons">
<ul class="social-media-ul">
<li><a href=""><img src="./assets/images/social-media-images/Facebook.svg" alt=""></a></li>
<li><a href=""><img src="./assets/images/social-media-images/twitter.svg" alt=""></a></li>
<li><a href="#">English</a></li>
<li><a href="https://github.com/yusufyusice">My github page</a></li>
<li><a href="#">Logout</a></li>
</ul>
</nav>
<img id="hamburger-img" class="hamburger-img" src="./assets/icons/menu.png" alt="hamburger mobile menu">
<nav class="nav-bar" aria-label="nav bar">
<a href="index.html"><img class="my-logo" src="./assets/icons/logo.png" alt="logo"></a>
<img class="exit" src="./assets/icons/exit.svg" alt="cancel icon">
<ul class="nav-bar-ul">
<li class="nav-bar-list"><a href="about.html">About</a></li>
<li class="nav-bar-list"><a href="#"></a>Program</li>
<li class="nav-bar-list"><a href="#"></a>Sponsor</li>
<li><button id="un-camp" type="button">CC Campaign</button></li>
</ul>
</nav>
</header>
<!-- add the introduction section -->
<section id="intro" class="hero_container">
<article class="Hero">
<h2 class="main-text-color">"Hello! Sharing World"</h2>
<h1 class="title main-text-color">Africa Day Concert 2023</h1>
<p class="dark-text-color">Africa Day is a celebration of the unity and diversity of the African continent, and it is likely that we, as a group of musicians from Ghana, would see it as an important day to celebrate our African heritage and culture is taking place in May, in Addis Ababa, Ethiopia.</p>
<h3 class="date dark-text-color">2023.10.15(THU) ~ 16(FRI),19:00 p.m. - 21:00 p.m.</h3>
<h4 class="venu">@ Sheraton Addis in Addis Ababa, International hotel in Addis Ababa</h4>
</article>
</section>
</section>
<!-- this the program section -->
<section id="main" class="program">
<article id="program_content" class="program_content">
<h2>Main Program</h2>
<div class="underline"></div>
<section id="program_details" class="program_details">
<div class="program_card">
<img src="./assets/images/program_icon_01 1.svg" alt="Lecture">
<h5 class="main-text-color">Lecture</h5>
<p>
Listen to the speakers from various countries about the messages of sharing and opening.
</p>
</div>
<div class="program_card">
<img src="./assets/images/program_icon_02 1.svg" alt="CC Exhibition">
<h5 class="main-text-color">Exhibition</h5>
<p>
The Africa Day concert is organised in African Union’s Division of Culture and Sports. Celebrated annually,
</p>
</div>
<div class="program_card">
<img src="./assets/images/program_icon_03 1.svg" alt="Forum">
<h5 class="main-text-color">Day servant</h5>
<p>
Speaking ahead of their performance, Santrofi, who are the headlining acts
</p>
</div>
<div class="program_card">
<img src="./assets/images/program_icon_04 1.svg" alt="Workshop">
<h5 class="main-text-color">Workshop</h5>
<p>
Try creating your own work using open source license rather than just watching at it.
</p>
</div>
<div class="program_card">
<img src="./assets/images/program_icon_05 1.svg" alt="CC Ignite">
<h5 class="main-text-color">CC Ignite</h5>
<p>
We envision a sector that supports and promotes local talent, encourages innovation and experimentation,
</p>
</div>
</section>
<a class="more-program-desktop" href="#">SEE THE WHOLE PROGRAM</a>
<button class="more-program-mobile main-bg-color">Join Africa Day 2023 Concert </button>
</article>
</section>
<!-- add the speaker or the particpant person -->
<!-- partner -->
<section id="partners" class="partners">
<h2 class="title text-center">Partners</h2>
<div class="underline"></div>
<div class="group2">
<div class="partners-logo logos-img">
<a href="https://www.mozilla.org/en-US/firefox/"><img src="./assets/images/partners-images/mozilla 1.svg" alt="mozilla"></a>
<a href="https://www.google.com/"><img src="./assets/images/partners-images/googlekorea 1.svg" alt="google"></a>
<a href="https://www.naver.com/"><img src="./assets/images/partners-images/naver 1.svg" alt="naver"></a>
</div>
<div class="partners-logo logos-img">
<a href="http://www.kakaocorp.com/"><img src="./assets/images/partners-images/daumkakaologo 1.svg" alt="daumkakao"></a>
<a href="https://www.airbnb.com/"><img src="./assets/images/partners-images/airbnb 1.svg" alt="iairbnb"></a>
</div>
</div>
</section>
<footer id="footer" class="footer home-phone">
<section class="all-rights">
<div id="all-rights-logo-mobile">
<a href="index.html"></a><img src="./assets/icons/logo.png" alt="cc korea icon"></a>
</div>
<div id="all-rights-info">
<div id="all-rights-intro"><p>2015 Creative Commons Korea. Some Rights Reserved.</p>
</div>
</section>
</footer>
<script src="./assets/scripts/menu.js"></script>
<script src="./assets/scripts/index.js"></script>
</body>
</html>