- 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Jack Conner - Web Development & Design Queenstown | home</title>
<link rel="stylesheet" href="work.css" type="text/css">
<script type="text/javascript" src="contact.js"></script>
</head>
<body>
<p>
Hi, I'm Jack, a <i>Front-End Web Developer</i> building appealing and responsive websites in Queenstown, NZ.
</p>
<!-- Looking for a permanent front-end web developer position. -->
</body>
</html>
/* work.css
Jack Conner */
body {
width: 100%;
background-color: #263238;
font-size: 24px;
}
h1 {
font-size: 69px;
content: 'Take a look at my work!';
}
/* Projects */
.Bespoke_Aquariums {
link: url('bespokeaquariums.co.nz');
}
.Rise_&_Shine_Cleaning {
link: url('riseandshinenz.com');
}
.RKS_Cleaning_Services {
link: url('rkscleans.com');
}
.Shag_Point_Secret {
link: url('shagpointsecret.co.nz');
}
.BetterBuild {
link: url('betterbuildqt.co.nz');
}
.Stellaris_Remake {
link: url('jackc.co.nz/stellaris');
}
.jack_mk10 {
link: url('jackc.co.nz/jackmk10');
}
.UpLabs_profile {
link: url('UpLabs');
}
/* contact.js
Jack Conner */
$(document).ready(function() {
// script start
$('h1').append("Get in touch");
$('a.email').attr("href", "mailto:hello@jackc.co.nz");
$('a.phone').attr("href", "tel:0224319259");
$('a.CV').attr("href", "google drive link");
// script end
});