mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
add apps to the sie
This commit is contained in:
BIN
games/.DS_Store
vendored
BIN
games/.DS_Store
vendored
Binary file not shown.
22
index.html
22
index.html
@@ -32,6 +32,26 @@
|
|||||||
Welcome
|
Welcome
|
||||||
</b>
|
</b>
|
||||||
</h2>
|
</h2>
|
||||||
|
<h3>Apps</h3>
|
||||||
|
<div class="homescreen">
|
||||||
|
<a href="https://github.com/neon443/NearFuture" class="app">
|
||||||
|
<img src="https://github.com/neon443/NearFuture/blob/main/NearFuture/Assets.xcassets/AppIcon.appiconset/NearFutureIcon.png?raw=true" alt="App Icon">
|
||||||
|
<span class="label">Near Future</span>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/neon443/DockPhobia" class="app">
|
||||||
|
<img src="https://github.com/neon443/DockPhobia/blob/main/DockPhobiaAppIcon.png?raw=true" alt="App Icon" style="scale: 1.25;">
|
||||||
|
<span class="label">DockPhobia</span>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/neon443/RNG_Swift" class="app">
|
||||||
|
<img src="https://github.com/neon443/RNG_Swift/blob/main/IconLight.png?raw=true" alt="App Icon" style="scale: 1;">
|
||||||
|
<span class="label">RNG</span>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/neon443/CrazyCattle3DiOS" class="app">
|
||||||
|
<img src="https://media.githubusercontent.com/media/neon443/CrazyCattle3DiOS/main/xc/CrazyCattle3D/Images.xcassets/AppIcon.appiconset/Icon-1024.png" alt="App Icon" style="scale: 1;">
|
||||||
|
<span class="label">Crazy Cattle 3D</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<h3>Games</h3>
|
||||||
<div class="homescreen">
|
<div class="homescreen">
|
||||||
<a href="./games/eaglercraft1122/" class="app">
|
<a href="./games/eaglercraft1122/" class="app">
|
||||||
<img src="./images/minecraft/1.12.png" alt="App Icon">
|
<img src="./images/minecraft/1.12.png" alt="App Icon">
|
||||||
@@ -112,12 +132,14 @@
|
|||||||
<a href="https://notbyai.fyi">
|
<a href="https://notbyai.fyi">
|
||||||
<img class="themednotByAI" src="./images/notByAI.svg" alt="">
|
<img class="themednotByAI" src="./images/notByAI.svg" alt="">
|
||||||
</a>
|
</a>
|
||||||
|
<p>
|
||||||
<a class="textLinks" href="https://github.com/neon443/">
|
<a class="textLinks" href="https://github.com/neon443/">
|
||||||
GitHub Homepage
|
GitHub Homepage
|
||||||
</a>
|
</a>
|
||||||
<a class="textLinks" href="https://github.com/neon443/neon443.github.io/issues/new/">
|
<a class="textLinks" href="https://github.com/neon443/neon443.github.io/issues/new/">
|
||||||
Create an Issue
|
Create an Issue
|
||||||
</a>
|
</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
17
style.css
17
style.css
@@ -188,18 +188,18 @@ h5 {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
border-radius: 10px;
|
border-radius: 15px;
|
||||||
transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
|
transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app:hover {
|
.app:hover {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
font-weight: 1000;
|
font-weight: 800;
|
||||||
font-size: large;
|
font-size: medium;
|
||||||
color: #ff6200;
|
color: #ff6200;
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
|
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
@@ -207,6 +207,10 @@ h5 {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.themednotByAI:hover {
|
||||||
|
content: url("./images/notByAIDark.svg");
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
* {
|
* {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
@@ -240,6 +244,9 @@ h5 {
|
|||||||
.themednotByAI {
|
.themednotByAI {
|
||||||
content: url("./images/notByAIDark.svg");
|
content: url("./images/notByAIDark.svg");
|
||||||
}
|
}
|
||||||
|
.themednotByAI:hover {
|
||||||
|
content: url("./images/notByAI.svg");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user