-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlibrary.html
112 lines (96 loc) · 7.22 KB
/
library.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Library of Resources</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="/css/light.css">
<link rel="stylesheet" href="/css/general.css">
</head>
<body>
<div id="library-header" class="container-fluid border-bottom text-center mt-2">
<h1 class="pt-1">Library of resources</h1>
<small class="font-italic">"The greatest mahjong players rely on 3 things: otherworldly luck, unfathomable skill, and a cute anime girl table mat."</small>
<p><a href="/index.html">Back to Home</a><br>
<a href="https://files.riichi.moe/mjg/" target="_blank">Backup</a> / <a href="https://github.com/vg-mjg/majsoul-plus-mods">Github Mods Backup</a></p>
<div class="row text-left">
<div class="custom-control custom-switch align-bottom">
<input type="checkbox" class="custom-control-input" id="ThemeSwitch">
<label class="custom-control-label" for="ThemeSwitch">おはよう</label>
</div>
</div>
</div>
<div id="library-body" class="container-fluid mt-2 mb-5">
<div class="row">
<div id="side-menu" class="col-3 h-25 shadow-sm sticky-top">
<div class="nav flex-column" id="resources" role="tablist" aria-orientation="vertical">
<a class="nav-link" id="resources-game-tab" data-toggle="pill" href="#resources-game" role="tab" aria-controls="resources-game" aria-selected="true">Game Resources and Tools</a>
<a class="nav-link" id="resources-strategy-tab" data-toggle="pill" href="#resources-strategy" role="tab" aria-controls="resources-strategy" aria-selected="false">Mahjong Strategy Guides and Books</a>
<a class="nav-link" id="resources-toolz-tab" data-toggle="pill" href="#resources-toolz" role="tab" aria-controls="resources-toolz" aria-selected="false">Training Tools</a>
<a class="nav-link" id="resources-gguides-tab" data-toggle="pill" href="#resources-gguides" role="tab" aria-controls="resources-gguides" aria-selected="false">General Guides</a>
<a class="nav-link" id="resources-majplus-tab" data-toggle="pill" href="#resources-majplus" role="tab" aria-controls="resources-majplus" aria-selected="false">Majsoul Plus Mods</a>
<a class="nav-link" id="resources-media-tab" data-toggle="pill" href="#resources-media" role="tab" aria-controls="resources-media" aria-selected="false">Movies and Other Media</a>
<a class="nav-link" id="resources-mleague-tab" data-toggle="pill" href="#resources-mleague" role="tab" aria-controls="resources-mleague" aria-selected="false">M-League</a>
<a class="nav-link" id="resources-mjg-tab" data-toggle="pill" href="#resources-mjg" role="tab" aria-controls="resources-mjg" aria-selected="false">/mjg/ Projects</a>
<a class="nav-link" id="resources-offline-tab" data-toggle="pill" href="#resources-offline" role="tab" aria-controls="resources-offline" aria-selected="false">Offline Game Downloads</a>
</div>
<br>
<a href="https://files.riichi.moe/cunny/altina_2.jpg" target="_blank" class="justify-content-md-center w-75">
<img src="https://files.riichi.moe/cunny/altina_2.jpg" alt="lolilibrary" class="img-fluid">
</a>
</div>
<!--
#########################################################
#########################################################
##################### Check out the #####################
###################### .html files ######################
############### to add/edit/delete stuff ################
#########################################################
#########################################################
-->
<div class="col-9">
<div class="tab-content bg-transparent" id="resourcesContent">
<div class="tab-pane fade show" id="resources-game" role="tabpanel" aria-labelledby="resources-game-tab">
<!-- resources/resources-game.html -->
</div>
<div class="tab-pane fade" id="resources-strategy" role="tabpanel" aria-labelledby="resources-strategy-tab">
<!-- resources/resources-strategy.html -->
</div>
<div class="tab-pane fade" id="resources-toolz" role="tabpanel" aria-labelledby="resources-toolz-tab">
<!-- resources/resources-toolz.html -->
</div>
<div class="tab-pane fade" id="resources-gguides" role="tabpanel" aria-labelledby="resources-gguides-tab">
<!-- resources/resources-gguides.html -->
</div>
<div class="tab-pane fade" id="resources-majplus" role="tabpanel" aria-labelledby="resources-majplus-tab">
<!-- resources/resources-majplus.html -->
</div>
<div class="tab-pane fade" id="resources-media" role="tabpanel" aria-labelledby="resources-media-tab">
<!-- resources/resources-media.html -->
</div>
<div class="tab-pane fade" id="resources-mleague" role="tabpanel" aria-labelledby="resources-mleague-tab">
<!-- resources/resources-mleague.html -->
</div>
<div class="tab-pane fade" id="resources-mjg" role="tabpanel" aria-labelledby="resources-mjg-tab">
<!-- resources/resources-mjg.html -->
</div>
<div class="tab-pane fade" id="resources-offline" role="tabpanel" aria-labelledby="resources-offline-tab">
<!-- resources/resources-offline.html -->
</div>
</div>
</div>
</div>
<img src="https://counter.honk.li/cmoe?name=mjgrepo&theme=r34" id="counter" class="d-flex m-auto">
<a id="back-to-top" href="#" class="back-to-top" role="button"><img src="/gifs/meido.png" alt="Go to top"></a>
</div>
<!-- Optional JavaScript -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
<script src="js/library.js"></script>
</body>
</html>