-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (190 loc) · 7.07 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<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=Commissioner:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/style.css" />
<title>Frontend Mentor | Crowdfunding product page</title>
<script defer src="js/app.js"></script>
</head>
<body>
<div class="overlay "></div>
<!-- MOBILE MENU -->
<header>
<nav class="mobile-nav">
<!-- Logo -->
<a href="#" class="logo">
<img src="./images/logo.svg" alt="Logo" />
</a>
<div class="burger-icon ">
<!-- background-image icon -->
</div>
<!-- Navigation list -->
<ul class="nav-list ">
<li class="nav-item">
<a href="#" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Discover</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Get Started</a>
</li>
</ul>
</nav>
</header>
<div class="hero-image"></div>
<!-- Main -->
<main class="cards-container">
<!-- first card -->
<section class="card">
<div class="mastercraft--logo">
<img src="images/logo-mastercraft.svg" alt="" />
</div>
<h1 class="mastercraft-card--heading">
Mastercraft Bamboo Monitor Riser
</h1>
<p class="mastercraft-card--paragraph">
A beautiful & handcrafted monitor stand to reduce neck and eye strain.
</p>
<!-- bookmark -->
<div class="mastercraft-card--cta">
<button class="btn btn--green">Back this project</button>
<button class="btn btn--bookmark">
<svg width="56" height="56" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<circle fill="#2F2F2F" cx="28" cy="28" r="28" />
<path fill="#B1B1B1" d="M23 19v18l5-5.058L33 37V19z" />
</g>
</svg>
<span class="bookmark-name">Bookmark</span>
</button>
</div>
</section>
<section class="card">
<!-- box numbers -->
<div class="number-box-container">
<div class="number-box">
<span class="total" id="total-money">$89,914</span>
<span class="overall">of $100,000 backed</span>
</div>
<div class="number-box">
<span class="total" id="total-pepole">5,007</span>
<span class="overall"> total backers</span>
</div>
<div class="number-box">
<span class="total" id="total-days">56</span>
<span class="overall">days left</span>
</div>
</div>
<!-- progress bar -->
<div id="myProgress">
<div id="myBar"></div>
</div>
</section>
<section class="card">
<!-- about card -->
<div class="about-card">
<h2 class="about-card--heading">About this project</h2>
<p class="about-card--paragraph">
The Mastercraft Bamboo Monitor Riser is a sturdy and stylish
platform that elevates your screen to a more comfortable viewing
height. Placing your monitor at eye level has the potential to
improve your posture and make you more comfortable while at work,
helping you stay focused on the task at hand.
</p>
<p class="about-card--paragraph">
Featuring artisan craftsmanship, the simplicity of design creates
extra desk space below your computer to allow notepads, pens, and
USB sticks to be stored under the stand.
</p>
<!-- inner cards container -->
<div class="inner-card-container">
<!-- inner cards -->
<div class="inner-card">
<div class="align-text--gap">
<h3 class="inner-card--heading">Bamboo Stand</h3>
<p class="inner-card--price">Pledge $25 or more</p>
</div>
<p class="inner-card--details">
You get an ergonomic stand made of natural bamboo. You've helped
us launch our promotional campaign, and you’ll be added to a
special Backer member list.
</p>
<div class="select-reward">
<p class="select-reward-info">
101 <span class="price-left"> left</span>
</p>
<button class="btn btn--green select-reward--product">
Select Reward
</button>
</div>
</div>
<!-- inner cards -->
<div class="inner-card">
<div class="align-text--gap">
<h3 class="">Black Edition</h3>
<p class="inner-card--price">Stand Pledge $75 or more</p>
</div>
<p class="inner-card--details">
You get a Black Special Edition computer stand and a personal
thank you. You’ll be added to our Backer member list. Shipping
is included.
</p>
<div class="select-reward">
<p class="select-reward-info">
64 <span class="price-left"> left</span>
</p>
<button class="btn btn--green select-reward--product">
Select Reward
</button>
</div>
</div>
<!-- inner cards -->
<div class="inner-card out-of-stock">
<div class="align-text--gap">
<h3 class="">Mahogany Special Edition</h3>
<p class="inner-card--price">Pledge $200 or more</p>
</div>
<p class="inner-card--details">
You get two Special Edition Mahogany stands, a Backer T-Shirt,
and a personal thank you. You’ll be added to our Backer member
list. Shipping is included.
</p>
<div class="select-reward">
<p class="select-reward-info">
0 <span class="price-left"> left</span>
</p>
<button class="btn btn--gray select-reward--product" disabled>
Out of Stock
</button>
</div>
</div>
</div>
</div>
</section>
<!-- auther -->
<div class="auther" style="margin: 0 auto">
osamamammar
<a
href="https://www.github.com/osamamammar"
style="color: var(--color-cyan-dark)"
>(Github)</a
>
</div>
</main>
</body>
</html>