-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 2.68 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
<!DOCTYPE html>
<head>
<link rel="stylesheet prefetch" href="style.css">
</head>
<html>
<body>
<div class="body">
<h1>Mars Lee</h1>
<h2>Data Analyst + open source artist</h2>
<p>Transform code into fun, byte-sized illustrations!</p>
<h2>Comics + Talks</h2>
<ul>
<li>Click on the comic to read it!</a></li>
</ul>
<table border="1" cellpadding="1" cellspacing="1" style="height:55px; width:500px">
<tbody>
<tr>
<td style="width:250px"><a href="https://heyzine.com/flip-book/3e66a13901.html" target="_BLANK" class="heyzine-link fp-link"><img src="https://cdnc.heyzine.com/flip-book/cover/3e66a13901.jpg" class="fp-thumb" style="border: 1px solid lightgray; box-shadow: lightgray 0px 0px 4px 1px; width: 250px;"></a></td>
<td style="width:250px"><iframe width="560" height="315" src="https://www.youtube.com/embed/Gv_Ea94wquM?si=lRiZyvSdxR1AW49e&start=40" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></td>
</tr>
<tr>
<td style="width:250px"><a href="https://heyzine.com/flip-book/f3c7f85cdc.html" target="_BLANK" class="heyzine-link fp-link"><img src="https://cdnc.heyzine.com/flip-book/cover/f3c7f85cdc.jpg" class="fp-thumb" style="border: 1px solid lightgray; box-shadow: lightgray 0px 0px 4px 1px; width: 250px;"></td>
<td style="width:250px"><iframe width="560" height="315" src="https://www.youtube.com/embed/dDpimPYOKuc?si=2BFAhcCJIXp1Y6hG&start=245" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></td>
</tr>
</tbody>
</table>
<h2>Social Media</h2>
<ul>
<li><a href="https://www.linkedin.com/in/mars-lee/" target="_blank">💼 LinkedIn</a></li>
<li><a href="https://twitter.com/marsbarlee" target="_blank">🐦 Twitter</a></li>
<li><a href="https://www.librepunk.club/@marsbarlee" target="_blank">🐘 Mastodon</a></li>
<li><a href="https://www.instagram.com/marsbarlee3/?hl=en" target="_blank">📷 Instagram</a></li>
<li><a href="mailto:marsbarlee@gmail.com?subject = PyData NYC&body = Hey there!" target="_blank">✉️ Want to follow-up? Email me!</a></li>
</ul>
</ul>
</div>
<img class="promo" src="images/promo.webp" alt="Promotional graphic from PyData NYC">
</body>
</html>