-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
214 lines (165 loc) · 7.91 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Backend Board | Elevate your tech skills and empower your career with Backend Board!</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="" type="image/x-icon">
<link rel="icon" href="" type="image/x-icon">
</head>
<body>
<!-- home
================================================== -->
<main class="s-home s-home--particles">
<div id="particles-js" class="home-particles"></div>
<div class="gradient-overlay"></div>
<div class="home-content">
<div class="home-logo">
<a href="index.html">
</a>
</div>
<div class="row home-content__main">
<div class="col-eight home-content__text pull-right">
<h3>Welcome to Backend Board</h3>
<h1>
We are currently working <br>
on a new super awesome <br> website.
</h1>
<p>
Our MVP will focus on Edtech and is expected to launch in mid-April. As per our roadmap,
we plan to expand our services beyond Edtech and cater to the tech industry by September 15th.
Assuming all goes according to plan, we anticipate being in the market by April 15th. Stay tuned for our official launch,
and prepare to elevate your professional life with Backend Board.
</p>
</div> <!-- end home-content__text -->
<div class="col-four home-content__counter">
<h3>Launching In</h3>
<div class="home-content__clock">
<div class="top">
<div class="time days">
325
<span>Days</span>
</div>
</div>
<div class="time hours">
09
<span>H</span>
</div>
<div class="time minutes">
54
<span>M</span>
</div>
<div class="time seconds">
30
<span>S</span>
</div>
</div> <!-- end home-content__clock -->
</div> <!-- end home-content__counter -->
</div> <!-- end home-content__main -->
<ul class="home-social">
<li>
<a href="https://www.linkedin.com/company/backend-board"><i class="fab fa-linkedin" aria-hidden="true"></i><span>Linkedin</span></a>
</li>
<li>
<a href="https://twitter.com/backendboard"><i class="fab fa-twitter" aria-hidden="true"></i><span>Twiiter</span></a>
</li>
</ul> <!-- end home-social -->
<div class="row home-copyright">
<span>Copyright Backend Board 2023</span>
</div> <!-- end home-copyright -->
<div class="home-content__line"></div>
</div> <!-- end home-content -->
</main> <!-- end s-home -->
<!-- info
================================================== -->
<a class="info-toggle" href="#0">
<span class="info-menu-icon"></span>
</a>
<div class="s-info">
<div class="row info-wrapper">
<div class="col-seven tab-full info-main">
<h1>Backend Board:<br> Where innovation meets excellence.</h1>
<p>
Welcome to the exciting world of Backend Board! We are a startup focused on providing solutions to
problems faced by learners in the field of backend engineering. Our founder possesses over 2.5 years of
experience in web development, with a particular focus on the Python Django, Flask, and FAST API framework.
After discovering the field of Backend Engineering, our founder's perception of web application development changed,
and they became excited about the intricacies of backend development.
</p>
<p>
Backend Board was born out of our founder's personal experiences with learning and problem-solving in the backend engineering field.
Our MVP, set to launch in mid-April, will focus on providing solutions in the Edtech industry. Our roadmap includes expansion to
cater to the tech industry by September 15th, and we are on track to be in the market by April 15th.
</p>
<p>
We are passionate about helping learners overcome obstacles and succeed in their careers.
Stay tuned for our official launch and join us on a journey to elevate your professional life with Backend Board.
</p>
</div>
<div class="col-four tab-full pull-right info-contact">
<div class="info-block">
<h3>Start A Conversation</h3>
<p>
<a href="mailto:#0" class="info-email">backendboard.official@gmail.com</a><br>
<a href="tel:+18587338912" class="'info-phone">+880 1626304354</a>
</p>
</div>
<div class="info-block">
<h3>Visit Our Office</h3>
<p class="info-address">
7400, Jashore Sadar<br>
Jashore, Bangladesh<br>
</p>
</div>
<div class="info-block">
<h3>Find Us On</h3>
<ul class="info-social">
<li>
<a href="https://www.linkedin.com/company/backend-board"><i class="fab fa-linkedin" aria-hidden="true"></i><span>Linkedin</span></a>
</li>
<li>
<a href="https://twitter.com/backendboard"><i class="fab fa-twitter" aria-hidden="true"></i><span>Twiiter</span></a>
</li>
</ul>
</div>
</div> <!-- end info contact -->
</div> <!-- end info wrapper -->
</div> <!-- end s-info -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/polygons.js"></script>
<script src="js/main.js"></script>
</body>
</html>