adding hw tracker + contact info

This commit is contained in:
CaptainArk 2020-01-06 01:13:04 +01:00
parent 21dc34fcaf
commit 66874df6e5
Signed by: captainark
GPG Key ID: 826A68284BC18F6C
19 changed files with 198 additions and 2 deletions

View File

@ -53,3 +53,26 @@ table {
border-color: #285e8e;
ext-decoration: none;
}
footer {
display:block;
font-size:10px;
color:#aaa;
text-align:center;
margin-bottom:10px;
}
footer a {
display:inline-block;
height:25px;
line-height:25px;
color:#aaa;
text-decoration:underline;
}
footer a:hover {
color:#aaa;
}
.logo {
border:1px solid #000000;
border-radius: 50%;
}

127
public/hw/index.html Normal file
View File

@ -0,0 +1,127 @@
<html>
<head>
<title>HW A Rank Tracker</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<script type="text/javascript" src="../js/stats.js"></script>
</head>
<body>
<tr>
<th>
<img draggable="false" class="mapimg" src="../img/hw/01.jpg" >
</th>
<th>
<img draggable="false" class="mapimg" src="../img/hw/02.jpg" >
</th>
<tr>
<tr>
<th>
<img draggable="false" class="mapimg" src="../img/hw/03.jpg" >
</th>
<th>
<img draggable="false" class="mapimg" src="../img/hw/04.jpg" >
</th>
<tr>
<tr>
<th>
<img draggable="false" class="mapimg" src="../img/hw/05.jpg" >
</th>
<th>
<img draggable="false" class="mapimg" src="../img/hw/06.jpg" >
</th>
<tr>
<tr>
<th>
<img draggable="false" class="mapimg" src="../img/hw/07.jpg" >
</th>
<th>
<img draggable="false" class="mapimg" src="../img/hw/08.jpg" >
</th>
<tr>
<tr>
<th>
<img draggable="false" class="mapimg" src="../img/hw/09.jpg" >
</th>
<th>
<img draggable="false" class="mapimg" src="../img/hw/10.jpg" >
</th>
<tr>
<tr>
<th>
<img draggable="false" class="mapimg" src="../img/hw/11.jpg" >
</th>
<th>
<img draggable="false" class="mapimg" src="../img/hw/12.jpg" >
</th>
<tr>
<div id="reddiv1" class="mydragable" style="left:1000px; top:40px;" >
<img src="../img/redflag.png" />
</div>
<div id="bluediv1" class="mydragable" style="left:1000px; top:80px;" >
<img src="../img/blueflag.png" />
</div>
<div id="reddiv1" class="mydragable" style="left:1000px; top:520px;" >
<img src="../img/redflag.png" />
</div>
<div id="bluediv1" class="mydragable" style="left:1000px; top:560px;" >
<img src="../img/blueflag.png" />
</div>
<div id="reddiv1" class="mydragable" style="left:1000px; top:1000px;" >
<img src="../img/redflag.png" />
</div>
<div id="bluediv1" class="mydragable" style="left:1000px; top:1040px;" >
<img src="../img/blueflag.png" />
</div>
<div id="reddiv1" class="mydragable" style="left:1000px; top:1500px;" >
<img src="../img/redflag.png" />
</div>
<div id="bluediv1" class="mydragable" style="left:1000px; top:1540px;" >
<img src="../img/blueflag.png" />
</div>
<div id="reddiv1" class="mydragable" style="left:1000px; top:2000px;" >
<img src="../img/redflag.png" />
</div>
<div id="bluediv1" class="mydragable" style="left:1000px; top:2040px;" >
<img src="../img/blueflag.png" />
</div>
<div id="reddiv1" class="mydragable" style="left:1000px; top:2480px;" >
<img src="../img/redflag.png" />
</div>
<div id="bluediv1" class="mydragable" style="left:1000px; top:2520px;" >
<img src="../img/blueflag.png" />
</div>
<br>
<button class="btn" onclick="clearMarkers()">Clear Markers</button>
<script type="text/javascript" src="../js/flag.js"></script>
<footer>
Maintained by CaptainArk | <a href="https://eu.finalfantasyxiv.com/lodestone/character/18235634/">Moemie Valesti @ Omega</a>
<br>
<a href="mailto:contact@captainark.net">Contact me</a>
<br>
<a href="https://cablemonkey.us/huntmap2/">Maps source</a>
</footer>
</body>
</html>

BIN
public/img/hw/01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
public/img/hw/02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
public/img/hw/03.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
public/img/hw/04.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
public/img/hw/05.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
public/img/hw/06.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
public/img/hw/07.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
public/img/hw/08.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
public/img/hw/09.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
public/img/hw/10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
public/img/hw/11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
public/img/hw/12.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

View File

@ -4,16 +4,33 @@
<title>FFXIV Hunt Train Tracker</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="js/stats.js"></script>
</head>
<body>
<center>
<img src="img/logo.png" alt="logo" class="logo">
<br><br>
<form action="shb">
<button class="btn" type="submit">ShB Hunt Train Tracker</button>
<button class="btn" type="submit">Shadowbringers Hunt Train Tracker</button>
</form>
<br>
<form action="sb">
<button class="btn" type="submit">SB Hunt Train Tracker</button>
<button class="btn" type="submit">Stormblood Hunt Train Tracker</button>
</form>
<br>
<form action="hw">
<button class="btn" type="submit">Heavensward Hunt Train Tracker</button>
</form>
</center>
<br>
<footer>
Maintained by CaptainArk | <a href="https://eu.finalfantasyxiv.com/lodestone/character/18235634/">Moemie Valesti @ Omega</a>
<br>
<a href="mailto:contact@captainark.net">Contact me</a>
<br>
<a href="https://cablemonkey.us/huntmap2/">Maps source</a>
</footer>
</body>
</html>

11
public/js/stats.js Normal file
View File

@ -0,0 +1,11 @@
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, 'https://stats.captainark.net/tracker.js', 'fathom');
fathom('set', 'siteId', 'IDYPX');
fathom('trackPageview');

View File

@ -3,6 +3,7 @@
<title>SB A Rank Tracker</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<script type="text/javascript" src="../js/stats.js"></script>
</head>
<body>
@ -114,5 +115,13 @@
<script type="text/javascript" src="../js/flag.js"></script>
<footer>
Maintained by CaptainArk | <a href="https://eu.finalfantasyxiv.com/lodestone/character/18235634/">Moemie Valesti @ Omega</a>
<br>
<a href="mailto:contact@captainark.net">Contact me</a>
<br>
<a href="https://cablemonkey.us/huntmap2/">Maps source</a>
</footer>
</body>
</html>

View File

@ -3,6 +3,7 @@
<title>ShB A Rank Tracker</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<script type="text/javascript" src="../js/stats.js"></script>
</head>
<body>
@ -114,5 +115,13 @@
<script type="text/javascript" src="../js/flag.js"></script>
<footer>
Maintained by CaptainArk | <a href="https://eu.finalfantasyxiv.com/lodestone/character/18235634/">Moemie Valesti @ Omega</a>
<br>
<a href="mailto:contact@captainark.net">Contact me</a>
<br>
<a href="https://cablemonkey.us/huntmap2/">Maps source</a>
</footer>
</body>
</html>