-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (101 loc) · 2.82 KB
/
index.html
File metadata and controls
103 lines (101 loc) · 2.82 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Product Landing Page</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!DOCTYPE html>
<html lang="en"><script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js">
</script>
<title>Puma</title>
<header id="header">
<div class="logo">
<img id="header-img" src="http://logok.org/wp-content/uploads/2014/03/Puma-black-logo.png" alt="Puma incoporated">
</div>
<nav id="nav-bar">
<ul class="links">
<li><a class="nav-link" href="#feature">Features</a></li>
<li><a class="nav-link" href="#how-it-works">How It Works</a>
</li>
<li><a class="nav-link" href="#pricing">Pricing</a></li>
</ul>
</nav>
</header>
<br>
<form id="form" action="https://www.freecodecamp.com/email-submit">
<h1 class="title">Puma Watches</h1>
<input id="email" type="email" name="email" placeholder="Enter Your Email Address">
<input id="submit" type="submit" value="submit">
</form>
<br>
<div class="text" id="feature">
<h1>Gen 4S</h1>
<p>
This watch has a digital smartwatch timepiece. The clock face is digital adjustable and covered with lcd glass. The strap is made of silicone.
</p>
<h2>Contour Horloge</h2>
<p>
This watch has a quartz timepiece. The clock face is black and covered with mineral glass. The strap is made of plastic
</p>
<h3>Remix Horloge</h3>
<p>
This watch has a quartz timepiece. The clock face is black and covered withmineral glass. The strap is made of stainless steel
</p>
</div>
<br>
<div id="how-it-works">
<iframe id="video" width="560" height="315" src="https://www.youtube.com/embed/UKT7Sn-zbmU" allowfullscreen>
</iframe>
</div>
<div id="pricing" class="flex-container">
<div class="products">
<div class="product-title">
<h1>PT9100</h1>
</div>
<div class="product-description">
<h2>£150</h2>
<p>black</p>
<p>digital</p>
<p>durable</p>
</div>
<div class="product-submit">
<input id="product-submit" type="submit" value="select">
</div>
<div class="products"></div>
<div class="product-title">
<h1>P1020</h1>
</div>
<div class="product-description">
<h2>£200</h2>
<p>black</p>
<p>rubber</p>
<p>contour</p>
</div>
<div class="product-submit">
</div>
<div class="products"></div>
<div class="product-title">
<h1>P5016</h1>
</div>
<div class="product-description">
<h2>£50</h2>
<p>gold</p>
<p>chain</p>
<p>glass</p>
</div>
<div class="product-submit">
</div>
<div class="Features" id="Features">
</div>
<div>
<a href="https://www.techradar.com/reviews/puma-smartwatch">Reviews</a>
</div>
</div>
</div>
</html>
<!-- partial -->
</body>
</html>