diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index 915c087..f389770 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -12,6 +12,11 @@ Hi, I'm <a href="/about">Tanner</a>! I like home automation, <a href="/sensors">sensors</a>, privacy, bots, Python, Debian, coffee, and makerspaces. </p> + <p> + Email: <a href="mailto:site4@tannercollin.com">site4@tannercollin.com</a> <br /> + Telegram: <a href="https://t.me/tannercollin" target="_blank" rel="noreferrer noopener">@tannercollin</a> + </p> + <h2>Projects</h2> <p> @@ -61,14 +66,5 @@ <li>Electrical Engineer Intern at <a class="external" href="https://www.pason.com/" target="_blank" rel="noreferrer noopener">Pason Systems</a>, 2014–2015</li> <li>BSc. Electrical Engineering from University of Calgary</li> </ul> - - <h2>Contact Info</h2> - - <p>I'm very open to collaboration and responsive to messages. If you have any thoughts feel free to reach out:</p> - - <p> - Email: <a href="mailto:site4@tannercollin.com">site4@tannercollin.com</a> <br /> - Telegram: <a href="https://t.me/tannercollin" target="_blank" rel="noreferrer noopener">@tannercollin</a> - </p> </div> {% endblock %}