-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (118 loc) · 4.82 KB
/
Copy pathindex.html
File metadata and controls
160 lines (118 loc) · 4.82 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
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bioautos</title>
<link rel="stylesheet" href="./assest/bioautos.css">
</head>
<body>
<!-- <HEADER FOR DESKTOP SECTION👇> -->
<header class="header-navi-cont">
<section class="logo-navi-cont">
<section class="logo-cont">
<img src="./assest/images/bioautos Logo.png">
</section>
<section class="Navi-menu-cont">
<a href="#">Buy</a>
<a href="#">How it works</a>
<a href="#">Reviews</a>
<a href="#">Services</a>
<a href="#">Electric & Hybrid</a>
<a href="#">About us</a>
</section>
</section>
<section class="icons-cont">
<img src="./assest/images/heart.png">
<img src="./assest/images/shopping-cart.png">
<img src="./assest/images/Nigflag.png">
<img src="./assest/images/account.png">
<a href="#">Login</a>
</section>
</header>
<!-- <HERO-SECTION FOR DESKTOP SECTION👇> -->
<section class="Hero-section-cont">
<section class="Hero-sec-gradinet-cont">
<section class="Hero-sec-content-cont">
<p id="You-choose-style">
You choose your car online.<br>
We inspect it and deliver it.
</p>
<section class="Hero-sec-form">
<form>
<input class="form-fill"
type="text" placeholder="Make or model">
<input class="form-fill2"
type="text" placeholder="Milleage">
<input class="form-fill3"
type="text" placeholder="Registration fr...">
<input class="form-fill4"
type="text" placeholder="Price up to">
</form>
<section class="Advanced-cont">
<a herf="#">Advanced Search →</a>
<button>1 005 088 Offers</button>
</section>
</section>
</section>
<section class="Star-rate-cont">
<h3>5.0</h3>
<img src="./assest/images/bioautos star rate.png">
<p>1891 reviews →</p>
</section>
</section>
</section>
<!-- <MOBILE VIEW FOR HEADER AND HERO SECTION👇> -->
<header class="Mobile-Header-Cont">
<section class="Mobile-Menu-logo-cont">
<div class="Menu-box">
<img id="M-meun"
src="./assest/images/Menuico-Mob.png">
<!-- <p>Menu</p> -->
<div class="M-drop-down">
<a href="#">Buy</a>
<a href="#">How it works</a>
<a href="#">Reviews</a>
<a href="#">Services</a>
<a href="#">Electric & Hybrid</a>
<a href="#">About us</a>
</div>
</div>
<a href="#"><img class="Mob-logo"
src="./assest/images/bioautos Logo.png"></a>
</section>
<section class="Mobile-Icons-cont">
<img src="./assest/images/heart.png">
<img src="./assest/images/shopping-cart.png">
<img src="./assest/images/account.png">
</section>
</header>
<section class="Mobile-HeroSection-Cont">
<section class="Mob-heroSec-gradien-cont">
<section class="Mob-heroSec-content-cont">
<p id="Mob-You-choose-style">
You choose your car online.<br>
We inspect it and deliver it.
</p>
<section class="Mob-form-cont">
<form>
<input class="Mob-form-fill"
type="text" placeholder="Make or model">
<input class="Mob-form-fill2"
type="text" placeholder="Milleage">
<input class="Mob-form-fill"
type="text" placeholder="Registration fr...">
<input class="Mob-form-fill2"
type="text" placeholder="Price up to">
</form>
<button class="Mob-btn-one">
1 005 088 Offers
</button>
</section>
</section>
</section>
</section>
<!--JAVA SCRIPT LINK-->
<script src="./assest/bioautos.js"></script>
</body>
</html>