-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (76 loc) · 3.69 KB
/
index.html
File metadata and controls
77 lines (76 loc) · 3.69 KB
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>William Fry</title>
<meta property='og:title' content='William Fry'>
<meta property="og:url" content="http://williamrfry.com/">
<meta property="og:site_name" content="William Fry">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69618114-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div style='padding: 50px'>
<div>
<p>Hi,</p>
<p>I'm Will and this is my personal site. Not much happens here.</p>
<p>
By way of introduction, I grew up in NC. Went to college at UPenn.
Started <a href='https://medium.com/rough-draft-ventures/solutionloft-is-driving-the-printing-press-revolution-within-software-427835446698'>a software company</a> with a friend that we worked on for a few years.
After that, I worked as a PM at <a href='https://www.axios.com/exclusive-ari-emanual-endeavor-applecart-1534124139-38fe49ac-6d4a-485c-a743-ad1c47009e3c.html'>an early-stage startup</a>,
where I currently serve as VP of Engineering. I'm slowly transitioning onto my next thing. I hope to share more about that soon.
</p>
<p>
I have a bunch of random interests. I really like music, epsecially
<a href='https://open.spotify.com/playlist/0jqXrPA3cyhL79q2clqmfU?si=UzBNHh-NRueHp0FrBhjkUA'>minimal techno</a>.
I like history a lot. I like to be helpful when people start companies, especially in the early days.
Technology has always been a big part of who I am.
From the <a href='https://www.amazon.com/Elenco-300-in-One-Electronic-Project-Lab/dp/B00005K86O'>300-in-1 kits</a>
to tinkering in Objective-C, I like to build things.
Ethics are fun, too - I went through a Rand phase... may still be in one.
If you share any of those interests, <a href="mailto:wrfry95@gmail.com">say hi.</a></p>
<p>Here are some other places I live on the internet:</p>
<ul>
<li>
<a href='https://undirected.substack.com'>Newsletter</a> - Musings on technology, business, healthcare, life.
</li>
<li>
<a href='https://open.spotify.com/user/1137425235?si=Z4ZuCNYqSMShy0Ko4-gc4Q'>Playlists</a> - Songs I like, ranging from funk to minimal to country.
</li>
<li>
<a href='https://twitter.com/williamrfry'>Tweets</a> - A lot of unfiltered thoughts :)
</li>
<li>
<a href='https://linked.com/in/fryw95'>LinkedIn</a> - My resume of sorts.
</li>
<li>
<a href="https://www.goodreads.com/user/show/88039392-will-fry">Books</a> - Books I've read or want to read.
</li>
</ul>
<p>I used to blog here. Here are a few of my old posts:</p>
<ul>
<li>
<a href='farmer.html'>Farmer</a>
</li>
<li>
<a href='news.html'>News</a>
<li>
<a href='rejection.html'>Rejection</a>
</li>
<li>
<a href='schools.html'>Programming in schools</a>
</li>
<li>
<a href='philly.html'>Philadelphia tech scene</a>
</li>
</ul>
</div>
</div>
</body>
</html>