-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (51 loc) · 4.36 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: Home
permalink: /
---
<aside id="bg-cover" aria-hidden="true"></aside>
<section id="about">
<h2 class="sr-only">About Me & Links</h2>
<p>
I am an IT student, pursuing a degree in Computer Networks & Security at the University of Portsmouth. I'm interested in most everything related to computing and technology, especially networking and systems administration.
</p>
<p>
You can find my professional profile on <a href="https://linkedin.com/in/t5r7" rel="me"><span class="emoji-icon" aria-hidden="true">👔</span> LinkedIn</a>,
read about the <a href="{{ site.baseurl }}/lab"><span class="emoji-icon" aria-hidden="true">🌐</span> homelab</a> I babysit,
or peruse my <a href="https://www.flickr.com/people/imtom/" rel="me"><span class="emoji-icon" aria-hidden="true">📷</span> photography</a>.
</p>
</section>
<section id="contact">
<h2 class="sr-only">Contact</h2>
<p>
If you need it, my email address <span id="rot-13-text">(rot13-encoded) </span>is <em onclick="emailOnclick(this);">[email protected]</em>.
<span class="smol" style="display: block;">(<span class="emoji-icon" aria-hidden="true">🗝️</span> PGP key, for encrypted messages: <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/AAE3375755B3B3F9BDDA32FCF37203ADC98280D6">F372 03AD C982 80D6</a>)</span>
</p>
</section>
<section id="now">
<h2 class="sr-only">Now</h2>
<!-- toggleable section -->
<details id="now-toggle">
<summary style="font-weight: bold;"><span class="emoji-icon" aria-hidden="true">🌟</span> What am I up to at the moment?</summary>
<article class="details-inner">
<p>Currently, I am:</p>
<ul>
<li><span class="emoji-icon" aria-hidden="true">🏡</span> Living in Portsmouth + Birmingham</li>
<li><span class="emoji-icon" aria-hidden="true">⛰️</span> Trying to spend as much time as possible outside and travelling; check out my <a href="https://thomasr.dev/visited-stations-map/">visited stations</a>, <a href="https://yom.railmiles.me/">RailMiles</a>, and <a href="https://openflights.org/user/yom">OpenFlights profile</a></li>
<li><span class="emoji-icon" aria-hidden="true">🥾</span> Keeping active by walking and hiking; see where I've been on <a href="https://www.strava.com/athletes/93454796">Strava</a></li>
<li><span class="emoji-icon" aria-hidden="true">💸</span> Babysitting my <a href="{{ site.baseurl }}/lab">homelab</a>, continuously learning and experimenting</a>
<li><span class="emoji-icon" aria-hidden="true">📷</span> Taking too many <a href="https://www.flickr.com/people/imtom/">photos</a>, and trying not to buy too many cheap / interesting old digital cameras</a>
<li><span class="emoji-icon" aria-hidden="true">🤓</span> Helping to run the <a href="https://netsoc.group">Computer Networking Society</a> at university, organising events, socials, and workshops</li>
</ul>
<div class="js-only">
<p>My most-played song in the last month, with <span id="js-mp-plays"></span> listens, is <a id="js-mp-name">Song Name</a> by <b id="js-mp-artist">Artist</b>. <span id="js-lp-ago">Time ago, I listened to</span> <a id="js-lp-name">Song Name</a> by <b id="js-lp-artist">Artist</b>. (<a href="https://www.last.fm/user/itsmeimtom">Last.fm</a>)</p>
<p>My latest shared photo, <a id="js-flickr-title">Photo Name</a>, was taken <b id="js-flickr-date">days</b> ago from <b id="js-flickr-location">Place</b>. You're seeing it right now as the background of the site!</p>
</div>
<!--
<div style="display: flex; justify-content: space-evenly; align-items: top;">
<a href="https://yom.railmiles.me" style="background-color: #fff;"><img src="https://public.railmiles.me/signatures/3560e69400242162df2413a6e10a1264.png" style="width: 100%; padding-top: 8px; background-color: #fff;" alt="Image from RailMiles, showing statistics about my rail history."></a>
<a href="https://openflights.org/user/yom" style="background-color: #7391ad;"><img src="https://openflights.org/banner/yom.png" style="width: 100%;" alt="Image from OpenFlights, showing statistics about my flight history."></a>
</div> -->
</article>
</details>
</section>