-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
110 lines (101 loc) · 4.75 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
<!DOCTYPE html>
<html>
<head>
<title>Cassidy Williams</title>
<meta name="description" content="Cassidy Williams, Software Engineer in Seattle." />
<!-- Twitter data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Cassidy Williams">
<meta name="twitter:description" content="Cassidy Williams, Software Engineer in Seattle.">
<meta name="twitter:creator" content="@cassidoo">
<meta name="twitter:image" content="http://cassidoo.co/img/casssquare.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Cassidy Williams" />
<meta property="og:url" content="http://cassidoo.co/" />
<meta property="og:image" content="http://cassidoo.co/img/casssquare.jpg" />
<meta property="og:description" content="Cassidy Williams, Software Engineer in Seattle." />
<meta property="og:site_name" content="Cassidy Williams' personal website" />
<!-- Favicon/theme -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/manifest.json">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#24d05a">
<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="msapplication-config" content="/img/browserconfig.xml">
<meta name="theme-color" content="#24252d">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script type='text/javascript' src='js/fetch.js'></script>
<script type='text/javascript' src='js/contents.js'></script>
</head>
<body>
<div class="container">
<h1>Cassidy Williams</h1>
<h2>Software Engineer in Seattle</h2>
<div class="links">
<a href="http://github.com/cassidoo">github</a>
<a href="http://twitter.com/cassidoo">twitter</a>
<a href="http://codepen.io/cassidoo/">codepen</a>
<a href="http://linkedin.com/in/cassidoo">linkedin</a>
<a href="http://tinyletter.com/cassidoo">newsletter</a>
<a href="http://cassidoo.github.io">blog</a>
<a href="mailto:[email protected]">email</a>
</div>
<div class="intro">
Hi, I'm Cassidy, and I am a Senior Software Engineer
<a href="http://codepen.io">CodePen</a> in Seattle!
</div>
<div class="changelog">
<div class="title flash">Changelog</div>
A lot has happened over the past few years. Here's some of the highlights.
<div class="exp">
<div class="loading">Loading...</div>
<ul id="highlights">
</ul>
If you're interested in more specific details on timelines, head over to my
<a href="http://linkedin.com/in/cassidoo">LinkedIn</a>.
</div>
</div>
<div class="updates">
<div class="title flash">Updates/Releases</div>
Here's some recent news with me. You can see more on my
<a href="https://github.com/cassidoo/cassidoo-v5/blob/master/contents/press.json">GitHub</a>.
<div class="exp">
<div class="loading">Loading...</div>
<ul id="press">
</ul>
</div>
</div>
<div class="bio">
<div class="title flash">Speaker Bio</div>
People often ask for one of these. Here ya go.
<div class="exp">
Cassidy is a Senior Software Engineer making the web work at CodePen.
She's worked for Amazon, L4 Digital, Clarifai, and Venmo, and graduated
with a computer science degree from Iowa State University in 2014. She's
had the honor of working with various organizations, including cKeys and
Hacker Fund as their Director of Outreach. She's active in the developer
community and one of Glamour Magazine's 35 Women Under 35 Changing the Tech
Industry and LinkedIn's Top Professionals 35 & Under. As an avid speaker,
Cassidy has participated in meetups and events including the Grace Hopper
Celebration for Women in Computing, SXSW, the National Center for Women &
IT Summit, TEDxDesMoines, the United Nations, and the U.S.A. Science and
Engineering Festival. She wants to inspire generations of STEM students
to be the best they can be, and her favorite quote is from Helen Keller:
"One can never consent to creep when one feels an impulse to soar." She
loves mechanical keyboards and karaoke.
</div>
</div>
<div class="end">
If you have any questions about me or you just want to send me a joke,
take a look at any of my profiles listed on this site.
<br><br>
Thanks for reading this far. In exchange for your seemingly undying
loyalty, here is a joke: Why are mountains so funny? Because they're hill
areas.
</div>
</div>
</body>
</html>