-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (52 loc) · 1.73 KB
/
index.html
File metadata and controls
53 lines (52 loc) · 1.73 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
<html>
<head>
<meta charset="utf-8">
<title>Julian Cohen</title>
<link rel="stylesheet" href="/styles/style-e421f5.css">
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
</head>
<body>
<div class="home">
<section class="photo-container">
</section>
<section class="about-me">
<h1>Julian Cohen</h1>
<div class="strapline">
<h2>Software maker & leader</h2>
</div>
<article class="about-me-content">
<p>
Passionate about technology with 12 years experience in software
development, system & cloud architecture and leadership.
</p>
<p>
Currently the Technology Director at
<a href="http://groundsure.com">Groundsure</a>, an
<a href="http://ascential.com">Ascential plc.</a>
brand. Leading a technology team of 12 producing market leading
geospatial products.
</p>
<p>
If you would like to know more you can either
<a href="/static/CV.pdf" target="_blank">View my CV</a>
or find me on the sites below.
</p>
</article>
<div class="social">
<a href="http://lnkdin.me/juco">
<img src="/static/linkedin.svg" />
</a>
<a href="http://github.com/juco">
<img src="/static/github.svg" />
</a>
<a href="https://stackoverflow.com/users/1477466/juco">
<img src="/static/stackoverflow.svg" />
</a>
<a href="https://www.instagram.com/juco_">
<img src="/static/instagram.svg" />
</a>
</div>
</section>
</div>
</body>
</html>