-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (95 loc) · 3.3 KB
/
Copy pathindex.html
File metadata and controls
113 lines (95 loc) · 3.3 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ryan Hall</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Load Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300italic,300,100italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic' rel='stylesheet'>
<!-- CSS -->
<link rel="stylesheet" href="css/glitche-basic.css" />
<link rel="stylesheet" href="css/glitche-layout.css" />
<link rel="stylesheet" href="css/ionicons.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/animate.css" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="centrize full-width">
<div class="vertical-center">
<div class="pre-inner">
<div class="load typing-load"><p>loading...</p></div>
<span class="typed-load"></span>
</div>
</div>
</div>
</div>
<!-- Container -->
<div class="container">
<!-- Header -->
<header>
<div class="head-top">
<a href="#" class="menu-btn"><span></span></a>
<div class="top-menu">
<ul>
<li><a href="resume.html" class="lnk">Resume</a></li>
<li><a href="portfolio.html" class="lnk">Portfolio</a></li>
<li></li>
</ul>
</div>
</div>
</header>
<!-- Wrapper -->
<div class="wrapper">
<!-- Started -->
<div class="section started">
<div class="centrize full-width">
<div class="vertical-center">
<div class="started-content">
<div class="h-title glitch-effect" data-text="I'm Ryan Hall">I'm <span>Ryan Hall</span></div>
<div class="h-subtitle typing-subtitle">
<p>Security Engineering Intern at Google.</p>
<p>Studying Computer Science at Texas A&M University.</p>
<p>Based in Dallas.</p>
</div>
<span class="typed-subtitle"></span>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="soc">
<a target="_blank" href="https://twitter.com/ryancorridor"><span class="ion ion-social-twitter"></span></a>
<a target="_blank" href="https://github.com/ryancorridor"><span class="ion ion-social-github"></span></a>
</div>
<div class="clr"></div>
</footer>
<!-- Lines -->
<div class="line top"></div>
<div class="line bottom"></div>
<div class="line left"></div>
<div class="line right"></div>
</div>
<!-- jQuery Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/typed.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/masonry.pkgd.js"></script>
<script src="js/imagesloaded.pkgd.js"></script>
<script src="js/masonry-filter.js"></script>
<!-- Main Scripts -->
<script src="js/glitche-scripts.js"></script>
</body>
</html>