-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (188 loc) · 12.1 KB
/
Copy pathindex.html
File metadata and controls
226 lines (188 loc) · 12.1 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META DATA -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SITE META -->
<meta name="url" content="https://virus5600.github.io/Random-Developments/">
<meta name="type" content="website">
<meta name="title" content="Random-Developments">
<meta name="description" content="All random personal libraries of Virus5600">
<!-- <meta name="image" content="/images/UI/banners/faculty.jpg"> -->
<!-- <meta name="image:alt" content="/images/UI/banners/faculty.jpg"> -->
<meta name="keywords" content="personal, library, libraries, javascript, jquery, css, css3, html, html5, read more, smooth scroll, scroll, virus5600">
<meta name="application-name" content="Random-Developments">
<!-- OG META -->
<meta name="og:url" content="https://virus5600.github.io/Random-Developments/">
<meta name="og:type" content="website">
<meta name="og:title" content="Random-Developments">
<meta name="og:description" content="All random personal libraries of Virus5600">
<!-- <meta name="og:image" content="images/UI/banners/faculty.jpg">
<meta name="og:image:alt" content="images/UI/banners/faculty.jpg"> -->
<!-- jQuery 3.6.0 -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- Removes the code that shows up when script is disabled/not allowed/blocked -->
<script type="text/javascript" id="for-js-disabled-js">$('head').append('<style id="for-js-disabled">#js-disabled { display: none; }</style>');$(document).ready(function() {$('#js-disabled').remove();$('#for-js-disabled').remove();$('#for-js-disabled-js').remove();});</script>
<!-- popper.js 1.16.0 -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<!-- Bootstrap 4.4 -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Darkly Theme for Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@4.6.0/dist/darkly/bootstrap.min.css">
<!-- Sweet Alert 2 -->
<link href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-dark@4/dark.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10/dist/sweetalert2.min.js"></script>
<!-- Highlight.js 10.7.2 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/androidstudio.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script>
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/d4492f0e4d.js" crossorigin="anonymous"></script>
<!-- Easy Debug 1.0 -->
<script type="text/javascript" src="Easy-Debug-Library/easy-debug.js"></script>
<!-- Smooth Scroll 1.0 -->
<script type="text/javascript" src="Smooth-Scroll-Library/smooth-scroll.js"></script>
<!-- Local CSS -->
<link rel="stylesheet" href="docs/css/styles.css" type="text/css">
<!-- Favicon -->
<link rel='icon' type='image/png' href='https://avatars.githubusercontent.com/u/19548426?v=4'>
<!-- Title -->
<title>Random-Developments | Home</title>
</head>
<body class="custom-scrollbar">
<!-- SHOWS THIS INSTEAD WHEN JAVASCRIPT IS DISABLED -->
<div id="js-disabled">
<style type="text/css">
/* Make the element disappear if JavaScript isn't allowed */
.js-only {
display: none!important;
}
</style>
<div class="row h-100">
<div class="col-12 col-md-4 offset-md-4 py-5 my-auto">
<div class="card shadow my-auto">
<h4 class="card-header card-title text-center">Javascript is Disabled</h4>
<div class="card-body">
<p class="card-text">This website required <b>JavaScript</b> to run. Please allow/enable JavaScript and refresh the page.</p>
<p class="card-text">If the JavaScript is enabled or allowed, please check your firewall as they might be the one disabling JavaScript.</p>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column min-vh-100 js-only">
<!-- Navigation Bar (TOP) -->
<nav class="navbar navbar-expand-lg position-sticky position-lg-relative dark-shadow py-0 px-3 display-lg-none" id="navbar">
<!-- Branding -->
<a class="navbar-brand m-0 py-0 text-light" href="{{route('dashboard')}}">Random Developments</a>
<!-- Navbar Toggler -->
<button class="sidebar-toggler" type="button" data-toggle="sidebar-collapse" data-target="#sidebar" aria-controls="sidebar" aria-label="Toggle Sidebar" id="sidebar-toggler">
<i class="navbar-toggler-icon fas fa-bars text-light"></i>
</button>
</nav>
<div class="d-flex flex-d-row flex-grow-1 overflow-none">
<!-- Navigation Bar (SIDE) -->
<div class="sidebar dark-shadow custom-scroll d-flex flex-d-col py-3 px-0 collapse-horizontal overflow-y-auto" id="sidebar">
<span class="cursor-pointer" data-scroll-to="#easy-debug" data-scroll-parent="container" data-click-condition="$($('#sidebar-toggler').attr('data-target')).hasClass('show')" data-click-action="$('#sidebar-toggler').trigger('click');">Easy Debug</span>
<span class="cursor-pointer" data-scroll-to="#readmore" data-scroll-parent="container" data-click-condition="$($('#sidebar-toggler').attr('data-target')).hasClass('show')" data-click-action="$('#sidebar-toggler').trigger('click');">Readmore</span>
<span class="cursor-pointer" data-scroll-to="#smooth-scroll" data-scroll-parent="container" data-click-condition="$($('#sidebar-toggler').attr('data-target')).hasClass('show')" data-click-action="$('#sidebar-toggler').trigger('click');">Smooth Scroll</span>
</div>
<!-- Page Contents -->
<div class="content flex-fill custom-scrollbar" id="container">
<div class="container-fluid my-4">
<h1 class="h1-lg h4 text-center">Random Developments</h1>
<h5 class="h5-lg h6 text-center">Maintained by <a class="text-light" href="https://github.com/Virus5600">Virus5600</a></h5>
<!-- EASY DEBUG -->
<div class="row mb-5">
<div class="col">
<h3 id="easy-debug" class="font-weight-bold">Easy Debug</h3>
<p>Allows the use of console.log with colors to easily determine what type of message it is.</p>
<p>There are four variations of the debug message:</p>
<ul>
<li><input type="button" class="btn btn-secondary btn-sm py-0 px-1" data-sample="easy-debug" data-ed-type="message" data-ed-message="This is a normal message" value="Message"/> - Displays a gray colored normal message log to the console.</li>
<li><input type="button" class="btn btn-primary btn-sm py-0 px-1" data-sample="easy-debug" data-ed-type="info" data-ed-message="This is an information message" value="Information"/> - Displays a light-blue colored message to the console.</li>
<li><input type="button" class="btn btn-warning btn-sm py-0 px-1" data-sample="easy-debug" data-ed-type="warning" data-ed-message="This is a warning message" value="Warning"/> - Displays a yellow warning colored message to the console.</li>
<li><input type="button" class="btn btn-danger btn-sm py-0 px-1" data-sample="easy-debug" data-ed-type="error" data-ed-message="This is an error message" value="Error"/> - Displays a light-red colored message to the console.</li>
</ul>
<br>
<h5>Example</h5>
<p>Feel free to click the buttons above to see what they look like.</p>
<div class="bg-android-studio overflow-y-auto overflow-x-none custom-scrollbar rounded" id="easy-debug-output">
</div>
<br>
<h5>Installation</h5>
<div class="btn-group">
<pre class="w-min-content my-0 py-0 rounded"><code class="html"><script type="text/javascript" src="https://virus5600.github.io/Random-DevelopmentsEasy-Debug-Library/easy-debug.js"></script></code></pre>
<button class="btn btn-secondary py-1" data-toggle="tooltip" title="Copy Script" data-copy-for="easy-debug-script"><i class="fas fa-copy"></i></button>
</div><br>
<input id="easy-debug-script" type="text" class="hidden" value='<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Easy-Debug-Library/easy-debug.js"></script>'/>
</div>
</div>
<hr class="hr-thick-50 bg-light">
<!-- READMORE -->
<div class="row my-5">
<div class="col">
<h3 id="readmore" class="font-weight-bold">Readmore</h3>
<p>Readmore let's you add basic "Read More" fadeout at the bottom of your div containers.</p>
<br>
<h5>Example</h5>
<div class=""></div>
<br>
<h5>Dependencies</h5>
<ul>
<li><a href="https://jquery.com/" target="_blank">jQuery (v3.0+)</a></li>
</ul>
<br>
<h5>Installation</h5>
<div class="btn-group">
<pre class="w-min-content my-0 py-0 rounded"><code class="html"><script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script></code></pre>
<button class="btn btn-secondary py-1" data-toggle="tooltip" title="Copy Script" data-copy-for="smooth-scroll-script"><i class="fas fa-copy"></i></button>
</div><br>
<input id="smooth-scroll-script" type="text" class="hidden" value='<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script>'/>
</div>
</div>
<hr class="hr-thick-50 bg-light">
<!-- SMOOTH SCROLL -->
<div class="row my-5">
<div class="col">
<h3 id="smooth-scroll" class="font-weight-bold">Smooth Scroll</h3>
<p>Smooth-Scroll.js allows smooth scrolling towards an element or object in the same page. To use, just add a <code class="html">data-scroll-to</code> tag and then a unique selector to prevent script confusion as this is still in its early testing phase.</p>
<br>
<h5>Example</h5>
<div class="row">
<div class="col-12 col-lg-6">
<pre class="html numbered bg-android-studio custom-scrollbar rounded">
<code class="html"><body></code>
<code class="html"> <img src="https://via.placeholder.com/150" id="sample-image"/></code>
<code class="html"> <div style="margin-top:100vh; margin-bottom:100vh;"></div></code>
<code class="html"> <button data-scroll-to="#sample-image">Back To Top</button></code>
<code class="html"></body></code>
</pre>
</div>
<div class="col-12 col-lg-6">
<iframe src="docs/sample/smooth-scroll.html" style="max-height: 12.5rem; min-height: 12.5rem;" class="w-100"></iframe>
</div>
</div>
<br>
<h5>Dependencies</h5>
<ul>
<li><a href="https://jquery.com/" target="_blank">jQuery (v3.0+)</a></li>
</ul>
<br>
<h5>Installation</h5>
<div class="btn-group">
<pre class="w-min-content my-0 py-0 rounded"><code class="html"><script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script></code></pre>
<button class="btn btn-secondary py-1" data-toggle="tooltip" title="Copy Script" data-copy-for="smooth-scroll-script"><i class="fas fa-copy"></i></button>
</div><br>
<input id="smooth-scroll-script" type="text" class="hidden" value='<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script>'/>
</div>
</div>
<hr class="hr-thick-50 bg-light">
</div>
</div>
</div>
</div>
<script src="docs/js/scripts.js"></script>
</body>
</html>