-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMisc.html
106 lines (91 loc) · 3.99 KB
/
Misc.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="styles_pageroots.css" rel="stylesheet" type="text/css">
<link href="BG/bg2.css" rel="stylesheet" type="text/css">
<style type="text/css">
</style>
<title>Miscellaneous</title>
</head>
<body>
<div class="leaf">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
</div>
<header class="headerAnim">
<h1>MisC</h1>
</header>
<div id="gridContainer_Main">
<main>
<div class="bodyHeader">
<h1>There's More!</h1>
</div>
<p>Welcome to the miscellaneous area! Here, there's bundles and bundles of just about anything I've made and want to share. Not much to say besides <strong>get ready for the entropy!</strong></p>
<hr>
</main>
<section id="grid_miscList">
<div>
<h1>Danmakufu</h1>
<h3>Touhou Engine</h3><br>
<p>A game engine made to create games in the style of Jun'ya Ota's Touhou Project. I've made a few libraries and tools for others to use and experiment with.<br><br>Note: All links lead to <strong>BulletForge.org</strong></p><br><br>
<h2>Libraries</h2><br>
<a href="https://www.bulletforge.org/u/ferase/p/dnhcard-a-card-shop-addon-for-player-scripts" target="_blank">DNHCard (ph3sx)</a><br><br><br><br>
<h2>Players</h2><br>
<a href="https://www.bulletforge.org/u/ferase/p/player-pack-imperishable-night-all-teamssolos" target="_blank">TH08 Imperishable Night Players (ph3/ph3sx)</a><br>
<a href="https://www.bulletforge.org/u/ferase/p/in-inspired-player-pure-scarlet-team-remilia-flandre-ph3-ph3sx" target="_blank">TH08 Inspired Remilia/Flandre Team (ph3/ph3sx)</a>
</div>
<div>
<h1>Spot 2</h1>
<h3>Spot 2</h3>
</div>
<div>
<h1>Spot 3</h1>
<h3>Spot 3</h3>
</div>
</section>
</div>
<footer id="gridContainer_Footer">
<div class="footerAppear">
<nav>
<div>
<a href="Portfolio.html"><span class="mask">Portfolio</span></a>
<p class="hide">Pit of Portfolios</p>
</div>
<div>
<a href="#"><span class="maskNo">Blender</span></a>
<p class="hide">In progress...</p>
</div>
<div>
<a href="#"><span class="maskNo">AI Land</span></a>
<p class="hide">In progress...</p>
</div>
<div>
<a href="Misc.html"><span class="mask">Misc</span></a>
<p class="hide">Other cool stuff!</p>
</div>
<div>
<a href="About.html"><span class="mask">About</span></a>
<p class="hide">What's The Pit?</p>
</div>
</nav>
<nav class="homeNav">
<div>
<a href="index.html" class="home"><span class="mask">Home</span></a>
<p class="hide">Back into Freefall</p>
</div>
</nav>
</div>
</footer>
</body>
</html>