forked from tahsin1703021/Argo-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImport.html
201 lines (175 loc) · 9.37 KB
/
Import.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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/importStyle.css">
<link rel="stylesheet" href="/css/modal.css">
<script src="js/home.js"></script>
<script src="js/Modal.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Import</title>
<link rel="icon" href="./img/baal2.svg" type="image/svg">
</head>
<body>
<section class="sec1">
<!-- main navbar starts -->
<div id="main-navbar" style="z-index: 1;">
<div class="side-icons">
<input type="text" placeholder="Search">
<div class="icons" ><img src="img/favourite.svg" alt=""></div>
<div class="icons" ><img src="img/cartIcon.svg" alt=""></div>
<div class="icons" id="account" onclick="modal_func_ACCOUNT()"><img src="img/account.svg" alt=""></div>
</div>
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" style="background-color: white;" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" id="myBtn" onclick="modal_func_PRODUCTS()">PRODUCTS</a>
</li>
<li class="nav-item" style="padding: 0px;">
<a class="nav-link" href="aboutus.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">IMPORT</a>
</li>
</ul>
</div>
</nav>
<div class="logo" >
<img class="logo-upper" src="img/Vector.svg" alt=""><br>
<img class="logo-lower" src="img/Vector2.svg" alt=""><br>
<img class="logo-ball" src="img/vectorball.svg" alt="">
<p><a href="home.html" style="text-decoration: none;color: white;">Food Network Agro</a></p>
</div>
</div>
<!-- main navbar ends -->
<!-- The products Modal starts -->
<div id="productsModal" class="modal" style="z-index: 10;">
<!-- Modal content -->
<div class="modal-content"
style="
width:320px;
position: fixed;
padding-top: 100px;
left: 0;
top: 0;
">
<ul>
<li>Product Categories<span class="close">×</span></li>
<li><a href="AllProducts.html" style="text-decoration: none;color: black;">All Products<span> <img src="./img/arrow.svg" alt="next"></span></a></li>
<li style="border-bottom: 1px solid #257B9D;"><a href="./Categorized_Product_Page/SoftShellCrabs.html" style="text-decoration: none;color: black;">Soft Shell Crab</a></li>
<li style="border-bottom: 1px solid #257B9D;"><a href="./Categorized_Product_Page/SeaFood.html" style="text-decoration: none;color: black;">SeaFood</a></li>
<li style="border-bottom: 1px solid #257B9D;"><a href="./Categorized_Product_Page/SundarBan.html" style="text-decoration: none;color: black;">Sundarbans Farm</a></li>
<li style="border-bottom: 1px solid #257B9D;"><a href="./Categorized_Product_Page/Fresh_Water_Fish.html" style="text-decoration: none;color: black;">Fresh Water Fish</a></li>
</ul>
</div>
</div>
<!-- The products Modal ends -->
<!-- The account Modal starts -->
<div id="accountModal" class="right" style="z-index: 2000;">
<!-- Modal content -->
<div class="rightcontent">
<ul style=" list-style-type: none;line-height: 45px;cursor: pointer;">
<li style="border-bottom: 1px solid #257B9D;">My Account<span class="closed">×</span></li>
<li style="border-bottom: 1px solid #257B9D;" onclick="modal_func_ACCOUNT_SETTINGS()" style="cursor: pointer;" id="settingsModal">Account Settings<span style="float: right;cursor: pointer;">></span></li>
<li style="border-bottom: 1px solid #257B9D;">Notifications</li>
<li style="border-bottom: 1px solid #257B9D;">My discounts</li>
<li style="border-bottom: 1px solid #257B9D;">Track my order</li>
<li style="border-bottom: 1px solid #257B9D;"><a style="text-decoration: none;color: black;" href="SignIn_SignUp.html">Sign in/Sign up/Log out</a></li>
</ul>
</div>
</div>
<!-- The account Modal ends -->
<!-- The accountSettings Modal starts -->
<div id="accountSettingsModal" class="rightSettings" style="z-index: 7000;">
<!-- Modal content -->
<div class="rightSettingsContent">
<ul style=" list-style-type: none;line-height: 45px;">
<li style="border-bottom: 1px solid #257B9D;">Account Settings<span class="closes">×</span></li>
<li style="cursor: pointer;border-bottom: 1px solid #257B9D;"><a href="update information.html" style="text-decoration: none;color: inherit;">Update Information</a></li>
<li style="cursor: pointer;border-bottom: 1px solid #257B9D;"><a href="update password.html" style="text-decoration: none;color: inherit;">Update Password</a></li>
</ul>
</div>
</div>
<!-- The accountSettings Modal ends -->
<br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<div class="d-flex bd-highlight" style="justify-content: space-around;">
<div class="p-2 flex-grow-1 bd-highlight">
<img src="img/Weexport.svg" alt=""> <br> <br>
<img src="img/softshell.svg" alt=""> <br> <br> <br>
<img src="img/crabinfo.svg" alt="">
</div>
<div class="p-2 bd-highlight">
<img src="img/crab.svg" alt="" style="float: right;">
</div>
</div>
<br> <br> <br> <br> <br>
</section>
<section class="sec2" style="background-image: url('img/shellcrabs.svg'); background-repeat: no-repeat; background-size: cover;">
<div class="flex-container">
<div>
<img src="img/Logo2.svg" alt="" style="position: absolute;"> <br>
<img src="img/fnargo.svg" alt="" style="position: relative;top: 32px; right:40px">
</div>
<div>
<img src="img/ssctext.svg" alt="">
</div>
<br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
</div>
</section>
<div class="sec3">
<br> <br> <br> <br>
<h1 class="sec3h1">How do you want your crabs?</h1>
<h3 class="sec3h3">From whole crab to ready-to-cook, we have it all!</h3> <br> <br>
<div class="carditems">
<img src="img/bagda-1 1.svg" alt="">
<img src="img/bagda-1 2.svg" alt="">
<img src="img/bagda-1 3.svg" alt="">
<img src="img/bagda-1 4.svg" alt="">
</div>
<div class="carditems">
<img src="img/Soft Shell Crab.svg" alt="" style="position: relative;right:30px">
<img src="img/Half Cut Tempora.svg" alt="" style="position: relative;left:30px">
<img src="img/Soft Crab Nuggets.svg" alt="" style="position: relative;left:70px">
<img src="img/Breaded Soft Shell Crab.svg" alt="" style="position: relative;left:80px">
</div> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<div class="textcard">
<img src="img/Group 160.svg" alt=""> <br> <br> <br> <br> <br> <br> <br>
</div>
</div>
<div class="bottompart">
<div style="padding:70px;">
<h1 style="width:350px;">We would love to get in touch</h1> <br>
<p class="para" style="width:500px;">Kindly send your communication directly to the contact information below or leave us a message here. We will reply to you in an instant</p>
<h4>Got Question? Call us 24/7!</h4>
<h4>+08801623505793,+8801711029814</h4> <br>
<p>
<a href="">Call us></a>             
<a href="">Visit us></a>
</p> <br> <br>
<p>
<img src="img/facebook.svg" alt="">    
<img src="img/twitter.svg" alt="">    
<img src="img/instagram.svg" alt="">    
<img src="img/linkedin.svg" alt="">    
<img src="img/youtube.svg" alt="">
</p>
</div>
<div>
<img src="img/Loogo.svg" alt="" style="padding:50px ;"> <br>
<img src="img/Food Network Agro.svg" alt="" style="margin-right:100px">
</div>
</div>
<footer style="padding:60px;">Copyright 2021 | Food Network Agro | Privacy Policy | Terms of Use
<footer style="float:right;">Bangladesh</footer>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>