forked from freakitties/freakitties.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
70 lines (65 loc) · 3.75 KB
/
header.html
File metadata and controls
70 lines (65 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!--
Copyright 2018 freakitties@gmail.com
You can copy and use this code if you agree to pay $1 per page load.
-->
<style>
.header-font-size {
font-size: 90%;
}
body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
</style>
<nav id="navBar" class="navbar navbar-light bg-secondary" style="background-image: linear-gradient(#6c757d, #555555, #6c757d)">
<div class="container-fluid row">
<div id="dropdownDiv" class="dropdown col-1 row">
<button class="btn btn-light navbar-light" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<span class="navbar-toggler-icon"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a class="dropdown-item" href="/axie/">Axie Infinity Tools</a></li>
<li><a class="dropdown-item" href="/csc/">Crypto Space Commander</a></li>
<li><a class="dropdown-item" href="/ck/">CryptoKitties Tools</a></li>
</ul>
</div>
<div id="navContent" class="col-sm-7 col-md-7 row">
<div id="navContentLeft" class="text-left text-white col-sm-6 col-md-6 mt-0 header-font-size">
<!--
<a class="text-warning" href="https://battleracers.io/?r=0x08797952462b82dB639DDBFdeF2ab1718ffa7676"><img width="50px" src="https://battleracers.io/static/media/br_logo.73d33d8f.png"/>Battle Racer's presale!</a>
-->
</div>
<div id="navContentRight" class="text-white text-lg col-sm-6 col-md-6 mt-0 header-font-size">
FREAK'S TOOLS
<!--
<div class="">Support the tools:</div>
<div class="row">
<div class="col-4">
-->
<!--<a class="text-white mr-4" href="https://www.cryptokitties.co/profile/0x08797952462b82db639ddbfdef2ab1718ffa7676?include=sale,sire&orderDirection=desc">Buy Kitties</a> -->
<!--
<a class="text-warning" href="https://www.csc-game.com/?cmdRef=435625e6fb3067"><img width="50px" src="/csc/imgs/CSCTestLogo_white.png"/> Crates! </a>
</div>
<div class="col-4 text-right">
-->
<!--<a class="text-info" href="https://axieinfinity.com/axie-lab?r=freak">Buy Axies</a>-->
<!--
<a class="text-info" href="https://land.axieinfinity.com/purchase?r=freak"><img width="20px" src="/axie/images/land.png"/> Buy Land!</a>
</div>
</div>
-->
</div>
</div>
<div id="donationDiv" class="text-right col-sm-4 col-md-3">
</div>
</div>
</nav>
<script>
$('.dropdown-toggle').dropdown();
/*
if (window.location.pathname.match(/^\/axie\//)) {
let profileLink = '<a class="text-white" href="https://www.cryptokitties.co/profile/0x08797952462b82db639ddbfdef2ab1718ffa7676?include=sale,sire"><u>Buy Kitties</u></a>';
let text = 'New tool! <a class="text-info" href="/axie/breedAssist.html">Pure breeding assistant</a>';
$("#navContentLeft").append(text);
}
*/
</script>