-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
87 lines (84 loc) · 4.06 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Index</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/bootswatch.slate.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row text-center block-center">
<h1>AnEmortalKid various project samples</h1>
<hr class="featurette-divider">
</div>
<!-- ./row -->
<div class="row text-center block-center">
<div class="col-lg-4">
<img class="img-circle" src="https://avatars2.githubusercontent.com/u/7828413?v=3&s=200"
alt="from https://avatars2.githubusercontent.com/u/7828413?v=3&s=200" width="140" height="140">
<h2>Dogescript Samples</h2>
<p><a class="btn btn-default" href="/dogetest/index.html" role="button">View Samples »</a></p>
</div>
<div class="col-lg-4">
<img class="img-circle" src="assets/images/npcs.min.jpg" alt="NPCs from http://pixelatedgeek.com/" width="140"
height="140">
<h2>10K DnD Behind The Screen Celebration Index</h2>
<p><a class="btn btn-default" href="dnd-index.html" role="button">View Lists »</a></p>
</div>
<div class="col-lg-4">
<img class="img-circle" src="assets/images/mysteries.min.jpg"
alt="Mysterious question mark from http://static.ddmcdn.com/gif/blogs/6a00d8341bf67c53ef0162fddb2a53970d-800wi.jpg"
width="140" height="140">
<h2>DnD All Monsters</h2>
<p>Dnd Monster list from <a
href="https://www.reddit.com/r/DnDBehindTheScreen/comments/5nwqo9/complete_list_of_every_creature_in_the_monster/">a
reddit post</a></p>
<p><a class="btn btn-default" href="/all_monsters/monsters.html" role="button">View Monster Lists »</a>
</p>
</div>
</div>
<div class="row text-center block-center">
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/mysteries.min.jpg"
alt="Mysterious question mark from http://static.ddmcdn.com/gif/blogs/6a00d8341bf67c53ef0162fddb2a53970d-800wi.jpg"
width="140" height="140">
<h2>Pokemon</h2>
<p>Pokemon Evolution / Location Table with searchable bar</p>
<p><a class="btn btn-default" href="./pokemon/index.html" role="button">View Pokemon »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/mysteries.min.jpg"
alt="Mysterious question mark from http://static.ddmcdn.com/gif/blogs/6a00d8341bf67c53ef0162fddb2a53970d-800wi.jpg"
width="140" height="140">
<h2>Ark Resources JSON</h2>
<p>JSON data for Ark recipes from both http://ark.gamepedia.com/Crafting and http://ark.gamepedia.com/Saddles
</p>
<p><a class="btn btn-default" href="./ark_json/" role="button">View Ark JSON data »</a></p>
</div> <!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/sc-logo-blue.svg" alt="StarCtiizen Logo" width="140" height="140">
<h2>StarCitizen</h2>
<p>StarCitizen tools</p>
<p><a class="btn btn-default" href="./starcitizen/index.html" role="button">View StarCitizen Tools »</a>
</p>
</div> <!-- /.col-lg-4 -->
</div>
<div class="row text-center block-center">
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="assets/images/leantween.png" alt="LeanTweenLogo stolen from unity" width="140"
height="140">
<h2>LeanTween</h2>
<p>Documentation for LeanTween copied from LeanTween-master</p>
<p><a class="btn btn-default" href="./leantween/Documentation/index.html" role="button">View LeanTween Docs
»</a></p>
</div><!-- /.col-lg-4 -->
</div>
</div><!-- /.container -->
<!-- JavaScript
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>