forked from microverseinc/fcc-test-suite-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-landing-page.freecodecamp.rocks.html
120 lines (114 loc) · 4.96 KB
/
product-landing-page.freecodecamp.rocks.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
<!DOCTYPE html>
<!-- saved from url=(0057)https://product-landing-page.freecodecamp.rocks/#features -->
<html><script type="text/javascript">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="./product-landing-page.freecodecamp.rocks_files/styles.css">
<link rel="stylesheet" href="./product-landing-page.freecodecamp.rocks_files/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body data-new-gr-c-s-check-loaded="14.1094.0" data-gr-ext-installed="">
<div id="page-wrapper">
<header id="header">
<div class="logo">
<img id="header-img" src="./product-landing-page.freecodecamp.rocks_files/product-landing-page-logo.png" alt="original trombones logo">
</div>
<nav id="nav-bar">
<ul>
<li><a class="nav-link" href="https://product-landing-page.freecodecamp.rocks/#features">Features</a></li>
<li><a class="nav-link" href="https://product-landing-page.freecodecamp.rocks/#how-it-works">How It Works</a></li>
<li><a class="nav-link" href="https://product-landing-page.freecodecamp.rocks/#pricing">Pricing</a></li>
</ul>
</nav>
</header>
<div class="container"></div>
<section id="hero">
<h2>Handcrafted, home-made masterpieces</h2>
<form id="form" action="https://www.freecodecamp.com/email-submit">
<input name="email" id="email" type="email" placeholder="Enter your email address" required="">
<input id="submit" type="submit" value="Get Started" class="btn">
</form>
</section>
<div class="container">
<section id="features">
<div class="grid">
<div class="icon"><i class="fa fa-3x fa-fire"></i></div>
<div class="desc">
<h2>Premium Materials</h2>
<p>
Our trombones use the shiniest brass which is sourced locally.
This will increase the longevity of your purchase.
</p>
</div>
</div>
<div class="grid">
<div class="icon"><i class="fa fa-3x fa-truck"></i></div>
<div class="desc">
<h2>Fast Shipping</h2>
<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>
</div>
</div>
<div class="grid">
<div class="icon">
<i class="fa fa-3x fa-battery-full" aria-hidden="true"></i>
</div>
<div class="desc">
<h2>Quality Assurance</h2>
<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>
</div>
</div>
</section>
<section id="how-it-works">
<iframe id="video" height="315" src="./product-landing-page.freecodecamp.rocks_files/y8Yv4pnO7qc.html" frameborder="0" allowfullscreen=""></iframe>
</section>
<section id="pricing">
<div class="product" id="tenor">
<div class="level">Tenor Trombone</div>
<h2>$600</h2>
<ol>
<li>Lorem ipsum.</li>
<li>Lorem ipsum.</li>
<li>Lorem ipsum dolor.</li>
<li>Lorem ipsum.</li>
</ol>
<button class="btn">Select</button>
</div>
<div class="product" id="bass">
<div class="level">Bass Trombone</div>
<h2>$900</h2>
<ol>
<li>Lorem ipsum.</li>
<li>Lorem ipsum.</li>
<li>Lorem ipsum dolor.</li>
<li>Lorem ipsum.</li>
</ol>
<button class="btn">Select</button>
</div>
<div class="product" id="valve">
<div class="level">Valve Trombone</div>
<h2>$1200</h2>
<ol>
<li>Plays similar to a Trumpet</li>
<li>Great for Jazz Bands</li>
<li>Lorem ipsum dolor.</li>
<li>Lorem ipsum.</li>
</ol>
<button class="btn">Select</button>
</div>
</section>
<footer>
<ul>
<li><a href="https://product-landing-page.freecodecamp.rocks/#">Privacy</a></li>
<li><a href="https://product-landing-page.freecodecamp.rocks/#">Terms</a></li>
<li><a href="https://product-landing-page.freecodecamp.rocks/#">Contact</a></li>
</ul>
<span>Copyright 2016, Original Trombones</span>
</footer>
</div>
</div>
</body><grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration></html>