-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (124 loc) · 5.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162786053-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162786053-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>Joseph Collicoat — Digital Designer</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="resetmeyer.css" />
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="animations.css" />
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jam.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="wow.min.js"></script>
</head>
<body>
<script>
new WOW({
offset: 100,
}, ).init();
</script>
<div id="nav-container">
<div class="flex-container" id="nav">
<div class="flex-container" id="nav-left">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" class="flex-item" id="logo" viewBox="0 0 103.31 104.49" width="50" height="50">
<path clip-path="url(#logo-clip)" id="logo-anim" d="M47.38,6.5H96.81v27S95.19,58.46,72.1,59.85s-17.09-15-38.57-15-27.25,19.4-27,27.71S13.68,97,30.76,98,58,83.41,58,83.41"/>
<defs>
<clipPath id="logo-clip">
<path id="logo-mask" d="M100,2.22H51V11.7H92.49V33.29a21.31,21.31,0,0,1-6.41,15.27,22.07,22.07,0,0,1-30.93,0l-1.62-1.39a31.83,31.83,0,0,0-42.23,2,30.81,30.81,0,0,0,0,43.94,31.81,31.81,0,0,0,44.52,0l1.51-1.49-1.51-1.49-3.77-3.72-1.51-1.49L49,86.43a22.11,22.11,0,0,1-30.94,0,21.42,21.42,0,0,1,0-30.53A22.11,22.11,0,0,1,49,55.9l1.61,1.39a31.75,31.75,0,0,0,42.23-2,30.66,30.66,0,0,0,9.22-22V2.23Z"/>
</clipPath>
</defs>
</svg>
</a>
<h2 class="wow fade-in-up"><a href="index.html" style="opacity: 1;">WORK</a></h2>
<h2 class="wow fade-in-up" data-wow-delay="0.1s"><a href="about.html">ABOUT</a></h2>
<h2 class="wow fade-in-up" data-wow-delay="0.2s"><a href="assets/joseph-collicoat-cv.pdf" target="_blank">RÉSUMÉ</a></h2>
</div>
<div class="flex-container wow fade-in-up" data-wow-delay="0.4s" id="nav-right">
<a href="https://behance.net/joecollicoat" target="_blank"><span class="jam jam-behance-square"></a>
<a href="https://www.linkedin.com/in/josephcollicoat/" target="_blank"><span class="jam jam-linkedin-square"></a>
<a href="https://github.com/jcollicoat" target="_blank"><span class="jam jam-github-square"></a>
<a href="https://www.instagram.com/joecollicoat/" target="_blank"><span class="jam jam-instagram"></span></a>
</div>
</div>
</div>
<div class="hero">
<div id="hero-text">
<h1 class="wow fade-in-left">I'm <a href="about.html">Joseph,</a></h1>
<h5 class="wow fade-in-left" data-wow-delay="0.1s">a graphic & web designer with a passion for everything digital.</h5>
<h5 class="wow fade-in-left" data-wow-delay="0.2s"><a id="scroll-to-work"><span class="jam jam-arrow-circle-down-right-f"> </span>Check out my work</a></h5>
</div>
<script>
$(document).ready(function() {
$('#scroll-to-work').click(function() {
$('html, body').animate({
scrollTop: $('#projects').offset().top
}, 1000)
})
});
</script>
</div>
<div class="flex-container" id="projects">
<a class="wow fade-in-up" href="projects/interstellar-identity.html">
<div class="project" id="interstellar-identity"></div>
<h3>Interstellar Identity</h3>
<h4>Experimental</h4>
</a>
<a class="wow fade-in-up" data-wow-delay="0.1s" href="projects/spotify-redesign.html">
<div class="project" id="spotify-redesign"></div>
<h3>Spotify Redesign</h3>
<h4>UX / UI</h4>
</a>
<a class="wow fade-in-up" href="projects/produse.html">
<div class="project" id="produse"></div>
<h3>Produse</h3>
<h4>UX / UI / Mobile</h4>
</a>
<a class="wow fade-in-up" data-wow-delay="0.1s" href="projects/call-of-the-wild.html">
<div class="project" id="call-of-the-wild"></div>
<h3>Call of The Wild</h3>
<h4>Print / Illustration</h4>
</a>
<a class="wow fade-in-up" href="projects/running-wgtn.html">
<div class="project" id="running-wgtn"></div>
<h3>Running WGTN</h3>
<h4>Print / Illustration</h4>
</a>
<a class="wow fade-in-up" id="chico-state-alumni-link" data-wow-delay="0.1s" href="projects/chico-state-alumni.html">
<div class="project" id="chico-state-alumni"></div>
<h3>Chico State Alumni</h3>
<h4>UX / Information / Web — INTERACTIVE</h4>
</a>
<a class="wow fade-in-up" href="projects/iconography.html">
<div class="project" id="iconography"></div>
<h3>Iconography</h3>
<h4>Multiple Projects / Graphic Design</h4>
</a>
<a class="wow fade-in-up" id="usa-graphic-design-link" data-wow-delay="0.1s" href="projects/usa-graphic-design.html">
<div class="project" id="usa-graphic-design"></div>
<h3>USA Graphic Design</h3>
<h4>UX / Information / Web — INTERACTIVE</h4>
</a>
</div>
<div class="flex-container wow fade-in-up" id="social-icons">
<a href="https://behance.net/joecollicoat" target="_blank"><span class="jam jam-behance-square"></a>
<a href="https://www.linkedin.com/in/josephcollicoat/" target="_blank"><span class="jam jam-linkedin-square"></a>
<a href="https://github.com/jcollicoat" target="_blank"><span class="jam jam-github-square"></a>
<a href="https://www.instagram.com/joecollicoat/" target="_blank"><span class="jam jam-instagram"></span></a>
</div>
<div class="wow fade-in-up" data-wow-offset="0" id="footer">
<p2>This website was hand-coded by myself from start to finish. <br /> Thanks for checking it out!</p2>
</div>
</body>
</html>