Skip to content

Commit 44b19b8

Browse files
committed
Start rewriting website (unfinished)
1 parent 6345076 commit 44b19b8

2 files changed

Lines changed: 53 additions & 147 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
# Superposition Development
2+
3+
For now the website is completely blank, save for the Superposition Development
4+
logotype (not the image). Few things to do:
5+
6+
- Once we have anything to show for a project make a webpage for it:
7+
- Spectator
8+
- OnServerDuty
9+
- Relay
10+
11+
These projects may also have devlogs, dunno.
12+
13+
Logo has to be remade! The currnent image is nice but has fucked up alpha, meaning
14+
it only looks good on white backgrounds.
15+
16+
# Things to do
17+
18+
- Organize files
19+
- Clean up old files (old-index.html and other css files in the static folder)
20+
- Organize sources:
21+
- Currently pages are fully displayed as flexboxes. I feel that only displaying
22+
a subset of content as flexbox (such as a `<div class="content"></div>`) would
23+
be better (it's causing issues in `pages/people.html`).
24+
- Some designs could be improved
25+
- Setup colors
26+
- Setup descriptions for `pages/people.html`
27+
- Setup project pages
28+
- I want [OnServerDuty] to have a terminal, doesn't need to be as fully fledged
29+
as the one in game.
30+
- Polish

index.html

Lines changed: 24 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,164 +1,41 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
<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">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
78
<title>Superposition Development</title>
89
<link rel="icon" href="favicon.ico" type="image/x-icon">
910

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">
2017
<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.">
2219
<meta property="og:url" content="https://superposition-development.github.io/">
2320
<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">
2421
<meta property="og:image:width" content="1200">
2522
<meta property="og:image:height" content="600">
2623

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>
10326

27+
<!-- For now there'll be nothing here apart from the image -->
28+
<!-- (I'm getting inspiration from Boards of Canada -->
10429

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"/>
10831

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+
10941
</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

Comments
 (0)