-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirstpage.html
75 lines (60 loc) · 3.86 KB
/
Firstpage.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
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122171482-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122171482-1');
</script>
<link rel="stylesheet" type="text/css" href="firstpage.css">
<link href="https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Cutive+Mono|Roboto+Mono|Mr+Dafoe|Reenie+Beanie|Space+Mono" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="shortcut icon" href="favicon.png">
<title>Welcome | Vikas Yadav</title>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand brand " id="help" href="index.html">("Vikas Yadav");</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="acedemics.html"><i class="fas fa-clipboard-list"></i> ACADEMICS</a></li>
<li><a href="skills.html"><i class="fas fa-toolbox"></i> SKILLS</a></li>
<li><a href="myproject.html"> <i class="fas fa-cogs"></i> PROJECTS</a></li>
<li><a href="Welcomeblogpage.html"> <i class="fab fa-blogger"></i> BLOG </a></li>
<li><a href="contact.html"></i>CONTACT ME <i class="fas fa-at"></i></a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1 class="heading">Hii,There !!!</h1>
<h2 id="aboutme">("About_Me"):</h2>
<p id="first">I am a B.Tech, <b>Final</b> year Student of Computer Science Major at Bundelkhand University.I am skilled in various aspects of computer science but I also possess profound intreset in <b>applied sciences</b>, which help me significantly in solving various Problems.I am always willing to go to extra mile to pursue my endeavours in the field of computer science.
</p>
<div id="bar"></div>
<div id="bar"></div>
<h2 id="cse">("Why Computer Science"):</h2>
<p id="third">"Computers facinates me" this is a comman line of all the people who are in the field of Computers Science. But for me, Computers are the best creation of human. We made computers and now these little device is solving all the problems which we are facing in this world. Now as Computer Science student I know how these little electric masterminds operates and function so I think I have some powers, Like sort of superpowers.I feel it. Like having a power to command the a machine having amazing computation power. Okay thats about it. I am getting superpowers ideas becuase I just watched Ironman, so lets move to next section.
</p>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>