-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (108 loc) · 4.15 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>ZClassroom</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://image.ibb.co/nqbdHJ/titlelogo.png" rel="icon">
<link href="https://raw.githack.com/Arza-3d/ar3.js/master/stylesheets/ar3.min.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<style>
.filter-r3 input[type="text"] {
max-width: 10px;
border-radius: 5px;
}
.filter-r3 input[type="text"]:focus {
max-width: none;
}
</style>
</head>
<body
data-repo-r3="https://github.com/Arza-3d/ZClassroom"
data-headers-r3="> div > h2| > div > h3 "
data-accordion-r3="main > div > h3"
>
<script src="https://raw.githack.com/Arza-3d/ar3.js/master/ar3header.js"></script>
<header>
<h1>ZClassroom</h1>
<h4>mastering ZBrush skillz</h4>
</header>
<main class="aside-nav-target-r3">
<div data-title-r3="Official Courses">
<h2>⚔️ Main Quest: ZClassroom</h2>
<h3>⚔️ the journey start...</h3>
<section>
<table class="filter-r3 sort-r3" data-JSON-r3="ZClassroom"
data-JSON-must-include-key-r3='section'
data-JSON-must-include-val-r3='getting started'
data-column-sort-r3='2'
>
<thead>
<th data-JSON-r3="_title+_link">title</th>
<th data-JSON-r3="difficulity">difficulity</th>
<th data-JSON-r3="_maxProgress">video count</th>
<th data-JSON-r3="_progress">progress</th>
</thead>
</table>
</section>
<h3>⚔️ Mastering Sculpting Magic</h3>
<section>
<table class="filter-r3 sort-r3" data-JSON-r3="ZClassroom"
data-JSON-must-include-key-r3='section'
data-JSON-must-include-val-r3='digital sculpting and modelling'
data-column-sort-r3='2'
>
<thead>
<th data-JSON-r3="_title+_link">title</th>
<th data-JSON-r3="difficulity">difficulity</th>
<th data-JSON-r3="_maxProgress">video count</th>
<th data-JSON-r3="_progress">progress</th>
</thead>
</table>
</section>
<!--
<h3>all courses in ZClassroom</h3>
<section>
<table class="filter-r3" data-JSON-r3="ZClassroom">
<thead>
<th data-JSON-r3="_title+_link">title</th>
<th data-JSON-r3="difficulity">difficulity</th>
<th data-JSON-r3="_maxProgress">video count</th>
<th data-JSON-r3="_progress">progress</th>
</thead>
</table>
</section>
-->
</div>
<div data-title-r3="shortcut">
<h2>🔥 magic spell</h2>
<h3>🔥 shortcut</h3>
<section>
<table class="filter-r3 sort-r3" data-JSON-r3="ZShortcut" data-column-sort-r3="2">
<thead>
<th data-JSON-r3="command">magic</th>
<th data-JSON-r3="_shortcut">🔥 spell</th>
<!--
<th data-JSON-r3="magic_type">magic type</th>
-->
</thead>
</table>
</section>
</div>
<div data-title-r3="FAQ">
<h2>💀 random monster</h2>
<h3>stoping right click popup</h3>
<section>
<p>How to kill</p>
<code>Preferences</code> > <code>Interface</code> > <code>Navigation</code> > <code>Enable RightClick Popup</code>
</section>
</div>
</main>
<script src="https://raw.githack.com/Arza-3d/ar3.js/master/ar3.min.js"></script>
<script src="database/ZClassroom.json"></script>
<script src="database/ZShortcut.json"></script>
<script src="https://raw.githack.com/Arza-3d/ar3.js/master/modular/table-JSON/ar3-JSON-table-5-must-include.js"></script>
<script src="https://raw.githack.com/Arza-3d/ar3.js/master/modular/table-sort/ar3-table-sort-3.js"></script>
<script src="https://raw.githack.com/Arza-3d/ar3.js/master/modular/table-filter/ar3-table-filter-1.js"></script>
</body>
</html>