-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 2.42 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 2.42 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
<!DOCTYPE html>
<html>
<head>
<title>All About Me</title>
<link rel="stylesheet" type="text/css" href="bootstrap.css">
<link rel="stylesheet" type="text/css" href="portfolio.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<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 href="index.html" class="navbar-brand">SG</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="special " href="About.html">About</a></li>
<li><a class="special" href="projects.html">My Projects</a></li>
</ul>
<ul class="nav navbar-nav navbar-right" id="right">
<li><a class="special" href="education.html">Education</a></li>
<li><a class="special" href="achievements.html">Achievements</a></li>
</ul>
</div>
</div>
<!-- <div class="main">
<h2>This is the main div that will load all sections</h2>
</div> -->
</nav>
<div class="jumbotron">
<h1>SANKALP GAUTAM</h1>
<p class="content">Room-40,Block-7,NITK,Surathkal,Karnataka,India<p>
</div>
<hr>
<div class="jumbotron">
<h1>CONTACT INFO</h1>
<p class="content">Phone-+91 8174816376</p>
<p class="content">Email-sankalpg0504@gmail.com</p>
</div>
<div class="container glyphs">
<h1><a href="https://www.facebook.com/sankalp.gautam.94"><i class="fab fa-facebook-square"></i></a><a href="https://github.com/sankalpgkv"><i class="fab fa-github"></i></a></h1>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script type="text/javascript" src="bootstrap.js"></script>
<script type="text/javascript" src="portfolio.js"></script>
</body>
</html>