-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (76 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title is what shows up on tab bar -->
<title>alec c</title>
<meta charset="utf-8">
<meta name="description" content=""And those who were seen dancing were thought to be insane by those who could not hear the music."">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.svg" />
</head>
<body>
<header id="header">
<div class="nav-link"><a href="#home">home</a></div>
<div class="nav-link"><a href="#about">about</a></div>
</header>
<section id="home">
<div id="home-content">
<div id="home-introduction">
<div class="fade-in">
<div id="home-hello">
hello, i'm alec
</div>
<div id="home-text">
engineering + design + culture
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div id="about-title">
about
</div>
<div id="about-text">
<p>currently</p>
<ul>
<li>ventures @ <a target="_blank" href="https://volt.capital">volt capital</a></li>
</ul>
<p>previously</p>
<ul>
<li>backend platform @ coinbase</li>
<li>payments @ visa</li>
<li>curation @ grailed</li>
<li><a target="_blank" href="https://lol.fandom.com/wiki/Yusan">esports</a> @ team liquid + cloud9</li>
</ul>
<p>🔭 interests</p>
<ul>
<li>distributed systems</li>
<li>game theory + mechanism design</li>
<li>composability + interoperability</li>
<li><a target="_blank" href="https://gallery.so/art">art & design</a></li>
</ul>
<p>🌱 recommendations</p>
<ul>
<li><a target="_blank" href="https://jaygraber.medium.com/web3-is-self-certifying-9dad77fd8d81">web3 is self-certifying</a></li>
<li><a target="_blank" href="https://future.a16z.com/how-composability-unlocks-crypto-and-everything-else/">composability is innovation</a></li>
<li><a target="_blank" href="https://onezero.medium.com/why-decentralization-matters-5e3f79f7638e">why decentralization matters</a></li>
</ul>
</div>
<div id="media">
<a target="_blank" href="https://www.twitter.com/0xAlec/"><i class="fab fa-twitter"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/alecc3/"><i class="fab fa-linkedin-in"></i></a>
<!-- <a target="_blank" href="https://github.com/0xAlec"><i class="fab fa-github"></i></a> -->
<!-- <a target="_blank" href="https://open.spotify.com/user/morninglol?si=3f3ad07830ca4a89"><i class="fab fa-spotify"></i></a>
<a target="_blank" href="https://www.pinterest.com/0xAlec"><i class="fab fa-pinterest"></i></a> -->
</div>
<!-- <footer>
<iframe src="https://open.spotify.com/embed/track/25JAIDuFJyCkwmjjofdcWT?utm_source=generator" width="80%" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</footer> -->
<div id="embed">
<footer>
</section>
</body>
</html>