-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (167 loc) · 9.36 KB
/
Copy pathindex.html
File metadata and controls
187 lines (167 loc) · 9.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Html MetaTags -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Seo Tags -->
<meta name="title" content="Minimalistic Wallpapers Gallery" />
<meta name="description"
content="Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them." />
<meta name="copyright" content="MainRoute Core " />
<meta name="keywords"
content="Minimalistic Wallpapers Gallery, Minimalistic, Wallpapers, Gallery, Minimalistic Wallpapers ,Wallpapers Gallery" />
<meta property="og:type" content="website" />
<meta name="keywords" content="minimalistic wallpapers,
minimal wallpapers,flat design wallpapers,digital art wallpapers,nature wallpapers,colorful wallpapers,aesthetic wallpapers,
wallpaper gallery,free wallpapers,HD wallpapers,4K wallpapers,modern wallpapers,desktop wallpapers,mobile wallpapers,wallpaper API,
random wallpaper API,wallpaper collection,minimal art backgrounds,flat art backgrounds, pro bandey, megamind-solution,rm4814591,M Ramzan Ch,
rm4814591, MainRoute-Core, mspot, Ramzan spot, pro-bandey-megamind-solution">
<meta property="og:url" content="https://mainroute-core.github.io/MWG/" />
<meta property="og:title" content="Minimalistic Wallpapers Gallery" />
<meta property="og:description"
content="Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them." />
<meta property="og:image"
content="http://res.cloudinary.com/dpu5ywrox/image/upload/v1766503372/u3gvvkbggjbhl8edtgdc.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mainroute-core.github.io/MWG/" />
<meta property="twitter:title" content="Minimalistic Wallpapers Gallery" />
<meta property="twitter:description"
content="Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them." />
<meta property="twitter:image"
content="http://res.cloudinary.com/dpu5ywrox/image/upload/v1766503372/u3gvvkbggjbhl8edtgdc.png" />
<!-- PreConnects -->
<link rel="preconnect" href="https://raw.githubusercontent.com">
<link rel="dns-prefetch" href="https://raw.githubusercontent.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- PWA Data -->
<link href="./manifest.json" rel="manifest" />
<link rel="canonical " href="https://mainroute-core.github.io/MWG/">
<link href="./src/icon.png" rel="data" />
<link href="./src/icon.png" rel="apple-touch-icon" sizes="180x180" />
<link href="./src/icon.png" rel="android-chrome-192x192" sizes="192x192" />
<link href="./src/icon.png" rel="android-chrome-512x512" sizes="512x512" />
<link href="./src/icon.png" rel="icon" sizes="32x32" />
<link href="./src/icon.png" rel="icon" sizes="16x16" />
<link href="./src/icon.png" rel="icon" />
<script>navigator.serviceWorker.register('/MWG/src/sw.js',{ type: 'module'});</script>
<link rel="preload" href="https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2" as="font" type="font/woff2" crossorigin>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./src/style.css">
<title>Minimalistic Wallpapers Gallery</title>
</head>
<body oncontextmenu="return false;" id="bodyo">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<header class="header" id="up">
<div class="meta">
<div class="img-div">
<img alt="" src="./src/icon.png">
<h1 class="site-name">Minimalistic Wallpapers Gallery</h1>
</div>
</div>
<input class="field searchbar" type="text" id="search-in" placeholder="Search gallery repository...">
<div class="toolbar">
<div class="select">
<select id="sort-by" aria-label="sort-by" class="field sort-by">
<option value="name">Name</option>
<option value="date">Date</option>
<option value="rawSize">File Size</option>
<option value="type">File Type</option>
<option value="folder">Folder</option>
<option value="resArea">Resolution</option>
</select>
</div>
<div class="sort">
<button id="sort-order" class="field sort-order"><span class="material-icons">arrow_downward</span></button>
</div>
<div class="layout">
<select id="layout-sel" aria-label="layouts" style="min-width:100px;" class="field layout-sel"></select>
</div>
<div class="theme-chn">
<button id="theme-tog" class="field theme-tog"><span class="material-icons">brightness_4</span></button>
</div>
</div>
</header>
<nav>
<a href="https://github.com/MainRoute-Core/MWG" title="Give a Star"
class="field rate"><span class="material-icons">star_rate</span></a>
<button title="Go To Up" class="field up" id="goUp"
style="position: fixed; bottom: 15px; right: 15px;"><span class="material-icons">north</span></button>
</nav>
<main style="min-height: 50vh;">
<div id="tabs" class="tabs-box"></div>
<div id="gallery"></div>
<!-- Lightbox -->
<div class="lightbox" id="lightbox">
<div class="lb-ctrl-mobile mobile-only">
<button class="field" onclick="openMenu(event, curIdx, 'lb')"><span
class="material-icons">more_vert</span></button>
<button class="field" onclick="closeLB()"><span class="material-icons">close</span></button>
</div>
<button class="field lb-close-desktop desktop-only" onclick="closeLB()"><span
class="material-icons">close</span></button>
<div style="position:relative; width:100%; display:flex; justify-content:center; align-items:center;">
<button class="lb-arrow lb-p" onclick="nav(-1)"><span class="material-icons">arrow_back_ios</span></button>
<img id="lb-img" src="">
<button class="lb-arrow lb-n" onclick="nav(1)"><span class="material-icons">arrow_forward_ios</span></button>
</div>
<div class="lb-actions-desktop desktop-only" id="lb-actions-dk"></div>
</div>
<div id="m3-menu" class="m3-menu"></div>
<div id="prop-popup" class="popup" aria-hidden="true">
<button onclick="closeProps()" class="field"><span class="material-icons">cancel</span></button>
<h3 class="popup-h3">Properties</h3>
<div id="prop-body"></div>
</div>
</main>
<hr />
<footer style="width:-webkit-fill-available; text-align:center;">
© 2025 <a href="https:github.com/MainRoute-Core/"
style="text-decoration:none; color:var(--accent); ">MainRoute Core®</a>. All Rights Reserved.<br><br>
Made with ♥ by Pro Bandey & <a aria-label="Visit M Ramzan Ch" href="https://mramzanch.blogspot.com/" style="text-decoration:none; color:var(--accent); "> M
Ramzan Ch</a>
</footer>
<a href="https://github.com/MainRoute-Core/" class="github-corner" aria-label="View source on GitHub">
<svg width="80" height="80" viewBox="0 0 250 250"
style="fill:var(--accent);color:var(--accent-txt);border:0;position:absolute;top:5px;right:5px"
aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin:130px 106px" class="octo-arm"></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
<script>
// Preload Material icons for speed; Preconnect googleapis/fonts
(() => {
const l = document.createElement('link'); l.rel = 'preconnect'; l.href = 'https://fonts.googleapis.com'; document.head.appendChild(l);
const l2 = document.createElement('link'); l2.rel = 'preconnect'; l2.href = 'https://fonts.gstatic.com'; l2.crossOrigin = 'anonymous'; document.head.appendChild(l2);
})();
</script>
<script src="./src/script.js"></script>
<script src="./src/toooltiper.js"></script>
<script>
document.getElementById("goUp").addEventListener("click", function () {
window.scrollTo({
top: 0,
behavior: "smooth"
});
});
window.onscroll = function () { myFunction() };
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("myBar").style.width = scrolled + "%";
}
</script>
</body>
</html>