Skip to content
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

Uploaded main donate files #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions donate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div id="center">
<a href="/test/freeGen/bmd" class="freeGen" id="donate">
<span class="btn-donate" id="donateOverlay"><?php include($_SERVER['DOCUMENT_ROOT'] . '/test/FreeGen/donateOverlay.svg');?></span>
<span class="btn-donate" id="donateCoin"><?php include($_SERVER['DOCUMENT_ROOT'] . '/test/FreeGen/donateCoin.svg');?></span>
<span class="btn-donate" id="donateBox"><?php include($_SERVER['DOCUMENT_ROOT'] . '/test/FreeGen/donateBox.svg');?></span>
<span class="btn-donate" id="donateBtn"><?php include($_SERVER['DOCUMENT_ROOT'] . '/test/FreeGen/donateBtn.svg');?>Donate</span>
</a>
</div>
15 changes: 15 additions & 0 deletions donateBox.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions donateBtn.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions donateCoin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions donateOverlay.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
208 changes: 208 additions & 0 deletions index.php

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions test.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
#center {
text-align: center }
#donate {
position: relative;
display: inline-block;
margin-bottom: 1.55556rem }
.btn-donate {
position: absolute;;
margin: auto;
left: 0;
right: 0;
width: 75px;
transition: 0.5s }
#donateOverlay {
fill: #facfd0;
z-index: 3 }
#donateCoin {
z-index: 2 }
#donateBox {
-webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
z-index: 1 }
#donateBtn {
position: relative;
display: block;
width: auto;
margin: 90px auto 0;
padding: 3px 45px;
color: #FFF;
font-size: 1.1em;
font-weight: bold;
z-index: 0 }
#donateBtn svg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 0 2px;
stroke-width: 2px;
z-index: -1 }
#donate:hover #donateCoin, #donate:focus #donateCoin {
padding-top: 35px }
#donate:hover #donateOverlay, #donate:focus #donateOverlay {
fill: #F02181 }
#donate:hover #donateBtn svg, #donate:focus #donateBtn svg {
fill: #FFF }
.freeGen #A {fill: #00e5ca}
.freeGen #B {fill: #00beaa}
.freeGen #C, .freeGen #donateBtn svg {fill:#009e97; stroke:#009e97}
#donate.freeGen:hover #donateBtn, #donate.freeGen:focus #donateBtn {color: #009e97}
.freeBMD #A {fill: #f02181}
.freeBMD #B {fill: #c91b67}
.freeBMD #C, .freeBMD #donateBtn svg {fill:#a31158; stroke:#a31158}
#donate.freeBMD:hover #donateBtn, #donate.freeBMD:focus #donateBtn {color: #a31158}
.freeCEN #A {fill: #fce233}
.freeCEN #B {fill: #f7b527}
.freeCEN #C, .freeCEN #donateBtn svg {fill:#f38f1c; stroke:#f38f1c}
#donate.freeCEN:hover #donateBtn, #donate.freeCEN:focus #donateBtn {color: #f38f1c}
.freeREG #A {fill: #f0dec0}
.freeREG #B {fill: #d2ac99}
.freeREG #C, .freeREG #donateBtn svg {fill:#b48282; stroke:#b48282}
#donate.freeREG:hover #donateBtn, #donate.freeREG:focus #donateBtn {color: #b48282}