-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (63 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<title>Colin Banigan</title>
<link rel="stylesheet" media="screen" href="style/main.css">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
</head>
<body>
<div id="wrapper">
<nav>
<a href="index.html"><img class="logo julius" src="images/white-logo.png" width="100px"></a>
<div class="menu julius">
<ul class="main-list">
<li class="main-list-item"><a href="index.html"><span class="selected">Home</span></a></li>
<li class="main-list-item"><a href="pages/about.html" >About</a></li>
<li class="main-list-item"><a href="pages/projects.html">Projects</a></li>
<li class="main-list-item"><a href="pages/resume.html">Resume</a></li>
</ul>
</div>
</nav>
<header class="index-background">
<h1 class="name julius animate-pop-in">Colin Banigan</h1>
<div class="border-box julius animate-pop-in">
<center><span class="dev julius">Developer <span class="green">&</span> Designer</span></center>
</div>
</header>
<div class="mini-header">
<h2 class="mini-header-text julius">
Intro
</h2>
<div class="mini-header-bar"></div>
</div>
<div class="block-text center-text intro-text">
Texas A&M Computer Science undergraduate pursuing a career in Software Engineering. Specific interests include Human-Computer Interaction and Computer Graphics. Ambitious to pursue graduate school, work for awesome companies, and pet puppies on the daily.
</div>
<div id="top-footer">
<h2 class="mini-header-text white julius">Contact</h2>
<div class="mini-header-bar"></div>
<div class="email">
<h4 class="social">Send me a note.</h4>
<a href="mailto:[email protected]"><img class="email-icon" src="images/envelope.svg" title="Email" width="60px"></a>
</div>
<div>
<h4 class="social">Find me on social media.</h4>
</div>
<ul class="social-media">
<li><a href="https://www.facebook.com/Bananagin"><img src="images/facebook.svg" title="Facebook" width="30px"></a></li>
<li><a href="https://www.linkedin.com/in/colin-banigan"><img src="images/linkedin.svg" title="LinkedIn" width="30px"></a></li>
<li><a href="https://www.instagram.com/colinbanigan/"><img src="images/instagram.svg" title="Instagram" width="30px"></a></li>
<li><a href="https://github.com/cbanigan"><img src="images/github.svg" title="GitHub" width="30px"></a></li>
<li><a href="http://open.spotify.com/user/colinbanigan"><img src="images/spotify.svg" title="Spotify" width="30px"></a></li>
</ul>
</div>
<footer>
<div class="copyright">© 2017 Colin Banigan. All rights reserved.</div>
</footer>
</div> <! wrapper ->
</body>
</html>