forked from eliakimceleste/Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsor.html
164 lines (152 loc) · 6.05 KB
/
sponsor.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
<!DOCTYPE html>
<html lang="en-EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index.css" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital@0;1&family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<script src="index.js"></script>
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
<title>
BenRover-24 : Cars4Mars
</title>
</head>
<body>
<header>
<nav>
<ul class="sidebar">
<li onClick="hideSidebar()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="45px"
viewBox="0 -960 960 960" width="45px" fill="#5f6368">
<path
d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" />
</svg></a></li>
<li><a href="#AboutProject">Project</a></li>
<li><a href="#Goals">Goals & Objectives</a></li>
<li><a href="#About the Team">Our Team</a></li>
<li><a href="sponsor.html">Sponsor Us</a></li>
<hr />
<ul class="sidebar-media">
<li><a href="https://www.linkedin.com/" target="_blank" id="linkedin"><img
src="ressources\images\LinkedIn_logo_initials.png" alt="Linkedin"></a></li>
<li><a href="https://www.instagram.com/" target="_blank" id="instagram"><img
src="ressources\images\Instagram_icon.png.webp" alt="Instagram"></a></li>
<li><a href="https://www.github.com/" target="_blank" id="github"><img src="ressources\images\Github.png"
alt="Github"></a></li>
</ul>
</ul>
<ul>
<li><a class="navbar-brand" href="index.html">
<h1>BenRover-24</h1>
</a></li>
<li class="hideOnMobile"><a href="index.html#AboutProject">Project</a></li>
<li class="hideOnMobile"><a href="index.html#Goals">Goals & Objectives</a></li>
<li class="hideOnMobile"><a href="index.html#About the Team">Our Team</a></li>
<li class="hideOnMobile"><a href="sponsor.html">Sponsor Us</a></li>
<li class="menu-button" onclick="showSidebar()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg"
height="45px" viewBox="0 -960 960 960" width="45px" fill="#5f6368">
<path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" />
</svg></a></li>
</ul>
</nav>
<script>
function showSidebar() {
const sidebar = document.querySelector('.sidebar');
sidebar.style.display = 'flex'
}
function hideSidebar() {
const sidebar = document.querySelector('.sidebar');
sidebar.style.display = 'none'
}
</script>
</div>
<div class="hero-sponsor">
<div class="hero-text-sponsor">
<h1> Support the Team</h1>
</div>
</div>
</header>
<div class="main">
<div class="ContactUs" id="DonateForm">
<h2>Contact us : </h2>
<p>Reach out to our email [email protected] directly or submit an inquiry using the following form.
We will get back to you as soon as possible !
</p>
<div class="ContactMedia">
<a href="https://bj.linkedin.com/company/tekbot-robotics" target="_blank"><img
src="ressources\images\LinkedIn_logo_initials.png" alt="Linkedin"></a>
<a href="https://www.instagram.com/tekbot_/" target="_blank"><img
src="ressources\images\Instagram_icon.png.webp" alt="Instagram"></a>
<a href="https://benrover-24.github.io/Docs/" target="_blank"><img src="ressources\images\Github.png"
alt="Github"> </a>
</div>
<!-- Form -->
<div class="contact-form">
<form id="contact-form">
<div class="form-group">
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="firstName" required>
</div>
<div class="form-group">
<label for="lastName">Last Name</label>
<input type="text" id="lastName" name="lastName" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="email">E-mail</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit">Send</button>
</form>
<div id="status"></div>
</div>
</div>
</div>
<footer>
<div class="Section1">
<h1> BenRover-24</h1>
<h4>
Powered by Tekbot Robotics
</h4>
<h5 class="Contact">
Contact
</h5>
<p>6 Metrotech Center, Brooklyn, NY </p>
<a href="mailto:">[email protected] </a>
<div class="FooterSocial">
<a href="https://www.linkedin.com/" target="_blank"><img src="ressources\images\LinkedIn_logo_initials.png"
alt="Linkedin"></a>
<a href="https://www.instagram.com/" target="_blank"><img src="ressources\images\Instagram_icon.png.webp"
alt="Instagram"></a>
<a href="https://www.github.com/" target="_blank"> <img src="ressources\images\Github.png" alt="Github"></a>
</div>
</div>
<div class="Section2">
<br />
<br />
<ul class="FooterMenu">
<li>
<a href="index.html#AboutProject"> About the project</a>
</li>
<li>
<a href="index.html#Goals"> Goals & Objectives </a>
</li>
<li>
<a href="index.html#AboutTeam"> About the Team </a>
</li>
<li>
<a href="index.html#Sponsor"> Sponsor the Team </a>
</li>
</ul>
</div>
</footer>
</body>
</html>