-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (79 loc) · 3.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8" />
<!-- HTML Meta Tags -->
<title>Kevin Cannon: Designing Products ⚡️</title>
<meta
name="description"
content="Kevin Cannon – product designer, leader, speaker & teacher. ⚡️"
/>
<meta name="author" content="Kevin Cannon" />
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/styles.css" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/brands.min.css"
integrity="sha512-DJLNx+VLY4aEiEQFjiawXaiceujj5GA7lIY8CHCIGQCBPfsEG0nGz1edb4Jvw1LR7q031zS5PpPqFuPA8ihlRA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="icon" type="image/png" href="images/favicon.png" />
</head>
<body>
<div id="main">
<br />
<strong>Kevin Cannon</strong>
<br /><br />
Design, leadership and strategy for creative tools <span
class="fa fa-arrow-pointer poof"
></span>
<br /><br />
Leading design at <a href="https://www.aftershoot.com">Aftershoot</a>, an
ai-first photography tool for professional photographers.
<span class="fa fa-camera poof"></span><br /><br />
Previously: <a href="http://www.pitch.com">Pitch</a>,
<a href="http://www.frog.co">Frog Design</a>,
<a href="http://www.ustwo.com">USTWO</a>,
<a href="https://www.ciid.dk/">CIID</a> <br /><br />
<span id="cv-link">
<span class="arrow fa fa-arrow-right"></span>
<a href="https://read.cv/kevincannon">CV</a></span
>
<br />
<div id="social-links">
<a
class="fa-brands fa-twitter"
href="https://www.twitter.com/multikev"
title="Twitter"
></a>
<a
class="fa-brands fa-linkedin"
href="https://www.linkedin.com/in/kevincannon/"
title="LinkedIn"
></a>
<a
class="fa-brands fa-github"
href="https://github.com/kevincannon"
title="GitHub"
></a>
</div>
</div>
</body>
</html>