Skip to content

Commit

Permalink
updated home page & EC page
Browse files Browse the repository at this point in the history
  • Loading branch information
dyzqy committed Apr 14, 2024
1 parent 03691ec commit 3aaf001
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 23 deletions.
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@


<h1>Home</h1>
<p>just a home page for normal stuff, use the new top navigation bar ^^</p>


<!--<ul>
<li>Stick War 2 Empires</li>
<li>Stick War 2</li>
<!--<p>just a home page for normal stuff, use the new top navigation bar ^^</p>
<br>-->
<h2>Recent Projects</h2>
<ul>
<li><a href="/other/EasyController/">EasyController</a>, focuses on making modding experience of Stick War 2 easier.</li>
<li><a href="/other/wiki/">Stick War (Flash) Games wiki</a>, a wiki that is willing to keep updated information about the Stick War flash game series.</li>
<li><a href="https://github.com/Qestoski/Anton-Karlov-Archives">Anton Karlov Archive</a>, focuses on making modding experience of Stick War 2 easier.</li>
</ul>
<br><br>
/*<h2>Access <a href="other/EasyController/">EasyController</a> page from here!</h2>
<h2>Access <a href="other/wiki/">Wiki Resources</a> from here!</h2>
<footer>
<p>&copy; dyz 2024</p>
</footer>-->
<p style="font-size: 17.5px;">I don't know if there will be more projects in the future, but this page will be updated to include them if there are any new ones.</p>
<br>
<h2>Contact Me</h2>
<ul>
<li>discord, my username is <strong>dyzqy</strong></li>
</ul>
<p id="note">i don't use other social media ¯\_(ツ)_/¯</p>
</body>
</html>
29 changes: 29 additions & 0 deletions other/EasyController/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,34 @@

<h1>EasyController</h1>
<p>The <a href="https://github.com/dyzqy/EasyController">github page</a> is linked, and the current version(developer for now) is <a href="version.txt">here</a>.</p>
<br>
<table>
<tr>
<th>Version</th>
<th>Installer</th>
<th>SWF</th>
</tr>
<tr>
<td>1.3.0</td>
<td>/</td>
<td>/</td>
</tr>
<tr>
<td>p 1.2.2</td>
<td>None</td>
<td><a href="https://github.com/dyzqy/EasyController/releases/download/1.2.2/EasyController.swf">EasyController.swf</a></td>
</tr>
<tr>
<td>1.2.0</td>
<td><a href="https://github.com/dyzqy/EasyController/releases/download/1.2.0/EasyController_Installer.zip">EC_Installer1.2.0.zip</a></td>
<td><a href="https://github.com/dyzqy/EasyController/releases/download/1.2.0/EasyController.swf">EasyController.swf</a></td>
</tr>
<tr>
<td>1.1.0</td>
<td><a href="https://github.com/dyzqy/EasyController/releases/download/1.1.0/EasyController_Installer.zip">EC_Installer1.1.0.zip</a></td>
<td><a href="https://github.com/dyzqy/EasyController/releases/download/1.2.0/EasyController.swf">EasyController.swf</a></td>
</tr>
</table>
<p id="note"><i>Note: versions that constain <strong>p</strong> at the start are pre-releases, and may contain bugs.</i></p>
</body>
</html>
13 changes: 10 additions & 3 deletions other/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ th {
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
transition: background-color 0.2s, color 0.2s;
}
.topnav a:hover {
background-color: #cecece6b;
Expand All @@ -84,7 +85,7 @@ th {
background-color: #181A1B;
}
a {
color: rgb(0, 255, 149);
color: rgb(113, 227, 180);
text-decoration: none;
}
.topnav {
Expand All @@ -98,21 +99,23 @@ th {
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
transition: background-color 0.2s, color 0.2s;
}
.topnav a:hover {
background-color: #262627;
color: #D5D3D1;

}
.topnav a.active {
color: rgb(0, 255, 149);
color: rgb(113, 227, 180);
}

.table-container {
margin: 0 auto;
}
table {
width: 100%;
max-width: 50%; /* Limiting to 40% of screen width */
max-width: 50%;
border-collapse: collapse;
}
th, td {
Expand All @@ -126,6 +129,10 @@ th {
}
}

#note {
font-size: 15px;
}

@font-face {
font-family: Frutiger;
src: url('FrutigerNeue.ttf');
Expand Down
2 changes: 1 addition & 1 deletion other/wiki/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>Wiki Resources</h1>
<td>/</td>
</tr>
</table>
<p style="font-size: 15px;"><i>Note: anything regarding time is calculated using frames, that means if you want the value in seconds, you must devide the original value by 30!</i></p>
<p id="note"><i>Note: anything regarding time is calculated using frames, that means if you want the value in seconds, you must devide the original value by 30!</i></p>
<br>
<p>Access wiki page from <a href="https://stickwar.miraheze.org/wiki/Main_Page">here</a>!</p>
</body>
Expand Down
4 changes: 2 additions & 2 deletions other/wiki/stickempiresdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stick War 2 data</title>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
<title>Stick Empires data</title>
<link rel="stylesheet" href="../wikis.css">
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body>
<zero-md src="./resources/stickempires_data.md"></zero-md>
Expand Down
4 changes: 2 additions & 2 deletions other/wiki/swiicampaigndata.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stick War 2 data</title>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
<title>Stick War 2 campaign data</title>
<link rel="stylesheet" href="../wikis.css">
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body>
<zero-md src="./resources/swii_campaign_data.md"></zero-md>
Expand Down
2 changes: 1 addition & 1 deletion other/wiki/swiidata.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stick War 2 data</title>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
<link rel="stylesheet" href="../wikis.css">
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body>
<zero-md src="./resources/swii_data.md"></zero-md>
Expand Down
8 changes: 7 additions & 1 deletion other/wikis.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ body {
font-family: Arial, sans-serif;
color: #24292E;
}
/* text color of md #24292E*/

/*@media (prefers-color-scheme: dark) {
body {
color: #D8D5D1;
background-color: #181A1B;
}
}*/

0 comments on commit 3aaf001

Please sign in to comment.