Skip to content

Commit

Permalink
slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hemisemidemipresent committed Dec 16, 2020
1 parent fbb0383 commit 4dc190a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Empty file added 2015.html
Empty file.
2 changes: 1 addition & 1 deletion sg.js → 2020.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const colours = ['#2c5aa0', '#5193e5', '#afc6e9', '#faa', '#e75a65'];
// 0 - safe 1 - likely 2 - lean (pap) 3 - lean (wp) 4 - likely (wp)
// 0 - safe (pap) 1 - likely (pap) 2 - lean (pap) 3 - lean (wp) 4 - likely (wp)
const GRCSMC = [
'BUKITBATOK',
'BUKITPANJANG',
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,12 @@
<p id='constituent'></p>
<p id='data'></p>
</div>
<div id='button-container'>
<div id='2016'>
<a href="2015.html"></a>
</div>
</div>
</body>
<script defer src="sg.js"></script>
<script defer src="2020.js"></script>

</html>
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ path:hover {
padding-top:0em;
}
#singapore-whole{
width:80vw;
width:70vw;

}
#button-container{
}

0 comments on commit 4dc190a

Please sign in to comment.