-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
38 lines (37 loc) · 2.29 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="style.css">
<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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://media.discordapp.net/attachments/935081282570944582/935692447730782278/Studio_Project_1.png?width=999&height=999">
<script src="/js/script.js"></script>
</head>
<body style="background-color: #1A1A1A;">
<header id="title">About Us
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="workshops.html">Workshops</a></li>
</ul>
</header>
<section id="davidshit" style="margin-left: 23%; margin-bottom: 5rem; margin-top: 3rem;">
<img src="https://media.discordapp.net/attachments/717217667500736534/955982592543453184/unknown.png" style="height: 35rem; width: 55rem; margin: auto; border-radius: .2rem"></img>
</section>
<p style="margin: 3rem; margin-bottom: 4rem; font-size: 1.5rem;">We created the Davis Engineering Team in an effort to benefit our
surrounding community by solving global problems locally. Throughout our lives, we have been surrounded by
technology and the potential it has to improve the world. We are driven by the desire for self development and creating solutions
through engineering to achieve our mission. We aim to benefit the community through competitions, workshops, and projects
by utilizing science, technology, and engineering.
</p>
<p style="margin-left: 3rem; margin-top: 3rem; font-size: .8rem;">[Image] From left to right:</p>
<p style="margin-bottom: 4rem; margin-left: 3rem; font-size: .8rem;">Devin Gagnon, David Wang, Felipe Caceres - Fernandez</p>
</body>
</html>