-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
172 lines (145 loc) · 4.89 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./css/expanding.css">
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery.popupoverlay.js"></script>
<title>Paul Johnson</title>
<script type="text/javascript">
window.addEventListener('load',activateBox,false);
function activateBox() {
document.getElementById("slide").checked = true;
}
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {
window.location = "./mobile.html";
}
</script>
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.ico' />
</head>
<body>
<script type="text/javascript">
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {
window.location = "./mobile.html";
}
</script>
<div class="undermenu">
<div class="menu top left horizontal blue">
<input id="slide" name="slide" type="checkbox">
<label for="slide" class="icon open">
<i class="fa fa-bars cornericon"></i>
</label>
<nav class="navigation">
<ul>
<li class="active">
<a href="">
<ul>
<li><i class="fa fa-home"></i></li>
<li><span>home</span></li>
</ul>
</a>
</li>
<li>
<a href="about.html">
<ul>
<li><i class="fa fa-user"></i></li>
<li><span>about</span></li>
</ul>
</a>
</li>
<li>
<a href="portfolio.html">
<ul>
<li><i class="fa fa-camera"></i></li>
<li><span>portfolio</span></li>
</ul>
</a>
</li>
<li>
<a href="blog.html">
<ul>
<li><i class="fa fa-bookmark"></i></li>
<li><span>blog</span></li>
</ul>
</a>
</li>
<li>
<a href="#popupContact" class="popupContact_open">
<ul>
<li><i class="fa fa-send"></i></li>
<li><span>contact</span></li>
</ul>
</a>
</li>
</ul>
</nav>
</div>
</div>
<article class="topbox">
<div id="topbar"></div>
<h1>Welcome!</h1>
<img class="picofme" src="images/me.png" alt="picture of me"></img>
<div class="desc">
Hi, I'm Paul Johnson. I'm an IT consultant and have a passion for all things technology! I graduated from Bath University with a 2.1 in Computer Science and Mathematics in June 2014, which included a years placement at GlaxoSmithKline as an SAP consultant. Since then I've worked for Fujitsu, testing a wide variety of systems, including Unix, Oracle DB, Windows Servers and IBM administration tools.
</div>
</article>
<!--contact me popup-->
<div id="popupContact" class="popupcontContact">
<h3>Want to contact me?</h3>
</br>
<p>I'd love to hear from you!</p>
<section class="contactContent">
<ul class="contactIcons">
<li style="list-style-type: none;"><a href="mailto:[email protected]"><i class="iconfoot fa fa-envelope"></i></a></li>
<li style="list-style-type: none;"><a href="https://www.linkedin.com/profile/view?id=202137978"><i class="iconfoot fa fa-linkedin"></i></a></li>
<li style="list-style-type: none;"><a href="https://www.youtube.com/channel/UCEzGJ1a9-IxQS9WbwO77QDQ/videos"><i class="iconfoot fa fa-youtube-square"></i></a></li>
<li style="list-style-type: none;"><a href="https://github.com/pjflameboy"><i class="iconfoot fa fa-git"></i></a></li>
</ul>
</section>
<div style="text-align:center;">
<a href="" class="buttonOC closepopup popupContact_close">close</a>
</div>
</div>
<script>
$(document).ready(function () {
$('#popupContact').popup({
color: 'white',
opacity: 1,
pagecontainer: '.container',
transition: 'all 0.3s'
});
});
</script>
<style>
#popupContact {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.popup_visible #popupContact {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
</style>
<section>
<footer class="wFooter">
<section class="footerContent">
<ul class="contactIcons">
<li style="list-style-type: none;"><a href="mailto:[email protected]"><i class="iconfoot fa fa-envelope"></i></a></li>
<li style="list-style-type: none;"><a href="https://www.linkedin.com/profile/view?id=202137978"><i class="iconfoot fa fa-linkedin"></i></a></li>
<li style="list-style-type: none;"><a href="https://www.youtube.com/channel/UCEzGJ1a9-IxQS9WbwO77QDQ/videos"><i class="iconfoot fa fa-youtube-square"></i></a></li>
<li style="list-style-type: none;"><a href="https://github.com/pjflameboy"><i class="iconfoot fa fa-git"></i></a></li>
</ul>
<div class="shortInfo">
<br/>
© 2015 Paul Johnson<br/>
Run with <a href="https://www.github.com">Github</a><br>
CV available on request
</div>
</section>
</footer>
</section>
</body>
</html>