-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 2.63 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="base.css">
</head>
<body>
<div class="topnav">
<a class="active" href="/index.html">Home</a></a>
<a href="https://github.com/doadin">My Github Page</a>
<a href="/activity.html">My Github Activity</a>
</div>
<p><h1>Hello welcome to my github.io page.</h1></p>
<p><h3>Here you can find information on projects I made or help with. Please feel free to download test and leave feedback on <a href="https://github.com/doadin">my github!</a></h3></p>
<p><h3>Binaries Built By Me</h3></p>
<div class="nav">
<a href="https://mega.nz/#F!SkAD1YJB!EOEBxLn_Mo1TlZh6LGWSsg">Python Libtorrent Builds</a>
<a href="https://mega.nz/#F!y0JEQaDA!Dk5bgwaZstfCIsbhaTJoug">Deluge Branch:Dev Builds</a>
<a href="https://mega.nz/#F!mtxEDCIA!W4oqyjKLsud0GA9gpj80Qg">Deluge Branch:MyDeluge Builds</a>
</div>
<p><h3>World of Warcraft Addons</h3></p>
<div class="nav">
<a href="https://www.curseforge.com/wow/addons/gridstatusdungeondebuff">GridStatusDungeonDebuff on Curse</a>
<a href="https://github.com/doadin/GridStatusDungeonDebuff">GridStatusDungeonDebuff Source Code on Github</a>
</div>
<div class="nav">
<a href="https://www.curseforge.com/wow/addons/gridstatusrd_bfa">GridStatusRD_BfA on Curse</a>
<a href="https://github.com/doadin/GridStatusRD_BfA">GridStatusRD_BfA Source Code on Github</a>
</div>
<div class="nav">
<a href="https://www.curseforge.com/wow/addons/gridstatusrd_legion">GridStatusRD_Legion on Curse</a>
<a href="https://www.curseforge.com/wow/addons/gridstatusrd_wod">GridStatusRD_WoD on Curse</a>
</div>
<div class="nav">
<a href="https://github.com/doadin/GridStatusRD_WoD">GridStatusRD_WoD Source Code on Github</a>
<a href="https://www.curseforge.com/wow/addons/gridstatusrd_mop">GridStatusRD_MoP on Curse</a>
</div>
<div class="nav">
<a href="https://www.curseforge.com/wow/addons/gridstatusrd_cata">GridStatusRD_Cata on Curse</a>
<a href="https://www.curseforge.com/wow/addons/gridstatusrd_oldraids">GridStatusRD_OldRaids on Curse</a>
</div>
<div class="nav">
<a href="https://www.curseforge.com/wow/addons/gridtooltip2">GridTooltip2 on Curse</a>
<a href="https://github.com/doadin/GridTooltip2">GridTooltip2 Source Code on Github</a>
</div>
<div class="nav">
<a href="https://www.curseforge.com/wow/addons/gridstatusexternals">GridStatusExternals on Curse</a>
<a href="https://github.com/doadin/GridStatusExternals">GridStatusExternals Source Code on Github</a>
</div>
</body>
</html>