-
Notifications
You must be signed in to change notification settings - Fork 0
/
index(Original).html
31 lines (26 loc) · 1.38 KB
/
index(Original).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>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link rel="icon" href="assets/images/FluffySophisticatedArctichare-max-1mb.gif" type="image/gif">
<title>Andy's Page is under construction, please hold.</title>
</head>
<body>
<header>
<h1 id="title">Look at all these chickens.</h1>
</header>
<div class="contentbox">
<h1 >Andy's Page is under construction, please hold.</h1>
<p>If you need to contact him urgently, message him on <a href="https://www.facebook.com/andy.liu.96343">facebook</a> if not...um... </p>
<p><a href="assets/Andy Liu's Portfolio.pdf">This</a> is an old version of his portfolio, newer version will be updated on the 24th of April 2019.</p>
<p>Look at this picture Andy created on his phone for lack of anything better to do.</p>
<img src="assets/images/automaton_Render_00003.png" alt="" >
</div>
<div class="contentbox">
<p> Or you could enjoy this curated youtube playlist </p>
<iframe width="1024" height="768" src="https://www.youtube.com/embed/videoseries?list=PLxjHkWfbXs8Lp-xxdwNrx8hK_mR-4j2EY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</body>
</html>