-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschoolprojects.html
More file actions
23 lines (23 loc) · 1.41 KB
/
schoolprojects.html
File metadata and controls
23 lines (23 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>School Projects</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">
</head>
<body class="backgroundgradient">
<a href="index.html">
<img src ="headerlogo.png" alt="Logo" class= "center" style="max-width: 50%; max-height: 50%">
</a>
<h2 style="font-size: 40px">School Projects</h2>
<div class="center">
<button onclick="window.location.href = 'computerscientist.html';" class="schoolprojectsbutton">Project Scope Collaboration</button>
<button onclick="window.location.href = 'regionalsciencefair18-19.html';" class="schoolprojectsbutton">Regional Science Fair 18-19</button>
<button onclick="window.location.href = 'instrument.html';" class="schoolprojectsbutton">SS Unit 3 Instrument Project</button>
<button onclick="window.location.href = 'sustainableagriculture.html';" class="schoolprojectsbutton">Sustainable Agriculture Project</button>
</div>
</body>
</html>