-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 1.19 KB
/
index.html
File metadata and controls
21 lines (20 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Tyler Kempton Home Page</title>
<link rel="stylesheet" href="main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
</head>
<body class = "backgroundgradient">
<img src ="headerlogohome.png" alt="Logo" class= "center" style= "padding-bottom:80px;height:50%;width:70%">
<div class="center">
<button onclick="window.location.href = 'schoolprojects.html';" class="homepagebutton">School Projects</button>
<button onclick="window.location.href = 'regionalsciencefair18-19.html';" class="homepagebutton">Science Fair</button>
<button onclick="window.location.href = 'instachat.html';" class="homepagebutton">InstaChat</button>
</div>
</body>
</html>