-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
40 lines (34 loc) · 1.48 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
<html lang="en">
<head>
<title>Tim Barbara</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/csmb-min.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<!--Google Font--!>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700italic,700,600italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<div id="me">
<h1>My name is <span>Tim.</span></h1>
<h2> <br>I <span>write</span> code. <br>I <span>make</span> things. <br>I <span>break</span> things. <br>I <span>fix</span> things.</h2>
<ul id="profile_links">
<li><a href="https://github.com/tbarbara" class="csmb github csmb-flat csmb-round">GitHub profile: LinkDude80</a></li>
<li><a href="https://bitbucket.org/tbarbara" class="csmb bitbucket csmb-flat csmb-round">BitBucket profile: LinkDude80</a></li>
<li><a href="https://www.linkedin.com/in/tim-barbara-a8062195" class="csmb linkedin csmb-flat csmb-round">LinkedIn</a></li>
</ul>
</div>
</div>
<footer>
<nav id="nav">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<p>Tim Barbara 2016</p>
</footer>
</body>
</html>