-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (145 loc) · 8.61 KB
/
index.html
File metadata and controls
159 lines (145 loc) · 8.61 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
<!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">
<title>Minimo</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500|Open+Sans|Source+Serif+Pro:400,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<header class="container">
<!-- Site Logo -->
<a href="index.html" class="logo"><h2>Minimo</h2></a>
<!-- The hamburger icon -->
<a class="js-open nav__open" href="#">
<span class="fas fa-bars"></span>
</a>
<!-- Site Navigation -->
<nav class="nav">
<ul class="nav__links">
<!-- The close icon inside of navigation -->
<li class="js-close nav__close nav__links-link">
<a href="#">
<span class="fas fa-times"></span>
</a>
</li>
<li class="nav__links-link"><a href="#">Lifestyle</a></li>
<li class="nav__links-link"><a href="#">Photodiary</a></li>
<li class="nav__links-link"><a href="#">Music</a></li>
<li class="nav__links-link"><a href="#">Travel</a></li>
</ul>
</nav>
</header>
<section class="container">
<div class="headline-container">
<img src="assets/india.jpg" alt="">
</div>
</section>
<main class="container">
<section class="cards">
<article class="cards__card cards__card--lg">
<h4 class="cards__card-meta">Photodiary</h4>
<h2 class="cards__card-title">The perfect weekend getaway</h2>
<p class="cards__card-content">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>
<h4 class="cards__card-meta">Leave a comment</h4>
</article>
<article class="cards__card">
<div class="img-container">
<img class="cards__card-img" src="assets/music.jpg" alt="">
</div>
<h4 class="cards__card-meta">Lifestyle</h4>
<h2 class="cards__card-title">More than just a music festival</h2>
<div class="content-wrapper">
<p class="cards__card-content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
</article>
<article class="cards__card">
<div class="img-container">
<img class="cards__card-img" src="assets/coffee.jpg" alt="">
</div>
<h4 class="cards__card-meta">Lifestyle</h4>
<h2 class="cards__card-title">Life taste better with coffee</h2>
<div class="content-wrapper">
<p class="cards__card-content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
</article>
<article class="cards__card">
<div class="img-container">
<img class="cards__card-img" src="assets/friends.jpg" alt="">
</div>
<h4 class="cards__card-meta">Lifestyle</h4>
<h2 class="cards__card-title">American dream</h2>
<div class="content-wrapper">
<p class="cards__card-content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
</article>
<article class="cards__card">
<div class="img-container">
<img class="cards__card-img" src="assets/mountain-view.jpg" alt="">
</div>
<h4 class="cards__card-meta">Lifestyle</h4>
<h2 class="cards__card-title">A day exploring the Alps</h2>
<div class="content-wrapper">
<p class="cards__card-content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
</article>
</section> <!-- cards -->
</main> <!-- container -->
<section class="signup">
<div class="container">
<h2 class="cta-title">Sign up for our newsletter!</h2>
<form action="#" method="post">
<input class="cta"type="email" placeholder="Enter a valid email address">
<span class="cta-btn">
<a href="#"><ion-icon name="send"></ion-icon></a>
</span>
</form>
</div>
</section>
<section class="container">
<section class="cards">
<article class="cards__card">
<div class="img-container">
<img class="cards__card-img" src="assets/travel-1.jpg" alt="">
</div>
<h4 class="cards__card-meta">Lifestyle</h4>
<h2 class="cards__card-title">Top 10 song for running</h2>
<div class="content-wrapper">
<p class="cards__card-content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
</article>
<article class="cards__card">
<div class="img-container">
<img class="cards__card-img" src="assets/travel-2.jpg" alt="">
</div>
<h4 class="cards__card-meta">Lifestyle</h4>
<h2 class="cards__card-title">Cold winter days</h2>
<div class="content-wrapper">
<p class="cards__card-content">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
</article>
<a href="#" class="btn">Load More</a>
</section> <!-- cards -->
</section> <!-- container -->
<footer>
<div class="container">
<div class="footer-wrapper">
<ul class="copyright">
<li class="copyright__link"><a href="#">Terms and Conditions</a></li>
<li class="copyright__link"><a href="#">Privacy</a></li>
</ul>
<ul class="social">
<li class="social__link"><a href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a></li>
<li class="social__link"><a href="https://twitter.com/"><i class="fab fa-twitter"></i></a></li>
<li class="social__link"><a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div> <!-- container -->
</footer>
<script src="https://unpkg.com/ionicons@4.4.4/dist/ionicons.js"></script>
<script src="js/nav.js"></script>
</body>
</html>