-
Notifications
You must be signed in to change notification settings - Fork 0
/
bansi.html
136 lines (116 loc) · 5.37 KB
/
bansi.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Our Team</title>
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64"/>
<link href="footer.css" rel="stylesheet" type="text/css" />
<link href="team.css" rel="stylesheet" type="text/css" />
<link href="test.css" rel="stylesheet" type="text/css"/>
<link href="biotemplate.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="shortcut icon" href="https://genfavicon.com/tmp/icon_c8c05c778372aa211a87bd49c1fb118c.ico" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" data-search-pseudo-elements>
</script>
</head>
<body>
<nav id="nav">
<span class="logo">
<img class="nav-logo" src="lefa_logo2.png">
</span>
<ul class="ani">
<li class="menu">
<a class="normal-nav" href="index.html">Home</a></li>
<li id="menu-toggle" class="menu" class="menu-title">
<a class="menu-title">Opportunities</a>
<ul id="ani-toggle" class="ani-menu">
<li><a href="speaker-series.html" class="width-1">Speaker Series</a></li>
<li><a href="competitions.html" class="width-1">Competitions</a></li>
</ul>
</li>
<li id="menu-toggle2" class="menu">
<a class="normal-nav" href="create.html">Start Your Own Chapter</a></li>
</li>
<li id="menu-toggle3" class="menu">
<a class="menu-title">About Us</a>
<ul id="ani-toggle3" class="ani-menu">
<li><a href="team.html" class="width-3">Meet the Team</a></li>
<li><a href="resources.html" class="width-3">Resources</a></li>
</ul>
</li>
<li class="menu"><a class="normal-nav" href="contact.php">Contact</a></li>
</ul>
<div id="burger-nav" class="burger">
<!--<button id="burger-button">click here</button>-->
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div id="team">
<br>
<h1><center>Bansi Gogineni</center></h1>
</div>
<hr style=">
<div class="container">
<div class="image">
<img src="banspic2.jpg">
<br>
<br>
</div>
<div class="text">
<p id="first"><span class="titlestuff">School: </span> <span class="title-description">River Hill High School</p><br>
<p id="second"><span class="titlestuff">Position: </span><span class="title-description">Web Developer</p><br>
<p id="third">Bansi Gogineni is currently a junior at River Hill High School in Clarksville, Maryland. He's also a founder and secretary of the RHHS Web Development Club. As an unbiased person who had known him for years, I can confidentally say that Bansi is the most amazing and greatest person I have ever met. Bansi enjoys helping people and teaching them new skills, and he plans to get into the medical field. He also co-wrote this website, just look for the parts that look the coolest and thats what he probably created.
<br>
<a href="https://www.instagram.com/lefaorg/" target="_blank"><span class="icon"<i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/lefa-organization-51aa60210/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCRXNzEPsJE0PNzJpbp0h7VA" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.facebook.com/LEFA-Organization-103955925208987" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>Leaders of Economics and Finance in America</h3>
<p class="footer-links">
<a href="index.html">Home</a>
|
<a href="college-competitions.html">Competitions</a>
|
<a href="create.html">Start a Chapter</a>
|
<a href="team.html">Team</a>
|
<a href="contact.php">Contact</a>
</p>
<br>
<div>
<p id="email">
<i class="fa fa-envelope" style="color: #f0f0f0;"></i>
<a href ="mailto:[email protected]" target="_blank">[email protected]</a></p>
</div>
<br>
<br>
<code>
<p class="footer-company-name">© 2021 LEFA</p>
</code>
</div>
<div class="footer-center">
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>LEFA</span>
Ellicott City, Maryland, United States</p>
<div class="footer-icons">
<a href="https://www.instagram.com/lefaorg/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/lefa-organization-51aa60210/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCRXNzEPsJE0PNzJpbp0h7VA" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.facebook.com/LEFA-Organization-103955925208987" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
</div>
</footer>
</body>
<script src="nav.js"></script>
</html>