-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (159 loc) · 6.29 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
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
<!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/4.7.0/css/font-awesome.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="./Style.css" />
<script defer src="./Script.js"></script>
<title>Conference on Web Development</title>
</head>
<body>
<section id="navbar">
<div class="social">
<ul class="icons">
<li><i class="fa fa-facebook-f"></i></li>
<li><i class="fa fa-twitter"></i></li>
<li>English</li>
<li>My Page</li>
<li>Logout</li>
</ul>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#index"><img src="./images/Logo.png" alt="Epal Logo">EPALTechs</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="./about.html" id="link">About</a>
</li>
<li>
<a class="nav-link active" aria-current="page" href="#">Program</a>
</li>
<li><a class="nav-link active" aria-current="page" href="#">Contact</a>
</li>
<li><a class="nav-link active" aria-current="page" href="#">Sponsor</a>
</li>
<li><a class="nav-link active" aria-current="page" href="#">Join</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="mailto:[email protected]">Link</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li> -->
</ul>
<form class="d-flex">
<!-- <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"> -->
<button class="btn btn-outline-success" type="submit">EPAL Campaign</button>
</form>
</div>
</div>
</nav>
</section>
<main id="root">
<section id="index">
<div id="container-def">
<h3>
"You sure don't want to miss this!"
</h3>
<br />
<h1>
CONFERENCE ON <br />WEB DEVELOPMENT <br />2022
</h1>
<p>
A wonderful opportunity to sneak peak into the world of software developement. The fact that the world has
gone digital and that we are in the era of information technology cannot be overemphasized.
It would be worth your while to personally attend and see for yourself the future of web development and how
you can benefit from it.
</p>
<br />
<h2>2022.10.14(FRI) ~ 15(SAT)</h2>
<p>
@ Ibom Tropicana, Udo Udoma Avenue, Uyo, Akwa Ibom State, Nigeria.
</p>
</div>
</section>
<section id="program">
<div class="program-details">
<div>
<h3>Main Program</h3>
</div>
<hr>
<div class="container">
<div><img class="icon" src="./images/Icons/people.png" alt="Lecture image" />
<h4>Lecture</h4>
<p>
Listen to seasoned experts on information technology on the changing face of technology in a digitalized
society.
</p>
</div>
<div><img class="icon" src="./images/Icons/radioactive.png" alt="Exhibition image" />
<h4>CG Exhibition</h4>
<p>
You will appreciate different webdesigns showcasing the ecstatic use of web applictions.
</p>
</div>
<div><img class="icon" src="./images/Icons/chat-box.png" alt="Forum image" />
<h4>Forum</h4>
<p>
Have your time to share your thoughts with web experts and be informed.
</p>
</div>
<div><img class="icon" src="./images/Icons/reciprocal.png" alt="Workshop image" />
<h4>Workshop</h4>
<p>
Get started on creating a web application and know-how to have your hands dirty on code.
</p>
</div>
<div><img class="icon" src="./images/Icons/setting.png" alt="Ignite image" />
<h4>CG Ignite </h4>
<p>
Get an opportunity to connect with colleagues and clients all over the world during and after the
program.
</p>
</div>
</div>
<h5><u>SEE THE WHOLE PROGRAM</u></h5>
<hr>
<div class="join">Join the 2022 Conference on Web Development</div>
</div>
</section>
<section id="speakers">
<div>
<h3>Featured Speakers</h3>
<hr>
</div>
<div class="container experts">
</div>
</section>
<footer id="footer">
<div class="advert">
<h6>Partners</h6>
<hr>
<div class="advlogo">
<h2>Mozilla</h2>
<h3>Google</h3>
<h2>NAVER</h2>
<p>daumkakao</p><p><img src="./images/Icons/clip.png" alt="clip">airbnb</p>
</div>
</div>
<div class="copyright"><img src="./images/Logo.png" alt="Logo"><span class="epallo">EPALTechs</span>
<div class="details">
<h5>2022 Conference on Web Development. <span>All Rights Reserved.</span></h5>
<p>
Epal—Technologies unusual. Concepts and ideas shared by the stakeholders of the company, domicile in Uyo
City, Akwa Ibom State, Nigeria.
</p>
</div>
</div>
</footer>
</main>
</body>
</html>