-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
31 lines (30 loc) · 1.55 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link href="/styles/other.css" rel="stylesheet">
<title>About</title>
</head>
<body>
<div class="container">
<nav style="--bs-breadcrumb-divider: '->'">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/index.html">Home</a></li>
<li class="breadcrumb-item active">About</li>
</ol>
</nav>
<h1>About</h1>
<p>
I'm a computer science student studying at the University of Alberta.
</p>
<p>
I am very interested in entrepreneurship as well as productivity.
</p>
<p>
Lastly, I am an avid pianist, check out a recording of me playing:
</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/NIkrnmpaVdA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</body>
</html>