-
Notifications
You must be signed in to change notification settings - Fork 0
/
anujalamasety.html
139 lines (118 loc) · 5.43 KB
/
anujalamasety.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
<!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>Anuj Alamasety</center></h1>
</div>
<hr style=">
<div class="container">
<div class="image">
<img src="anujpic.png">
<br>
<br>
</div>
<div class="text">
<p id="first"><span class="titlestuff">School: </span> <span class="title-description"> Centennial High School
</p><br>
<p id="second"><span class="titlestuff">Position: </span><span class="title-description">Director of Treasury
</p><br>
<p id="third">Anuj Alamasety is a rising junior at Centennial High School. Being passionate in both finance and economics, he joined the Leaders of Economics and Finance in America (LEFA) club to learn how to become financially free and become knowledgeable in both finance and economics. No matter what you do, finance & economics is something every single person will have to use and this helps set the precedent for financially free citizens. Anuj hopes to use his wealth of knowledge to expand LEFA to more people and teaching like minded students about these critical fields.
<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>