-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
406 lines (389 loc) · 13 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en">
<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" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl"
crossorigin="anonymous"
/>
<!-- fontawesome 5 -->
<!-- <script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script> -->
<link rel="stylesheet" href="style.css" />
<title>Future Technical</title>
</head>
<body>
<!--Navbar i.e header container-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand current" href="index.html">
<kbd> Future<span>Technical</span></kbd></a
>
<!-- hidden dropdown item -->
<div class="hide">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="youtubevideo.html">video</a></li>
<li><a href="signin.html">signin</a></li>
</ul>
</div>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon drop"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active current" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link current" href="project.html">Project</a>
</li>
<li class="nav-item">
<a class="nav-link current" href="youtubevideo.html">video</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">HTML</a></li>
<li><a class="dropdown-item" href="#">CSS</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Jvascript</a></li>
<li><a class="dropdown-item" href="about.html">About</a></li>
</ul>
</li>
<li class="nav-item">
<a
class="nav-link contact current"
href="signin.html"
tabindex="-1"
aria-disabled="true"
>Sign in</a
>
</li>
</ul>
</div>
</div>
</nav>
<!--Auto slide show image-->
<div class="slideshow-container">
<div class="mySlides">
<img
src="./images/0.jpg"
style="width: 100%; height: 500px"
/>
</div>
<div class="mySlides">
<img
src="./images/1.jpg"
style="width: 100%; height: 500px"
/>
</div>
<div class="mySlides">
<img
src="./images/2.jpg"
style="width: 100%; height: 500px"
/>
</div>
<div class="mySlides">
<img
src="./images/3.jpg"
style="width: 100%; height: 500px"
/>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<!--after slide platform our channel provides-->
<div class="platform-container">
<h3>
Perfect <br />
youtube channel for <br />
Errors handling
</h3>
<div class="highlight">
<img
class="highlight-pic"
src="./images/learning.png"
height="100px"
alt=""
/>
<h5>Learn</h5>
</div>
<div class="highlight">
<img
class="highlight-pic"
src="./images/question.png"
height="100px"
alt=""
/>
<h5>Error</h5>
</div>
<div class="highlight">
<img
class="highlight-pic"
src="./images/creativity.png"
height="100px"
alt=""
/>
<h5>Idea</h5>
</div>
</div>
<!--welocme channel with button container-->
<div class="welcome-intro-container">
<h2>Welcome to FutureTechnical</h2>
<h4>subscribe</h4>
<button id="ft-btn">
<b
><a
href="https://www.youtube.com/channel/UCPWp3s9b3NWdEabol4X8okg?sub_confirmation=1"
>Future Technical</a
></b
>
</button>
<h5>Don't Do code Make the code Do</h5>
</div>
<br /><br /><br /><br />
<br /><br /><br /><br />
<br /><br /><br /><br />
<!--Why future technical container-->
<div class="why-ft-container">
<div>
<img src="./images/thinking (2).png" height="100px" alt="" />
<h4>
<kbd
>Why should i choose <br />
FutureTechnical?</kbd
>
</h4>
<br /><br />
<div class="functions">
<div class="fn">
<img
src="./images/coding-language.png"
height="150"
width="200px"
alt=""
/>
<h4>Learning platform</h4>
<div class="par">
<p>
This channel is based on providing learning platform on many
programming languages like Javascript, React ,java , C , C++ ,
python ,php , Mysql etc. we are going to organize free
e-learning platform for programming in near future.
</p>
</div>
</div>
<div class="fn">
<img
src="./images/error (1).png"
height="150"
width="200px"
alt=""
/>
<h4>Error solving</h4>
<div class="par">
<p>
Site is based on the future Technical YT support along with many
error solving techniques related to programming fields.Our
youtube channel has already solved many coding errors in react
related part as well.
</p>
</div>
</div>
<div class="fn">
<img
src="./images/coding (2).png"
height="150"
width="200px"
alt=""
/>
<h4>Free Project code</h4>
<div class="par">
<p>
We provide free projects code so that you can have an ideas
realted on languages like Javascript, React ,java , C , C++ ,
python ,php, Mysql etc.You can just go to project to see our new
project where you can easily get project code.
</p>
</div>
</div>
</div>
</div>
</div>
<br />
<br />
<!--What user say about future technical(ft)-->
<div class="our-customer-parent">
<div>
<img src="./images/teamwork.png" height="150px" alt="" />
<h4>
what they say about <br />
Future Technical
</h4>
<br /><br />
<div class="our-customer-list-container">
<div class="our-customer-nohover">
<h6>
BIKRAM SINGH
<img src="./images/top-rated.png" height="30px" alt="" />
</h6>
<div class="par2">
<p>
Dil se thanks n fulfill your all dreams ❤️❤️❤️❤️❤️❤️........
</p>
</div>
<img
src="./images/profile.png"
height="80px"
width="100px"
alt=""
/>
</div>
<div class="our-customer">
<h6>
Professor
<img src="./images/top-rated (1).png" height="30px" alt="" />
</h6>
<div class="par2">
<p>
Tnxx bro kb se dekh rha tha dimag ka bhosada hogyaa tha..tysm
</p>
</div>
<img
src="./images/profile.png"
height="80px"
width="100px"
alt=""
/>
</div>
<div class="our-customer-nohover">
<h6>
Abhishek Tekalkar
<img src="./images/top-rated.png" height="30px" alt="" />
</h6>
<div class="par2">
<p>
Thanks for fixing Thank you so much. keep it up :)..........
</p>
</div>
<img
src="./images/profile.png"
height="80px"
width="100px"
alt=""
/>
</div>
</div>
</div>
<br />
<br />
<div class="our-customer-list-container">
<div class="our-customer-nohover">
<h6>
BIKRAM SINGH
<img src="./images/top-rated.png" height="30px" alt="" />
</h6>
<div class="par2">
<p>Dil se thanks n fulfill your all dreams ❤️❤️❤️❤️❤️❤️........</p>
</div>
<img src="./images/profile.png" height="80px" width="100px" alt="" />
</div>
<div class="our-customer-nohover">
<h6>
Professor <img src="./images/top-rated.png" height="30px" alt="" />
</h6>
<div class="par2">
<p>Tnxx bro kb se dekh rha tha dimag ka bhosada hogyaa tha..tysm</p>
</div>
<img src="./images/profile.png" height="80px" width="100px" alt="" />
</div>
<div class="our-customer-nohover">
<h6>
Abhishek Tekalkar
<img src="./images/top-rated.png" height="30px" alt="" />
</h6>
<div class="par2">
<p>Thanks for fixing Thank you so much. keep it up :)..........</p>
</div>
<img src="./images/profile.png" height="80px" width="100px" alt="" />
</div>
</div>
</div>
<br />
<br />
<br />
<br />
<br />
<!--Our Teams-->
<div class="our-team-parent">
<h4>Our Teams</h4>
<div class="our-team-owner">
<img src="./images/owner.jpg" height="200px" width="200px" alt="" />
<h4>
Bhabishya Ghimire <br />
<p><kbd>Developer</kbd></p>
</h4>
</div>
<div class="par-our-team-owner">
<p>
Hello there , i am the web developer since 2020. I have learnded many
programming languages and always excited to learn new ones. If you
have any message you can follow me on : <br />
<a href="https://github.com/Bhabishya-123"
><img src="./images/github (1).png" height="40px" alt="" class='img-social'
/></a>
<a href="https://www.facebook.com/bhabishya.ghimireabd.7/">
<img src="./images/facebook (1).png" height="40px" alt="" class='img-social'
/></a>
<a href="https://www.linkedin.com/in/bhabishya-ghimire-655286221/">
<img src="./images/linkedin (1).png" height="40px" alt="" class='img-social'
/></a>
</p>
</div>
<div class="our-team-border1">
<div class="our-team-border2-video">
<video height="380px" width="750px" autoplay>
<source src="./videos/2.mp4" type="video/mp4" />
</video>
</div>
</div>
</div>
<!--Our Teams-TV-stand-->
<div class="tv-stand"></div>
<!--footer-->
<div class="foot">
<footer class="text-muted text-center text-small">
<p class="mb-1"><kbd> © 2021 Future Technical</kbd></p>
<ul class="list-inline">
<kbd>
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Support</a></li>
</kbd>
</ul>
</footer>
</div>
<script src="brain.js"></script>
</body>
</html>