Skip to content

Commit

Permalink
jekyll build from Action b942134
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschel committed Aug 15, 2023
0 parents commit 829ff73
Show file tree
Hide file tree
Showing 67 changed files with 9,118 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
130 changes: 130 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#37528C">
<meta name="apple-mobile-web-app-status-bar-style" content="#37528C"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Ruffle | Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="Ruffle" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly." />
<meta property="og:description" content="Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly." />
<link rel="canonical" href="https://ruffle.rs/404.html" />
<meta property="og:url" content="https://ruffle.rs/404.html" />
<meta property="og:site_name" content="Ruffle" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Ruffle" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.","headline":"Ruffle","url":"https://ruffle.rs/404.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" href="/assets/title.css">
<link href="https://fonts.googleapis.com/css?family=Exo+2&display=swap" rel="stylesheet">
<link rel="icon" href="/assets/favicon-32.png" sizes="32x32">
<link rel="icon" href="/assets/favicon-64.png" sizes="64x64">
<link rel="icon" href="/assets/favicon-180.png" sizes="180x180"><link type="application/atom+xml" rel="alternate" href="https://ruffle.rs/feed.xml" title="Ruffle" /></head>
<body><header>
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<a class="navbar-brand" href="/#">
<img src="/assets/logo.svg" height="30" alt="Ruffle" loading="lazy">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="/#what-is-ruffle">What is Ruffle</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#usage">Usage</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#downloads">Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#compatibility">Compatibility</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#get-involved">Get involved</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ruffle.rs/demo/">Demo</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/ruffle" target="_blank">Join Discord</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/">Blog</a>
</li>
</ul>
</div>

</nav>
</header>
<main class="page-content" aria-label="Content">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<section class="section not-found">
<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</section>
</main><script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="/assets/bootstrap/js/bootstrap.min.js"></script><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<ul>
<li>
<a class="navbar-brand" href="#">
<img src="/assets/logo.svg" width="91" height="auto" alt="Ruffle" loading="lazy">
</a>
</li>
<li class="social"><ul class="social-media-list"><li><a href="https://github.com/ruffle-rs"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg><span class="username">ruffle-rs</span></a></li></ul>
</li>
<li class="description">
<p>Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.</p>
</li>
</div>
</ul>
</footer>
<script>
$(document).ready(function () {
var $nav = $('.navbar');
// fade in .navbar
$(function () {
$(window).on('scroll load', function () {
// set distance user needs to scroll before we start fadeIn
if ($(this).scrollTop() > window.innerHeight / 8) {
$nav.addClass("active");
} else {
$nav.removeClass("active");
}
});
});
});
</script>

</body>

</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruffle.rs
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016-present Parker Moore and the minima contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ruffle website

The Ruffle website uses [Jekyll](https://jekyllrb.com/). It is visible at https://ruffle.rs/

To test it locally, you should clone the repository (`git clone https://github.com/ruffle-rs/ruffle-rs.github.io.git`). If you plan to create a pull request, you should instead [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo), then [clone the forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository). Either way, you should then install all the pre-requisites for your system as described in https://jekyllrb.com/docs/installation/.

Then, navigate to the directory where you cloned the repository and run:
- `gem install jekyll bundler`
- `bundle install`
- `bundle exec jekyll serve`

If everything worked properly, a copy of the website should be up and running at http://localhost:4000 and any changes you make to the code should appear there. Any time you want to test changes to the website after that, re-run `bundle exec jekyll serve`. If you are told you are missing gems when bundling, re-run `bundle install` and then re-run `bundle exec jekyll serve`.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/2023-05-progress-report/BloonsTD4.png
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 added assets/2023-05-progress-report/KingdomRush.png
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.
Binary file added assets/2023-05-progress-report/SaveManager.png
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 added assets/2023-05-progress-report/WilliamAndSly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/bootstrap/css/bootstrap.min.css.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/bootstrap/js/bootstrap.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 829ff73

Please sign in to comment.