-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (68 loc) · 2.99 KB
/
Copy pathindex.html
File metadata and controls
80 lines (68 loc) · 2.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>libbyschuknight</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id = "heading" class = "header">
<a name="home"></a>
<h1>SchuKnight</h1>
<h2> live · learn · laugh</h2>
</div>
<div id = "about">
<h2> </h2>
<div id = "head-img">
<img src="img/me.jpg">
</div>
<a name="about"></a>
<p>
I am currently working as a web developer in Wellington, New Zealand. I previously worked in the education sector, however, in 2015 decided on a change in direction and moved into web development.
</p>
<p>
I graduated from Enspiral Dev Academy in 2015, where I completed an 18 week web development course. As a web developer I have an interest in frontend, user interface and responsive design.
</p>
<p>
My aim is to be in a company that has a great culture that focuses on diversity and inclusiveness, has excellent professional development and values contributions from everyone.
</p>
<p>
I like to work with people who can have a laugh together, shoot the breeze and cooperate and collaborate. Pair programming is a valued tool for collaboration and great code quality. It is about the team and the people.
</p>
<p><a href="#home"><i class="fa fa-angle-up"></i></a></p>
</div>
<div id = "online" class = "top-border">
<a name="online"></a>
<ul>
<li><a href="https://github.com/libbyschuknight" target="_blank" title="github"><img src="img/github-32.png">
<br>
<p>github</p></a></li>
<li><a href="https://www.linkedin.com/in/libbyschumacherknight" target="_blank" title="linkedn"><img src="img/LinkedIn-32.png">
<br>
<p>linkedIn</p></a></li>
<li><a href="https://medium.com/@SchuKnight" target="_blank" title="blog"><img src="img/medium.png">
<br>
<p>blog</p></a>
</li>
<li><a href="https://twitter.com/SchuKnight/" target="_blank" title="twitter"><img src="img/Twitter-32.png">
<br>
<p>twitter</p></a></li>
</ul>
</div>
<div id = "footer" class = "top-border">
<p>© 2019 Libby Schumacher-Knight</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124556096-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124556096-1');
</script>
</body>
</html>