-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (35 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Home Page</title>
</head>
<body>
<main>
<h1 id="Title">Ethan Caracoglia's 235 Page</h1>
<img src="images/Portrait_of_Ethan.png" alt="Portrait of Ethan" width="386" height="514">
<hr>
<h2>Introduction</h2>
<p class="para">
Hello there! My name is Ethan Caracoglia! I am student at Rochester Institute of Technology<br>
majoring in Game Design and Development. Although I am in game design, my main passion is<br>
coding in general. I want to become great at programming gameplay systems and artificial<br>
for non player characters in video games as well as embedded development for firmwarel. I<br>
hope that after I graduate I will be able to start my own indie game development studio that<br>
that creates games with nuerotechnology such as an EEG interface. I believe that this web<br>
class will help me achive proper advertisement for such a thing.
</p>
<hr>
<h2>Class Projects</h2>
<ul class="list">
<li><a href="project1/index.html">Project 1</a></li>
<li><a href="project2/index.html">Project 2</a></li>
<li><a href="">Project 3</a></li>
</ul>
<h2>Github Repo</h2>
<a href="https://github.com/Ethan-Caracoglia/IGME_235" id="git">Repo Link</a>
</main>
</body>
</html>