-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (32 loc) · 885 Bytes
/
index.html
File metadata and controls
42 lines (32 loc) · 885 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Kenzie Pierce Portfolio</title>
<meta name="description" content="The Portfolio of Kenzie Pierce">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="banner-container">
<h1>Kenzie Pierce Portfolio</h1>
</header>
<div class="container">
<div class="project project-minecraft">
<h3>Minecraft</h3>
<iframe src="portfolio/minecraft"></iframe>
</div>
<div class="project project-renttree">
<h3>RentTree</h3>
<iframe src="portfolio/renttree"></iframe>
</div>
<div class="project project-engine">
<h3>Engine</h3>
<iframe src="portfolio/engine"></iframe>
</div>
<div class="project project-simple-site">
<h3>Simple Site</h3>
<iframe src="portfolio/simple-site"></iframe>
</div>
</div>
</body>
</html>