generated from devGiyosiddin/css-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (89 loc) · 4.36 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
<!DOCTYPE html>
<html lang="uz">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Articles</title>
<!-- FONTS -->
<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=Bebas+Neue&family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
<!-- STYLES -->
<link rel="stylesheet" href="css/styles.min.css">
<!-- <link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css"> -->
<!-- ICON -->
<link rel="website icon" href="img/title-icon.png">
</head>
<body>
<main class="main-content">
<div class="global-wrapper">
<!-- HERO -->
<div class="hero">
<div class="hero-content">
<h1 class="hero-heading">Sayohat haqidagi eng qiziq bloglarni kuzatib boring.</h1>
<a href="" class="hero-link">
<span class="hero-link-inner">
<span class="hero-link-text">Top bloglar</span>
</span>
</a>
</div>
</div>
<!-- LATEST-VIDEOS -->
<section class="latest-videos">
<h2 class="latest-videos-heading">Eng so'nggi videolar</h2>
<hr class="latest-videos-divider">
<ul class="latest-videos-list">
<!-- ITEM -->
<li class="latest-videos-item">
<div class="item-latest-videos">
<img class="item-latest-videos-img" src="img/article-poster.jpg" alt="uycha" width="160" height="90" srcset="img/article-poster.jpg 1x, img/[email protected] 2x">
<div class="item-latest-videos-info">
<h3 class="item-latest-videos-heading">
<a class="item-latest-videos-link" href="">O'rmonda uchburchaksimon uy qurdik</a>
</h3>
<div class="latest-videos-meta">
<time class="item-latest-videos-before item-latest-videos-published-at" datetime="2021-09-23">1 hafta oldin</time>
<div class="item-latest-videos-before item-latest-videos-views">873 ming</div>
</div>
</div>
</div>
</li>
<!-- ITEM -->
<li class="latest-videos-item">
<div class="item-latest-videos">
<img class="item-latest-videos-img" src="img/article-poster-1.jpg" alt="sibir" width="160" height="90" srcset="img/article-poster-1.jpg 1x, img/[email protected] 2x">
<div class="item-latest-videos-info">
<h3 class="item-latest-videos-heading">
<a class="item-latest-videos-link" href="">Sibirliklarning qoldirib ketilgan uychalari</a>
</h3>
<div class="latest-videos-meta">
<time class="item-latest-videos-before item-latest-videos-published-at" datetime="2021-09-23">3 hafta oldin</time>
<div class="item-latest-videos-before item-latest-videos-views">819 ming</div>
</div>
</div>
</div>
</li>
<!-- ITEM -->
<li class="latest-videos-item">
<div class="item-latest-videos">
<img class="item-latest-videos-img" src="img/article-poster-2.jpg" alt="odam va it" width="160" height="90" srcset="img/article-poster-2.jpg 1x, img/[email protected] 2x">
<div class="item-latest-videos-info">
<h3 class="item-latest-videos-heading">
<a class="item-latest-videos-link" href="">Yer-uyida mallarang kuchugim bilan tunab qoldik</a>
</h3>
<div class="latest-videos-meta">
<time class="item-latest-videos-before item-latest-videos-published-at" datetime="2021-08-26">1 oy oldin</time>
<div class="item-latest-videos-before item-latest-videos-views">4.2 million</div>
</div>
</div>
</div>
</li>
</ul>
<button class="load-more-button" type="button">Yana yuklash</button>
</section>
</div>
</main>
<script src="js/main.js"></script>
</body>
</html>