Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
haykhlsop02 committed Aug 30, 2022
1 parent 81326bc commit 89d3575
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: codeSTACKr
github: haykhlsop02
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
19 changes: 10 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
/* FONTS */

@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Acme&family=Indie+Flower&family=Permanent+Marker&family=Silkscreen&display=swap');

/* GLOBAL STYLES */

:root {
--font-primary: 'Poppins', sans-serif;
--font-secondary: 'Arvo', serif;
--font-code: 'Roboto', monospace;
--bg-color: #00163f;
--font-color: #ffffff;
--btn-bg-color: #ffffff;
--accent-color: #be7efe;
--header-shadow: #000 0px 0px 5px;
--font-primary: 'Slikscreen', sans-serif;
--font-secondary: 'Acme', serif;
--font-code: 'Indie+Flower', monospace;
--bg-color: #d86201;
--font-color: #5500a5;
--btn-bg-color: #5300b3;
--accent-color: #70f800;
--header-shadow: rgb(236, 130, 9)(0, 0, 0) 0px 0px 5px;
}

* {
Expand Down
Binary file added images/Pictures/maintenance.jpg
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 images/Pictures/ratwork.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 added images/Pictures/under-construction.jpg
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 images/header/Twitter_logo_blue.webp
Binary file not shown.
Binary file removed images/header/discord.webp
Binary file not shown.
Binary file added images/header/instagram_logo.webp
Binary file not shown.
Binary file added images/header/openseablue.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions images/x-icon/about.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This favicon was generated using the following graphics from Twitter Twemoji:

- Graphics Title: 1f47d.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f47d.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
Binary file modified images/x-icon/android-chrome-192x192.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 modified images/x-icon/android-chrome-512x512.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 modified images/x-icon/apple-touch-icon.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 modified images/x-icon/favicon-16x16.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 modified images/x-icon/favicon-32x32.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 modified images/x-icon/favicon.ico
Binary file not shown.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/discord.webp" alt="Instagram" />
<img src="images/header/instagram_logo.webp" alt="Instagram" />
</a>
<a
href="https://twitter.com/CodeCats10k"
href="https://twitter.com/tripletrestriads"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/twitter.webp" alt="Twitter" />
<img src="images/header/Twitter_logo_blue.webp" alt="Twitter" />
</a>
<a
href="https://opensea.io/collection/Triple Tres Triades"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/opensea.webp" alt="Opensea" />
<img src="images/header/openseablue.webp" alt="Opensea" />
</a>
<button class="wallet-btn btn" id="connectWallet">
<span>Connect Wallet</span>
Expand Down Expand Up @@ -86,6 +86,8 @@ <h1>NFT's be Dropping Soon!!</h1>
</a>
</div>
</section>

<img src="images/Pictures/ratwork.png" alt="ratwork">

<script src="https://cdn.jsdelivr.net/npm/@metamask/[email protected]/dist/metamask-onboarding.bundle.js"></script>
<script src="js/countdown.js"></script>
Expand Down

0 comments on commit 89d3575

Please sign in to comment.