-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (32 loc) · 1.15 KB
/
Copy pathabout.html
File metadata and controls
33 lines (32 loc) · 1.15 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
---
title: About
permalink: /about/
description: a brief autobiography
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</head>
<button class="fa fa-arrow-left back-button" onclick="window.location.href='{{ site.url }}'">
<span class="button-text">home</span>
</button>
<body class="site about">
<main class="site-content">
<div class="center-parent">
<div class="container-fluid container center">
<div class="text-box">
<h1 class="post-title">{{ page.title | escape }}</h1>
<p style="margin: 0px">
Hi! I'm a 5th year Biomedical Engineering student currently attending the University of Texas at Austin. I enjoy logic puzzles, bad puns, and taking showers. When I'm not drowning in schoolwork, you can catch me awake at all hours of the night being eternally unproductive. If you're in the area, hit me up for a meal even if it's 4 AM!
</p>
<p style="text-align: right; font-size: 24px; margin: 0px">
~ Russell
</p>
</div>
</div>
</div>
</main>
{% include footer.html %}
</body>
</html>