-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABOUT.php
More file actions
136 lines (88 loc) · 3.43 KB
/
ABOUT.php
File metadata and controls
136 lines (88 loc) · 3.43 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<title>ABOUT</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="bac.jpeg" width="1488" >
</div>
<br> <br>
<div class="bac2-img">
<img src="bac.jpeg" width="1488" >
</div>
<div class="textAbout">
It is necessary to pay attention to the food that you eat daily and try to<br>
diversify the foods in order to supply the body with the necessary<br>
energy and maintain the vitality and energy of the body,<br>
and it is necessary to take regular care of eating meals daily<br>
and balance by eating adequate quantities without an increase<br>
or decrease so that the body does not have an imbalance<br>
.....<br>
We have put on this site some healthy meals <br>
that can benefit you, we hope that you like it.<br>
<br><br>
</div>
<div class="textAbout2">
If you have any comments, welcome to here:<br><br>
<form action="visirors.php" method="POST">
Name: <input type="text" name="name" >
<br> <br>
<!-- <input type="text" name="comment">-->
what recipe you liked the most? <br>
<label>egg</label>
<input type="radio" name="gender" value="egg">
<br>
<label>srtawberry</label>
<input type="radio" name="gender" value="strawberry">
<br><br>
<textarea name="comment" rows="4" cols="50" placeholder="your comment: "></textarea> <br>
<label> 1 </label>
<input type="range" id="a" name="one" value="90"> <br>
<label> 2 </label>
<input type="range" id="b" name="two" value="90"> <br>
<input type="submit" name="u" value="up">
<input type="submit" name="submit" value="submit">
</form>
<br>
</div>
<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="ADMIN 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="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>