-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (44 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content='IE=edge'>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<nav class="nav">
<ul>
<li><a href="##">HOME</a></li>
<li><a href="##">Contact</a></li>
<li><a href="##">About</a></li>
<li><a href="##">FQA</a></li>
</ul>
</nav>
<header class="header">
<h1>Odin recepes</h1>
</header>
<main>
<section class="recepes">
<div class="recepe" style="background-image: url(images/avial.jpg);">
<a href="https://rinshadpdev.github.io/odin-recepes/avial/avial.html"><span class="link"></span></a href="avial.html">
<h3>Kerala style avial</h3>
</div>
<div class="recepe" style="background-image: url(images/chicken-stew.jpg);">
<a href="https://rinshadpdev.github.io/odin-recepes/chicken-stew/chicken-stew.html"><span class="link"></span></a href="avial.html">
<h3>Kerala style chicken stew</h3>
</div>
<div class="recepe" style="background-image: url(images/chicken-biriyani.jpg);">
<a href="https://rinshadpdev.github.io/odin-recepes/chicken-biriyani/chicken-biriyani.html"><span class="link"></span></a href="avial.html">
<h3>Kerala style chicken biriyani</h3>
</div>
<div class="recepe" style="background-image: url(images/fish-curry.jpg);">
<a href="https://rinshadpdev.github.io/odin-recepes/fish-curry/fish-curry.html"><span class="link"></span></a>
<h3>Kerala style fish curry</h3>
</div>
</section>
</main>
</div>
</body>
</html>