-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (52 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<header class="site-header clearfix">
<nav>
<div class="logo">
<a href="#"><h1>The LiFiVerse</h1></a>
</div>
<div class="menu">
<ul>
<a href="index.html"><li>Home</li></a>
<a href="messages.html"><li>Messages</li></a>
<a href="https://en.wikipedia.org/wiki/Li-Fi"><li>LiFi</li></a>
<a href="about.html"><li>About Us</li></a>
</ul>
</div>
</nav>
<ul>
<section>
</div>
<div class="rightside">
<h1>WELCOME TO THE WORLD</h1>
<h1>OF LIGHT</h1>
<div class="write-us">
<h3 style="margin-top: -20px;">About Li-Fi</h3>
<p> LiFi is a wireless technology connecting us to the internet. LiFi is similar to WiFi, as both transmit data electromagnetically. However, WiFi uses radio waves whilst LiFi uses visible light to transmit high speed data that can reach multiple gigabits. LiFi is more reliable, virtually interference free and uniquely more secure than radio technology such as Wi-Fi or cellular.</p>
</div>
<img src="intro.png">
<a href="messages.html"><button>Welcome</button></a>
</div>
</section>
</header>
<div class="pg-footer">
<footer class="footer">
<div class="footer-content">
<div class="footer-content-column">
<div class="footer-logo">
<a class="footer-logo-link" href="#">
<span class="hidden-link-text">LOGO</span>
<img src="logo.png" style="margin-left: 40%;">
</a>
</div>
</footer>
<h3 style="margin-top: -50px; margin-left: 22%; color: #fff;">©2022. | Designed By: Pranav Dharme. | All rights reserved.</h3>
</div>
</body>
</html