-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (141 loc) · 5.75 KB
/
index.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
<!DOCTYPE html>
<html dir="auto" lang="en">
<head>
<meta charset="UTF-8" />
<title>The Look</title>
<meta name="description" content="My Page Description" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="./content/image/4i0iz6upn5leyhzt70xv.png" />
<meta property="og:title" content="My Page Title" />
<meta property="og:description" content="My Page Description" />
<meta property="og:image" content="assets/og-image.png" />
<link rel="stylesheet" href="assets/tobi.css" />
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<main>
<div class="container">
<nav class="bg-transparent navbar navbar-light navbar-expand-lg">
<div class="container-fluid">
<a href="./index.html" class="navbar-brand logotitle"><span>The</span> Look</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/E-LOOK/E-look.github.io">GitHub</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<header class="app__header container">
<div class="app__logo-wrapper"> <img class="app__logo" src="content/image/4i0iz6upn5leyhzt70xv.png" alt="The Look"></div>
<div class="app__infos">
<h1 class="app__name">The Look</h1>
<p class="app__description">For a new and fresh look</p>
<!-- <div class="app__buttons app__buttons--desktop">
<a href="https://play.google.com/store" class="app__button-play" target="_blank" title="Get on Google Play">
<img src="assets/google-play-badge.png" alt="Get on Google Play">
</a>
<a href="https://www.apple.com/ios/app-store/" class="app__button-ios" target="_blank" title="Get on Appstore">
<img src="assets/ios-badge.svg" alt="Get on Appstore">
</a>
<a href="https://github.com/" class="app__button-web" target="_blank" title="The Look App">
<img src="assets/pwa-badge.png" alt="The Look App">
</a>
</div> -->
</div>
</header>
<!-- <div class="app__buttons app__buttons--mobile container">
<a href="https://play.google.com/store" class="app__button-play" target="_blank" title="Get on Google Play">
<img src="assets/google-play-badge.png" alt="Get on Google Play">
</a>
<a href="https://www.apple.com/ios/app-store/" class="app__button-ios" target="_blank" title="Get on Appstore">
<img src="assets/ios-badge.svg" alt="Get on Appstore">
</a>
<a href="https://github.com/" class="app__button-web" target="_blank" title="The Look App">
<img src="assets/pwa-badge.png" alt="The Look App">
</a>
</div> -->
<section class="app__screenshots app__section">
<div class="container">
<h2 class="app__section-title">The App Design</h2>
</div>
<div class="app__screenshots-wrapper container-desktop">
<div class="app__screenshots-list">
<a href="content/image/Dark2/home.png" class="lightbox">
<img src="content/image/Dark2/home.png" class="app__screenshot" alt="" />
</a>
<a href="content/image/Dark2/booking.png" class="lightbox">
<img src="content/image/Dark2/booking.png" class="app__screenshot" alt="" />
</a>
<a href="content/image/Dark2/cart.png" class="lightbox">
<img src="content/image/Dark2/cart.png" class="app__screenshot" alt="" />
</a>
<a href="content/image/Dark2/notifications.png" class="lightbox">
<img src="content/image/Dark2/notifications.png" class="app__screenshot" alt="" />
</a>
</div>
</div>
</section>
<section class="app__fulldescription app__section container">
<h2 class="app__section-title">Description</h2>
<div class="app__fulldescription-content">
<p>An app made to reduce client inconvenience at the salon with a number of great features.</p>
<p>They include:</p>
<ul>
<li>Ranking of stylists</li>
<li>Booking system</li>
<li>Display of Products</li>
</ul>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__container">
<p class="footer__love">
<script>document.write('©' + (new Date()).getFullYear());</script><noscript>©2022</noscript> All rights reserved
— Template by <a href="https://github.com/E-LOOK/E-look.github.io" target="_blank">Group 10</a>
— Powered by <a href="https://t3mpl.n4no.com/" target="_blank" title="T3MPL Editor">T3MPL</a>
</p>
<ul class="footer__links">
<li class="footer__link">
<a href="page-1.html">Privacy</a>
</li>
<li class="footer__link">
<a href="https://github.com/E-LOOK/E-look.github.io" targe="_blank">GitHub</a>
</li>
<li class="footer__link">
<a href="https://github.com/E-LOOK/E-look.github.io" targe="_blank">GitHub</a>
</li>
</ul>
</div>
</div>
</footer>
<script type="text/javascript" src="assets/tobi.min.js" /></script>
<script src="./js/bootstrap.min.js"></script>
<script>
window.onload = function () {
var tobi = new Tobi();
};
</script>
</body>
</html>