-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·93 lines (74 loc) · 3.56 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
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset= "utf-8">
<meta name="description" content= "Come learn more about me and the projects I have completed">
<meta name = "keywords" content="Computer Engineer, Tim, Tim Qin, Qin, Programming, Robotics">
<meta name="author" content="Tim Qin">
<title> Tim Qin </title>
<link rel ="stylesheet" type = "text/css" href="main.css">
<link href="http://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.ico?" type="image/x-icon">
<link href="http://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- HAVE A BLUE COVER OVER EVERYTHING -->
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64413529-1', 'auto');
ga('send', 'pageview');
</script>
<div id = "down_arrow">
<i class="fa fa-chevron-left"></i> Go Back
</div>
<div class = "background-video">
<video id = "vid_bg" preload = "auto" autoplay="true" loop="loop" muted="muted">
<source src ="video/Robot_Maze.mp4" type ="video/mp4"/>
<source src ="video/Robot_Maze.ogg" type ="video/ogg"/>
</video>
</div>
<div id = "page_cover"></div>
<div id = "navigation_container">
<div id = "logo"> Tim Qin </div>
<!-- add a hover color change -->
<ul id = "nav_bar">
<li id = "project">Projects
<ul id="project"> <!-- drop down menu -->
<a href="https://github.com/tim7398"><li> GitHub </li></a>
<a id= "Rec_assig" href="#"><li> <span id="b"> Recent Assignments</span><span id ="a"> Under Construction</span></a></li>
</ul>
</li>
<li id = "about"> About
<ul id="about_drop">
<a href="WhoAmI.html"><li> Who Am I? </li></a>
<a id= "travel" href="travels.html"><li> Travels </li></a>
</ul>
</li>
<li id = "experience"> Experience
<ul id = "experience_drop">
<a href= "Work_Experience.html"><li> Employment History </li></a>
<a href= "Programming_concepts.html"><li> What Do I Know?</li></a>
</ul>
</li>
<a href = "#"><li id = "contact" ><span id ="b"> Contact </span> <span id ="a"> Under Construction</span></li></a>
</ul>
</div>
<div class = "Title">
<h1><a href="index.html"> Tim Qin </a></h1>
<p id = "ce">Computer Engineer </p>
</div>
<div class = "up_arrow">
<i class="fa fa-arrow-up fa-2x"></i>
<h3 id ="watch">Watch Video</h3>
</div>
<script type ="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type ="text/javascript" src="jquery/jquery-ui-1.11.4.custom/jquery-ui.js"></script>
<!-- // <script type ="text/javascript" src="jquery/jquery-ui-1.11.4.custom/jquery-ui.min.js"></script> -->
<script src="jquery/main.js"></script>
</body>
</html>