-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 1.81 KB
/
index.html
File metadata and controls
66 lines (61 loc) · 1.81 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Tommy Dong</title>
<meta name="description" content="A developer who loves design.">
<meta name="author" content="Tommy Dong">
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="IOwDunx1aTOA3eb6gGiBv_oI_gwrBntU0-No8tzlfxk" />
</head>
<body>
<main>
<section class="banner-home">
<h1 class="intro-text text-center">Hi, I'm Tommy Dong</h1>
<p class="intro-description">Developer and designer.</p>
<div class="skills-text-display">
<a href="./projects/">
<p>PROJECTS</p>
</a>
<a href="./photo/">
<p>PHOTO</p>
</a>
<a href="./3d/">
<p>3D</p>
</a>
<a href="./video/">
<p>VIDEO</p>
</a>
<a href="./images/full-sized/resume.pdf" target="_blank" >
<p>RESUME</p>
</a>
<a href="./about/">
<p>ABOUT</p>
</a>
</div>
</section>
</main>
<footer>
<a href="index.html">
<h3>© Tommy Dong</h3>
</a>
<a href="https://www.instagram.com/tom_dong/">
<h3>Instagram</h3>
</a>
<a href="https://www.youtube.com/channel/UCliLrKhqyEGlnGmNi3jmp0A/featured">
<h3>Youtube</h3>
</a>
<a href="https://vimeo.com/translucentleaf">
<h3>Vimeo</h3>
</a>
<a href="https://twitter.com/TranslucentLeaf">
<h3>Twitter</h3>
</a>
<a href="../about/">
<h3>Contact</h3>
</a>
</footer>
</body>
</html>