-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (50 loc) · 2.91 KB
/
index.html
File metadata and controls
73 lines (50 loc) · 2.91 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
---
layout: default
title: matt ewing
description: Matt Ewing's home on the world wide web.
image: bio.jpg
---
<div class = "text" id = "page1">
<h1>Hi, I'm Matt Ewing</h1>
<p>Organizer & Operator. </p>
<p>
<p><strong>I love to build stuff that matters.</strong></p>
</div>
<div class = "text" id ="about">
<div class="bio_pic"><img src="assets/bio.jpg" alt="me"></div>
<h1>About Me</h1>
<p>I've spent the last 20 years trying to make the world a better place, primarily by using technology to bring people together.</p>
<p>Along the way, I've played a lot of roles: managing large teams, leading software and product development, heading up marketing, driving fundraising, and designing cutting edge distributed organizing models — to name a few </p>
<p>But, in the end, the thing I love the most is working with a group of talented people to build something that actually matters.</p>
</p>
</div>
<div class="text" id ="projects">
<div class="project_box">
<h1>Recent Projects</h1>
<p>Here's a running a list of a few of the non-work projects I've put together over the last few years. All are still ongoing, unless there's a date listed.</p>
<div class ="project">
<h2>Ewing & Ewing Toys</h2>
<p>One of my favorite things about being a father is that it's inspired me to start making toys. My own father is signficantly handier than I am, so this has morphed into a project for 3 generations of Ewings. Here are a few of our recent creations.</p>
<div class ="project_img">
<img src="/assets/projects/button_board.jpg"><img src="/assets/projects/scooter_front.jpg"><img src="/assets/projects/dumptruck_front.jpg">
</div>
</div>
<div class="project">
<h2>FRED talks</h2>
<p>FRED talks are short TED style talks by your friends (or your friends-friends). I put them together in San Francisco for a few years, along with my wife and our friends. We tried to organize them every two months, and group them around a single topic. Topics ranged from the future of cities to love (a Valentine's Day special) to the meaning of money.</p>
</div>
<div class="project">
<h2>This Site</h2>
<p>I designed and built this site from scratch as part of an effort to increase my basic frontend web skills. It's fully responsive and held together by hand-coded HTML and CSS, with a little bit of javascript thrown in for good measure. It's hosted on GitHub, powered by Jekyll and remains a work in progress.</p>
<p>Icon's are courtesy of <a href="http://fontawesome.io">Font Awesome</a> by Dave Gandy--which is indeed awesome.</p>
<p><a href="https://github.com/mattewing/mattewing.github.io">My clunky code is all open source and yours for the taking.</a></p>
</div>
</div>
</div>
<div id ="interwebs"></div>
<div class = "about_icons">
<h1>
<a href="https://www.linkedin.com/in/mattewing"><i class="fa fa-linkedin fa-1x"></i></a>
<a href="https://github.com/mattewing"><i class="fa fa-github fa-1x"></i></a>
</h1>
</div>