|
1 |
| -<!doctype html><html lang="en-us"><head> |
| 1 | +<!doctype html> |
| 2 | +<html lang="en-us"> |
| 3 | + <head> |
2 | 4 | <script id="scriptRuffle" src="/ruffle/ruffle.js"></script>
|
3 | 5 | <script id="scriptMain" src="/javascript/main.js"></script>
|
4 | 6 | <link id="styleMain" rel="stylesheet" href="/css/main.css">
|
5 | 7 | <link rel="shortcut icon" href="/images/favicon.ico"><link rel="icon" sizes="16x16 32x32 64x64" href="/images/favicon.ico"><link rel="icon" type="image/png" sizes="196x196" href="/images/favicon-192.png"><link rel="icon" type="image/png" sizes="160x160" href="/images/favicon-160.png"><link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96.png"><link rel="icon" type="image/png" sizes="64x64" href="/images/favicon-64.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32.png"><link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16.png"><link rel="apple-touch-icon" href="/images/favicon-57.png"><link rel="apple-touch-icon" sizes="114x114" href="/images/favicon-114.png"><link rel="apple-touch-icon" sizes="72x72" href="/images/favicon-72.png"><link rel="apple-touch-icon" sizes="144x144" href="/images/favicon-144.png"><link rel="apple-touch-icon" sizes="60x60" href="/images/favicon-60.png"><link rel="apple-touch-icon" sizes="120x120" href="/images/favicon-120.png"><link rel="apple-touch-icon" sizes="76x76" href="/images/favicon-76.png"><link rel="apple-touch-icon" sizes="152x152" href="/images/favicon-152.png"><link rel="apple-touch-icon" sizes="180x180" href="/images/favicon-180.png"><meta name="msapplication-TileColor" content="#FFFFFF"><meta name="msapplication-TileImage" content="/images/favicon-144.png"><meta name="msapplication-config" content="/browserconfig.xml">
|
6 |
| - </head><body> |
| 8 | + </head> |
| 9 | + <body> |
7 | 10 | <noscript id="noscript"><h1>Javascript has been disabled.</h1><br><p>This page requires javascript in order to load properly. Please enable it via chrome settings.</p></noscript>
|
8 |
| - <iframe id="header" height="100" width="100%" src="/other/header.html" frameborder="0"></iframe> |
| 11 | + <iframe id="header" scrolling="no" height="100" width="100%" src="/other/header.html" frameborder="0"></iframe> |
9 | 12 | <iframe id="sidebar" frameborder="0" style="float: left;margin-top: 350;top: 350;margin-left: -10px;" scrolling="no" width="170" src="/other/sidebar.html" onload='resizeIframe(this)'></iframe>
|
10 |
| - <div id="main" class="main"><div id="main_text" class="main_text"> |
11 |
| - <h3 id="title">Contribute to the site!</h3><br> |
12 |
| - <p id="text">Any sort of contributions to this site are welcome, as the goal is to get as many games and features on this site as possible. If you just want to help add games, you won't need any coding knowledge at all. This page will show you how to do that. Thanks for considering!</p><br> |
13 |
| - <h4>Adding Games</h4> |
14 |
| - <p>The first step for this is to email me. Be sure to include the name of your github account in that email. Once you do that, I will give you write access to the repository on GitHub, and access to a google slides with instructions on how do ad games. Then you can add as many as you want to. |
15 |
| - <a href=" mailto:[email protected]?subject=Pringles Game Adding Request" >Send an email! </a></p> |
16 |
| - <br> |
17 |
| - <h4>Contributing Code</h4> |
18 |
| - <p>If you know anything about html or javascript and have an idea of a feature to add to the site, that would be awesome! If you want to do this, start by going to the GitHub repository <a href="https://github.com/ellieeet123/ellieeet123.github.io">here</a> and forking it by clicking the 'fork' button in the top right. This will make you a copy of all the files. Then you can make any changes you want without having anything else edited. Once you're finished, make a pull request and I will add it to the main repository, and it will appear throughout the whole site. If you don't know how to make a pul request, see <a href="https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests">this link</a> for more info!</p> |
19 |
| - <br> |
20 |
| - <h4>Donate</h4> |
21 |
| - <p>Don't donate to this project. There's no way to do that, and I don't want to get any money from it since it's just for fun. But if you have any money you are willing to donate, I recommend donating it to <a href="https://github.com/ruffle-rs/ruffle">ruffle</a>! That is the flash emulator that makes the site work, and without it this site couldnt exist at all.</p> |
22 |
| - <br> |
23 |
| - <h4>Share it around!</h4> |
24 |
| - <p>Probably the easiest thing to help, is share it to your friends! That way more people can enjoy this. </p> |
25 |
| - <br> |
26 |
| - </div></div> |
27 |
| - <script id="scriptBody" src="/javascript/bodyScript.js"></script> |
28 |
| -</body></html> |
| 13 | + <div id="main" class="main"> |
| 14 | + <div id="main_text" class="main_text"> |
| 15 | + <h3 id="title">Contribute to the site!</h3><br> |
| 16 | + <p id="text">Any sort of contributions to this site are welcome, as the goal is to get as many games and features on this site as possible. If you just want to help add games, you won't need any coding knowledge at all. This page will show you how to do that. Thanks for considering!</p><br> |
| 17 | + <h4>Adding Games</h4> |
| 18 | + <p>The first step for this is to email me. Be sure to include the name of your github account in that email. Once you do that, I will give you write access to the repository on GitHub, and access to a google slides with instructions on how do ad games. Then you can add as many as you want to. |
| 19 | + <a href=" mailto:[email protected]?subject=Pringles Game Adding Request" >Send an email! </a></p> |
| 20 | + <br> |
| 21 | + <h4>Contributing Code</h4> |
| 22 | + <p>If you know anything about html or javascript and have an idea of a feature to add to the site, that would be awesome! If you want to do this, start by going to the GitHub repository <a href="https://github.com/ellieeet123/ellieeet123.github.io">here</a> and forking it by clicking the 'fork' button in the top right. This will make you a copy of all the files. Then you can make any changes you want without having anything else edited. Once you're finished, make a pull request and I will add it to the main repository, and it will appear throughout the whole site. If you don't know how to make a pul request, see <a href="https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests">this link</a> for more info!</p> |
| 23 | + <br> |
| 24 | + <h4>Donate</h4> |
| 25 | + <p>Don't donate to this project. There's no way to do that, and I don't want to get any money from it since it's just for fun. But if you have any money you are willing to donate, I recommend donating it to <a href="https://github.com/ruffle-rs/ruffle">ruffle</a>! That is the flash emulator that makes the site work, and without it this site couldnt exist at all.</p> |
| 26 | + <br> |
| 27 | + <h4>Share it around!</h4> |
| 28 | + <p>Probably the easiest thing to help, is share it to your friends! That way more people can enjoy this. </p> |
| 29 | + <br> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + <script id="scriptBody" src="/javascript/bodyScript.js"></script> |
| 33 | + </body> |
| 34 | +</html> |
29 | 35 | <div id="bottomElement"></div>
|
0 commit comments