generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 1.23 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Julian Mo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css"> <!-- fix this -->
<link rel="alternate" type="application/atom+xml" href="/en.atom">
</head>
<body id="home">
<header id="masthead"><a href="/" title="Julian Mo">Julian Mo</a></header>
<main>
<p>
Currently Listening:
<a href="https://last.fm/user/Yimche">
<span id="now-playing"> </span>
</a>
</p>
<p>
This page is currently under construction!
</p>
<section id="aboutme">
<h2>
Me in 10 seconds
</h2>
<p>
I’m a university student studying Cyber Security, and actively participate in
<a href="https://ijji.org.au/">Jujutsu</a>
and relevent
<a href="https://cssa.club">student clubs</a>.
</p><p>
</p><p>
Perth born A.B.C. of the Hong Kong variety.
</p>
<p>
For more about me, see <a href="/">my “about” page</a>.
</p>
<h2>
<a href="/">Active projects</a>?
</h2>
<p>
See <a href="/">my “now” page</a>.
</p>
<h2>
<a href="/tools">Workflow</a>
</h2>
<p>
See <a href="/tools">my “tools” page</a>.
</p>
</section>
<section>
<h2>
Blog
</h2>
</section>
<script src="meta/scripts/lastfm.js"></script>
</main></body></html>