-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
225 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Deploy to neocities | ||
# Deploy script for neocities by @bcomnes. Stripped of node.js and npm stuff. | ||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
concurrency: | ||
group: deploy-to-neocities | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Deploy to neocities | ||
uses: bcomnes/deploy-to-neocities@v1 | ||
with: | ||
api_token: ${{ secrets.NEOCITIES_API_TOKEN }} | ||
cleanup: false | ||
dist_dir: docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# MiloHax-Site | ||
The repository for the MiloHax website | ||
![logo](https://raw.githubusercontent.com/HMXMilohax/MiloHax-Site/main/docs/images/milohax.png) | ||
# MiloHax Website Repository | ||
|
||
# [Neocities](https://hmxmilohax.neocities.org/) [![Deploy to neocities](https://github.com/hmxmilohax/MiloHax-Site/actions/workflows/deploy.yml/badge.svg)](https://github.com/hmxmilohax/MiloHax-Site/actions/workflows/deploy.yml) | ||
# [GitHub Pages Mirror](https://hmxmilohax.github.io/MiloHax-Site/) [![pages-build-deployment](https://github.com/hmxmilohax/MiloHax-Site/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/hmxmilohax/MiloHax-Site/actions/workflows/pages/pages-build-deployment) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>MiloHax</title> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="style.css"> | ||
<meta property="og:image" content="https://hmxmilohax.neocities.org/images/milohax.png"> | ||
<meta property="og:image:type" content="image/gif"> | ||
<meta name="twitter:text:title" content="Welcome to the Home of Deluxe!"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="og:site_name" content="Welcome to the Home of Deluxe!"> | ||
<meta property="og:title" content="MiloHax"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://hmxmilohax.neocities.org"> | ||
<meta property="theme-color" content="#874343"> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#874343"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
</head> | ||
<body> | ||
<header> | ||
<br><br><br><br><br> | ||
<div class="usable-area"> | ||
<a href="index.html"><img src="images/milohax.png" style="padding-right: 360px;" title="MiloHax" alt="MiloHax" id="logo"></a> | ||
<a href="https://github.com/hmxmilohax"><img src="images/social/github.svg" style="height:40px; padding-right: 20px;" title="GitHub" alt="GitHub" id="github"></a> | ||
<a href="https://x.com/hmxmilohax"><img src="images/social/twitter.svg" style="height:40px; padding-right: 20px;" title="Twitter" alt="Twitter" id="twitter"></a> | ||
<a href="discord.html"><img src="images/social/discord.svg" style="height:40px; padding-right: 20px;" title="Discord" alt="Discord" id="twitter"></a> | ||
</div> | ||
</header> | ||
<nav> | ||
<div class="usable-area"> | ||
<a href="index.html">Main Projects</a> | | ||
<a href="other.html">Deprecated Projects</a> | ||
</div> | ||
</nav> | ||
<main> | ||
<hr> | ||
<a href="https://rb3dx.neocities.org/"><img src="images/rb3dx.gif" style="width: 700px;" title="Rock Band 3 Deluxe" alt="Rock Band 3 Deluxe" id="rb3dx"></a> | ||
<a href="https://rb2deluxe.neocities.org/"><img src="images/rb2dx.png" style="width: 700px;" title="Rock Band 2 Deluxe" alt="Rock Band 2 Deluxe" id="rb2dx"></a> | ||
<a href="https://gh2.neocities.org/"><img src="images/gh2dx.png" style="width: 700px;" title="Guitar Hero II Deluxe" alt="Guitar Hero II Deluxe" id="gh2dx"></a> | ||
<hr> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>MiloHax</title> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="style.css"> | ||
<meta property="og:image" content="https://hmxmilohax.neocities.org/images/milohax.png"> | ||
<meta property="og:image:type" content="image/gif"> | ||
<meta name="twitter:text:title" content="Welcome to the Home of Deluxe!"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="og:site_name" content="Welcome to the Home of Deluxe!"> | ||
<meta property="og:title" content="MiloHax"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://hmxmilohax.neocities.org"> | ||
<meta property="theme-color" content="#874343"> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#874343"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
</head> | ||
<body> | ||
<header> | ||
<br><br><br><br><br> | ||
<div class="usable-area"> | ||
<a href="index.html"><img src="images/milohax.png" style="padding-right: 360px;" title="MiloHax" alt="MiloHax" id="logo"></a> | ||
<a href="https://github.com/hmxmilohax"><img src="images/social/github.svg" style="height:40px; padding-right: 20px;" title="GitHub" alt="GitHub" id="github"></a> | ||
<a href="https://x.com/hmxmilohax"><img src="images/social/twitter.svg" style="height:40px; padding-right: 20px;" title="Twitter" alt="Twitter" id="twitter"></a> | ||
<a href="discord.html"><img src="images/social/discord.svg" style="height:40px; padding-right: 20px;" title="Discord" alt="Discord" id="twitter"></a> | ||
</div> | ||
</header> | ||
<nav> | ||
<div class="usable-area"> | ||
<a href="index.html">Main Projects</a> | | ||
<a href="other.html">Deprecated Projects</a> | ||
</div> | ||
</nav> | ||
<main> | ||
<p>work in progress!</p> | ||
<p>- luna <3</p> | ||
</main> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
@font-face { | ||
font-family: "Avant Garde"; | ||
src: | ||
url("avant_garde_bold.woff2") format("woff2"), | ||
url("avant_garde_bold.woff") format("woff"); | ||
} | ||
body { | ||
background: | ||
url("images/headerbg.png"), | ||
url("images/tile.jpg"); | ||
background-repeat: no-repeat, repeat; | ||
background-position: top center; | ||
line-height: 1.5; | ||
font-size: 62.5%; | ||
background-color: black; | ||
margin: 0; | ||
color: white; | ||
font-family: Helvetica, Arial, sans-serif; } | ||
|
||
main { | ||
padding: 5em; | ||
width: 700px; | ||
margin: auto; | ||
text-align: center; | ||
border-style: solid; | ||
border-width: 0 75px 85px 75px; | ||
border-image-source: url("images/backer2.png"); | ||
border-image-slice: 0 75 85 75; | ||
border-image-repeat: stretch } | ||
|
||
nav { | ||
font-weight: normal; | ||
width: 950px; | ||
margin: auto; | ||
text-align: center; | ||
font-size: 2em; | ||
background-color: #7c797e; | ||
} | ||
|
||
a, h1, h2, h3, h4, h5, h6 { font-family: "Avant Garde", Helvetica, Arial, sans-serif; } | ||
nav a { color: white; filter: drop-shadow(4px 4px 4px #352508); } | ||
header { height: 173px; } | ||
footer { color: white; width: 900px; margin: auto; padding: 0em; } | ||
h2 { font-size: 3em; margin-top: 0; } | ||
h3 { font-size: 2em; } | ||
p, li, dt, dd { font-size: 1.8em; } | ||
li li { font-size: 1em; } | ||
main a { color: #61a8ff; } | ||
hr { margin: 1.3em 0; } | ||
footer img { color: black; display: block; float: right; width: 30%; margin-left: 1.5em; } | ||
small { font-size: 0.5em; } | ||
|
||
.usable-area { width: 1000px; margin: auto; } | ||
.log { height: 400px; display: block; margin: auto; } | ||
|
||
#logo { width: 40%; } |