-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (50 loc) · 1.53 KB
/
index.html
File metadata and controls
51 lines (50 loc) · 1.53 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>The Most Advanced Thing You Have Ever Seen</title>
<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=Orbitron:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="logo-wrapper">
</div>
<div class="nav-bar">
<li>Home</li>
<li>Our Products</li>
<li>About Us</li>
<li>Meet the Team</li>
<li>Schedule A Demo</li>
<li>Contact Us</li>
</div>
</div>
<div class="front-page-image">
<div class="front-note-wrapper">
<div class="left-note">
</div>
<div class="front-note">
"The most innovative and technologically advanced product of our time"
</div>
</div>
</div>
<div class="featured-wrapper">
Lead the way and <br>
<span class="blue-text">REACH POSSIBILITIES</span><br>
you have only dreamed of<br>
<span class="small-text">with the help of AMDtrx</span>
</div>
<div class="learn-more">
<div class="patient-image">
</div>
<div class="learn-more-text">
Because of our propreitary technology, our investors are only allowing a limited few to view our product, enter your email below to be put on the list<br>
<input type="text" name="email" placeholder="Email Address.."><br>
<button>Sign Up</button>
</div>
</div>
<div class="footer">
Copyright AMDtrx 2022
</div>
</body>
</html>