-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwarmUp.html
More file actions
21 lines (20 loc) · 749 Bytes
/
warmUp.html
File metadata and controls
21 lines (20 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Warm Ups</title>
</head>
<body>
<h1>Warm Ups</h1>
<p> My ideal web development job would be working for a company related to the gaming industry.<br>
I am hoping that I can continue working with FiveM or get a job with Rockstar Games to assist with creating scripts for mods that can be used in online servers. <br>
I would love for my job to be very straight forward. I am given a coding task to complete and I complete it. <br>
I want to be very hands-on, but have limited contact with people.</p>
<h2>SMART Goal</h2>
<ul>
<li>Get a better understanding of Javascript</li>
<li>Graduate from CodeUp</li>
<li>Obtain a job</li>
</ul>
</body>
</html>