-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (61 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="minimo">
<meta name="description" content="my practicing website">
<meta name="keywords" content="minimo, minimo website, minimo webpage">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Shagor">
<link rel="stylesheet" href="style.css">
<title>minimo</title>
</head>
<body>
<!-- header start -->
<header>
<div class="container">
<div class="logo">
<a href="index.html">
<img src="logo/minimo.png" alt="minimo">
</a>
</div>
<nav class="menu">
<ul>
<li><a href="#">lifestyle</a></li>
<li><a href="#">photodiary</a></li>
<li><a href="#">music</a></li>
<li><a href="#">travel</a></li>
</ul>
</nav>
</div>
</header>
<!-- header end -->
<!-- banner start -->
<section class="banner">
<div class="container">
<div class="b_image">
<img src="image/minimo.jpg" alt="minimo">
</div>
</div>
</section>
<!-- banner end -->
<!-- news start -->
<section class="news">
<div class="container2">
<div class="signup">
<h1 class="title s_h1">Sign up for our newsletter!</h1>
<form action="#" method="#" class="s_form" >
<input type="email" placeholder="Enter a valid email address">
<button type="submit">
<img src="logo/send.png" alt="send">
</button>
</form>
</div>
</div>
</section>
<!-- news end -->
</body>
</html>