-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-aboutme.html
164 lines (141 loc) · 6.13 KB
/
index-aboutme.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Hoang Long hoanglongplanner About Me</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" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="index.html" id="logo">Hoang Long "hoanglongplanner" <em>About Me</em></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"> <a href="index-aboutme.html"> About Me </a> </li>
<!--
<li>
<a href="#">About Me</a>
<ul>
<li><a href="#">Lorem dolor</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam sed tempus</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Lorem dolor</a></li>
<li><a href="#">Phasellus magna</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam nisl</a></li>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="two-sidebar.html">Two Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
-->
<li>
<a href="#">Game Project Works</a>
<ul>
<li><a href="index-gameprojects-h2bsSpv0.html">H2BS SPV0</a></li>
<li><a href="index-gameprojects-pocketGarden.html">Pocket Garden</a></li>
<li><a href="index-gameprojects-theLastStarLord.html">The Last Star Lord</a></li>
</ul>
</li>
<li>
<a href="#">Other Skills</a>
<ul>
<li><a href="https://hoanglongplanner.bandcamp.com"> Sound Design & Soundtrack Works</a></li>
</ul>
</li>
<li>
<a href="https://drive.google.com/file/d/1Irqk-Wqu5sGUdnClfffewDZwn9U8Fdvr/view?usp=sharing">Download CV</a>
</li>
</ul>
</nav>
</div>
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>Hoang Long "hoanglongplanner"</h2>
<p>The info of the person you looking for.</p>
</header>
<img src="images/profilepicture - smaller.jpg" width="256" height="256" alt="" />
<p>Hello reader, I am Hoang Long. </p>
<p>My main profession is Game Design and Programming, I in game development journey at least 3 years now. (Start at 2019)</p>
<p>I studied Game Design and Programming for 3 years (2019 to 2022) at British Univesity Vietnam (Vietnam). Can only speak Vietnamese and English.</p>
<h3>Main Skills:</h3>
<p>Project Management: Follow Agile Principles and apply these principles to Trello and JIRA tool workflow during solo or collaborative game development.</p>
<p>Documents: Writing Game Design and Technical Documents like Word, Excel, Google Docs, and draw basic diagrams or UML</p>
<p>Game Prototype: Prototype game (2D and 3D type game) via Unity and Unreal with their respective language/ tool choices (C# and Unreal Blueprint)</p>
<h3>Other Skill:</h3>
<p>Sound Design & Soundtrack Production. Using Digital Audio Workstation (FL Studio and Reaper) in game development and other types of interactive media.</p>
</article>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<!--
<div class="row">
<section class="col-3 col-6-narrower col-12-mobilep">
<h3>Links to Stuff</h3>
<ul class="links">
<li><a href="#">LinkedIn: Something insert here</a></li>
<li><a href="#">Gmail: [email protected]</a></li>
<li><a href="#">Work Location: TPHCM, Vietnam</a></li>
</ul>
</section>
</div>
-->
<section class="col-3 col-6-narrower col-12-mobilep">
<h1>Contact Information</h1>
<ul class="links">
<li><a href="#">Email: [email protected]</a></li>
<li><a>Work Location: TPHCM, Vietnam</a></li>
</ul>
</section>
</div>
<!-- Icons -->
<ul class="icons">
<li><a href="https://www.linkedin.com/in/long-hoang-857578240" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/hoanglongplanner" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://hoanglongplanner.itch.io/" class="icon brands fa-itch-io"><span class="label">ItchIo</span></a></li>
<li><a href="https://hoanglongplanner.bandcamp.com" class="icon brands fa-bandcamp"><span class="label">Bandcamp</span></a></li>
<li><a href="https://drive.google.com/file/d/1Irqk-Wqu5sGUdnClfffewDZwn9U8Fdvr/view?usp=sharing" class="fas fa-download"></a></li>
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Hoang Long "hoanglongplanner". All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.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>