-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (83 loc) · 3.85 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
<!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">
<title>TASK1</title>
<link rel="stylesheet"href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="head1">
<h3 style="font-weight: bold;font-size: large;">SUBSCRIBE</h3>
<h4 style="font-weight: normal;font-size: medium;">Give your readers a freebie when they sign up for your newsletter!</h4>
</div>
<div class="head2">
<div id="w"><input type="text"id="fullname"placeholder="Fullname"></div>
<div id="x" style="padding-left:5px"> <input type="email"id="email"placeholder="E-Mail Address"></div>
<button id="y" type="button" style="margin-left:2px;">YESS!!!</button>
</div>
</header>
<div class="title">
<p>foodie Pro</p>
</div>
<div class="navbar">
<ul>
<li><a href="">HOME</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">LAYOUTS</a></li>
<li><a href="">RECIPES</a></li>
<li><a href="">SHOP</a></li>
<li><a href="">CONTACT</a></li>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<li ><a href="#" class="fa fa-facebook"></a></li>
<li ><a href="#" class="fa fa-instagram"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
<li><a href="#"class="fa fa-rss"></a></li>
<li><a href="#" class="fa fa-snapchat"></a></li>
<li><a href="#"class="fa fa-twitter"></a></li>
<li> <input type="text"name="search"id="search"placeholder="search ">
<button type="button"class="fa fa-search"></button></li>
</ul>
</div>
<setion class="middle">
<div class="left">
<div class="first">
<p><b>BAKE      YOUR      CAKE      FROM      SCRATCH,     NOT      YOUR     BLOG.</b></p>
</div>
<div class="underline">
<h5>01/05/17</h5>
<h5>/</h5>
<h5>By shoy bocks</h5>
<h5>/</h5>
<h5>8 comments</h5>
</div>
<div class="imgone">
<img src="1.jpg" alt="hotel"width="650px" height="650px">
</div>
</div>
<div class="right">
<div class="a" >
<img src="2.jpg"width="350"height="350"alt="sall">
</div>
<div><h3 style="text-align:center">WELCOME,Y'ALL</h3></div>
<div class="last">
<div class="lasttext">
<p>You've got a divine gift designed to serve the world.it's a special something-small and mighty-that merges possion with purpose e
with joy.</p>
</div>
<div class="lastimg">
<img src="1.jpg" alt="hotel" width="130px"height="100px">
</div>
</div>
<div><h3 style="text-align:center">FEATURES</h3>
<P>Genesis 2.O + HTML5 MORKUP + Mobile Responsive Customer Options for color and typography </P>
</div>
</div>
</setion>
</main>
</div>
</body>
</html>