-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
186 lines (163 loc) · 8.76 KB
/
contact.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
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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us!</title>
<link rel="stylesheet" type="text/css" href="buttonSwipe.css">
<link rel="stylesheet" type="text/css" href="about/about.css">
<link rel="shortcut icon" type="image/png" href="images/tlp_logo2.png">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bitter:wght@400&display=swap" rel="stylesheet">
<!--Fixed tab-->
<div class="top-bar">
 
<a href="../index.html" style="text-decoration: none;">
<h1 style="text-align: center;">The Language Project</h1>
</a>
<br><br>
<div class="menu-nav">
<strong>
<div class="dropdown">
 <a href="about.html" style="text-decoration: none; font-size: large;">About</a> 
<div class="dropdown-content" style="text-align: left;">
<a href="about/mission.html">Our Mission</a>
<a href="about/partners.html">Our Partners</a>
<a href="about/team.html">Our Team</a>
</div>
</div>
 <a href="resources.html" style="text-decoration: none; font-size: large;">Resources</a> 
<div class="dropdown">
 <a href="initiatives.html" style="text-decoration: none; font-size: large;">Initiatives</a> 
<div class="dropdown-content" style="text-align: left;">
<a href="sandbox.html">Sandbox</a>
<a href="ambassador.html">Ambassador Program</a>
</div>
</div>
 <a href="contact.html" style="text-decoration: none; font-size: large;"><span style="background-color: #FFFF00">Contact</span></a> 
 <a id="swipe" href="https://www.paypal.com/biz/fund?id=ZETBG9HF9248W" target="_blank">Donate</a> 
</strong>
</div>
<br>
<div class="flag-container">
<img src="images/flags/china.svg">
<img src="images/flags/afghan.svg">
<img src="images/flags/australia.svg">
<img src="images/flags/austria.svg">
<img src="images/flags/bahamas.svg">
<img src="images/flags/belgium.svg">
<img src="images/flags/bolivia.svg">
<img src="images/flags/brunei.svg">
<img src="images/flags/burundi.svg">
<img src="images/flags/can.svg">
<img src="images/flags/colombia.svg">
<img src="images/flags/denmark.svg">
<img src="images/flags/ethiopia.svg">
<img src="images/flags/france.svg">
<img src="images/flags/germany.svg">
<img src="images/flags/india.svg">
<img src="images/flags/indo.svg">
<img src="images/flags/japan.svg">
<img src="images/flags/jordan.svg">
<img src="images/flags/korea.svg">
<img src="images/flags/netherlands.svg">
<img src="images/flags/phil.svg">
<img src="images/flags/spain.svg">
<img src="images/flags/sweden.svg">
<img src="images/flags/uk.svg">
<img src="images/flags/us.svg">
<img src="images/flags/yemen.svg">
</div>
</div>
<br><br><br><br><br>
<script type="text/javascript">
function submitForm() {
// Get the first form with the name
// Hopefully there is only one, but there are more, select the correct index
var frm = document.getElementsByName('contact-form')[0];
frm.submit(); // Submit
frm.reset(); // Reset
return false; // Prevent page refresh
}
</script>
</head>
<br><br><br><br><br><br>
<body class="about-body">
<img style="width: 100%; height: 350px" src="images/contact page.png"> <br><br>
<div class="main">
<!-- <?php include 'contact-form-process.php';?> -->
<link href="contact-form.css" rel="stylesheet">
<div class="fcf-body">
<div id="fcf-form">
<h3 class="fcf-h3">Contact us</h3>
<form id="fcf-form-id" class="fcf-form-class" name="contact-form"
action="https://formspree.io/f/xqkwajzq"
method="POST"
>
<!-- <form id="fcf-form-id" class="fcf-form-class" method="post" action="contact-form-process.php"> -->
<div class="fcf-form-group">
<label for="Name" class="fcf-label">Your name</label>
<div class="fcf-input-group">
<input type="text" id="Name" name="Name" class="fcf-form-control" required>
</div>
</div>
<div class="fcf-form-group">
<label for="Email" class="fcf-label">Your email address</label>
<div class="fcf-input-group">
<input type="email" id="Email" name="Email" class="fcf-form-control" required>
</div>
</div>
<div class="fcf-form-group">
<label for="Message" class="fcf-label">Your message</label>
<div class="fcf-input-group">
<textarea id="Message" name="Message" class="fcf-form-control" rows="6" maxlength="3000" required></textarea>
</div>
</div>
<div class="fcf-form-group">
<!-- <button type="submit" id="fcf-button" class="fcf-btn fcf-btn-primary fcf-btn-lg fcf-btn-block">Send Message</button> -->
<button type="button" onClick="submitForm();" class="fcf-btn fcf-btn-primary fcf-btn-lg fcf-btn-block">Send Message</button>
</div>
</form>
</div>
</div>
</div>
<br><br><br>
<div class="footer">
<br><br>
<img class="title" src="images/tlp_logo2.png"/><br>
<button style="background-color: white; width: 250px; height: 50px; border-radius: 15px; border-color: #4a8cad;"><a style="display: grid; grid-template-columns: 10% 90%;" href=" https://join.slack.com/t/the-language-project/shared_invite/zt-q2rqktcw-eKwC5gFBN995oiGLCY_Gbg">
<img src="images/slack.svg" style="width: 40px; height: 40px; float: right; transform: translateX(10px);"/>
<span style="transform: translateY(12px); color: #f8a848; font-weight: bold;">Join Our Slack Channel!</span></a>
</button><br>
<img href="https://cdn.brandfolder.io/5H442O3W/at/pl54cs-bd9mhs-15gdx1/btn-add-to-slack__1x.png"/>
<div>
<p style="text-align: center; letter-spacing: 2px; color: #4a8cad;">
Sign up for our newsletter!<br>
<img style="width: 50px; height: 50px;" src="images/newsletter2.jpeg"><br>
<iframe src="https://thelanguageproject.substack.com/embed" width="280" height="80" style="padding: 0px; " frameborder="0" scrolling="no"></iframe>
</p>
</div>
<div style="color: #4a8cad;">
© The Language Project 2021 | All rights reserved | Tel: (301)401-9954 | 
<a href="mailto:[email protected]">
<img src="images/email.jpeg" class="social-icon"/>
</a> 
<a href="https://www.instagram.com/the.language.project/?hl=en" target="_blank">
<img src="images/ig.jpeg" class="social-icon"/>
</a> 
<a href="https://twitter.com/TheLanguagePro1" target="_blank">
<img src="images/tw.jpeg" class="social-icon"/>
</a> 
<a href="https://www.youtube.com/channel/UCgzzahbO-I2UGnRjFaQKEpA" target="_blank">
<img src="images/yt.jpeg" class="social-icon"/>
</a> 
<a href="https://www.linkedin.com/company/the-language-project-inc" target="_blank">
<img src="images/in.jpeg" class="social-icon"/>
</a> 
<a href="https://www.facebook.com/thelanguageproject-102216541927883" target="_blank">
<img src="images/fb.jpeg" class="social-icon"/>
</a> 
<br>
</div>
</div>
</body>
</html>