-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
193 lines (148 loc) · 5.82 KB
/
contact.php
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="contact.css" rel="stylesheet" type="text/css" />
<link href="test.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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/fihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous">
<script>
src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script>
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous">
</script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<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>
<title>Contact Us</title>
</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="filter">
<h1 id="filter-title">Contact</h1>
<h2 id="filter-text">Feel free to contact us here for ideas, support, or questions!
</h2>
</div>
<div class="parallax">
</div>
<br>
<br>
<br>
<br>
<center>
<div id="contact-main">
<main>
<h1>Contact Us</h1>
<form class="contact-form" action="contactform.php" method="post">
<input id="name-label" type="text" name="name" placeholder="Full name"
onFocus="this.placeholder=''"
onBlur="this.placeholder='Full Name'"
>
<br>
<input id="mail-label" type="text" name="mail" placeholder="Your e-mail"
onFocus="this.placeholder=''"
onBlur="this.placeholder='Your e-mail'"
>
<br>
<input id="subject-label" type="text" name="subject" placeholder="Subject"
onFocus="this.placeholder=''"
onBlur="this.placeholder='Subject'"
>
<br>
<textarea cols="40" rows="5" id="text-label" name="message" placeholder= "Message"
onFocus="this.placeholder=''"
onBlur="this.placeholder='Message'"
></textarea>
<br>
<button id="submit-label" type="submit" name="submit"><h3>Send</h3></button>
</form>
</main>
</div>
</center>
<br>
<br>
<br>
<br>
<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>