-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (73 loc) · 3.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML>
<html>
<head>
<title>Dalong Hu</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Dalong Hu</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home & About</a></li>
<li><a href="cs.html">CS</a></li>
<li><a href="art.html">Art</a></li>
<li><a href="animation.html">Animation</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Dalong Hu</h2>
<p>Thank you for viewing my porfolio website!</p>
<ul class="actions special">
<li><a href="animation.html" class="button primary">Animation [demo reel]</a></li>
</ul>
<ul class="actions special">
<li><a href="art.html" class="button primary">Art</a></li>
</ul>
<ul class="actions special">
<li><a href="cs.html" class="button primary">Game dev & CS</a></li>
</ul>
</div>
<a href="#one" class="more scrolly"></a>
</section>
<!-- One -->
<section id="One" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>About Me</h2>
<p>I create art and games with my passion for storytelling and inspiring wonder.<br />
To expand my horizons, I enjoy traveling and experiencing various forms of media.<br />
In addition to my native language of English, I can commmunicate fluently in Chinese and Japanese(N2 certified) and take great inspiration from east asian culture!
Here's me awkwardly presenting the gongfu I learned in a Shaolin temple for the talent show of my study abroad at Japan's APU university.</p>
<video controls style="width: 100%; object-fit: cover"><source src="images/gongfu_at_APU.mp4" type="video/mp4"></video>
<p>Feel free to contact me at [email protected]! Here is my <a href="images/Dalong Hu 2023 Resume.pdf" target=”_blank”>resume</a>.</p>
</header>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>