-
Notifications
You must be signed in to change notification settings - Fork 1
/
webtest.html
194 lines (167 loc) · 6.87 KB
/
webtest.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
<!DOCTYPE html>
<html>
<title>Nicole's website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.w3-sidebar a {font-family: "Roboto", sans-serif}
body,h1,h2,h3,h4,h5,h6,.w3-wide {font-family: "Montserrat", sans-serif;}
</style>
<body class="w3-content" style="max-width:1200px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-bar-block w3-white w3-collapse w3-top" style="z-index:3;width:250px" id="mySidebar">
<div class="w3-container w3-display-container w3-padding-16">
<i onclick="w3_close()" class="fa fa-remove w3-hide-large w3-button w3-display-topright"></i>
<h3 class="w3-wide"><b>TITLE</b></h3>
</div>
<div class="w3-padding-64 w3-large w3-text-grey" style="font-weight:bold">
<a href="blankets.html" class="w3-bar-item w3-button">Bibs</a>
<a href="blankets.html" class="w3-bar-item w3-button">Blankets</a>
<a href="#" class="w3-bar-item w3-button">SIX</a>
<a href="#" class="w3-bar-item w3-button">SEVEN</a>
<a href="#" class="w3-bar-item w3-button">EIGHT</a>
</div>
<a href="#footer" class="w3-bar-item w3-button w3-padding">Contact</a>
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-padding" onclick="document.getElementById('newsletter').style.display='block'">Newsletter</a>
<a href="#footer" class="w3-bar-item w3-button w3-padding">Subscribe</a>
</nav>
<!-- Top menu on small screens -->
<header class="w3-bar w3-top w3-hide-large w3-black w3-xlarge">
<div class="w3-bar-item w3-padding-24 w3-wide">LOGO</div>
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-padding-24 w3-right" onclick="w3_open()"><i class="fa fa-bars"></i></a>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:250px">
<!-- Push down content on small screens -->
<div class="w3-hide-large" style="margin-top:83px"></div>
<!-- Top header -->
<header class="w3-container w3-xlarge">
<p class="w3-left">Bibs</p>
</header>
<!-- Image header -->
<div class="w3-display-container w3-container">
<img src="https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/baby-bibs-1554341288.png?crop=1.00xw:1.00xh;0,0&resize=1200:*" alt="Jeans" style="width:100%">
<div class="w3-display-topleft w3-text-white" style="padding:24px 48px">
<p><a href="#jeans" class="w3-button w3-black w3-padding-large w3-large">SHOP NOW</a></p>
</div>
</div>
<div class="w3-container w3-text-grey" id="jeans">
<p>8 items</p>
</div>
<!-- Product grid -->
<style>
a {
text-decoration:none;
}
</style>
<a href="product_1.html">
<div class="w3-row">
<div class="w3-col l3 s6">
<div class="w3-container">
<img src="product_1.jpg" style="width:100%">
<p>Owls & Butterflies<br><b>$25.00</b></p>
</div>
</a>
<div class="w3-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<p>PRODUCT<br><b>$19.99</b></p>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container">
<div class="w3-display-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<span class="w3-tag w3-display-topleft">New</span>
</div>
<p>PRODUCT<br><b>$19.99</b></p>
</div>
<div class="w3-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<p>PRODUCT<br><b>$20.50</b></p>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<p>PRODUCT<br><b>$20.50</b></p>
</div>
<div class="w3-container">
<div class="w3-display-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<span class="w3-tag w3-display-topleft">Sale</span>
</div>
<p>PRODUCT<br><b class="w3-text-red">$14.99</b></p>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<p>PRODUCT<br><b>$14.99</b></p>
</div>
<div class="w3-container">
<img src="https://www.organicbabycamp.com/images/content/produkty/fun_girl_big.jpg" style="width:100%">
<p>PRODUCT<br><b>$24.99</b></p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-padding-64 w3-light-grey w3-small w3-center" id="footer">
<div class="w3-row-padding">
<div class="w3-col s4">
<div class="w3-col s4">
<h4>About</h4>
<p><a href="#">About us</a></p>
<p><a href="#">Support</a></p>
<p><a href="#">Shipment</a></p>
<p><a href="#">Payment</a></p>
<p><a href="#">Return</a></p>
<p><a href="#">Help</a></p>
</div>
<div class="w3-col s4 w3-justify">
<h4>Store</h4>
<p><i class="fa fa-fw fa-map-marker"></i>NAME</p>
<p><i class="fa fa-fw fa-phone"></i> 1234567890</p>
<p><i class="fa fa-fw fa-envelope"></i>ex@mail.com</p>
<br>
<i class="fa fa-facebook-official w3-hover-opacity w3-large"></i>
<i class="fa fa-instagram w3-hover-opacity w3-large"></i>
<i class="fa fa-snapchat w3-hover-opacity w3-large"></i>
<i class="fa fa-pinterest-p w3-hover-opacity w3-large"></i>
<i class="fa fa-twitter w3-hover-opacity w3-large"></i>
<i class="fa fa-linkedin w3-hover-opacity w3-large"></i>
</div>
</div>
</footer>
<div class="w3-black w3-center w3-padding-24">Chance</div>
<!-- End page content -->
</div>
<script>
// Accordion
function myAccFunc() {
var x = document.getElementById("demoAcc");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
// Click on the "Jeans" link on page load to open the accordion for demo purposes
document.getElementById("myBtn").click();
// Open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
</body>
</html>