-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (32 loc) · 1.69 KB
/
index.html
File metadata and controls
41 lines (32 loc) · 1.69 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Superposition Development</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="static/style/main.css">
<link rel="stylesheet" href="static/style/index.css">
<script src="index.js"></script>
<!-- Open Graph -->
<meta property="og:site_name" content="Superposition Development Website">
<meta property="og:title" content="Superposition Development">
<meta property="og:description" content="Devlogs, releases, updates and more from the Superposition Development team.">
<meta property="og:url" content="https://superposition-development.github.io/">
<meta property="og:image" content="https://raw.githubusercontent.com/Superposition-Development/Superposition-Development.github.io/29620154d0b55d10c67b9c946d5d7dcb226d1123/static/img/logo/sp-logo-new-dark-mono.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<!--<script src="inside.txt"></script>-->
</head>
<!-- For now there'll be nothing here apart from the image -->
<!-- (I'm getting inspiration from Boards of Canada -->
<image class="sp_logotype" src="static/img/sp_dev.svg" alt="SUPERPOSITION DEVELOPMENT"/>
<div class="index_menu">
<button type="button" onclick="switchPage('about')">ABOUT</button>
<hr/>
<button type="button" onclick="switchPage('projects')">PROJECTS</button>
<hr/>
<button type="button" onclick="switchPage('people')">PEOPLE</button>
</div>
</html>