-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
68 lines (59 loc) · 3.38 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/sugandhgoyal/personal-website/gh-pages/css/bootstrap-responsive.min.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/sugandhgoyal/personal-website/gh-pages/css/index.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Rubik">
<script type="text/javascript" src="https://cdn.rawgit.com/sugandhgoyal/personal-website/gh-pages/js/index.js"></script>
</head>
<body>
<header>
<span id="spane" onclick="openNav()">☰ </span>
</header>
<nav id="mySidenav">
<a id="line" href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html"><div id="home"><b>
<div class=" glyphicon glyphicon-home"> HOME</b></div></div></a>
<a href="edu.html"><div id="education"><b><div class=" glyphicon glyphicon-education"> EDUCATION</b></div></div></a>
<a href="train.html"><div id="trainings"><b><div class=" glyphicon glyphicon-edit"> TRAININGS</b></div></div></a>
<a href="project.html"><div id="projects"><b><div class=" glyphicon glyphicon-book"> PROJECTS</b></div></div></a>
<a href="profile.html"><div id="works"><b><div class=" glyphicon glyphicon-user"> Profile</b></div></div></a>
</nav>
<section>
<h2 id="name"><b>Sugandh Goyal</b></h2>
<img src="img/PIC.jpg" id="pic">
<p id="mid1">Self taught <br>front end
engineer.Loves to read.</p><br>
<a href="https://twitter.com/sugandh360" class="btn btn-default btn-social btn-twitter">
<span class="fa fa-twitter"></span> Follow</a>
<button type="button" class="btn btn-default btn-sm" id="user">
<a href="profile.htm"><span class="glyphicon glyphicon-user"></span>Profile</a></button><br><br>
<div id="mid2"></div>
</section>
<section>
<div id="blog"><br><h2 id="some">Some great blogs that i follow...</h2>
<div class="h-divider"></div>
</div>
<div class="lst">
<a href="https://medium.freecodecamp.com/how-to-stand-on-shoulders-16e8cfbc127b#.vpepxcej9"><p id="l1"><br><b>How to stand on the shoulders of<br> giants.</b></p></a><div class="h-divider">
</div>
<a href="https://css-tricks.com/"><p id="l1"><br><b>CSS-Tricks</b></p></a><div class="h-divider"></div>
<a href="http://www.webkitbits.com/"><p id="l1"><br><b>Webkit for developers</b></p></a><div class="h-divider"></div>
<a href="https://www.impressivewebs.com/"><p id="l1"><br><b>Impressive Webs</b></p></a><div class="h-divider"></div>
<a href="http://www.karenx.com/blog/category/blog/"><p id="l1"><br><b>Karen X.Cheng</b></p></a><div class="h-divider"></div>
<a href="https://hackdesign.org/lessons"><p id="l1"><br><b>HackDesign</b></p></a><div class="h-divider"></div>
</div><br>
<div id="mid2"></div>
</section>
<section>
<div class="endmenu">
<a href="index.html"><p id="l1"><br><b>Home</b></p></a><div class="h-divider"></div>
<a href="edu.html"><p id="l1"><br><b>Education</b></p></a><div class="h-divider"></div>
<a href="train.html"><p id="l1"><br><b>Trainings</b></p></a><div class="h-divider"></div>
<a href="project.html"><p id="l1"><br><b>Project</b></p></a><div class="h-divider"></div>
<a href="profile.html"><p id="l1"><br><b>Profile</b></p></a><div class="h-divider"></div>
</div>
</section>
</body>
</html>