-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 3.18 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
<!-- <!DOCTYPE html> -->
<html>
<head>
<title>
Name
</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/t1.css">
<link rel="stylesheet" href="css/resume.css">
<link rel="stylesheet" href="css/about.css">
<link rel="shortcut icon" href="images/vip5.png">
<META NAME="ROBOTS" CONTENT="NOARCHIVE">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="loading">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<ul class="nav navbar-nav pull-right">
<li class="active"><a href="#home" class="scroll">Home</a></li>
<li><a href="#about" class="scroll">About Me</a></li>
<li><a href="#resume" class="scroll">Resume</a></li>
<!-- <li><a href="#sec3" class="scroll" target="_blank"><div class="contact"></div></a></li> -->
</ul>
</div>
</nav>
<section id="home" class="main">
<div class="bcg image scrollAnchor">
<div class="hsContainer">
<div class="hsContent centerText">
<h2 class="unselectable">Name</h2>
<div class="social-icons">
<li><a class="github" href="https://github.com/" target="_blank"> </a></li>
<li><a class="linkedin" href="http://www.linkedin.com/" target="_blank"></a></li>
</div>
</div>
</div>
</div>
<div class="bcg desc scrollAnchor" id="about">
<div class="textContent centerText unselectable about">
</div>
</div>
</section>
<section id="sec2">
<div class="bcg image"></div>
<div class="bcg desc scrollAnchor" id="resume">
<div class="resume unselectable"></div>
</div>
</section>
<!--
<section id="sec3">
<div class="bcg image scrollAnchor">
<div class="hsContainer">
<div class="hsContent centerText">
<div id="contactForm"></div>
</div>
</div>
</div>
</section>
-->
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/external/mdetect.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/t1.js"></script>
</body>
<!--
<div style="visibility: visible;" id="loginBox">
<div style="top:25px; background-color:#EEE; position: relative">
<br>
<form method="post" action="/support/ab/dd/index.php/home">
<table cellspacing="3px">
<tbody><tr><td align="right"><b>User Name </b></td><td><input type="text" value="" id="userName"> </td></tr>
<tr><td align="right"><b>Password </b></td><td><input type="password" id="password"> </td></tr>
<tr><td align="right"><div style="width:80px" id="loginMessage"></div></td><td align="right"><input type="button" value="Cancel" id="loginCancel"> <input type="button" value="Log In" id="logInBtn"> </td></tr>
</tbody></table>
</form>
</div>
</div>
-->
</html>