-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (71 loc) · 3.24 KB
/
index.html
File metadata and controls
76 lines (71 loc) · 3.24 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
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Home</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>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"><img src="logo.png" /></a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="https://drive.google.com/file/d/1kTy9vFb4NC8r-hrrJr8tKWerzu_vyXa8/view?usp=sharing"target="_blank">Resume</a>
<a href="Projects.html">Recent Projects</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner"></section>
<!-- One -->
<section id="one">
<div class="inner">
<header>
<h2>About</h2>
</header><span class="image left"><img src="LookAtDatHeadshot.jpg" alt="" /></span>
<p>Hello! Welcome to my website! My name is Jeremy Torossian, I am a Computer Science major, aspiring game developer, and a cartoon/professional wrestling enthusiast. Here you can take a look at my resume, my most recent projects, and some examples of code I’ve done so far. <br>I am currently attending my senior year at Northern Illinois University, and I am estimated to graduate Summer 2019! I am currently a member of the Code_Orange program where I work as a Campus Innovator. An initiative started by Discover, where I will be assisting Discover technologies develop new technology in the areas of mobile-software development, web-application coding, and person-to-person payment systems.
<br>In my personal coding ventures I have developed my own 2D endless runner, which you can play by clicking right <a href="OneIdiotFish.html" style=" color: #ff7f02">here</a> On top of this I have several other games in development, so stay tuned for those!
<br> If you would like to chat about job opportunities, projects i’ve worked on, or just want to say hi be sure to send me a message and I will get back to you ASAP.
</p></div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<header>
<h2>Message Me!</h2>
</header>
<form method="post" action="jtorossiananimation@gmail.com" enctype="text/plain">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="alt" /></li>
</ul>
</form>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>