forked from marwannour1/SoftwareEngineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (128 loc) · 5.13 KB
/
index.html
File metadata and controls
147 lines (128 loc) · 5.13 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
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="html">
<head>
<link rel="stylesheet" type="text/css" href="CSS/homepagestyle.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Teko&display=swap" rel="stylesheet">
<link rel="icon" href="images/fish-store-website-favicon-color (1).png" type="image/x-icon">
<title>kheer El Bahr</title>
</head>
<body style="margin: 0;">
<div class="topnav">
<div class="search-container">
<form action="/action_page.php">
<input type="text" placeholder="Search.." name="search">
<button type="submit">Submit</button>
</form>
</div>
<a href="index.html"><i class="fa fa-fw fa-home" style="font-size:30px;"></i> Home</a>
<a href="cartpro.html"><i class="fa fa-shopping-cart" style="font-size:28px;"></i> Shopping cart</a>
<a href="sign_up.html"><i class="fa fa-bars" style="font-size:24px;"></i> Sign up</a>
<a href="sign_in.html"><i class="fa fa-fw fa-envelope" style="font-size:25px;"></i> Login</a>
</div>
<!-- Page content -->
<div class="bg-image"></div>
<div class="bg-text">
<h1 style="font-family: 'Teko', sans-serif;">Kheer El Bahr</h1>
<p style="font-family: 'Teko', sans-serif; font-size: 40px;">The Highest Quality Fish</p>
</div>
<div class="main2">
<h1>OUR PRODUCTS</h1>
<hr>
<h2>FISH</h2>
<p style="font-family: 'Teko', sans-serif; font-size: 30px;">select from a wide range of fish</p>
<!-- Portfolio Gallery Grid -->
<div class="row">
<div class="column">
<div class="content">
<div class="container">
<img src="images/cod.jpg" alt="cod" style="width:100%">
<div class="overlay">
<div class="text">Cod is one of the most popular fish types in the United States.
Cod is a white fish that has a mild flavor and can be baked, broiled, fried, or steamed. Cod are available
year-round but the best time to purchase them is during the winter months.</div>
</div>
</div>
<h3>COD</h3>
<p>20.89 EGP</p>
<element class="row">
<a href="cartpro.html">Add to cart</a>
</element>
</div>
</div>
<div class="column">
<div class="content">
<div class="container">
<img src="images/fluke_fillet.jpg" alt="FLUKE" style="width:100%">
<div class="overlay">
<div class="text">The Fluke or Summer Flounder has a mild and delicate flavor and is great for those who don't
typically eat seafood .
With no “fishy” taste and a light texture, fluke is perfectly paired with delicate sauces and seasonings.</div>
</div>
</div>
<h3>FLUKE FILLET</h3>
<p>32.29 EGP</p>
<element class="row">
<a href="cartpro.html">Add to cart</a>
</element>
</div>
</div>
<div class="column">
<div class="content">
<div class="container">
<img src="images/salmon.jpg" alt="SALMON" style="width:100%">
<div class="overlay">
<div class="text">Our Atlantic salmon has a melt-in-your-mouth texture and tender flakes.
Thanks to our direct relationships with select farms we are able to deliver the finest salmon direct from the source.</div>
</div>
</div>
<h3>SALMON</h3>
<p>19.94 EGP</p>
<element class="row">
<a href="cartpro.html">Add to cart</a>
</element>
</div>
</div>
<div class="column">
<div class="content">
<div class="container">
<img src="images/whole_common_carp.jpg" alt="whole_common_carp" style="width:100%">
<div class="overlay">
<div class="text">The common carp, or European carp,
is a widespread freshwater fish with a mild flavor and tender flesh, with practically no “fishy” taste.</div>
</div>
</div>
<h3>WHOLE COMMON CARP</h3>
<p>34.19 EGP</p>
<element class="row">
<a href="cartpro.html">Add to cart</a>
</element>
</div>
</div>
</div>
<div class="content">
<div class="container">
<img src="images/tuna.jpg" alt="tuna" style="width:100%">
<div class="overlay">
<div class="text">The firm, meaty texture and rich, distinctive flavor of fresh Ahi Tuna makes it one of the most popular seafood choices around the globe.
Ahi is a Hawaiian term that refers to both Yellowfin and Bigeye Tuna.</div>
</div>
</div>
<h3>
This Weeks special!!
TUNA
</h3>
<p>47.49 EGP</p>
<element class="row">
<a href="cartpro.html">Add to cart</a>
</element>
</div>
<!-- END MAIN -->
</div>
</body>
</html>