-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLUNCH.php
More file actions
98 lines (62 loc) · 2.55 KB
/
LUNCH.php
File metadata and controls
98 lines (62 loc) · 2.55 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
<!DOCTYPE html>
<html>
<head>
<title>LUNCH</title>
<link rel= "stylesheet" href="Style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="bac-img">
<img src="pexels-ella-olsson-1640774 copy.jpg" width="1488" >
</div>
<h1> Lunch Recipes</h1>
<div id="logo1">
<img src="logo12.png" width="100">
</div>
<nav class="nav">
<a href="Home.php" target=_blank class="nav-item " active-color="black">HOME</a>
<a href="BREAKFAST.php" target=_blank class="nav-item" active-color="black">BREAKFAST</a>
<a href="LUNCH.php" target=_blank class="nav-item" active-color="black">LUNCH</a>
<a href="DINNER.php" target=_blank class="nav-item" active-color="black">DINNER</a>
<a href="ABOUT.php" target=_blank class="nav-item" active-color="black">ABOUT</a>
<a href=" LOGIN.php" target=_blank class="nav-item" active-color="black">ADMIN LOGIN</a>
<span class="nav-indicator"></span>
</nav> <script src="snake.js"> </script>
<div class="bac-img4">
<img src=" pexels-polina-tankilevitch-4518833.jpg" width="700"> </div>
<p>Chicken and Broccoli Alfredo recipe </p>
<a href="R3.php">
<button class="button" > <span > Read </span> </button>
</a>
<div class="bac-img5">
<img src="pexels-sebastian-coman-photography-3655916.jpg " width="700"> </div>
<h5>Baked Teriyaki Salmon recipe</h5>
<a href="R4.php">
<button class="button2" > <span > Read </span> </button>
</a>
<div class="footer">
<img src="F.jpg" width="1500">
</div>
<div class="TOUCH">
GET IN TOUCH
</div>
<div class="EMALI">
Emali
</div>
<div class="EMALI2">
<a href = "mailto:Jwed.xa22@gmail.com">Jwed.xa22@gmail.com</a><br>
<a href = " mailto: Afnan57015@icloud.com">Afnan57015@icloud.com</a>
</div>
<div class="Socialmedies">
Social medies
</div>
<div class="Socialmedies2">
<a href="https://twitter.com/tastehealthy1/status/1332001204151463937?s=21">
<img src="iconmonstr-twitter-5-240.png" width="100" height="100">
</div>
<div class="Socialmedies3">
<a href="https://www.instagram.com/p/CID5-67M78d/?igshid=lr8fyhxx30ce">
<img src="iconmonstr-instagram-15-240.png" width="100" height="100">
</div>
</body>
</html>