-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricelist.html
executable file
·113 lines (107 loc) · 5.52 KB
/
pricelist.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
<!doctype html>
<html lang=''>
<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="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css?family=Julius+Sans+One|Poiret+One|Satisfy|Shadows+Into+Light|Shadows+Into+Light+Two"
rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Locs And Luv</title>
</head>
<body>
<!-- SMALLER/MOBILE SCREENS -->
<nav class="navbar navbar-expand-lg navbar-dark navbarbg d-lg-none sticky-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="https://i.imgur.com/fC05MEe.png" width="30" height="30" alt="">
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto menutext">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="meetthestylists.html">Meet the Stylists</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="pricelist.html">Pricelist</a>
</li>
<li class="nav-item">
<a class="nav-link" href="location.html">Location</a>
</li>
<li class="nav-item">
<a class="nav-link" href="makeanappointment.html">Make An Appointment<span
class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
<div class="row">
<div class="col-xl-5 col-lg-5 col-xs-5 d-lg-none pricelistimages">
<a href="pricelist_a.html" target="_blank"><img class="indexpicture"
src="https://i.imgur.com/cbPEd07.png" /></a>
<a href="pricelist_c.html" target="_blank"><img class="indexpicture"
src="https://i.imgur.com/dc4aJqw.png" /></a>
</div>
<div class="col-xl-5 col-lg-5 col-xs-5 d-lg-none pricelistimages">
<a href="pricelist_b.html" target="_blank"><img class="indexpicture"
src="https://i.imgur.com/8G3SCje.png" /></a>
<a href="pricelist_d.html" target="_blank"><img class="indexpicture"
src="https://i.imgur.com/ugg4dOI.png" /></a>
</div>
</div>
<!-- NORMAL SCREENS -->
<div class="row float-right">
<!-- Shopping Cart-->
<div class="col-1 float-right d-none d-lg-block">
<div class="shoppingCart mt-2 mr-3">
<span class="p1 fa-stack fa-2x has-badge">
<i class="p3 fa fa-shopping-cart fa-stack-1x xfa-inverse" data-count="4b"></i>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-2 col-lg-2 d-none d-lg-block">
<div class="blackblocktop"></div>
<img class="locslogo" src="https://i.imgur.com/fC05MEe.png" />
<br>
<div class="vertical-menu">
<a href="index.html">Home</a>
<a href="aboutus.html">About Us</a>
<a href="meetthestylists.html">Meet the Stylists</a>
<a href="pricelist.html" class="active">Pricelist</a>
<a href="location.html">Location</a>
<a href="makeanappointment.html">Make An Appointment</a>
</div>
<div class="blackblockbottom"></div>
</div>
<div class="col-xl-1 col-lg-1 d-none d-lg-block"></div>
<div class="col-xl-4 col-lg-4 d-none d-lg-block">
<a href="pricelist_a.html"><img class="indexpicture" src="https://i.imgur.com/cbPEd07.png" /></a>
<a href="pricelist_c.html"><img class="indexpicture" src="https://i.imgur.com/dc4aJqw.png" /></a>
</div>
<div class="col-xl-4 col-lg-4 d-none d-lg-block">
<a href="pricelist_b.html"><img class="indexpicture" src="https://i.imgur.com/8G3SCje.png" /></a>
<a href="pricelist_d.html"><img class="indexpicture" src="https://i.imgur.com/ugg4dOI.png" /></a>
<div class="col-xl-1 col-lg-1 d-none d-lg-block"></div>
</div>
</div>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/popper.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>