-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
82 lines (79 loc) · 3.33 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style2.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>
<section>
</div>
<div class="box" style="margin-right: -85%; color:#fff; margin-left: 15%;">
<h1 style = "background: transparent;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
margin: 10px;">
----------------------------------- About Us -----------------------------------</h1>
<center>
<div class="bx" style="margin-left: -45%; width:169%; height: 1210px;">
<h1 style="margin-left: 40%; margin-top: 3%;">The LiFiVerse Project Team</h1>
<table style="margin-left: 30%; width: 70%; margin-top:3%; border-spacing: 0 25px;">
<tr>
<th style="font-size: 20px;">(1) Aryaka</th>
<th style="font-size: 20px;">(2) Atharva</th>
<th style="font-size: 20px;">(3) Jayanth</th>
</tr>
<tr>
<td>Branch: CSE</td>
<td>Branch: ME</td>
<td>Branch: DSE</td>
</tr>
<tr>
<th style="font-size: 20px;">(4) Pranav</th>
<th style="font-size: 20px;">(5) Shalu</th>
<th style="font-size: 20px;">(6) Yashwant</th>
</tr>
<tr>
<td>Branch: CSE</td>
<td>Branch: EE</td>
<td>Branch: CE</td>
</tr>
</table>
<h1 style="margin-left: 46%; margin-top: 3%;">Contact Us Here!</h1>
<a href="https://www.instagram.com/pranav_dharme_/"><img src="insta.png" style="width: 80px; margin-left:20%; margin-top: 5%;"></a>
<a href="https://www.facebook.com/yogesh.bari.1069"><img src="fb.png" style="width: 75px; margin-left:15%; margin-top: 4.5%;"></a>
<a href="https://www.linkedin.com/in/pranav-dharme/"><img src="linkedin.png" style="width: 100px; margin-left:15%; margin-top: 8%; margin-bottom: -1%;"></a>
<a href="contact.html"><img src="email.png" style="width: 85px; margin-left:13%; margin-top: 8%; margin-bottom: -1%;"></a>
</div>
</center>
</div>
<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: 45%;">
</a>
</div>
</footer>
<p style="margin-top: -40px; margin-left: 46%; color: #fff; width: 600px;">©2022. | Designed By: Pranav Dharme. | All rights reserved.</p>
</div>
</body>
</html