-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·275 lines (275 loc) · 14.1 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="../static/img/logo.png">
<link rel="stylesheet" type="text/css" href="../static/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../static/css/tweaks.css">
<meta charset="utf-8">
<meta name="viewport" content="width=devide-width, initial-scale=1.0">
<title>HUB 2FOUR7</title>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="0">
<div>
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<span><a href="{{ url_for('index') }}"><img src="../static/img/logo.png"></a></span>
<a href=" {{ url_for('index') }}" class="navbar-brand mr-auto">HUB 2FOUR7</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navToggler" aria-controls="navToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navToggler">
<ul class="navbar-nav" id="nav-clicks">
<li class="nav-item active">
<a class="nav-link" href="#benefits">Benefits<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#users-plans">Users' Plans</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#users-comment">Comments</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="{{ url_for('user_dashboard') }}">Dashboard</a>
</li>
</ul>
</div>
</nav>
</div>
<div id="mainCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#mainCarousel" data-slide-to="0" class="active"></li>
<li data-target="#mainCarousel" data-slide-to="1"></li>
<li data-target="#mainCarousel" data-slide-to="2"></li>
<li data-target="#mainCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="../static/img/students.jpg" alt="Students">
<div class="container">
<div class="carousel-caption">
<h1>This is <big>HUB 2FOUR7</big></h1>
<p>With our plan best suited for students, you now get 247 access to stable electricity
and super fast internet for your educative online materials
</p>
<p>
<a class="btn btn-lg btn-primary" href="{{ urls['url_login'] }}" role="button">Sign Up now!</a>
</p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="../static/img/regular.jpeg" alt="Regular">
<div class="container">
<div class="carousel-caption">
<h1>This is <big>HUB 2FOUR7</big></h1>
<p>
With our plan for regular users, you get to work in our hub that provides some level of confidentiality and more space.
</p>
<p>
<a class="btn btn-lg btn-primary" href="{{ urls['url_login'] }}" role="button">Sign Up now!</a>
</p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="../static/img/premium.jpeg" alt="Premium">
<div class="container">
<div class="carousel-caption">
<h1>This is <big>HUB 2FOUR7</big></h1>
<p>
With our plan for premium users, you get to work in an office-like environment that gives more space and confidentiality with access to some office materials
</p>
<a class="btn btn-lg btn-primary" href="{{ urls['url_login'] }}" role="button">Sign Up now!</a>
</p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="../static/img/team.jpg" alt="Teams">
<div class="container">
<div class="carousel-caption">
<h1>This is <big>HUB 2FOUR7</big></h1>
<p>
Now, your team can work without intrusion in a real and spacious office environment with access to a board room for your official activities
</p>
<a class="btn btn-lg btn-primary" href="{{ urls['url_login'] }}" role="button">Sign Up now!</a>
</p>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#mainCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#mainCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="content">
<div class="container-fluid">
<div class="row" style="margin-top: 30px">
<div id="x-section-3" class="x-section" style="margin: 0px;padding: 0px0 10% 50px 0px0;border-style: none;border-width: 0px 0px 0px;border-color: hsla(0, 0%, 0%, 0.15); background-color: transparent;">
<div class="x-container max width" style="margin: 0px auto;padding: 0px;">
<div class="x-column x-sm cs-ta-center x-1-1" style="padding: 0px;">
<h2 class="h-custom-headline cs-ta-center mtn mbs h3"><span>About HUB 2FOUR7<br></span></h2>
<div class="x-raw-content phl" style="font-size:16px;">A conducive workspace with uninterrupted power supply and swift internet that aims to solve the problem of unstable power supply and drooling access to good internet service for software developers, tech start-ups, teams, bloggers, students who have projects or are on internship programs, etc.</div>
</div>
</div>
</div>
</div>
</div>
<div id="benefits">
<div class="row">
<div class="col-10 page-sectioner" style="margin: auto;">
<div id="hr"></div>
<div id="text-holder"></div>
<span class="text-center">Benefits</span>
</div>
</div>
<div class="container-fluid">
<div class="row white-layout">
<div class="col-md-6 col-sm-12 text-center">
<h2>Standby Internet To Enable Seamless Operation</h2>
<p>Fast and reliable internet connection. With several internet infrastructures in place, we provide you with a robust networking infrastructure and access to Wi‑Fi in all our hubs.</p>
</div>
<div class="col-md-6 col-sm-12 text-center">
<img src="../static/img/fast.png" style="margin-bottom: 10px;">
</div>
</div>
<div class="row blue-layout">
<div class="col-md-6 col-sm-12 text-center order-md-2">
<h2>Empowering Student Developers and Innovators</h2>
<p>Our hubs are inclined towards providing students with the necessities for developing, as well as a conducive workspace for working.</p>
</div>
<div class="col-md-6 col-sm-12 text-center order-md-1">
<img src="../static/img/web-design.png">
</div>
</div>
</div>
</div>
<div id="users-plans">
<div class="row">
<div class="col-10 page-sectioner" style="margin: auto;">
<div id="hr"></div>
<div id="text-holder"></div>
<span class="text-center">Users'<br>Plans</span>
</div>
</div>
<div class="row">
<div id="x-section-3" class="x-section" style="margin: 0px;padding: 0px0 10% 50px 0px0;border-style: none;border-width: 0px 0px 0px;border-color: hsla(0, 0%, 0%, 0.15); background-color: transparent;">
<div class="x-container max width" style="margin: 0px auto;padding: 0px;">
<div class="x-column x-sm cs-ta-center x-1-1" style="padding: 0px;">
<h2 class="h-custom-headline cs-ta-center mtn mbs h3"><span>Useful and pocket-friendly subscription plans<br></span></h2>
<div class="x-raw-content phl" style="font-size:16px;">Although we use the latest advances in internet and electricity generation technology, HUB 2FOUR7 gets you up and working with plans that suites different work conditions at prices that won't shout at your pocket.</div>
</div>
</div>
<div class="x-container max width marginless-columns" style="margin: 65px auto 0px;padding: 0px;">
<div class="x-column x-sm x-1-3" style="padding: 0px;padding: 7.5% 35px;border-style: solid;border-width: 2px;border-color: rgb(255, 255, 255); background-color:hsl(195, 72%, 53%);">
<div class="x-feature-box mvn center-text top-text center-text top-text cf" style="color: rgba(255, 255, 255, 0.8); max-width: none;" data-x-element="feature_box" data-x-params="{"child":false,"graphicAnimation":"none","graphicAnimationOffset":"50","graphicAnimationDelay":"0"}">
<div class="x-feature-box-graphic circle">
<div class="x-feature-box-graphic-outer circle" style="">
<div class="x-feature-box-graphic-inner circle" style="font-size: 125px;">
<i class="x-icon-shield circle" data-x-icon="" style="margin: 0 auto; color: #ffffff; background-color: hsla(0, 0%, 100%, 0.35);"></i>
</div>
</div>
</div>
<div class="x-feature-box-content">
<h4 class="x-feature-box-title" style="color: #ffffff;">Students' Plan</h4>
<p class="x-feature-box-text">HUB 2FOUR7 give students a plan that provides just what they need for facilitative innovation and personal development.</p>
</div>
</div>
</div>
<div class="x-column x-sm x-1-3" style="padding: 0px;padding: 7.5% 35px;border-style: solid;border-width: 2px;border-color: rgb(255, 255, 255); background-color:hsl(175, 68%, 47%);">
<div class="x-feature-box mvn center-text top-text center-text top-text cf" style="color: rgba(255, 255, 255, 0.8); max-width: none;" data-x-element="feature_box" data-x-params="{"child":false,"graphicAnimation":"none","graphicAnimationOffset":"50","graphicAnimationDelay":"0"}">
<div class="x-feature-box-graphic circle">
<div class="x-feature-box-graphic-outer circle" style="">
<div class="x-feature-box-graphic-inner circle" style="font-size: 125px;">
<i class="x-icon-random circle" data-x-icon="" style="margin: 0 auto; color: #ffffff; background-color: hsla(0, 0%, 100%, 0.35);"></i>
</div>
</div>
</div>
<div class="x-feature-box-content">
<h4 class="x-feature-box-title" style="color: #ffffff;">Regular Plan</h4>
<p class="x-feature-box-text">Basically targeting graduates, HUB 2FOUR7 provides you with a plan that gets your work done in a cool office-like enclosing.</p>
</div>
</div>
</div>
<div class="x-column x-sm x-1-3" style="padding: 0px;padding: 7.5% 35px;border-style: solid;border-width: 2px;border-color: rgb(255, 255, 255); background-color:hsl(0, 100%, 85%);">
<div class="x-feature-box mvn center-text top-text center-text top-text cf" style="color: rgba(255, 255, 255, 0.8); max-width: none;" data-x-element="feature_box" data-x-params="{"child":false,"graphicAnimation":"none","graphicAnimationOffset":"50","graphicAnimationDelay":"0"}">
<div class="x-feature-box-graphic circle">
<div class="x-feature-box-graphic-outer circle" style="">
<div class="x-feature-box-graphic-inner circle" style="font-size: 125px;">
<i class="x-icon-dashboard circle" data-x-icon="" style="margin: 0 auto; color: #ffffff; background-color: hsla(0, 0%, 100%, 0.35);"></i>
</div>
</div>
</div>
<div class="x-feature-box-content">
<h4 class="x-feature-box-title" style="color: #ffffff;">Collaborators' Plan</h4>
<p class="x-feature-box-text">Combine our super fast internet connection with your power-team and get your work done in a way you want. Enjoy access to a board room, a cabin that provides confidentiality for your team, and lots more!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="users-comment">
<div class="row">
<div class="col-10 page-sectioner" style="margin: auto;">
<div id="hr"></div>
<div id="text-holder"></div>
<span class="text-center">Users'<br>Comments</span>
</div>
</div>
<div class="row">
<div class="col-md-10 text-center" style="margin: auto;">
<div class="card-deck">
<div class="card">
<img class="card-img-top" src="../static/img/thumbnail.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Ben Kentley</h5>
<small class="text-muted">Account auditor</small>
<p class="card-text">This comments section is put up just for demonstration. The platform is still under construction</p>
</div>
<div class="card-footer">
<small class="text-muted">Comment: 3 mins ago</small>
</div>
</div>
<div class="card">
<img class="card-img-top" src="../static/img/thumbnail.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Richard Koeman</h5>
<small class="text-muted">Software developer</small>
<p class="card-text">This comments section is put up just for demonstration. The platform is still under construction</p>
</div>
<div class="card-footer">
<small class="text-muted">Comment: 16 mins ago</small>
</div>
</div>
<div class="card">
<img class="card-img-top" src="../static/img/thumbnail.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Eri Dot Eggbuns</h5>
<small class="text-muted">Flask learner</small>
<p class="card-text">This comments section is put up just for demonstration. The platform is still under construction</p>
</div>
<div class="card-footer">
<small class="text-muted">Comment: 2 hours ago</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p class="mt-5 mb-3 text-muted text-center">© 2017-2018</p>
</div>
<script type="text/javascript" src="../static/js/jquery-slim.min.js"></script>
<script type="text/javascript" src="../static/js/popper.min.js"></script>
<script type="text/javascript" src="../static/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../static/js/tweaks.js"></script>
</body>
</html>