mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
good website
This commit is contained in:
parent
a0d99945df
commit
566e15e4af
3 changed files with 50 additions and 5 deletions
|
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Cleaned up some charting on South on hard mode
|
||||
- Fixed some animation timings, should feel both better to play, and watch.
|
||||
- Maaaybe fixed notes popping up randomly at the top of the screen for a frame or two? If this isn't fixed, uhh yall shout at me lolol
|
||||
- Animation issue where GF would freak out on the title screen if you returned to it.
|
||||
|
||||
## [0.2.1.2] - 2020-11-06
|
||||
### Fixed
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<title>Friday Night Funkin'</title>
|
||||
<meta name="description" content="A dope ass rhythm game">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- <link href="website/styles.css" rel="stylesheet" type="text/css"> -->
|
||||
<link href="styles.css" rel="stylesheet" type="text/css">
|
||||
<!-- <link href="website/mm.ico" rel="icon" type="image/x-icon"> -->
|
||||
</head>
|
||||
|
||||
|
@ -22,13 +22,19 @@
|
|||
<header>
|
||||
</header>
|
||||
|
||||
<marquee width="600" style="width: 800px;">Friday Night Funkin</marquee>
|
||||
<marquee width="600" scrollamount="2"scrolldelay="10" truespeed="truespeed">Friday Night Funkin</marquee>
|
||||
|
||||
<!--Hot tortilla wrap-->
|
||||
<div id="wrapper">
|
||||
<!--Itch Widget-->
|
||||
<h1>Friday Night Funkin the video game</h1>
|
||||
<iframe src="https://itch.io/embed/775903?linkback=true&bg_color=000000&fg_color=ffffff&link_color=6454f8&border_color=333333" width="552" height="167" frameborder="0"><a href="https://ninja-muffin24.itch.io/friday-night-funkin">Friday Night Funkin' (Ludum Dare Prototype) by ninjamuffin99</a></iframe>
|
||||
<h1>Friday Night Funkin' - Rhythm game extraordinaire</h1>
|
||||
<iframe width="960" height="540" src="https://www.youtube.com/embed/HMNKUo3CCpU" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
<div class="coolBox">
|
||||
|
||||
<p class="description">Friday Night Funkin' is a dope ass rhythm game.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
38
docs/styles.css
Normal file
38
docs/styles.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
.coolBox {
|
||||
background: #1a1a1a;
|
||||
margin: 40px 4vw;
|
||||
padding: 25px;
|
||||
font-size: 120%;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#wrapper
|
||||
{
|
||||
padding: 25px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
marquee {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
iframe {
|
||||
margin: auto;
|
||||
width: 40%;
|
||||
display:block;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url('http://img.ngfiles.com/themes/000/skin-funkin-cardbordtoast.jpg?1605135609');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-size: 100% 130%;
|
||||
color:white;
|
||||
background-color: #000;
|
||||
}
|
Loading…
Reference in a new issue