-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy Future.html
More file actions
57 lines (52 loc) · 4.23 KB
/
My Future.html
File metadata and controls
57 lines (52 loc) · 4.23 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="My Future.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/applause-button/dist/applause-button.css">
<title>Hello, world!</title>
</head>
<body>
<button id="btton"><i class="fas fa-bars"></i></button>
<aside id="mainAside" class="animation">
<ul class="navbar-nav align-items-center">
<li class="links nav-item"><a class="nav-link"href="index.html"><span class="py-1" id="nl1">Home</span></a></li>
<li class="links nav-item"><a class="nav-link"href="About.html"><span class="py-1" id="nl2">About</span></a></li>
<li class="links nav-item"><a class="nav-link"href="A&A.html"><span class="py-1" id="nl3">Acads & Achivements </span></a></li>
<li class="links nav-item"><a class="nav-link"href="Chess.html"><span class="py-1" id="nl4"> Chess</span></a></li>
<li class="links nav-item"><a class="nav-link"href="H&I.html"><span class="py-1" id="nl5">Hobbies & Intrests</span></a></li>
<li class="links nav-item"><a class="nav-link"href="My Future.html"><span class="py-1" id="nl6">My Future</span></a></li>
</ul>
</aside>
<div class="text-center cntnt p-4 mt-5">
<h1>My Future</h1>
<h6 class="abc"><applause-button style="width: 58px; height: 58px;"/></h6>
<p class="lead">Okay so first of all this section will be a bit shorter not because I have not thought about the topic thoroughly instead because of the incapability to commit to a single thing without knowing all the opportunities that the world has on offer. It is just that there is a lot more to explore and know about everything. Being in a college like the one I am in where everybody is better and have achieved something or the other its definitely a plus point. I do have some benchmarks to start with such as not being reluctant to learn anything new whether in person or from other sources. What I think of myself .in future, is not as an employee working in some corner office rather I want to become the person everyone wants to be with share their happiness and greivances with Somebody that everybody looks upto more as a friend. Till now I have tried my hands on various domains such as Web Devlopement,Android Devlopement, Basic Photo and Video Editing and am looking further for new skills.
You have successfully held the string and reached the end of the website.</p>
</div>
<div class="container-fluid pt-3" id="b1">
<div class="row d-flex">
<div class="col-6 c1">
<button type="button"id="btton1" onclick="window.location='H&I.html'">
<i class="fas fa-arrow-left"></i>
</button>
<h6>Previous</h6>
</div>
<div class="col-6">
<button type="button"id="btton1" onclick="window.location='index.html'" >
<i class="fas fa-arrow-right"></i><br>
</button>
<h6 class="">Next</h6>
</div>
</div>
</div>
<script type="text/javascript" src="https://unpkg.com/applause-button/dist/applause-button.js"></script>
<script type="text/javascript" src="MyFuture.js"></script>
<script src="https://kit.fontawesome.com/c6d6973d4d.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>