-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (255 loc) · 11 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main-style.css">
<link rel="stylesheet" href="main-responsive.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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fontawesome/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<title></title>
</head>
<body>
<!-- Bagian Navigation Bar -->
<header>
<div id="Product">
<h1>Product</h1>
<nav>
<ul>
<li> <a href="#"> Product</a> </li>
<li> <a href="#"> Custumers</a> </li>
<li> <a href="#"> Pricing</a> </li>
<li> <a href="#"> Resource </a> </li>
<a href="#" class="login">Log in</a>
</ul>
</nav>
</div>
</header>
<div class="main">
<div class="text-container">
<div class="main-text" >
<h1 class="animate__animated animate__fadeInDown">Great Business made with Product</h1>
<p>Build better customer relationships easily messaging that provides a more personal experience for you and your customers.</p>
<div class="form-container">
<div class="submit-placeholder">
<form>
<input class="submit-form" type="tel" placeholder="Enter your email adress">
</form>
</div>
<div class="submit-btn">
<p>Join now</p>
</div>
</div>
<div class="join-pic">
<div class="pic-container">
<div class="submit-pic pic-1"></div>
<div class="submit-pic pic-2"></div>
<div class="submit-pic pic-3"></div>
</div>
<p>Join over <span>4,000+</span> other</p>
</div>
</div>
<div class="main-image">
<img src="images/landingpage_desktop.png" alt="" class="img-1">
<img src="images/landingpage_mobile.png" alt="" class="img-2">
</div>
</div>
</div>
<!-- Bagian body Latest Stories -->
<div class="content">
<h1 class="animate__animated animate__fadeInDown">Latest Stories</h1>
<p class="animate__animated animate__fadeInDown">We focus on ergonomics and meeting you where you work. It's only a keystroke away. </p>
<!-- Card deck -->
<div class="container ">
<div class="card">
<div class="card-header">
<img src="https://c0.wallpaperflare.com/preview/483/210/436/car-green-4x4-jeep.jpg" alt="rover" />
</div>
<div class="card-body">
<span class="tag tag-teal">Technology</span>
<h4>
Why is the Tesla Cybertruck designed the way it
is?
</h4>
<p>
An exploration into the truck's polarising design
</p>
<div class="user">
<img src="https://yt3.ggpht.com/a/AGF-l7-0J1G0Ue0mcZMw-99kMeVuBmRxiPjyvIYONg=s900-c-k-c0xffffffff-no-rj-mo" alt="user" />
<div class="user-info">
<h5>Markonah</h5>
<small>2h ago</small>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="https://images.unsplash.com/photo-1603201667141-5a2d4c673378?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=896&q=80" alt="ballons" />
</div>
<div class="card-body">
<span class="tag tag-purple">Popular</span>
<h4>
Success Steps For Your Personal Or Business
</h4>
<p>
We give you quick tips to improve your personal or business
</p>
<div class="user">
<img src="https://lh3.googleusercontent.com/ogw/ADGmqu8sn9zF15pW59JIYiLgx3PQ3EyZLFp5Zqao906l=s32-c-mo" alt="user" />
<div class="user-info">
<h5>Eyup Ucmaz</h5>
<small>Yesterday</small>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=870&q=80" alt="city" />
</div>
<div class="card-body">
<span class="tag tag-pink">Self-Improvement</span>
<h4>
Increasing Prosperity With Positive Thinking
</h4>
<p>
How to increasing prosperity with positive thinking?
</p>
<div class="user">
<img src="https://studyinbaltics.ee/wp-content/uploads/2020/03/3799Ffxy.jpg" alt="user" />
<div class="user-info">
<h5>Neneng Suherman</h5>
<small>1w ago</small>
</div>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="card-header">
<img src="https://c0.wallpaperflare.com/preview/483/210/436/car-green-4x4-jeep.jpg" alt="rover" />
</div>
<div class="card-body">
<span class="tag tag-teal">Technology</span>
<h4>
Why is the Tesla Cybertruck designed the way it
is?
</h4>
<p>
An exploration into the truck's polarising design
</p>
<div class="user">
<img src="https://yt3.ggpht.com/a/AGF-l7-0J1G0Ue0mcZMw-99kMeVuBmRxiPjyvIYONg=s900-c-k-c0xffffffff-no-rj-mo" alt="user" />
<div class="user-info">
<h5>Markonah</h5>
<small>2h ago</small>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="https://images.unsplash.com/photo-1603201667141-5a2d4c673378?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=896&q=80" alt="ballons" />
</div>
<div class="card-body">
<span class="tag tag-purple">Popular</span>
<h4>
Success Steps For Your Personal Or Business
</h4>
<p>
We give you quick tips to improve your personal or business
</p>
<div class="user">
<img src="https://lh3.googleusercontent.com/ogw/ADGmqu8sn9zF15pW59JIYiLgx3PQ3EyZLFp5Zqao906l=s32-c-mo" alt="user" />
<div class="user-info">
<h5>Eyup Ucmaz</h5>
<small>Yesterday</small>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=870&q=80" alt="city" />
</div>
<div class="card-body">
<span class="tag tag-pink">Self-Improvement</span>
<h4>
Increasing Prosperity With Positive Thinking
</h4>
<p>
How to increasing prosperity with positive thinking?
</p>
<div class="user">
<img src="https://studyinbaltics.ee/wp-content/uploads/2020/03/3799Ffxy.jpg" alt="user" />
<div class="user-info">
<h5>Neneng Suherman</h5>
<small>1w ago</small>
</div>
</div>
</div>
</div>
<!-- Tombol more stories -->
<div class="btn-wrapper">
<a href="#" class="btn more">
More Stories
<span class="far fa-arrow-alt-circle-right"></span>
</a>
</div>
</div>
<!-- Bagian contact us -->
<div class="contact-us">
<div class="copy-container">
<h1>Contact Us</h1>
<p>Need more detailed information? <br/> Get in touch with us</p>
<p>
<img src="images/maps-desktop.png" alt="">
</p>
</div>
<div class="contact-container">
<div class="contact-box">
<div class="center">
<h2 class="section-title">Send a message</h2>
<input type="text" class="field" placeholder="Your Name">
<input type="text" class="field" placeholder="Your Email">
<textarea placeholder="Your Message" class="field"></textarea>
<button class="btn-contact">Send</button>
</div>
</div>
</div>
<!-- bagian footer -->
<footer>
<div class="footer-container">
<div class="bagi">
<div class="product wrap">
<h1 >Product</h1>
</div>
<div class="resource wrap">
<h2 >Resource</h2>
<p>About Us</p>
<p>Blog</p>
<p>Contact</p>
<p>FAQ</p>
</div>
<div class="legal wrap">
<h2 >Legal Stuff</h2>
<p>Disclaimer</p>
<p>Financing</p>
<p>Privacy Policy</p>
<p>Terms of Service</p>
</div>
<div class="btn-footer wrap">
<h3>Knowing you're always on the best energideal</h3>
<input class="text-field"placeholder="Your Phone">
<input class="contact-submit" type="submit" value="Sign Up Now">
</div>
</div>
<p>Made With a cup of ☕</p>
</footer>
</body>
</html>