-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (28 loc) · 1.33 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ="StyleSheet" class ="nav" href="StyleSheet.css">
<script src = "NavBar.js"></script>
<title>Isaac Penzol</title>
</head>
<body>
<div class = "page">
<?php include 'NavBar.php'; ?>
<h1><strong>Hello, I'm Isaac.</strong></h1>
<div class="Section1">
<div class="FirstDiv">
<p class="Text">I am a programmer and designer. I'm attending
<a class="link" href="https://www.iastate.edu/" target="_blank">Iowa State University</a> studying computer science.</p>
</div>
<div class="SecondDiv">
<p class="Text">In my free time I like to create and design web pages and work on my programming skills.</p>
</div>
<div class="ThirdDiv">
<p class="Text">I'm also learning game development using the
<a class="link" href="https://godotengine.org/" target="_blank">godot</a> engine. Working on 2D games and creating the art myself.</p>
</div>
</div>
<hr>
</div>
</body>
</html>