-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (189 loc) · 8.33 KB
/
index.html
File metadata and controls
193 lines (189 loc) · 8.33 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
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
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Future</title>
<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:ital,wght@0,300;0,400;0,700;0,900;1,700&display=swap" rel="stylesheet">
<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=Gothic+A1:wght@600;700;800;900&family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header >
<div id="nav-banner">
<div class="screen-width nav-banner-list" >
<ul>
<li><a href=""><img src="./assets/icons/facebook.svg" alt=""></a></li>
<li><a href=""><img src="./assets/icons/twitter (1).svg" alt=""></a></li>
<li><a href="">English</a></li>
<li><a href="">My Page</a></li>
<li><a href="">Logout</a></li>
</ul>
</div>
</div>
<div class="navbar-container">
<nav class="navbar screen-width">
<a class="navbar-brand" href="./index.html"><img id="navbrand" src="./assets/icons/sefwi-tech-high-resolution-logo-black-on-transparent-background.png" alt=""></a>
<button type="button" class="hamburger-btn " id="header-button">
<img
id="hamburger-image"
class="header-toggle"
src="./assets/icons/button-menu.png"
alt="Menu icon on the mobile version"
/>
</button>
<ul class="nav-items header-nav-inactive header-list" >
<li ><a class="nav-link active" href="./about.html">About</a></li>
<li ><a class="nav-link" href="#program">Program</a></li>
<li ><a class="nav-link" href="#join">Join</a></li>
<li ><a class="nav-link" href="#sponsor">Sponsor</a></li>
<li ><a class="nav-link" href="#news">News</a></li>
<li ><a class="nav-link cc-campaign" href="#">CC Campaign</a></li>
</ul>
</nav>
</div>
</header>
<main >
<section class="headline">
<div class="overlay"></div>
<div class=" screen-width content ">
<div class="page-title">
<h2>"Hello Developers"</h2>
<div class="text-bg-clip">
<h1>Sefwi Zone Developers Hackathon 2023</h1>
</div>
</div>
<div class="sub-mission">
<p>
Get ready for an exhilarating experience at the Sefwi Tech Programmers Hackathon 2023, a momentous celebration built
on the principles of openness and collaboration
</p>
</div>
<div class="meetup-date" >
<h3>
2023.10.15(THU) ~ 16(FRI)
</h3>
<p class="meetup-venue">
@ Brightfield Tech Academy Sefwi Bekwai
</p>
</div>
</div>
</section>
<section class="programs-section">
<div class="program-content screen-width">
<div class="flex-col">
<h3 class="card-header">Main Programs</h3>
<img class="underline-red" src="./assets/photos/underline.svg" alt="">
</div>
<ul class="program-details">
<li class="program-card">
<div class="card-inner">
<img src="./assets/icons/program_icon_01 1.svg" alt="">
<h4 class="card-title">Debate</h4>
<p class="card-description">
Listen to the speakers from various
countries about the messages
of sharing and opening.
</p>
</div>
</li>
<li class="program-card">
<div class="card-inner">
<img src="./assets/icons/program_icon_02 1.svg" alt="">
<h4 class="card-title">Awards</h4>
<p class="card-description">Listen to the speakers from various
countries about the messages
of sharing and opening.
</p>
</div>
</li>
<li class="program-card">
<div class="card-inner">
<img src="./assets/icons/program_icon_03 1.svg" alt="">
<h4 class="card-title">Conference</h4>
<p class="card-description">Listen to the speakers from various
countries about the messages
of sharing and opening.
</p>
</div>
</li>
<li class="program-card">
<div class="card-inner">
<img src="./assets/icons/program_icon_04 1.svg" alt="">
<h4 class="card-title">Exhibition</h4>
<p class="card-description">Listen to the speakers from various
countries about the messages
of sharing and opening.
</p>
</div>
</li>
<li class="program-card">
<div class="card-inner">
<img src="./assets/icons/program_icon_05 1.svg" alt="">
<h4 class="card-title">Workshop</h4>
<p class="card-description">Listen to the speakers from various
countries about the messages
of sharing and opening.
</p>
</div>
</li>
</ul>
<h2 class="mobile-card-footer">Join CC Global Summit 2015</h2>
<h2 class="card-footer">SEE THE WHOLE PROGRAM</h2>
</div>
</section>
<section class="pioneers-section">
<div class="container pioneers-container ">
<div class="featured-speakers-header flex-col">
<h2 class="featured-speakers-header-title">FEATURED SPEAKERS</h2>
<img class="underline-red" src="./assets/photos/underline.svg" alt="">
</div>
<div id="pioneers-row-wrapper">
<div class="row" id="pioneers-row">
</div>
</div>
</div>
</section>
<section class="sponsors-section">
<div class="screen-width sponsors-section-container ">
<h3 class="sponsors-section-title">Partner</h3>
<ul class="sponsors">
<li>
<a href=""><img class="sponsor-logo" src="./assets/icons/mozilla 1.svg" alt=""></a>
</li>
<li>
<a href=""><img class="sponsor-logo" src="./assets/icons/googlekorea 1 (1).svg" alt=""></a>
</li>
<li>
<a href=""><img class="sponsor-logo" src="./assets/icons/naver 1.svg" alt=""></a>
</li>
<li>
<a href=""><img class="sponsor-logo" src="./assets/icons/daumkakaologo 1.svg" alt=""></a>
</li>
<li>
<a href=""><img class="sponsor-logo" src="./assets/icons/airbnb 1 (1).svg" alt=""></a>
</li>
</ul>
</div>
</section>
</main>
<footer>
<div class="credit container">
<img class="company-logo" src="./assets/icons/sefwi-tech-low-resolution-logo-black-on-transparent-background.png" alt="">
<div class="credit-text">
<h4>2023 Sefwi Zone Hackathon. Some Rights Reserved</h4>
<p class="hackathon-motive">
Empowering creative minds to come together, think outside the box, and transform ideas into reality
</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="./js/script.js"></script>
</body>
</html>