-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (49 loc) · 2.67 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Robert Young's Website</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<h1>
<small>My name is</small>
<b>Robert Young</b>.
</h1>
<p>I'm a junior in Software Engineering at Iowa State University. I take mostly Computer Science/Software Engineering
courses, while working part time at <a href="http://webdev.its.iastate.edu">ITS WebDev</a>.</p>
<h2>Game Design</h2>
<p>In my free time, I am learning as much as I can about the design and implementation of video games. I have done
several small projects both on my own and with other people. As a member of Iowa State's Game Development Club, I
enjoy participating in Game Jams and workshops, as well as social nights. <br><br>A <b>Game Jam</b> is an event
where you get together with two or three other people and try to make a game in a very short amount of time (usually 48 hours).
<br><br>
So far, my favorite tool to develop games with is <a href="http://unity3d.com/">Unity3d</a>, where the main language
I use is C#.</p>
<h4>Example Works</h4>
<ul>
<li><a href="/LD33">Ludum Dare 33</a> - "You are the monster"</li>
<li>More coming soon! I just need to find where I put them!</li>
</ul>
<h2>Video Games</h2>
<p>I wouldn't call myself a typical gamer, playing a game until you finish it, then putting it down forever. Instead, I
play very few games, but I play them over and over again, trying to go as fast as possible ("Speedrunning"). So far,
I only run two games: <a href="http://www.twitch.tv/obberton13/c/6370487">Portal</a> and <a
href="http://www.twitch.tv/obberton13/v/10856076">The Talos Principle</a>.<br><br>
In addition to those two games, I would like to speedrun my favorite GameCube game: Metroid Prime.</p>
</body>
</html>