|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | -<head> |
| 3 | + <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 5 | + <meta name="viewport" content="width=device-width, inital-scale=1.0"> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 7 | + |
7 | 8 | <title>Superposition Development</title> |
8 | 9 | <link rel="icon" href="favicon.ico" type="image/x-icon"> |
9 | 10 |
|
10 | | - <!-- CSS --> |
11 | | - <!--"dependencies"--> |
12 | | - <link rel="stylesheet" href="/static/style/font.css"> |
13 | | - <link rel="stylesheet" href="/static/style/page.css"> |
14 | | - <link rel="stylesheet" href="/static/style/navbar.css"> |
15 | | - |
16 | | - <!--page specific--> |
17 | | - <link rel="stylesheet" href="/static/style/page-specific/index.css"> |
18 | | - <!--End CSS--> |
19 | | - <meta property="og:site_name" content="The Superposition Development Team"> |
| 11 | + <link rel="stylesheet" href="static/style/main.css"> |
| 12 | + <link rel="stylesheet" href="static/style/index.css"> |
| 13 | + <script src="index.js"></script> |
| 14 | + |
| 15 | + <!-- Open Graph --> |
| 16 | + <meta property="og:site_name" content="Superposition Development Website"> |
20 | 17 | <meta property="og:title" content="Superposition Development"> |
21 | | - <meta name="description" content="Devlogs, releases, updates and more from the Superposition Development team."" /> |
| 18 | + <meta property="og:description" content="Devlogs, releases, updates and more from the Superposition Development team."> |
22 | 19 | <meta property="og:url" content="https://superposition-development.github.io/"> |
23 | 20 | <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"> |
24 | 21 | <meta property="og:image:width" content="1200"> |
25 | 22 | <meta property="og:image:height" content="600"> |
26 | 23 |
|
27 | | - <script src="inside.txt"></script> |
28 | | -</head> |
29 | | - |
30 | | -<body> |
31 | | - <nav id="navbar"> |
32 | | - <a>Home</a> |
33 | | - <a>Projects</a> |
34 | | - <a>Blog</a> |
35 | | - <a>About us</a> |
36 | | - <a>Contact</a> |
37 | | - |
38 | | - </nav> |
39 | | - |
40 | | - <div id="homepageBGImage"> |
41 | | - <!--We don't have anything here yet |
42 | | - |
43 | | - Most likely it'll be rendered into with ThreeJS --> |
44 | | - |
45 | | - <div id="homepageImage"></div> |
46 | | - |
47 | | - <div class="panel" id="spPanel"> |
48 | | - SUPERPOSITION DEVELOPMENT |
49 | | - </div> |
50 | | - </div> |
51 | | - |
52 | | - <div class="content"> |
53 | | - <h1>Who are we?</h1> |
54 | | - |
55 | | -<p> |
56 | | - Superposition; a small, independent game development group organized in early 2025. We're a team of programmers and artists working towards creating high quality and immersive games in the Godot game engine. We also have our own independent projects you might be interested in. |
57 | | -</p> |
58 | | - |
59 | | -<h1>Current Projects</h1> |
60 | | - |
61 | | -<p> |
62 | | - We're currently working on a title, "Spectator", without a defined release date. A demo may be released to gauge interest and gain feedback |
63 | | -</p> |
64 | | - |
65 | | -<p> |
66 | | - Other members of the team may be working on separate independent projects, if you're interested in using them or giving feedback feel free to take a look at the about us page. |
67 | | -</p> |
68 | | - |
69 | | -<h1> |
70 | | - Community |
71 | | -</h1> |
72 | | - |
73 | | -<p> |
74 | | - Feedback on our projects is always appreciated, so feel free to shoot us an email in the contact page. |
75 | | -</p> |
76 | | - </div> |
77 | | - |
78 | | - <footer> |
79 | | - Copyright: Superposition Development ${date} |
80 | | - </footer> |
81 | | - |
82 | | - <script src="/static/src/footerDate.js"></script> |
83 | | -</body> |
84 | | - |
85 | | -<!--<body> |
86 | | - <nav id="navbar"> |
87 | | - <a href="/" class="navbarSection" style="margin-left:7px;gap:10px"> |
88 | | - <img src="/static/img/logo/new.png" id="navbarLogo"><span class="navbarText">Superposition Development</span> |
89 | | - </a> |
90 | | - <a class="dropdownSection" href="/pages/devlog.html">Devlog</a> |
91 | | - </nav> |
92 | | - <div id="particleCanvasWrapper"> |
93 | | - <canvas id="particleCanvas" oncontextmenu="return false"></canvas> |
94 | | - </div> |
95 | | - <div id="pageContent"> |
96 | | -
|
97 | | - <h1> |
98 | | - Superposition Development |
99 | | - </h1> |
100 | | - <p> |
101 | | - We're an indie game development team |
102 | | - </p> |
| 24 | + <!--<script src="inside.txt"></script>--> |
| 25 | + </head> |
103 | 26 |
|
| 27 | + <!-- For now there'll be nothing here apart from the image --> |
| 28 | + <!-- (I'm getting inspiration from Boards of Canada --> |
104 | 29 |
|
105 | | - </div> |
106 | | - <script src="static/src/particle.js"></script> |
107 | | -</body>--> |
| 30 | + <image class="sp_logotype" src="static/img/sp_dev.svg" alt="SUPERPOSITION DEVELOPMENT"/> |
108 | 31 |
|
| 32 | + <div class="index_menu"> |
| 33 | + <button type="button" onclick="switchPage('about')">ABOUT</button> |
| 34 | + <hr/> |
| 35 | + <button type="button" onclick="switchPage('projects')">PROJECTS</button> |
| 36 | + <hr/> |
| 37 | + <button type="button" onclick="switchPage('people')">PEOPLE</button> |
| 38 | + </div> |
| 39 | + |
| 40 | + |
109 | 41 | </html> |
110 | | -<!-- |
111 | | -<))<<<))<<<))<<<<))<<<))<<<))<<<))<<<<)<<<<)<<<<))<<<<)<<<<)<<<<))<<<))<<<))<<<<))<<<))<<<))<<<))< |
112 | | - <))<]<))<]<)))))))<)]<)))]<)))])))))))))))))))))))))))))))))))))))<))))<))))<))))<)]<))<]<))<]<))< |
113 | | - <))<]<))<]<))))))))))<))))<)))))))))))))))))))))))))))))))))))))))))))))))))))))))))<))<]<))<]<))) |
114 | | - <))<<<))<<<))<<<<)<<<<))<<<))<<<))<<<<)<<<<)<<<<))<<<<)<<<<)<<<<))<<<))<<<<)<<<<)<<<<))<<<))<<<))< |
115 | | - ))))[))))[)))<]]))<]]))<)]))<)]))))]]))))]))))]))))]])))]])))]]))))]))))]))))]]<)<][))))[))))[)))) |
116 | | - <))<)<))<)<))<))<)<))<))))<)))))))<))<)<))<)<))<))<))<)<))<)<))<))<))))<))))<))<)<))<))<)<))<)<))< |
117 | | - <))<<<))<<<))<<<<))<<<))<<<))<<<))<<<<)<<<<)<<<<))<<<<)<<<<)<<<<))<<<))<<<<)<<<<))<<<))<<<))<<<))< |
118 | | - ))))}))))})))<]]))<)[))<)[)<<)[)<<)]])<)]])<)]]))))]])))]])<)]])<<)[)<<)[)<))[]<)))}))))}))))})))) |
119 | | - <))<)<))<)<))<))<)<))<<<)<<)<<<<<<<<><<<<))<<))<))<))<<<)<))<<<<<<<<<<)<<))<<))<))<)<))<)<))<)<))< |
120 | | - <))<<<))<<<))<<<<)<<<)))<<<<<<<>>>*>><<<<<<)<<<<))<<<<<)<<<<><>>>>>>><>>><<))<)<))<<<))<<<))<<<))< |
121 | | - ))))}))))})))<]])<<][<<<)]<<<<]<]]<])>**<]<)))])<<)]]))<])<<>><<)<)]]<)<])><<[))<<][))))}))))})))) |
122 | | - <))<)<))<)<))<))<))<<<))<))]]]}#%%%%##][<<<)))))))))))<<)>*<)[}#%%##}]])))))<<<)))))<))<)<))<)<))< |
123 | | - <)<<<<))<<<<)<<<))<<<<)))]}#@#%%}[%@@@%}[]<<<<<<<))<<))<<<##@@@@%%@%%@@%}[<)<)<<<)<<<))<<<))<<<))< |
124 | | - )))]}))))}]))<[[<)<][))[}%}]<><>***<}@@%}[<)<][))<)[]<<)[[[}@@}<)+*>*><[###[)]]<<<]}))))}))))#]<)) |
125 | | - <))<<<))<<<))<<<<<)<)]}}]<><<><<<<>><}}#})))<<<)))<<<<<))]##%[>>><<><)><<)}}[))))<<<)<)<<<))<<<))< |
126 | | - <))<)<))<)<)<)<<<)))[[[]<<<))))<<)<<[#]<<><<)<<)))))<<)<<<<)}})<<<<)))<<<<)][[]))<<<)<)<)<))<)<))< |
127 | | - ))))}))))}))<)]])))]}])<<)))))))<<)]}[)<])<))]]<))<]]))<]))]][[<))<))))))<<<[}[]<))[)<<)}))))})))) |
128 | | - <))<<<))<<<<)<<)))]}]<)<))))))<))]}[]<<<<<)))))))))<)))))<><)[[[])<<))))))<<)]]]]))<<))<<<))<<<))< |
129 | | - <))<<<))<<<<)<<<<)][))<<))))))<))][])<<<<<<<<<))))<)))<<<<<<>)[[]))))))))))<))][]<<<<)<<<<))<<<))< |
130 | | - ))))}))))})))<[])][]]<)))])))<])[[[])><))]))))]))))]))))]))<<))[[])]))))])))))[[))][<)))}))))}]<)) |
131 | | - <))<<<))<<<))<<<)][])<)))))))<))][]<><))<<<<<<<<))<<<<))<<<<<><)][))<)))))))<)][)]<)<)))<<))<<<))< |
132 | | - <))<)<))<)))<<)<))[))<))))))<]])]}]><<))))<)<))<<)<)))))))<))<<<}]))))))))))<)<[))<)<))<)<))<)<))< |
133 | | - ))))]))))])))<[])][]))))))))<<))[[))<<))))))))))<)))))<)))))))<)]])]))))))))))][)])]<)<)]))))])))) |
134 | | - <))<<<))<<)))<<<))[])<))))))))))]})*><)))<<<<<<<))<)))))<<<<<<>][[])))))))))<<][)]<<<))<<<))<<<))< |
135 | | - )))))))))))))<)))][[<))))))))<<][}}])<<<))))))))))))))<)))))<<<[[[))))))))))<)]}]))]<)<))))))))))) |
136 | | - <))<]<))<]<))))))][}))<<)))))))))[}]<<>)))))))))))))))<<))<<>)][[))])))))))<)][[]))]<))<]<))<]<))< |
137 | | - <))<<<))<<<<)<<)<))[])<<))))))<<)<[]]])<<)))))))))<))))))<<))][[])<<))))))<<)][]))<<)))<<<))<<<))) |
138 | | - <))<]<))<]<<)))<))][[])<<))<)))<)<[}]]<<))<))))<)))))<)<<<<<)[[]))<)))))<<<)[}]]))<))<<<]<))<]<))< |
139 | | - ))))]))))])))))<)))][}[<<<<<<<<<<*<[]]]<<)))))))))))))))]))])[]>><<<<<<<<<)}[]]))<)))<))]))))])))) |
140 | | - <)<<<<)<<<<<<))<<)<)][##]<>><<<<>>>}@%}[]<<))<<)))<<<))<<)]}%%]<>>)<<<<>)[#[]))<<<<<)<)<<<)<<<<)<< |
141 | | - ))))]))))])))<])<<)))<]##%#})<))<]}@@%#[)]<)))])<<)]))<)][]#@@}><>*><[}}%[[])))<)))]))))]))))])))) |
142 | | - <))<)<))<)<))<)))<<))<)]][#%%%@@@@@@#][<<)<)<))))))))))<<<)}%@@@@@@%@##[[))<))<<))))<))<)<))<)<))< |
143 | | - <))<<<))<<<))<<<<)<<<><<<<))]}[[}[]]]><<<<<)<<))))<<<))<<<>)][}%%%}[))<<<<<<<<<))<<<<))<<<))<<<))< |
144 | | - ))))}))))})))<[])<))[<<<)]<<<>)<<>>))><<)]))))])<<)[]))<])<<*)<<>*)[))<)[)<<<[]<)<]}))))}))))})))) |
145 | | - <))<)<))<)<))<))<)<)))))<<<><><><>>>><<<)))<<))<))<))<))<<<<>>>><<><>><<<<)))))<)<))<))<)<))<)<))< |
146 | | - <))<<<))<<<))<<<<))<<<<<<))))<<<<<<<<))<<<<)<<<<))<<<<<<<<<)<<<<<<<<<))<<<<<<<<)))<<<))<<<))<<<))< |
147 | | - ))))}))))})))<]]))))]))))])<<)])<<))])<))]))))]))))]))))]])<)]))<<)])<<)]))))])))<)]))))[))))[)))) |
148 | | - <))<)<))<)<))<))<))))<)))* ++>= :: -=: ==: :: -+- :-==+*><))<))<))))<))<)<))<)<))< |
149 | | - <)<<<<))<<<))<<<<)<<<<)<>-@@:@ )>@@@+@@@*@@#:@@< @@@] @@]@@@@%:>@@@ @# }]+<)<<<<)<<<<))<<<))<<<<)< |
150 | | - )))]#))))}]))<}])))]})))>]@[ @ #[@ [@@]]+@ @+@ @@ @ @) @ @ @@[ >@@-@@#+)))}])))]}))))}))))}]))) |
151 | | - <))<<<))<<<<)<<<<)<<<<)<*]@ @@ @%@ - @: }@@=[@ @@=-@}@-@@ @ @@@:=@#@ *@@=<)<<<<)<<<<))<<<))<<<))< |
152 | | - <))<)<))<)<))<))<)<))<)<<++ - <=--+- :=+- :*- : : -*: ><)<))<)<))<))<)<))<)<))< |
153 | | -<))<)<))<)<))<))<)<))<)<< SUPERPOSITION DEVELOPMENT ><)<))<)<))<))<)<))<)<))< |
154 | | - ))))}))))})))<[]))<][))))]=+= : =>+>+-= *>:*-+=+) -* -+: :>> : +-:++]))))[]<)<][))))}))))})))) |
155 | | - <))<<<))<<<))<<<<))<<<))<*)@@@@@@#)@< @ @) @ <@@%@@@@<@@@ @@@@[<@<:@+@*<<))<<<)))<<<))<<<))<<<))< |
156 | | - <)<<<<))<<<))<<<<))<<<))<++@ *@) -@@< @ @ =@ @@@[-@@]@ @<: @#@@ @ ><<)<<<))<<<<))<<<))<<<))< |
157 | | - )))]}))))})))<}[))<]}))))]>@@@+>@@@ @@: @@}@@@[@@@ }> @:@= @@@@=@ }@ @:}])))}]<))]}))))}))))}]))) |
158 | | - <))<<<))<<<))<<<<)<<<<)<<>- : -==*- -++>**:==+: *+==-**<<<)<<<<)<<<<))<<<))<<<<)< |
159 | | - <))<)<))<)<))<))<))))<))))<)))))))<))<)<))<)<))<))<))<)<))<)<))<))<))))<))))<))<)<))<))<)<))<)<))< |
160 | | - ))))[))))[)))<]]))<)]))))]))))]))))]]))))]))))]))))]])))]])))]]))))]))))]))))]]<))]]))))[))))[)))) |
161 | | - <))<<<))<<<))<<<<))<<<))<<<))<<<))<<<<)<<<<)<<<<))<<<<)<<<<)<<<<))<<<))<<<))<<<<)<<<<))<<<))<<<))< |
162 | | - <))<)<))<)<))))))))))<))))<)))))))))))))))))))))))))))))))))))))))<))))<))))<)))))))<))<))))<))))< |
163 | | - <))<]<))<]<))<))))<)]<)))]<)))])<))))))))))))))))))))))<))))<)))))<])))<])))<])))))]<))<]<))<]<))) |
164 | | - <))<<<))<<<))<<<<))<<<))<<<))<<<))<<<<)<<<<)<<<<))<<<<)<<<<)<<<<))<<<))<<<))<<<))<<<<))<<<))<<<))<--> |
0 commit comments