-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
182 lines (147 loc) · 5.93 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chris Dermody</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- Google Fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300,400" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/4f6a4b08efdad6bb29f9cc801f5c07e263b39907/devicon.min.css">
<link rel="stylesheet" href="css/styles.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- Leave those next 4 lines if you care about users using IE8 -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="row text-center row-header">
<div class="col-xs-12">
<div class="header-col">
<img src="img/profiler.png" alt="profile pic" class="img-responsive profile-pic center-block">
<h1>Chris Dermody</h1>
<h2>Freelance Web Developer</h2>
<a href="mailto:email@email.com" class="email"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>email@email.com</a>
</div>
</div>
</div>
<!-- Projects -->
<section style="margin-top:0">
<div class="row">
<div class="col xs-12">
<h1 class="text-center section-heading">Work</h1>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="col-lg-8">
<img src="img/projects/jobbie1.png" alt="" class="img-responsive center-block">
</div>
<div class="col-lg-4">
<h3>Jobb.ie</h3>
<p>A simple web app built to quickly find jobs in Ireland. Users enter the search term and desired county, and are offered job listings from 3 of the most popular job sites in Ireland</p>
<p><a href="http://jobb.ie/">Launch</a></p>
</div>
<div class="col-xs-12 text-center">
<img src="img/techlogos/android.png" alt="android logo" class="techlogo">
<img src="img/techlogos/androidstudio.png" alt="firebase logo" class="techlogo">
<img src="img/techlogos/java.png" alt="android studio logo" class="techlogo">
<img src="img/techlogos/firebase.png" alt="java logo" class="techlogo">
</div>
</div>
</div>
</section>
<hr>
<!-- Technical Experience -->
<section>
<div class="row">
<div class="col xs-12">
<h1 class="text-center section-heading">Technologies</h1>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<div class="list-container">
<!-- <div class="tech-item">
<i class="devicon-heroku-plain-wordmark colored"></i>
</div> -->
<span class="tech-item">
<i class="devicon-csharp-plain colored"></i>
<span class="tech-item-text">
C#
</span>
</span>
<span class="tech-item">
<i class="devicon-cplusplus-plain colored"></i>
<span class="tech-item-text">
C++
</span>
</span>
<span class="tech-item">
<i class="devicon-java-plain colored"></i>
<span class="tech-item-text">
Java
</span>
</span>
<span class="tech-item">
<i class="devicon-git-plain colored"></i>
<span class="tech-item-text">
Git
</span>
</span>
</div>
</div>
</div>
</section>
<hr>
<section>
<div class="row">
<div class="col xs-12">
<h1 class="text-center section-heading">Tools</h1>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12">
<div class="list-container">
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Android Studio
</span>
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
Microsoft Visual Studios
</span>
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
IntelliJ IDEA
</span>
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
TortoiseGit
</span>
<span class="tech-tool-item">
<span class="glyphicon glyphicon glyphicon-ok" aria-hidden="true"></span>
FireBase
</span>
</div>
</div>
</div>
</section>
<div class="row row-footer">
<div class="col footer-col text-center">
<h3>I'm available for work</h3>
<a href="mailto:email@email.com" class="email"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>email@email.com</a>
</div>
</div>
</div> <!-- end container -->
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>