-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (173 loc) · 6.91 KB
/
Copy pathindex.html
File metadata and controls
182 lines (173 loc) · 6.91 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment01</title>
<link rel="stylesheet" href="style.css">
<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=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet">
</head>
<body>
<!-- first section -->
<div id="first-section">
<div id="first-section-first-part">
<div>
<img src="./Assets/icons8-webflow-50.png" alt="img">
</div>
<div>
<button class="btn">Sign Up</button>
</div>
</div>
<div id="first-section-second-part">
<h1>Cool Dark UI Template for Webflow Agencies!</h1>
<button class="btn">Stay Focused</button>
</div>
</div>
<!-- second section -->
<div id="second-section">
<div id="second-section-first-part">
<h1>See It in Aciton</h1>
<p>Explore the live preview and imagine your<br> brand in this bold new look.</p>
<button class="btn">Launch Live Preview</button>
</div>
<div id="second-section-second-part">
<img src="./Assets/wc-mini.png" alt="img">
</div>
</div>
<!-- third section -->
<div id="third-section">
<div id="third-seciton-part-one">
<h1>Joined Thousands of Productive Users</h1>
</div>
<div id="third-section-part-two">
<div class="card">
<h1>50K</h1>
<p>Active User</p>
</div>
<div class="card">
<h1>2M+</h1>
<p>Focus Sessions</p>
</div>
<div class="card">
<h1>95%</h1>
<p>Satisfaction Rate</p>
</div>
</div>
</div>
<!-- fourth section -->
<div id="fourth-section">
<div id="fourth-section-part-one">
<h1>What our users say</h1>
</div>
<div id="fourth-section-part-two">
<div class="second-cards">
<div class="rating">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
</div>
<h1 class="card-headings">Loved by Designers</h1>
<p class="card-para">This template instantly leveled up our<br> presence.” - Studio Vertex</p>
<div class="review">
<div class="review-img">
<img src="./Assets/avatar.png" alt="img">
</div>
<div class="review-text">
<h1>Reviewer Name</h1>
<p>Date</p>
</div>
</div>
</div>
<div class="second-cards">
<div class="rating">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
</div>
<h1 class="card-headings">Loved by Designers</h1>
<p class="card-para">This template instantly leveled up our<br> presence.” - Studio Vertex</p>
<div class="review">
<div class="review-img">
<img src="./Assets/avatar.png" alt="img">
</div>
<div class="review-text">
<h1>Reviewer Name</h1>
<p>Date</p>
</div>
</div>
</div>
<div class="second-cards">
<div class="rating">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
<img src="./Assets/icon-star.png" alt="star">
</div>
<h1 class="card-headings">Loved by Designers</h1>
<p class="card-para">This template instantly leveled up our<br> presence.” - Studio Vertex</p>
<div class="review">
<div class="review-img">
<img src="./Assets/avatar.png" alt="img">
</div>
<div class="review-text">
<h1>Reviewer Name</h1>
<p>Date</p>
</div>
</div>
</div>
</div>
</div>
<!-- fifth section -->
<div id="fifth-section">
<h1>Ready to focus better</h1>
<p>This template instantly leveled up our presence.” - Studio Vertex</p>
<button class="btn">Get Started Free</button>
<div id="fifth-section-img">
<img src="./Assets/wc-big.png" alt="img">
</div>
</div>
<!-- sixth section -->
<div id="sixth-section">
<div id="sixth-section-first-part">
<h1>
Let's Get in Touch
</h1>
</div>
<div id="sixth-section-second-part">
<form>
<label for="email">Email</label>
<input type="email" id="email" placeholder="example@email.com">
<label for="name">Name</label>
<input type="text" id="name" placeholder="full name">
<label for="message">Message</label>
<textarea id="message" rows="4" placeholder="write your message...."></textarea>
<button type="submit">Get in Touch</button>
</form>
</div>
</div>
<!-- seventh section -->
<div id="seventh-section">
<img height="100px" src="./Assets/icons8-webflow-50.png" alt="img">
<p>Ready to elevate your online presence? Contact us today to discuss<br> your project and discover how we can bring your vision to life.</p>
<div id="links">
<a>Home</a>
<a>About</a>
<a>How it Works</a>
<a>Services</a>
</div>
</div>
</body>
</html>