-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (68 loc) · 2.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fork Me! FCC: Test Suite Template</title>
<link rel="stylesheet" href="css/style.css">
<header id="header" > <img id="header-img"></header>
<nav id="nav-bar">
<link rel="stylesheet" href="styles.css">
</nav>
</head>
<body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome!
Please read the README below in the JS Editor before beginning.
Feel free to delete this message once you have read it.
Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<h2> Original Trombones </h2><br>
<h3> Features How It Works Pricing</h3>
<h2> Handcrafted, home-made masterpieces </h2>
<form id="form">
<input id="email" placeholder="email" type="email">
<input type="submit" value="Submit" onclick="window.location.href='https://www.freecodecamp.com/email-submit';">
<h3>premium materials</h3>
<p>Our trombones use the shiniest brass which is sourced locally. This will increase the longevity of your purchase.</p>
<h3>Fast Shipping </h3>
<p>We make sure you recieve your trombone as soon as we have finished making it. We also provide free returns if you are not satisfied. </p>
<h3>Quality Assurance</h3>
<p>For every purchase you make, we will ensure there are no damages or faults and we will check and test the pitch of your instrument.</p>
</form>
<h1 id="video" src="https://youtu.be/y8Yv4pnO7qc">
<video width="320" height="240" controls >
<source type="video/mp4">
</video>
</h1>
<div class="card">
<h1 class="title">TENOR TROMBONE</h1>
<p >$600</p>
<p>Lorem ipsum.</p>
<p>Lorem ipsum dolor.</p>
<p>Lorem ipsum.</p>
<p><button>Select</button></p>
</div>
<div>
<h3>$900<br>
Lorem ipsum.<br>
Lorem ipsum.<br>
Lorem ipsum dolor.<br>
Lorem ipsum.
</h3>
</div>
<div>
<h3>$1200<br>
Plays similar to a Trumpet<br>
Great for Jazz Bands<br>
Lorem ipsum dolor<br>
Lorem ipsum
<p><button>select</button></p>
</h3>
</div>
<script src="js/index.js"></script>
</body>
</html>
<br>