-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
153 lines (151 loc) · 5.96 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
<!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" />
<title>Conference on Web Development</title>
</head>
<body>
<main id="root">
<section id="navbar">
<div class="about-social">
<ul class="icons">
<li><i class="fa fa-facebook-f"></i></li>
<li><i class="fa fa-twitter"></i></li>
<li>Logout</li>
<li>My Page</li>
<li>English</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-item2">
<a class="nav-link active" href="./index.html" id="link">Home</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>
<section id="about">
<div id="container-def">
<div>
<h3>
"You sure don't want to miss this!"
</h3>
<br />
<h1>
CONFERENCE ON <br />WEB DEVELOPMENT <br />2022
</h1>
<div class="about-intro">
<p>
This conference would be a wonderful opportunity to get to understand the technological impact of web
development in the present age. It would bring together a community of experts, academics, and
organizations who are seeking to make a difference.
This year, we hope to expand our invitation list to include interested individuals and corporate
organizations.
</p>
</div>
<p>Please contact us via Email for any further questions about EPAL Technologies Conference on Web
Development
2022!
<br> <b>
<a href="mailto:[email protected]">[email protected]</a>
</b>
</p>
</div>
<div class="about-logo">
<h4>
Conference on Web Development 2022 Logo
</h4>
<hr>
<p>
The logo of the conference was designed by the organizers of the conference in conjuction with EPAL
Technologies,
a forward-moving IT firm with a track record of excellence in the field of information technology.
</p>
</div>
<div class="about-logo-img"><img src="./images/Logo.png" alt="Epal Logo">EPALTechs
</div>
</div>
<div class="past">
<h4>
See the Past Two Years' <br> Web Development Conference
</h4>
<hr>
<p>
Take a look at the last two conferences in web development that was held
in two different cities in the country, in Abuja and Port-Harcourt.
</p>
<div class="zoom">
<div class="past-img"><img src="./images/conference2020.jpg" alt="videozoom">
<div class="vzoom">
<p>Web Conference Particpants in </p>
<h2>2020</h2>
</div>
</div>
<div class="past-img"><img src="./images/Zoomconference2021.jpg" alt="videoconf">
<div class="vzoom">
<p>Web Conference Particpants in </p>
<h2>2021</h2>
</div>
</div>
</div>
</div>
</section>
<section id="about-partners">
<div class="advert">
<h6>Partners</h6>
<hr>
<div class="advlogo">
<h2>Mozilla</h2>
<h3>Google</h3>
<h2>NAVER</h2>
<p>daumkakao<img src="./images/Icons/clip.png" alt="clip">airbnb</p>
</div>
</div>
</section>
<footer id="about-footer">
<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>