-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-2.html
More file actions
71 lines (48 loc) · 1.71 KB
/
Copy pathindex-2.html
File metadata and controls
71 lines (48 loc) · 1.71 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anthony's Portfolio</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="Anthony, Wong Wing Chai">
<link rel="stylesheet" href="css2/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="section1 background"></div>
<h1 class="page title">
<span class="t1">Welcome, </span><br/>
<span class="t2">I'm Anthony Wong.</span>
</h1>
<!-- Hexagon theme -->
<!-- <div class="overlay aboutme"></div>
<div class="overlay partner"></div>
<div class="overlay ability"></div>
<div class="overlay hkt"></div>
<div class="overlay exicon"></div>
<div class="overlay greensward"></div>
<div class="overlay scmp"></div>
<div class="hexagon aboutme"><div>About.</div></div>
<div class="hexagon partner"><div>Partner</div></div>
<div class="hexagon ability"><div>Ability</div></div>
<div class="hexagon hkt"><div>HKT</div></div>
<div class="hexagon exicon"><div>exicon</div></div>
<div class="hexagon greensward"><div>Greensward</div></div>
<div class="hexagon scmp"><div>scmp</div></div> -->
<!-- Hexagon theme (End)-->
<div class="overlay"></div>
<div class="buttons">
<div class="button hkt">HKT</div>
<div class="button exicon">Exicon</div>
<div class="button partner">Partner</div>
<div class="button aboutme">About</div>
<div class="button ability">Ability</div>
<div class="button greensward">Greensward</div>
<div class="button scmp">Scmp</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="js2/theatre_theme.js"></script>
</body>
</html>