-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 903 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (23 loc) · 903 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
<!DOCTYPE html>
<html lang="en-GB" dir="ltr" style="font-size: 12; font-family: Verdana, Geneva, Tahoma, sans-serif;">
<head>
<meta charset="utf-8">
<title>SimpsonGames - Home</title>
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arvo">
<script src="load_components.js"></script>
<script src="home_import.js"></script>
</head>
<div id="header"></div>
<div id="about-me-box" class="main-container">
</div>
<div class="main-container">
<h1>Featured Projects</h1>
<div id="featured-portfolio" class="portfolio-grid">
</div>
<a href="/portfolio"><button class="button">See Full Portfolio</button></a>
</div>
<div id="footer"></div>
</body>
</html>