4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< link rel ="stylesheet " href ="https://www.w3schools.com/w3css/4/w3.css ">
7
+
8
+
9
+ < h2 class ="h-logo text-black "> shopbricks </ h2 >
10
+ < ul class ="navitems ">
11
+ < li class ="navitem "> < a class ="w3-bar-item w3-button " href ="./index.html "> HOME </ a > </ li >
12
+ < li class ="navitem "> < a class ="w3-bar-item w3-button " href ="./upload.html "> UPLOAD </ a > </ li >
13
+ < li class ="navitem "> < a class ="w3-bar-item w3-button " href ="./index.html#about "> ABOUT US </ a > </ li >
14
+ < li class ="navitem "> < a class ="w3-bar-item w3-button " href ="./report.html "> REPORT </ a > </ li >
15
+ < li class ="navitem "> < a class ="w3-bar-item w3-button " href ="./login.html " > LOGIN </ a > </ li >
16
+ < li class ="navitem "> < a class ="w3-bar-item w3-button " href ="./view.html "> CHOOSE YOUR LOCATION</ a > </ li >
17
+ </ ul >
18
+ </ div >
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
7
27
< body >
8
28
9
29
<!-- Navbar (sit on top) -->
10
- < br > < br > < br >
11
30
< div class ="w3-top ">
12
- < div class ="w3-bar w3-white w3-wide w3-padding w3-card ">
31
+ < div class ="w3-bar w3-black w3-wide w3-padding w3-card ">
13
32
< img class ="logo " src ="./image/android-chrome-192x192.png " alt ="Shop Bricks official logo " width ="30 " height ="30 ">
14
- < a href ="./index.html " class ="w3-bar-item w3-button "> ShopBricks</ a >
33
+ < a href ="#home " class ="w3-bar-item w3-button "> ShopBricks</ a >
15
34
<!-- Float links to the right. Hide them on small screens -->
16
35
< div class ="w3-right w3-hide-small ">
17
- < a href ="#projects " class ="w3-bar-item w3-button "> Projects</ a >
18
- < a class ="w3-bar-item w3-button " href ="./index.html "> HOME </ a >
19
- < a class ="w3-bar-item w3-button " href ="./upload.html "> UPLOAD </ a >
20
- < a class ="w3-bar-item w3-button " href ="./index.html#about "> ABOUT US </ a >
21
- < a class ="w3-bar-item w3-button " href ="./report.html "> REPORT </ a >
22
- < a class ="w3-bar-item w3-button " href ="./login.html " > LOGIN </ a >
23
- < a class ="w3-bar-item w3-button " href ="./view.html "> CHOOSE YOUR LOCATION</ a >
36
+ < a href ="./index.html " class ="w3-bar-item w3-button "> HOME</ a >
37
+ < a href ="./index.html#about " class ="w3-bar-item w3-button "> About</ a >
38
+ < a href ="#contact " class ="w3-bar-item w3-button "> Contact</ a >
24
39
</ div >
25
40
</ div >
26
41
</ div >
@@ -195,36 +210,6 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Gallery</h3>
195
210
.demo : hover {
196
211
opacity : 1 ;
197
212
}
198
- ul {
199
- list-style-type : none;
200
- margin : 0 ;
201
- padding : 0 ;
202
- overflow : hidden;
203
- background-color : # 333 ;
204
- position : fixed;
205
- top : 0 ;
206
- width : 100% ;
207
- }
208
-
209
- li {
210
- float : left;
211
- }
212
-
213
- li a {
214
- display : block;
215
- color : white;
216
- text-align : center;
217
- padding : 14px 16px ;
218
- text-decoration : none;
219
- }
220
-
221
- li a : hover : not (.active ) {
222
- background-color : # 111 ;
223
- }
224
-
225
- .active {
226
- background-color : # 4CAF50 ;
227
- }
228
213
</ style >
229
214
230
215
@@ -378,7 +363,7 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
378
363
</ button >
379
364
</ form >
380
365
</ div >
381
-
366
+
382
367
<!-- Image of location/map -->
383
368
< div class ="w3-container ">
384
369
< img src ="./image/map.jpg " class ="w3-image " style ="width:100% ">
@@ -407,4 +392,4 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
407
392
</ footer >
408
393
409
394
</ body >
410
- </ html >
395
+ </ html >
0 commit comments