forked from jlord/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.31 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Some people call me Chip </title>
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<h1 class="name"> Alec Gutman, Chip </h1>
</header>
<article>
<p> Some people call me Chip, it's an uneventful story. <p>
<p> Often cooking without cleaning, watching Chicago sports, lifting heavy things at the gym, jamming to live music, pretending to be an Esports streamer, shreding the gnar on my skateboard, singing in the shower, drinking endless cups of coffee, and spending time with family and friends.<p>
<p> Steward of Ethereum currently connecting endpoints to make nodes at <a href="https://mesh.xyz/" target="_blank">ConsenSys Mesh</a>.
<p> Captived and preoccupied with blockchain, functional programming, NFTs, DeFi, GPT-3. <p>
<p> Follow along with my latest <a href="https://linktr.ee/chipagosfinest" target="_blank">here</a>. Cheers <p>
</div>
</div>
</body>
</html>