-
Notifications
You must be signed in to change notification settings - Fork 1
10 donate page #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ComparatorCraftSMP
wants to merge
14
commits into
main
Choose a base branch
from
10-donate-page
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8d3e764
Created donate.html file B)
3845374
Added a header, and two buttons
0e5f149
Linked our paypal and patreon in the buttons
31c7a98
Added cards, and CSS for cards (showcasing donor perks and prices)
7193986
moved the css for the card to scss
a706387
Finally got cards to work and properly show by converting the scss to…
27fb67d
Added icons and proper buttons for each card
a7d7799
Finished a draft for the donor perks cards
4f83a44
Added a title
1cfc187
Cleaned up HTML, and properly formatted the cards and "header"
224f8b1
Reformatting and minor changes
LagunaElectric 38b2d6f
Removed Donate cards
505f1ac
Removed CSS for those cards
ccb1d8e
Added text tool tip and filled cards with proper information
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2369,3 +2369,4 @@ body.is-touch { | |
| } | ||
| } | ||
| } | ||
|
|
||
This file contains hidden or 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,180 @@ | ||
| <!DOCTYPE HTML> | ||
| <!-- | ||
| Landed by HTML5 UP | ||
| html5up.net | @ajlkn | ||
| Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
| --> | ||
| <html> | ||
|
|
||
| <head> | ||
| <title>Donate</title> | ||
| <meta charset="utf-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
| <link rel="stylesheet" href="assets/css/main.css" /> | ||
| <link rel="stylesheet" href="assets/sass/main.scss" type="scss" /> | ||
| <noscript> | ||
| <link rel="stylesheet" href="assets/css/noscript.css" /> | ||
| </noscript> | ||
| </head> | ||
|
|
||
| <body class="is-preload"> | ||
| <div id="page-wrapper"> | ||
|
|
||
| <!-- Header --> | ||
| <header id="head"></header> | ||
|
|
||
| <!-- Main --> | ||
|
|
||
| <section id="three" class="spotlight style3 bottom"> | ||
| <span class="image fit main"><img src="images/pic03.jpg" alt="" /></span> | ||
| <div class="content"> | ||
| <div class="container"> | ||
| <header> | ||
| <h2>Donate</h2> | ||
| </header> | ||
| <p> | ||
| In order to maintain the server and pay for the fees necessary to progress the server and its | ||
| image we need donations. We have come up with a donations perk system that is EULA friendly | ||
| and is rewarding to the donor. If you want to donate here are our links. If you have | ||
| already donated before you will get the tier based off of your previous donation amount. | ||
| </p> | ||
| <div class="align-center"> | ||
| <a href="https://paypal.me/comparatorcraft" class="button">PayPal</a> | ||
| <a href="https://www.patreon.com/comparatorcraftsmp" class="button">Patreon</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| <section id="four" class="wrapper style1 special fade-up"> | ||
| <header class="major"> | ||
| <h2>DonorPerks</h2> | ||
| </header> | ||
| <div class="box alt row gtr-uniform"> | ||
| <div class="content"> | ||
| <div class="container"> | ||
| <div class="card"> | ||
| <div class="title">Gold</div> | ||
| <div class="icon"> | ||
| <span class="icon solid alt major fa-coins"></span> | ||
| </div> | ||
| <div class="features"> | ||
| <h2>Perks</h2> | ||
| <ul> | ||
| <li>Gold Discord Donor role</li> | ||
| <li>Access to V.I.P Discord Channels </li> | ||
| <li>Gold eGlow </li> | ||
| <li>Gold Ingame Donor tag</li> | ||
| <h2>Commands</h2> | ||
| <li>/eglow Gold - Makes you glow gold</li> | ||
| <li>/tags - allows you to select your Gold ingame Donor tag</li> | ||
| </ul> | ||
| <blockquote> | ||
| For /tags a GUI should popup and you will see | ||
| your available tags | ||
| </blockquote> | ||
| </div> | ||
| <!--/features--> | ||
| <a href="https://paypal.me/comparatorcraft" class="button primary">$8-$19 PayPal</a> | ||
| </div> | ||
| <div class="card"> | ||
| <div class="title">Emerald</div> | ||
| <div class="icon"> | ||
| <span class="icon solid alt major fa-gem"></span> | ||
| </div> | ||
| <div class="features"> | ||
| <ul> | ||
| <h2>Perks</h2> | ||
| <blockquote>All the same Perks as Gold Tier | ||
| </blockquote> | ||
| <li>eglow (Red/Yellow/Blue/White/Black) | ||
| </li> | ||
| <li>/hat</li> | ||
| <li>Discord Emoji of skin</li> | ||
| <li>Discord color roles</li> | ||
| <li>ingame chat colors</li> | ||
| <h2>Commands</h2> | ||
| <li>/eglow [Red/Yellow/Blue/White/Black] - This will make you glow</li> | ||
| <li>/hat - This will let you put any item in the game in your helmet slot</li> | ||
| <li>/color [Red/Dark Red/Gold /Yellow /Green /Lime/Aqua /Teal/Blue | ||
| /Indigo/Purple/White /Gray/Dark Gray/Black]</li> | ||
| </ul> | ||
| <blockquote> | ||
| /color will show up as red but it still works as a command, it is just | ||
| not registered | ||
| </blockquote> | ||
| </div> | ||
| <a href="https://paypal.me/comparatorcraft" class="button primary small"> | ||
| $20-$39 PayPal | ||
| </a> | ||
| <a href="https://www.patreon.com/comparatorcraftsmp" class="button primary small"> | ||
| $3/m Patreon | ||
| </a> | ||
| </div> | ||
| <div class="card"> | ||
| <div class="title">Diamond</div> | ||
| <div class="icon"> | ||
| <span class="icon far alt major fa-gem"></span> | ||
| </div> | ||
| <div class="features"> | ||
| <h2>Perks</h2> | ||
| <blockquote> | ||
| All the same Perks as Emerald Tier | ||
| </blockquote> | ||
| <ul> | ||
| <li> | ||
| eglow (All colors) - this will make you glow | ||
| </li> | ||
| <li>Player Particles</li> | ||
| <li>/nick</li> | ||
| <li> | ||
| <a href="https://htmlcolorcodes.com/bukkit-color-codes/"> | ||
| full chat formatting | ||
| </a> | ||
| </li> | ||
| </ul> | ||
| <h2>Commands</h2> | ||
| <ul> | ||
| <li>/eglow (all colors) - this allows you to glow</li> | ||
| <li>/pp gui - this allows you to change particle effects, these show around the | ||
| player</li> | ||
| <li>/color [Red/Dark Red/Gold /Yellow /Green /Lime/Aqua /Teal/Blue | ||
| /Indigo/Purple/White /Gray/Dark Gray/Black]</li> | ||
| </ul> | ||
| <blockquote> | ||
| /color will show up as red but it still works as a command, it is just | ||
| not registered | ||
| </blockquote> | ||
| </div> | ||
| <a href="https://paypal.me/comparatorcraft" class="button primary small"> | ||
| $40 PayPal | ||
| </a> | ||
| <a href="https://www.patreon.com/comparatorcraftsmp" class="button primary small"> | ||
| $6/m Patreon | ||
| </a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| <footer id="foot"></footer> | ||
| </div> | ||
| <!-- Scripts --> | ||
| <script src="assets/js/jquery.min.js"></script> | ||
| <script> | ||
| $(function () { | ||
| $('#head').load('assets/html/header.html'); | ||
| $('#foot').load('assets/html/footer.html'); | ||
| $.getScript('assets/js/main.js'); | ||
| }); | ||
| </script> | ||
| <script src="assets/js/jquery.scrolly.min.js"></script> | ||
| <script src="assets/js/jquery.dropotron.min.js"></script> | ||
| <script src="assets/js/jquery.scrollex.min.js"></script> | ||
| <script src="assets/js/browser.min.js"></script> | ||
| <script src="assets/js/breakpoints.min.js"></script> | ||
| <script src="assets/js/util.js"></script> | ||
| <script src="assets/js/main.js"></script> | ||
|
|
||
| </body> | ||
|
|
||
| </html> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Files should end in a new line. |
||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't go copy-pasting CSS into a site like this, this is how you break things. We'll have to go over this and make sure it doesn't conflict with the rest of the file.