generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
184 lines (174 loc) · 6 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
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
<!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>Coder summit : About Page</title>
<!-- Custom styling -->
<link rel="stylesheet" href="css/about.css" />
<!-- Font awesome Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
</head>
<body>
<!-- Header section -->
<header>
<!-- infos bar -->
<div class="info-bar">
<ul>
<li>
<a href=""><i class="fa-brands fa-facebook-f"></i></a>
</li>
<li>
<a href=""><i class="fa-brands fa-twitter"></i></a>
</li>
<li><a href="">English</a></li>
<li><a href="">My Page</a></li>
<li><a href="">Logout</a></li>
</ul>
</div>
<!-- main menu -->
<div class="main-header">
<div class="brand">
<a href="index.html">
<img src="images/logo.png" alt="Website logo" />
</a>
</div>
<nav class="navbar">
<div class="menu">
<ul class="menu-list">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="">Program</a></li>
<li><a href="">Join</a></li>
<li><a href="">News</a></li>
</ul>
<a class="btn" href=""
><i class="fa-solid fa-chevron-right"></i> Events</a
>
</div>
</nav>
</div>
<a class="menu-icon"><i class="fa-solid fa-bars" id="menu-icon"></i></a>
</header>
<!-- Main section -->
<main>
<!-- Home section -->
<section class="home">
<div class="overlay">
<div class="content">
<p class="quote">" Hello! code writers "</p>
<h1>
<b> INTERNATIONAL <br />WEB DEVELOPERS SUMMIT 2022 </b>
</h1>
<div class="home-text">
A cross-domain interaction of researchers, designers and all code
writers cover the internet for electronic systems and electronic
design automation in both the Research Track and Designer Track.
</div>
<p class="contact">
Please contatc us per email for any further question about Event
summit 2022
<br /><a href="mailto:chrissiku5@gmail.com"
>chrissiku5@gmail.com</a
>
</p>
</div>
</div>
</section>
<!-- Event Logo and explaination -->
<section class="about">
<!-- About us -->
<div class="about_us">
<div class="title">
<h2>Coder inernational Summit 2022 Logo</h2>
<span class="line"></span>
<p>
coder internationals Summit is a company that does not yet exist
in real life, so be careful not to send a fee to a request
justifying to be this company
</p>
</div>
<div class="logo">
<img src="images/logo.png" alt="logo" />
</div>
</div>
</section>
<!-- About past summit -->
<section class="summit">
<!-- About summit -->
<div class="title">
<h2>See the past Coder inernational Summits</h2>
<span class="line"></span>
<p>
Contatc us on the email address in the footer in order to get more
informations on how to implement this technology for your own
company
</p>
</div>
<div class="past_summit">
<div class="summit_card">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSUa8u6o-zs_Hy9m3iisDg1DxvvbYZ1eDZNIg&usqp=CAU"
alt="summit image"
/>
<div class="card_text">
<h3>2017</h3>
<p>Coder international summit 2017 in Rwanda</p>
</div>
</div>
<div class="summit_card">
<img
src="https://images.squarespace-cdn.com/content/v1/5bc4882465019f632b2f8653/1607937224717-1XE96383BU859ZOG469Q/image-asset.jpeg"
alt="summit image"
/>
<div class="card_text">
<h3>2019</h3>
<p>Coder international summit 2019 in DR.Congo</p>
</div>
</div>
<div class="summit_card">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSl9y4izq-n4UH6UlP9V5kBlq8whqMwONm4FqcBjgFSGaNx7p4Sff4CyjtteJqJqfTbolI&usqp=CAU"
alt="summit image"
/>
<div class="card_text">
<h3>2021</h3>
<p>Coder international summit 2021 in Nigeria</p>
</div>
</div>
</div>
</section>
</main>
<!-- Partner section -->
<section class="partners">
<div class="title">
<h2>Partners</h2>
<span class="line"></span>
</div>
<div class="partners-list">
<!-- <marquee behavior="alternate" direction=""> -->
<a href="#"><img src="images/partner.jpg" alt="Google logo" /></a>
<a href="#"><img src="images/partner1.png" alt="Google logo" /></a>
<a href="#"><img src="images/partner4.png" alt="Google logo" /></a>
<a href="#"><img src="images/partner2.PNG" alt="Google logo" /></a>
<a href="#"><img src="images/partner3.png" alt="Google logo" /></a>
<!-- </marquee> -->
</div>
</section>
<!-- Footer section -->
<footer>
<div class="author">
<a href="mailto:chrissiku5@gmail.com">©Chris Siku</a>
</div>
<div class="right">
2022 event sommit of Lorem ipsum dolor sit amet consectetur
</div>
</footer>
<!-- Main JavaScript file -->
<script src="js/main.js"></script>
</body>
</html>