-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 2.23 KB
/
index.html
File metadata and controls
59 lines (56 loc) · 2.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BadgerFly</title>
<link rel="stylesheet" href="style.css">
<meta name="description"
content="BadgerFly is a team of engineers and educators passionate about the growing field of VTOL. We provide engineering services, educational programs, and competition consulting.">
<meta name="keywords" content="VTOL, aviation, robotics, engineering, education, competition, Badgerfly, BadgerFly">
<meta name="author" content="Your Name">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="header">
<img id="logo" src="logo.png" alt="BadgerFly logo">
<div id="nav">
<a href="#">Home</a>
<a href="#about">About Us</a>
<a href="/services">Services</a>
<a href="/contact">Contact</a>
</div>
</div>
<div id="hero">
<img id="hero-image" src="hero.jpg">
<img id="hero-logo" src="logo.png">
<span>Explore the World of VTOLs</span>
<a href="#" class="cta">Get Involved</a>
</div>
<div id="about">
<span>About Us</span>
<p>We are BadgerFly, a team of engineers and educators passionate about the growing field of VTOL. Our
mission is to inspire interest in aviation and robotics by providing educational programs and
engineering innovative VTOL solutions for competition purposes.</p>
</div>
<div id="team">
<h2>Team</h2>
<ul>
<li>VTOL engineering services</li>
<li>Educational programs and workshops</li>
<li>Competition participation and consulting</li>
</ul>
</div>
<div id="contact">
<h2>Contact Us</h2>
</div>
<div>
<p>© 2023 BadgerFly. All rights reserved.</p>
</div>
</body>
</html>