-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
111 lines (111 loc) · 4.62 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
<!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">
<script src="https://kit.fontawesome.com/a12691952c.js" crossorigin="anonymous"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="breakpoint.css">
<title>About</title>
</head>
<body id = 'about'>
<!-- first page for about page -->
<header class="header" id="home">
<nav class="nav-top-desktop">
<ul>
<li><i class="fa-brands fa-facebook-f"></i></li>
<li><i class="fa-brands fa-twitter"></i></li>
<li>English</li>
<li>My Page</li>
<li>Logout</li>
</ul>
</nav>
<div class="nav-top-mobile">
<button id="wrapper-about"><i class="fa-sharp fa-solid fa-bars"></i></button>
</div>
<div class="nav-wrapper" id="nav-wrapper-about">
<a class="close-button" id="close-wrap-about"><i class="fa-solid fa-xmark"></i></a>
<div>
<a href="index.html">Home</a>
<a href="">About</a>
<a href="">Program</a>
<a href="">Join</a>
<a href="">Sponsor</a>
<a href="">News</a>
<a href="">IOT Campaign</a>
</div>
</div>
<div class="nav-wrapper-desktop">
<a href="index.html">
<img src="./Images/horizons.png" alt="logo">
</a> <div>
<a href="index.html">Home</a>
<a href="">Program</a>
<a href="">Join</a>
<a href="">Sponsor</a>
<a href="">News</a>
<a href="">IOT Campaign</a>
</div>
</div>
<div class="presentation-container-about">
<header>
<h1>"Hello Tech world"</h1>
<h3>IOT CONGRESS 2023</h3>
</header>
<h6 class="line">────</h6>
<p class="main-description-about">The Internet of Things (IoT) is a network of physical devices, vehicles, home appliances, and other items embedded with electronics, software, sensors, and connectivity that enables these objects to connect and exchange data.</p>
<div class="presentation-container-footer">
<p>Please contact us per Email for any further questions about Global Congress 2022!</p>
<h4>[email protected]</h4>
</div>
</div>
</header>
<section class="creative-commons">
<h2>IOT-HOrizons 2023 Logo</h2>
<h6 class="line">────</h6>
<p>The logo of iOT Horizons 2023 was decided through the logo competition on 23 January</p>
<img src="./Images/horizons.png" alt="logo">
</section>
<section class="see-past">
<h2>See the past IOT Horizons</h2>
<h6 class="line">────</h6>
<p class="text-past">Take a look at the last two IOT Horizons which took place in Abuja and Lagos</p>
<div class="meet-container">
<article class="first-meet">
<div class="last-meetings">
<h3>2021</h3>
<p>BC Global Summit 2021 in Abuja</p>
</div>
</article>
<article class="second-meet">
<div class="last-meetings">
<h3>2022</h3>
<p>BC Global Summit 2019 in Lagos</p>
</div>
</article>
</div>
</section>
<section class="partner-setup">
<h2>Partner</h2>
<ul class="sponsors">
<li class="mozilla">mozilla</li>
<li class="google">Google</li>
<li class="naver">Goal</li>
<li class="daumkakao">IOT-technology</li>
<li class="airbnb"><i class="fa-solid fa-dna"></i>Prime</li>
</ul>
<footer>
<div class="image-footer img-no " >
<img class="footerimage" src="./Images/darkhorizons.png" alt="logo">
</div>
<div class="footer-information">
<h3>2023 IOT Bootcamp Course Nigeria. Some Rights Reserved</h3>
<p>Unless otherwise specified, all content on the website is available under a Creative Commons Attribution 2.0 Nigeria license.</p>
</div>
</footer>
</section>
<script src="app.js"></script>
</body>
</html>