-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
78 lines (69 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="img/Coco/Logo.webp">
<title>Viva New Vegas</title>
<meta name="keywords" content="Fallout New Vegas, FNV, Fallout NV, Fallout, New Vegas, Fallout 4, FO4, Guide, Mod, Mods, Modding Guide, Bethesda, Stable, Performance, Fix, Help, DXVK, Fast, Easy, Tutorial, Mod Organizer, Nexus, Tale of Two Wastelands, TTW, Wabbajack, WJ, Installer">
<meta name="description" content="A fully modular, comprehensive and regularly updated Fallout: New Vegas modding guide that allows for any personal preference to be satisfied.">
<meta http-equiv='content-language' content='en-us'>
<meta name="twitter:card" value="summary_large_image">
<meta property="og:site_name" content="ModdingLinked">
<meta property="og:title" content="Viva New Vegas">
<meta property="og:type" content="article">
<meta property="og:url" content="https://vivanewvegas.moddinglinked.com">
<meta property="og:image" content="https://vivanewvegas.moddinglinked.com/img/Others/Card.webp">
<meta property="og:description" content="A fully modular, comprehensive and regularly updated Fallout: New Vegas modding guide that allows for any personal preference to be satisfied.">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#282725">
<meta name="darkreader-lock">
<script src="javascript.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/cards.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/guideColors.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="css/images.css">
<link rel="stylesheet" href="css/frontPage.css">
</head>
<body class="theme">
<style>
body {
background-image: url('./img/Others/Background.webp') !important;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
</style>
<div style="overflow:auto">
<div class="header">
<div class="headerTitle">
<img src="./img/Coco/Logo.webp" alt="Logo" id="logo">
<a href="./index.html" id="headerTitle">Viva New Vegas</a>
</div>
<div class="guideLinks" id="headerLinks">
<a href="https://thebestoftimes.moddinglinked.com" target="_blank" rel="nofollow">Tale of Two Wastelands</a>
<a href="https://themidnightride.moddinglinked.com" target="_blank" rel="nofollow">Fallout 4</a>
</div>
</div>
</div>
<div id="backdrop" class="welcomeContent">
<div class="titleContainer">
<img src="img/Coco/Full.webp" alt="Background Image" class="backgroundImage">
<h1 id="title">Welcome to <br>Viva New Vegas!</h1>
</div>
<div class="buttonContainer">
<div class="buttonWrapper">
<a id="next" class="welcomeButton" href="./intro.html"><strong>Full Guide</strong></a>
<span class="buttonText">Manual step-by-step setup</span>
</div>
<div class="buttonWrapper">
<a class="welcomeButtonWJ" href="./wabbajack.html"><strong>Wabbajack</strong></a>
<span class="buttonText">Automated modlist installation</span>
</div>
</div>
</div>
</body>
</html>