-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (49 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<title>Marty Gormley</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="./public/js/app.js"></script>
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/g/[email protected](base-min.css+grids-min.css+forms-min.css)">
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css"> -->
<link rel="stylesheet" type="text/css" href="./public/css/pure-min.css">
<link rel="stylesheet" type="text/css" href="./public/css/grids-responsive-min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./public/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="page">
<section class="about-me-section">
<div class="about-me-line line-1">
<h3>My name is <span class="reveal reveal-1">Marty Gormley.</span> I am a Web Developer. I have <a class="cv-link" href="./public/MartyGormleyCVNovember17.pdf" target="_blank"><span class="open-portfolio">a CV.</span></a></h3>
</div>
<div class="about-me-line line-2">
<h3>I am currently working at a digital agency as a <span class="reveal reveal-2">Front End developer</span> with clients across cultural and commercial sectors.</h3>
</div>
<div class="about-me-line line-3">
<h3>I am now searching for a Dev position where I can <span class="reveal reveal-3">work and learn</span> creatively in a progressive and modern team.</h3>
</div>
<div class="about-me-line line-4">
<h3>Please feel free to check out <a class="cv-link" href="./public/MartyGormleyCVNovember17.pdf" target="_blank"><span class="open-portfolio">my CV</span></a> and I look forward to chatting!</h3>
</div>
</section>
<div class="">
</div>
<section class="contact-section">
<div class="contact-display inline-block">
<!-- <p class="listed-skills">JavaScript</p> -->
<!-- <p>Contact:</p> -->
<p><a href="mailto:[email protected]" target="_blank">Email Me</a></p>
<p><a href="./public/MartyGormleyCVNovember17.pdf" target="_blank">Curriculum Vitae</a></p>
<div class="social-network-icons">
<a href="http://www.github.com/martyjg" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="http://www.linkedin.com/in/martygormley" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<!-- <a href="http://www.twitter.com/martygormley" target="_blank"><i class="fa fa-twitter-square"></i></a> -->
</div>
</div>
</section>
</div>
</body>
</html>