-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
127 lines (113 loc) · 4.72 KB
/
experience.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="test.css" type="text/css">
<link href="experience.css" rel="stylesheet" type="text/css" />
<link href="footer.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<title>Document</title>
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64"/>
</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">Practice Areas</a>
<ul id="ani-toggle" class="ani-menu">
<li><a href="speaker-series.html" class="width-1">Speaker Series</a></li>
<li><a href="experience.html" class="width-1">Experience</a></li>
<li><a href="webinar.html" class="width-1">Webinars and Workshops</a></li>
</ul>
</li>
<li id="menu-toggle2" class="menu">
<a class="menu-title">Competitions</a>
<ul id="ani-toggle2" class="ani-menu">
<li><a href="college-competitions.html" class="width-2">College</a></li>
<li><a href="national-college.html" class="width-2">National</a></li>
</ul>
</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.html">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="filter">
<h1 id="filter-title">Experience and Knowledge</h1>
<h2 id="filter-text">Gain a deep understanding about the fundamentals of economics and wide range of general knowledge!
</h2>
</div>
<div class="parallax">
</div>
<div id="body-stuff">
<ul class="bullet-div">
<li class="bullets"><p>All of us have had experience researching and teaching financial concepts to students and have competed in multiple tournaments.
</p></li>
<li class="bullets"><p>We teach not only micro and macro economics that can appear on tests but information regarding how to be a financially literate person.
</p></li>
<li class="bullets"><p>We teach not only micro and macro economics that can appear on tests but information regarding how to be a financially literate person.
</p></li>
</ul>
</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="script.js"></script>
<script src="nav.js"></script>
</html>