Skip to content

Commit

Permalink
Remove Flipnote Archive box
Browse files Browse the repository at this point in the history
This removes the box comparing the project to Flipnote Archive and updates the last updated date to February 26, 2024. Closes #2.
  • Loading branch information
Nightcaat committed Feb 26, 2024
1 parent d70d87a commit 36f059c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
<h3>Coming...</h3>
<h4>Maybe,</h4>
<h5>Eh, don’t count on it.</h5>
<div class="box">
<b>Q:</b> How is this different from the <a href="http://archive.sudomemo.net" target="_blank">Flipnote Archive</a>?<br>
<b>A:</b> flipnote.studio will have far, FAR fewer Flipnotes (less than 1,000, at least at launch), but the information about them will be more accurate and complete, include PPM download links, and have MP4 versions available (which lets you do things like watch Flipnotes with your friends in VR). This project is not affiliated with the Flipnote Archive or Sudomemo team and should not be considered competition. The Flipnote Archive is still incredibly important; I highly recommend <a href="https://ko-fi.com/flipnotearchive">supporting</a> it!
</center>
<footer>last updated 2023-05-31</footer>
<footer>last updated 2024-02-26</footer>
<footer id="nightcatlogo"><div onclick="window.location = 'http://nightcat.gg'">nc</div></footer>
</body>
</html>
19 changes: 0 additions & 19 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ a:hover {
text-decoration: underline
}

.box {
background: #fff;
border-radius: 5px;
color: #000;
margin: 10px;
padding: 5px;
width: 400px
}
.box a {
color: #777
}

footer {
font-size: small;
color: #ddd
Expand All @@ -93,11 +81,4 @@ footer {
position: absolute;
right: 5px;
bottom: -2px
}

@media (max-device-width: 689px) {
.box {
margin: 10px 0;
padding: 0
}
}

0 comments on commit 36f059c

Please sign in to comment.