-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (138 loc) Β· 6.82 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
140
141
142
143
144
145
146
147
148
149
150
<html>
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124166431-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-124166431-1");
</script>
<!-- Meta Tags -->
<title>Kevin Schaich</title>
<meta charset="UTF-8" />
<!-- Google Meta Tags -->
<meta name="description"
content="Something New, Ex-Palantir" />
<meta name="keywords" content="Kevin,Schaich,Kevin Schaich,Kevinschaich,Palantir,mintable" />
<meta name="author" content="Kevin Schaich" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.5," />
<!-- Facebook / Google Meta Tags -->
<meta property="og:title" content="Kevin Schaich" />
<meta property="og:description"
content="Something New, Ex-Palantir" />
<meta property="og:image" content="https://kevinschaich.io/img/avatar.jpg" />
<meta property="og:url" content="https://kevinschaich.io/index.html" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:site_name" content="Kevin Schaich" />
<meta name="twitter:image:alt" content="Kevin Schaich" />
<meta name="twitter:site" content="@kevin_schaich" />
<!-- <meta property="fb:app_id" content="your_app_id" /> -->
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Scripts / Styles -->
<script src="src/repo-card.js"></script>
<link rel="stylesheet" href="src/style.css" />
</head>
<body>
<div id="container">
<div id="intro">
<h1>π  Hi, I'm Kevin.</h1>
<img id="avatar" src="./img/avatar.jpg" alt="" />
<p>
Cornell / Palantir / building cool shit
</p>
</div>
<div id="projects">
<h1>Projects</h1>
<h2>
View more on <a class="github" href="https://github.com/kevinschaich">@kevinschaich on GitHub</a>.
</h2>
<div id="projects-inner">
<div class="repo-card" data-repo="kevinschaich/mintable"></div>
<div class="repo-card" data-repo="kevinschaich/h3-pyspark"></div>
<div class="repo-card" data-repo="kevinschaich/py-imessage-shortcuts"></div>
<div class="repo-card" data-repo="kevinschaich/pyspark-cheatsheet"></div>
<div class="repo-card" data-repo="kevinschaich/billboard"></div>
<div class="repo-card" data-repo="kevinschaich/kevinschaich.github.io"></div>
</div>
</div>
<div id="playlists">
<h1>Playlists</h1>
<h2>
View more on
<a class="spotify" href="https://open.spotify.com/user/kevinschaich">@kevinschaich on Spotify</a>.
</h2>
<div id="playlists-inner">
<div class="playlist-card">
<a target="_blank"
href="https://open.spotify.com/playlist/4LuO3ABJh50ZMFSW0D1t6o?si=-8NWBszXRguQIYMmvYQX8Q"><img
src="./img/Lush.jpg" alt="" /></a>
</div>
<div class="playlist-card">
<a target="_blank"
href="https://open.spotify.com/playlist/3vXY8DBRcSUwcF4Tv1iIAb?si=hyChd00tRoujELtQXFnzHQ"><img
src="./img/Highly Flammable.jpg" alt="" /></a>
</div>
<div class="playlist-card">
<a target="_blank"
href="https://open.spotify.com/playlist/1f0YU37AZua6Ojq9d0LMR8?si=v9p-gxJaRDC8miRwHfv6zw"><img
src="./img/Booze Cruise.jpg" alt="" /></a>
</div>
<div class="playlist-card">
<a target="_blank"
href="https://open.spotify.com/playlist/5KYN4gbdNKqNNBrPRXKxyf?si=t1KpjmlRQ02PmVnNqyoYKw"><img
src="./img/Weekend Rotation.jpg" alt="" /></a>
</div>
<div class="playlist-card">
<a target="_blank"
href="https://open.spotify.com/playlist/5d5m0nwbaLZ2K6Hn8OPKfI?si=qqAyVcsqSw64t8Mr73Meww"><img
src="./img/Cerebral.jpg" alt="" /></a>
</div>
</div>
</div>
<div id="photos">
<h1>Photos</h1>
<h2>
View more on
<a class="instagram" target="_blank" href="https://instagram.com/kevinschaich">@kevinschaich on
Instagram<span class="underline"></span></a>.
</h2>
<div id="photos-inner">
<a target="_blank" href="https://www.instagram.com/p/0qE8SGGZfL/">
<div class="photo-card" style="background-image: url('./img/1.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/-USkVvmZX1/">
<div class="photo-card" style="background-image: url('./img/2.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/6THGY4mZeU/">
<div class="photo-card" style="background-image: url('./img/3.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/CAN15OgD0jL/">
<div class="photo-card" style="background-image: url('./img/8.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/6LjXQDGZRh/">
<div class="photo-card" style="background-image: url('./img/4.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/CD17Tt3D81Q/">
<div class="photo-card" style="background-image: url('./img/5.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/CDo2VJqjKHG/">
<div class="photo-card" style="background-image: url('./img/6.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/CATsZQSDDAD/">
<div class="photo-card" style="background-image: url('./img/7.jpg');"></div>
</a>
<a target="_blank" href="https://www.instagram.com/p/CDSFzFwDYbY/">
<div class="photo-card" style="background-image: url('./img/9.jpg');"></div>
</a>
</div>
</div>
</div>
</body>
</html>