-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
103 lines (99 loc) · 3.77 KB
/
aboutme.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css" />
<script
src="https://kit.fontawesome.com/b214d16b30.js"
crossorigin="anonymous"
></script>
<title>fowlis | About Me</title>
</head>
<body>
<div class="pageContainer">
<aside class="sidebar">
<p style="font-size: 18px !important">fowlis.github.io</p>
<a href="index.html"><i class="fa fa-fw fa-home"></i> Home</a>
<a href="aboutme.html"><i class="fa fa-fw fa-user"></i> About Me</a>
<a href="./blog/blog.html"><i class="fa fa-fw fa-book"></i> Blog</a>
<a href="projects.html"><i class="fa fa-fw fa-wrench"></i> Projects</a>
<a href="contact.html"><i class="fa fa-fw fa-envelope"></i> Contact</a>
<a href="https://github.com/fowlis" target="_blank"><i class="fa fa-fw fa-github"></i> GitHub</a>
<p class="sidebar-bottom">totally fake copyright text™</p>
</aside>
<div style="padding: 10px"></div>
<div class="content">
<h1>sleep deprived weirdo</h1>
<h2>The basics</h2>
<p style="font-size: 18px; margin: 0 0 20px 0">
My name is Ryan, I'm 20 (18/12) and I currently live in Scotland.<br /><br />
My hobbies include playing video games (too much for my own good),
drinking a thousand cups of tea in a year,<br />
listening to music and coding useless projects like this website!<br /><br />
</p>
<h2>Gaming</h2>
<p style="font-size: 18px; margin: 0 0 20px 0">
My favourite games currently are World of Warcraft (Lok'tar ogar!), Left
4 Dead 2 and Team Fortress 2.<br /><br />Here is a link to my
<a
href="https://steamcommunity.com/id/fowlis/"
target="_blank"
class="textLink"
>Steam Profile!</a
><br /><br />
</p>
<h2>Music</h2>
<p style="font-size: 18px; margin: 0 0 20px 0">
My favourite music genres are too mixed to describe easily, but I have
playlists I listen to more frequently than others.<br /><br />
Here are a few of my recent favourite playlists:<br /><br />
<iframe
src="https://open.spotify.com/embed/playlist/1jMFOlWuZ57sLeCReP0Tdz"
width="300"
height="380"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
<iframe
src="https://open.spotify.com/embed/playlist/0exnz7SBrPIJCfU57VpfBI"
width="300"
height="380"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
<iframe
src="https://open.spotify.com/embed/playlist/25NHPzAIwwWctBVTG8qv0M"
width="300"
height="380"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
></iframe>
<br /><br />
Alternatively, you can check out my
<a
href="https://www.last.fm/user/fowlis"
target="_blank"
style="color: #bd93f9; text-decoration: underline; padding: 0px"
>Last.fm Profile!</a
><br /><br />
I only started this in Dec 2020, so it would have more on it - had I
started it years ago.<br /><br /><br /><br />
</p>
<h2>Media</h2>
<p style="font-size: 18px; margin: 0 0 20px 0">
Here are some cards showing a few of my favourite films/TV series!<br /><br />
Note: this section is a work in progress while I figure out how to do
this<br /><br />
<div class="row">
<div class="column">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>
<div class="column">howdy</div>
<div class="column">hello</div>
</div>
</p>
</main>
</div>
</div>
</body>
</html>