-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (126 loc) · 7.47 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!--Using Bootstrap 5.3.x -->
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="darkreader-lock">
<meta name="description" content="Explore the ultimate guide to 'Dangerous to go Alone,' the captivating mod for Breath of the Wild. This wiki is your go-to source for all things DtgA, offering insights, tips, and updates for this thrilling gaming experience.">
<title>Dangerous to go Alone!</title>
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="SiteResources/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="Fonts/LineAwesome1.3.0/css/line-awesome.min.css">
<link rel="stylesheet" href="css/DtgA-HomePage.css">
<style>
body {
background-color: black;
}
</style>
</head>
<body class="Home-body">
<div class="overflow-y-hidden" id="particles-js" style="position: fixed; width: 100vw; z-index: 0;"></div>
<header style="background-color: rgba(0, 0, 0, 0);">
<nav class="navbar navbar-expand-lg navbar-height" style="background-color: rgba(0, 0, 0, 0);">
<a class="navbar-brand" aria-label="Site Logo"href="#" style="max-width: 175px;">
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<div class="hamburger"></div>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav home-navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home<span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="About/About.html">About</a>
<li class="nav-item">
<a class="nav-link" href="GettingStarted/GettingsStarted.html">Getting Started</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle DtgA-Title-Text" id="navbarDropdownMenuLink" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"
style="color: rgb(var(--DtgA-primary));">
Wiki
</a>
<div class="dropdown-menu DtgA-Title-Text home-dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item home-dropdown-item" href="Wiki\NewMechanics\NewMechanics.html">New Mechanics</a>
<a class="dropdown-item home-dropdown-item" href="Wiki\Items\Items.html">Items</a>
<a class="dropdown-item home-dropdown-item" href="Wiki\Spells\Spells.html">ASP Spellcasting</a>
<a class="dropdown-item home-dropdown-item" href="Wiki\Enemies\Enemies.html">Enemies</a>
<a class="dropdown-item home-dropdown-item" href="Wiki\NPCs\NPCs.html">NPCs</a>
<a class="dropdown-item home-dropdown-item" href="Wiki\Locations\Locations.html">Locations</a>
<!-- Add more parts as necessary -->
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="KnownIssues\KnownIssues.html">Known Issues</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="overflow-hidden Home-main">
<div class="d-flex flex-column align-items-center justify-content-start">
<div class="row d-flex justify-content-center align-items-center">
<div class="row container" style="margin-top: 7vh;">
<div class="HomeLogoContainer">
<img class="HomeLogo" src="SiteResources/DtgA-logo_Final-Gapless.webp" alt="logo">
</div>
</div>
<div class="HomeTitleContainer">
<h1 class="HomeTitle dtga">A <i>MASSIVE</i> OVERHAUL MOD FOR BotW</h1>
</div>
<div class="container" style="width: 80%; box-sizing: border-box; margin-top: 12vh;">
<div class="row HomeButtonsRow">
<div class="col d-flex justify-content-center align-items-center" style="margin-bottom: 10px;">
<a href="About/About.html">
<button type="button" class=" HomeButtons DtgA-Title-Text fw-bold" style="z-index: 1; position: relative;" id="AboutButton">ABOUT</button>
</a>
</div>
<div class="col d-flex justify-content-center align-items-center" style="margin-bottom: 10px; ">
<a href="GettingStarted/GettingsStarted.html">
<button type="button" class=" HomeButtons DtgA-Title-Text fw-semibold" style="z-index: 1; position: relative;"
id="DownloadButton">DOWNLOADS</button>
</a>
</div>
<div class="col d-flex justify-content-center align-items-center" style="margin-bottom: 10px;">
<a href="Wiki/NewMechanics/NewMechanics.html">
<button type="button" class=" HomeButtons DtgA-Title-Text fw-bold" style="z-index: 1; position: relative;" id="WikiButton">WIKI</button>
</a>
</div>
</div>
</div>
<div class="social-media-buttons mx-auto text-center">
<a href="https://discord.gg/Zg2TgbAcTQ" class="lab la-discord" aria-label="Discord" target= "_blank" rel="noopener noreferrer" data-bs-content="WildMods Discord"></a>
<a href="https://github.com/Clonephaze/DtgA" class="lab la-github" aria-label="GitHub" target= "_blank" rel="noopener noreferrer" data-bs-content="Clonephaze Github (Site Creator)" ></a>
<a href="https://www.patreon.com/ZoeyEule" class="lab la-patreon" aria-label="Patreon" target= "_blank" rel="noopener noreferrer" data-bs-content="Zoey's Patreon"></a>
</div>
</div>
</div>
</main>
<script src="js/bootstrap.bundle.min.js"></script>
<script>
const selectedElement = document.querySelectorAll('.social-media-buttons a')
const options = {
trigger: 'hover focus',
placement: 'bottom',
toggle: 'popover',
customClass: 'social-media-popover',
offset: [5, -10],
delay: { "show": 250, "hide": 100 }
}
selectedElement.forEach(element => {
const popover = new bootstrap.Popover(element, options)
})
</script>
<script src="js/Custom-NavBarToggler.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/CustomParticles.js"></script>
<script>window.addEventListener('resize', () => {
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
});
</script>
</body>
</html>