-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody - Latest stories.html
103 lines (100 loc) · 4.19 KB
/
body - Latest stories.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
<!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="stylesheet.css">
<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=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">
<title></title>
</head>
<body>
<header>
<div id="product">
<h1>Product</h1>
<nav>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li> <a href="#"> Custumers</a> </li>
<li> <a href="#"> Pricing</a> </li>
<li> <a href="#"> Resource </a> </li>
<a href="#" class="login">Sign in</a>
<a href="#" class="login">Sign up</a>
</ul>
</nav>
</div>
</header>
<div class="content">
<h1>Latest Stories</h1>
<p>We focus on ergonomics and meeting you where you work. It's only a keystroke away. </p>
<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>
</body>
</html>