-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (80 loc) · 4.92 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
88
<!DOCTYPE html>
<html lang="en">
<head>
<title>Luminar Light's Website</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<script src="js/jquery-3.3.1.slim.min.js" type="text/javascript"></script>
<script src="js/popper.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/myscript.js"></script>
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="container">
<!-- Navigacion -->
<div class="row sticky-top">
<ul class="nav w-100 navbarom">
<li class="nav-item">
<a href="#welcome" class="nav-link">Welcome</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#downloads" class="nav-link">Downloads</a>
</li>
<li class="nav-item mr-auto">
<a href="#contact" class="nav-link jobbhatar">Contact</a>
</li>
<li class="navicon"><a href="https://x.com/Luminar_Light" target="_blank"><img src="socmedicons/x.jpg" alt="X" title="X"></a></li>
<li class="navicon"><a href="https://www.youtube.com/channel/UCsoD3DV3BMOd1xdRz2rWa9g" target="_blank"><img src="socmedicons/youtube.png" alt="YouTube" title="YouTube"></a></li>
<li class="navicon"><a href="https://discord.me/LightCathedral" target="_blank"><img src="socmedicons/discord.png" alt="Discord" title="Discord"></a></li>
<li class="navicon"><a href="https://soundcloud.com/luminar-light" target="_blank"><img src="socmedicons/soundcloud.png" alt="SoundCloud" title="SoundCloud"></a></li>
<li class="navicon"><a href="https://www.reddit.com/user/Luminar_Light" target="_blank"><img src="socmedicons/reddit.png" alt="Reddit" title="Reddit"></a></li>
<!--<li class="navicon"><a href="https://www.patreon.com/luminarlight" target="_blank"><img src="socmedicons/patreon.png" alt="Patreon" title="Patreon"></a></li>-->
<li class="navicon"><a href="https://ko-fi.com/luminarlight" target="_blank"><img src="socmedicons/ko-fi.png" alt="Ko-fi" title="Ko-fi"></a></li>
</ul>
</div>
<!-- Stuff -->
<div class="row fodoboz">
<div class="col-8">
<h1 class="cim nincsvonal">Welcome</h1><a class="anchor" id="welcome"></a>
<p class="szoveg">
Welcome to my website! I am happy that you have found it, please take a look around. You might find something interesting!
</p>
<h1 class="cim">About</h1><a class="anchor" id="about"></a>
<p class="szoveg">
I am a researcher of Jak and Daxter games, but sometimes I look into other games as well (Summoner franchise by Volition).
I like making "ordinary" mods for games, for example
<a href="https://steamcommunity.com/id/luminar_light/myworkshopfiles/?appid=253230&sort=score&browsefilter=myfiles&view=imagewall" target="_blank">
A Hat in Time
</a>.
I am maintaining my own wiki, the
<a href="https://jadtech.miraheze.org/" target="_blank">Jak and Daxter Technical Wiki</a>.
I also love art and philosophy.
</p>
<h1 class="cim">Downloads</h1><a class="anchor" id="downloads"></a>
<p class="szoveg">
All of my Jak and Daxter-related downloads can be found on the <a href="https://jadtech.miraheze.org/wiki/Downloads" target="_blank">
Jak and Daxter Technical Wiki's Downloads page</a>.
</p>
<h1 class="cim">Contact</h1><a class="anchor" id="contact"></a>
<p class="szoveg">
You can contact me through any of the sites found on the right side of the navigation bar.
</p>
</div>
<div class="col-4 balhatar">
<h1 class="cim nincsvonal">Support Me</h1>
<p>
<iframe id='kofiframe' src='https://ko-fi.com/luminarlight/?hidefeed=true&widget=true&embed=true&preview=true' style='border:none;width:100%;padding:4px;background:#f9f9f9;' height='712' title='luminarlight'></iframe>
</p>
</div>
</div>
<!-- Copyright -->
<div class="row">
<p class="copyright">Luminar Light © 2020-<script>document.write(new Date().getFullYear())</script>. All Rights Reserved</p>
</div>
</div>
</body>
</html>