-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
executable file
·87 lines (61 loc) · 3.2 KB
/
header.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Shigeru McPherson - digital designer / art director</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/x-icon" href="http://www.shigimcp.com/favicon.ico?v=2" />
<!--/* ========================= IMPORTS - CSS ========================= */-->
<link rel="stylesheet" type="text/css" href="scripts/default.css" />
<!--/* ========================= IMPORTS - JAVASCRIPT ========================= */-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
<script type="text/javascript" src="scripts/default.js"></script>
<!--/* ========================= GOOGLE ANALYTICS ========================= */-->
<!--
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-59053825-1', 'auto');
ga('send', 'pageview');
</script>
-->
</head>
<body>
<div class="header" id="header">
<div class="hed" id="hed">
<div class="hed01" id="hed01">Shigeru McPherson</div>
<!-- <div class="hed02" id="hed02">art director • designer • front-end developer</div> -->
<div class="hed02" id="hed02">digital designer • art director</div>
<div class="contact" id="contact">
<div class="phone" id="phone">212.464.7989</div>
<div class="email" id="email">
<a href="mailto:[email protected]?Subject=Hi Shigi! I saw your website, and...">[email protected]</a>
<!-- <a id="splashEmail" href="#openModal" onClick="loadMODAL('scripts/contact.php', 500, 750)">[email protected]</a> -->
<!-- <a id="splashEmail" href="#openModal" onClick="loadMODAL('scripts/contact.php', 500, 750, 'php')">[email protected]</a> -->
<!-- <a id="splashEmail" href="#openContact">[email protected]</a> -->
</div>
</div>
<div class="nav" id="nav">
<ul class="navMain" id="navMain">
<li id="btn_navWork" onClick="splash_logoIcon('work.html')">work</li>
<li id="btn_navAbout" onClick="splash_about('about.html')">about</li>
</ul>
<ul class="navResume" id="navResume">
<li class="btn_resumeD2" id="btn_resumeD2" onclick="collapseResumeNav()"><a href="img/about/smcpherson_resume_2019.docx" target="_blank">OR download docx</a></li>
<li class="btn_resumeD1" id="btn_resumeD1" onclick="collapseResumeNav()"><a href="img/about/smcpherson_resume_2019.pdf" target="_blank">OR download pdf</a></li>
<li class="btn_resumeV" id="btn_resumeV" onmouseover="expandResumeNav()" onclick="collapseResumeNav()"><a href="#openResume">view resume</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>