-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (40 loc) · 2.36 KB
/
about.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
<head>
<title>about – echevarria.io</title>
<link rel="icon" type="image/x-icon" href="favicon.png"/>
<link rel="stylesheet" type="text/css" href="css/default.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="wrapper">
<div class="nav">
<a class="home" href="index.html">Ivan Echevarria</a>
<div class="spacer"></div>
<a href="photos/index.html">photos</a>
<a href="blog/index.html">writing</a>
<a href="reading/index.html">reading</a>
<a href="code/index.html">projects</a>
<a style="color: #f00">about</a>
</div>
<div class="content">
<div class="blog-post">
<img class="portrait" src="img/portrait-2022.jpg">
<p>
I live and work in the SF Bay Area.
</p>
<p>
You can find me on <a href="https://instagram.com/echevarria.io">Instagram</a>, <a href="https://github.com/iechevarria">GitHub</a>, and <a href="https://twitter.com/ivn_echvrria">Twitter</a>, and you can subscribe to this blog with <a href="rss.xml">RSS</a>. You can contact me via email at <a href="mailto: ivan@echevarria.io">ivan@echevarria.io</a>. I'm always happy to hear from readers, and I do my best to reply to every email I get.
</p>
<p>
I joined <a href="https://www.givingwhatwecan.org/">Giving What We Can</a> in 2019, and since then I've been giving at least 10% of my income to charity. I've been very happy with the decision, and I encourage you to consider joining.
</p>
<p>
I recently studied at <a href="https://bradfieldcs.com/">Bradfield School of Computer Science</a>'s <a href="https://bradfieldcs.com/csi/">Computer Science Intensive</a>. The courses at Bradfield are the best I've ever taken. If you're seeking mastery in computer science, this is the place for you. If that seems like a large commitment, try <a href="https://csprimer.com">CS Primer</a>.
</p>
<p>
This site based on Tom MacWright's website, <a href="https://macwright.com">macwright.com</a>. If you're interested in making your website look like Tom's, I recommend you check out <a href="https://ko-fi.com/s/76c66ec563">his theme</a>.
</p>
</div>
</div>
</div>
<script data-goatcounter="https://ivan.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>