-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (93 loc) · 4.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Robert Chatfield</title>
<link rel="shortcut icon" href="favicon.ico">
<meta name="description" content="Known for my passion and enthusiasm, I aim to enrich the world one project at a time. I am seeking a super engaging work environment where I can showcase and explore my talents, and work with equally driven developers.">
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name ="apple-mobile-web-app-status-bar-style" content="black">
<meta name ="viewport" content="initial-scale=1.0, user-scalable=no, minimum-scale=1, maximum-scale=1">
<link rel="stylesheet" href="styles/home.css">
<link rel="import" href="components/components.html">
</head>
<body onload="loadPage();">
<!-- HEADING -->
<header>
<main-title alt="Smiley Rob">Robert J Chatfield</main-title>
<table id="textBlock1" class="commentBlock hide">
<tbody class="not_for_mobile">
<tr>
<td>//</td>
<td class="commentBlockDivider">——————————————————————————————————————————————————</td>
<td>//</td>
</tr>
<tr>
<td>//</td>
<td class="commentBlockText">Known for my passion and enthusiasm, I aim to enrich the world one project at a time. I am seeking a super</td>
<td>//</td>
</tr>
<tr>
<td>//</td>
<td class="commentBlockText">engaging work environment where I can showcase and explore my talents, and work with equally driven developers.</td>
<td>//</td>
</tr>
<tr>
<td>//</td>
<td class="commentBlockDivider">——————————————————————————————————————————————————</td>
<td>//</td>
</tr>
</tbody>
<tbody class="for_mobile">
<tr>
<td>//————————————//</td>
</tr>
<tr>
<td class="commentBlockDivider">Known for my passion and enthusiasm, I aim to enrich the world one project at a time. I am seeking a super engaging work environment where I can showcase and explore my talents, and work with equally driven developers.</td>
</tr>
<tr>
<td>//————————————//</td>
</tr>
</tbody>
</table>
</header>
<!-- PROFILES -->
<div id="socialmedias">
<social-media class="hide" type="fb" username="rjchatfield">Facebook</social-media>
<social-media class="hide" type="gp" username="RobertChatfield">Google+</social-media>
<social-media class="hide" type="tw" username="rjchatfield">Twitter</social-media>
<social-media class="hide" type="in" username="rjchatfield">Instagram</social-media>
<social-media class="hide" type="li" username="rjchatfield">Linkedin</social-media>
<social-media class="hide" type="gh" username="rjchatfield">GitHub</social-media>
</div>
<!-- FOOTER -->
<footer>
<table id="textBlock2" class="commentBlock hide">
<tbody>
<tr class="not_for_mobile">
<td>//</td>
<td class="commentBlockDivider">——————————————————————————————————————————————————</td>
<td>//</td>
</tr>
<tr class="for_mobile">
<td class="commentBlockDivider">//————————————//</td>
</tr>
<tr>
<td class="not_for_mobile">//</td>
<td class="commentBlockText">Download my resume <a href="pdf/robertjchatfield_cv_resume.pdf" target="_blank">here</a>.</td>
<td class="not_for_mobile">//</td>
</tr>
<tr class="not_for_mobile">
<td>//</td>
<td class="commentBlockDivider">——————————————————————————————————————————————————</td>
<td>//</td>
</tr>
<tr class="for_mobile">
<td class="commentBlockDivider">//————————————//</td>
</tr>
</tbody>
</table>
</footer>
<script src="scripts/home.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>