-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (141 loc) · 6.34 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
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<title>Insyte</title>
<link rel="stylesheet" href="css/const.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nav.less">
</head>
<body>
<!-- Navigation Bar start -->
<header>
<a href="index.html"><image href="" class="logo-nav" src="./assets/var1.png"></image></a>
<nav>
<ul class="nav-items">
<li class="nav-item semi-bold"><a href="#">About us</a></li>
<li class="nav-item semi-bold"><a href="#">Careers</a></li>
<li class="nav-item semi-bold"><a href="#">Help</a></li>
<div class="clickbar"></div>
</ul>
<a href="#" class="download bold">Download now!</a>
</nav>
</header>
<!-- Navigation Bar end -->
<!-- Hero Start -->
<div class="hero">
<img class="herobck" src="./assets/herobck.jpg">
<section class="herocont">
<article class="heroart">
<p class="text-white">Easing your way in malls</p>
<h1>Welcome to Insyte!</h1>
<p class="text-white">Insyte provides a detailed view of the malls around you.</p>
</article>
<div class="ytvid">
<iframe src="https://www.youtube.com/watch?v=v5VcKTHpKJU&t=354s"></iframe>
</div>
</section>
</div>
<!-- Hero End -->
<!-- Join Start -->
<div class="join">
<div class="ajakan">
<h4>Join more than 2 people in this journey!</h4>
</div>
<div class="dlnow">
<a href="https://play.google.com/store/games?hl=en&gl=US&pli=1"><img class="store" src="./assets/playstore.png" alt="Play Store"></a>
<a href="https://www.apple.com/id/app-store/"><img class="store" src="./assets/appstore.png" alt="App Store"></a>
</div>
</div>
<!-- Join End -->
<!-- All the things you can do here Start -->
<div class="allallall">
<h5>All the things you can do here</h5>
<div class="blks">
<div class="blk">
<img src="./assets/mall.png">
<p class="bold">Search for malls in your city</p>
</div>
<div class="blk">
<img src="./assets/maps.png">
<p class="bold">Discover each mall's insides</p>
</div>
<div class="blk">
<img src="./assets/store.png">
<p class="bold">Find information on all their stores</p>
</div>
</div>
</div>
<!-- All the things you can do here End -->
<!-- VMV Start -->
<div class="vision">
<h5>Our vision, mission and views</h5>
<div class="blks2">
<div class="blk2">
<p class="bold">Vision</p><br>
<p>“To revolutionize the shopping mall experience by providing comprehensive, immersive, and accessible insights into mall interiors worldwide.”</p>
</div>
<div class="blk2">
<p class="bold">Mission</p><br>
<p>"Transforming the facade of the shopping experience by providing an innovative insight into malls worldwide, easing users in planning their visits."</p>
</div>
<div class="blk2">
<p class="bold">Value</p><br>
<p>Innovation: We continuously try to perfect our imaging results and mobile applications through innovations in our technology.</p><br>
<p>Perfect customer service: We prioritize in perfecting our users’ experiences so they can be as seamless as possible.</p><br>
<p>Quality: We are dedicated to reaching the peak quality of our product, which will be useful for all of our stakeholders.</p><br>
<p>Continuous improvement: Growth has been an important aspect of our product, through always seeking ways to improve them based on user reviews and technological advancements.</p><br>
</div>
</div>
</div>
<!-- VMV End -->
<!-- Team Start -->
<div class="team">
<h5>Our team</h5>
<div class="blks">
<div class="blk">
<img src="./assets/gweh.jpg">
<p>Kireina Kalila Putri</p>
<p class="bold">Founder and CEO</p>
</div>
<div class="blk">
<img src="./assets/aiko.jpg">
<p>Aiko Yunita Rasuda</p>
<p class="bold">CFO (Chief Financial Officer)</p>
</div>
<div class="blk">
<img src="./assets/radit.jpg">
<p>Radithya Farrel Fauzan</p>
<p class="bold">CTO (Chief Technology Officer)</p>
</div>
</div>
</div>
<!-- Team End -->
<!-- BMC Start -->
<div class="bmc">
<h5>Our business model canvas</h5>
<img src="./assets/bmc.png">
</div>
<!-- BMC End -->
<!-- Footer -->
<footer>
<a href="./index.html"><img src="./assets/var1.png"></a>
<div class="footsec">
<p class="footxt">Navigation</p>
<ul class="listing">
<li class="item">About Us</li>
<li class="item">Careers</li>
<li class="item">Help</li>
<li class="item">Download now</li>
</ul>
<p class="fontsml">Made by us, 2024</p>
</div>
<div class="footsec">
<p class="footxt">Join us</p>
<ul class="listing">
<li class="item">For curators</li>
<li class="item">For guides</li>
</ul>
</div>
</footer>
</body>
</html>