-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="./vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="./resources/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,300i,400" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>RPT</title>
</head>
<body>
<header>
<nav>
<div class="row">
<img src="resources/css/img/organic-food-logo-613EF00A48-seeklogo.com.png" alt="logo" class="logo">
<div class="tf">
<p>TiwariFoods</p>
</div>
<ul class="main-nav">
<li><a href="#">Food Delivery</a></li>
<li><a href="#">How it works</a></li>
<li><a href="#">Our cities</a></li>
<li><a href="#">Sign Up</a></li>
</ul>
</div>
</nav>
<div class="hero-text-box">
<h1>
GoodBye Junk Food.<br>
Hello super healthy meals.
</h1>
<a class="btn btn-full" href="#">I'm Hungry</a>
<a class="btn btn-ghost" href="#">Show me more</a>
</div>
</header>
</body>
</html>