Compare commits
2 Commits
df7c8b1be0
...
17c1bffaa7
Author | SHA1 | Date | |
---|---|---|---|
17c1bffaa7 | |||
1025346c0f |
|
@ -5,8 +5,6 @@ Summary: About me and my website.
|
|||
Short: a
|
||||
Wide: true
|
||||
|
||||
<img class="floated" src="/media/me.jpg">
|
||||
|
||||
## Me
|
||||
I was born in the early '90s and spent a lot of time growing up playing with computers and electricity. It eventually became my passion and lead to me getting a degree in electrical engineering with a minor in computer engineering. I then got into makerspaces and the maker movement: like-minded people getting together to build things for fun. Most of what I build is software because I can work on it from anywhere. When I build physical things they usually involve electricity as a means to allow software to interact with the world. I work in the home automation field and have spent a lot of time automating my own home.
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<head>
|
||||
<title>{{ article.title|striptags }} | t0.vc</title>
|
||||
<meta charset=UTF-8>
|
||||
<link rel="canonical" href="https://tannercollin.com/{{ article.slug }}/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% if article.date %}
|
||||
<meta name="date" content="{{article.date}}" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user