-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (71 loc) · 3.15 KB
/
Copy pathindex.html
File metadata and controls
78 lines (71 loc) · 3.15 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
72
73
74
75
76
77
78
<html>
<head>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Share+Tech|Share+Tech+Mono" rel="stylesheet" />
<title>Designs by Laighlin</title>
</head>
<body onload="draw()">
<canvas id="bg"></canvas>
<main id="content">
<h1>
<div class="hex moved"></div><span>Tommy Nguyen</span></h1>
<div class="subtext" id="main">
<p>My name is Tommy Nguyen (Win). Im a 23-year-old computer science/game development concentrated student. </p>
<p>I wanted to be a game developer so I can make games people can enjoy. </p>
</div>
<h2>
<div class="hex"></div><span>Projects</span></h2>
<div class="subtext coll">
In my cs222 class. I've worked on a BSU theme Jeopardy game with 3 other teammates. The game allows the player to select diffferent range of points under random categories.The categories are serperated by collumns. In the game players can switch, between two different teams.
</div>
<h2>
<div class="hex"></div><span>Educations</span></h2>
<div class="subtext coll">
I went Saint Joseph Highschool and now currently attending classes at Ballstate University
</div>
<h2>
<div class="hex"></div><span>Work Experience</span></h2>
<div class="subtext coll">
Hosetter's Lawn Care Service
<ul>
<li>I worked as the weed whacker and the person on the smaller lawnmower, outlining spot where the big mowers can't get to</li>
</ul>
</div>
<h2>
<div class="hex"></div><span>Technical Skills</span></h2>
<div class="subtext coll">
<ul>
<li>Python</li>
<li>Java</li>
<li>Gitbash</li>
<li>Intellij</li>
<li>Github</li>
</ul>
</div>
<h2>
<div class="hex"></div><span>Hobbies</span></h2>
<div class="subtext coll">
<ul>
<li>Video games</li>
<li>Airsoft</li>
</ul>
</div>
<h2>
<div class="hex"></div><span>Contact Me</span></h2>
<div class="subtext coll">
<ul>
<li>Phone: +1 574 904 2339</li>
<li>E-mail: <a>Tnnguyen2@bsu.edu</a></li>
<li>Slack: <a>Tnnguyen2@bsu.edu</a></li>
</ul>
</div>
</main>
<svg viewBox="0 0 500 150" preserveAspectRatio="none" class="wave" id="one"><path d="M-13.36,88.98 C168.85,182.73 276.72,-73.84 506.31,79.10 L500.00,150.00 L0.00,150.00 Z"></path></svg>
<svg viewBox="0 0 500 150" preserveAspectRatio="none" class="wave" id="two"><path d="M-13.36,88.98 C168.85,182.73 276.72,-73.84 506.31,79.10 L500.00,150.00 L0.00,150.00 Z"></path></svg>
<div id="hex-holder">
<div class="hex" id="uno"></div>
<div class="hex" id="dos"></div>
<div class="hex" id="tres"></div>
</div>
</body>
</html>