Skip to content

Commit 7eb5b43

Browse files
Rewrite version (it is not a full version, it was installed to observe errors, some errors may be seen, errors will be detected and fixed.)
Signed-off-by: LinuxUsersLinuxMint <143949134+LinuxUsersLinuxMint@users.noreply.github.com>
1 parent ccee293 commit 7eb5b43

File tree

82 files changed

+1066
-1541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1066
-1541
lines changed

404.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>404 Redirect</title>
7-
<script src="/404redirect.js"></script>
8-
</head>
9-
<body>
10-
11-
</body>
12-
</html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>404 Redirect</title>
7+
<script src="/404redirect.js"></script>
8+
</head>
9+
<body>
10+
11+
</body>
12+
</html>
Lines changed: 17 additions & 213 deletions
Original file line numberDiff line numberDiff line change
@@ -1,227 +1,31 @@
1-
body {
2-
text-align: center;
3-
font-family: Arial;
4-
}
5-
.homelink {
6-
text-align: center;
7-
color: rgb(151, 31, 207);
8-
text-decoration: none;
9-
}
10-
.error {
11-
color: rgb(151, 31, 207);
12-
}
13-
@media screen and (width: 240px) {
14-
body {
15-
background: url("/assets/Images/WalpaperImages/240x320/macosmonterey.jpg");
16-
}
17-
}
18-
@media screen and (width: 320px) {
19-
body {
20-
background: url("/assets/Images/WalpaperImages/320x240/macosmonterey.jpg");
21-
}
22-
}
23-
@media screen and (width: 344px) {
24-
body {
25-
background: url("/assets/Images/WalpaperImages/344x882/macosmonterey.jpg");
26-
}
27-
}
28-
@media screen and (width: 353px) {
29-
body {
30-
background: url("/assets/Images/WalpaperImages/353x745/monterey.jpg");
31-
}
32-
}
33-
@media screen and (width: 360px) {
34-
body {
35-
background: url("/assets/Images/WalpaperImages/360x640/macosmonterey.jpg");
36-
}
37-
}
38-
@media screen and (width: 375px) {
39-
body {
40-
background: url("/assets/Images/WalpaperImages/375x667/macosmonterey.jpg");
41-
}
42-
}
43-
@media screen and (width: 384px) {
44-
body {
45-
background: url("/assets/Images/WalpaperImages/384x640/macosmonterey.jpg");
46-
}
47-
}
48-
@media screen and (width: 390px) {
49-
body {
50-
background: url("/assets/Images/WalpaperImages/390x844/macosmonterey.jpg");
51-
}
52-
}
53-
@media screen and (width: 393px) {
54-
body {
55-
background: url("/assets/Images/WalpaperImages/393x786/macosmonterey.jpg");
56-
}
57-
}
58-
@media screen and (width: 411px) {
59-
body {
60-
background: url("/assets/Images/WalpaperImages/411x823/macosmonterey.jpg");
61-
}
62-
}
63-
@media screen and (width: 412px) {
64-
body {
65-
background: url("/assets/Images/WalpaperImages/412x915/macosmonterey.jpg");
66-
}
67-
}
68-
@media screen and (width: 414px) {
69-
body {
70-
background: url("/assets/Images/WalpaperImages/414x896/macosmonterey.jpg");
71-
}
72-
}
73-
@media screen and (width: 430px) {
74-
body {
75-
background: url("/assets/Images/WalpaperImages/430x932/macosmonterey.jpg");
76-
}
77-
}
78-
@media screen and (width: 480px) {
79-
body {
80-
background: url("/assets/Images/WalpaperImages/480x854/macosmonterey.jpg");
81-
}
82-
}
83-
@media screen and (width: 540px) {
84-
body {
85-
background: url("/assets/Images/WalpaperImages/540x960/macosmonterey.jpg");
86-
}
87-
}
88-
@media screen and (width: 548px) {
89-
body {
90-
background: url("/assets/Images/WalpaperImages/548x914/macosmonterey.jpg");
91-
}
92-
}
93-
@media screen and (width: 600px) {
94-
body {
95-
background: url("/assets/Images/WalpaperImages/600x1024/macosmonterey.jpg");
96-
}
97-
}
98-
@media screen and (width: 640px) {
99-
body {
100-
background: url("/assets/Images/WalpaperImages/640x1136/macosmonterey.jpg");
101-
}
102-
}
103-
@media screen and (width: 712px) {
104-
body {
105-
background: url("/assets/Images/WalpaperImages/712x1138/macosmonterey.jpg");
106-
}
107-
}
108-
@media screen and (width: 720px) {
109-
body {
110-
background: url("/assets/Images/WalpaperImages/720x1280/macosmonterey.jpg");
111-
}
112-
}
113-
@media screen and (width: 750px) {
114-
body {
115-
background: url("/assets/Images/WalpaperImages/750x1334/macosmonterey.jpg");
116-
}
117-
}
118-
@media screen and (width: 768px) {
119-
body {
120-
background: url("/assets/Images/WalpaperImages/768x1024/macosmonterey.jpg");
121-
}
122-
}
123-
@media screen and (width: 800px) {
124-
body {
125-
background: url("/assets/Images/WalpaperImages/800x1280/macosmonterey.jpg");
126-
}
127-
}
128-
@media screen and (width: 853px) {
129-
body {
130-
background: url("/assets/Images/WalpaperImages/853x1280/macosmonterey.jpg");
131-
}
132-
}
133-
@media screen and (width: 912px) {
134-
body {
135-
background: url("/assets/Images/WalpaperImages/912x1368/macosmonterey.jpg");
136-
}
137-
}
138-
@media screen and (width: 1024px) {
139-
body {
140-
background: url("/assets/Images/WalpaperImages/1024x768/macosmonterey.jpg");
141-
}
142-
}
143-
@media screen and (width: 1080px) {
144-
body {
145-
background: url("/assets/Images/WalpaperImages/1080x1920/macosmonterey.jpg");
146-
}
147-
}
148-
@media screen and (width: 1125px) {
149-
body {
150-
background: url("/assets/Images/WalpaperImages/1125x2436/macosmonterey.jpg");
151-
}
152-
}
153-
@media screen and (width: 1152px) {
154-
body {
155-
background: url("/assets/Images/WalpaperImages/1152x864/macosmonterey.jpg");
156-
}
157-
}
158-
@media screen and (width: 1242px) {
159-
body {
160-
background: url("/assets/Images/WalpaperImages/1242x2668/macosmonterey.jpg");
161-
}
162-
}
163-
@media screen and (width: 1280px) {
164-
body {
165-
background: url("/assets/Images/WalpaperImages/1280x1024/macosmonterey.jpg");
166-
}
167-
}
168-
@media screen and (width: 1366px) {
169-
body {
170-
background: url("/assets/Images/WalpaperImages/1366x768/macosmonterey.jpg");
171-
}
172-
}
173-
@media screen and (width: 1360px) {
174-
body {
175-
background: url("/assets/Images/WalpaperImages/1360x768/macosmonterey.jpg");
176-
}
177-
}
178-
@media screen and (width: 1400px) {
179-
body {
180-
background: url("/assets/Images/WalpaperImages/1400x1050/macosmonterey.jpg");
181-
}
182-
}
183-
@media screen and (width: 1440px) {
184-
body {
185-
background: url("/assets/Images/WalpaperImages/1440x2560/macosmonterey.jpg");
186-
}
187-
}
188-
@media screen and (width: 1600px) {
189-
body {
190-
background: url("/assets/Images/WalpaperImages/1600x900/macosmonterey.jpg");
191-
}
192-
}
1931
@media screen and (width: 1920px) {
1942
body {
1953
background: url("/assets/Images/WalpaperImages/1920x1080/macosmonterey.png");
4+
text-align: center;
5+
font-family: Arial;
1966
}
197-
}
198-
@media screen and (width: 2048px) {
199-
body {
200-
background: url("/assets/Images/WalpaperImages/2048x1152/macosmonterey.jpg");
7+
.homelink {
8+
text-align: center;
9+
color: rgb(151, 31, 207);
10+
text-decoration: none;
20111
}
202-
}
203-
@media screen and (width: 2160px) {
204-
body {
205-
background: url("/assets/Images/WalpaperImages/2160x3840/macosmonterey.jpg");
12+
.error {
13+
color: rgb(151, 31, 207);
20614
}
20715
}
16+
20817
@media screen and (width: 2560px) {
20918
body {
21019
background: url("/assets/Images/WalpaperImages/2560x1440/macosmonterey.jpg");
20+
text-align: center;
21+
font-family: Arial;
21122
}
212-
}
213-
@media screen and (width: 2932px) {
214-
body {
215-
background: url("/assets/Images/WalpaperImages/2932x2932/macosmonterey.jpg");
23+
.homelink {
24+
text-align: center;
25+
color: rgb(151, 31, 207);
26+
text-decoration: none;
21627
}
217-
}
218-
@media screen and (width: 3840px) {
219-
body {
220-
background: url("/assets/Images/WalpaperImages/3840x2160/macosmonterey.jpg");
221-
}
222-
}
223-
@media screen and (width: 5120px) {
224-
body {
225-
background: url("/assets/Images/WalpaperImages/5120x2880/macosmonterey.jpg");
28+
.error {
29+
color: rgb(151, 31, 207);
22630
}
22731
}

404redirect.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
var lang = navigator.language || navigator.userLanguage;
2-
if (lang == "tr-TR" | lang == "tr" | lang == "tr_TR")
3-
{
4-
document.location.href = "/404NotFound/404.html";
5-
}
6-
else if (lang == "en-EN" | lang == "en" | lang == "en_US" | lang == "en-US")
7-
{
8-
document.location.href = "/404NotFound/404.html";
1+
var lang = navigator.language || navigator.userLanguage;
2+
if (lang == "tr-TR" | lang == "tr" | lang == "tr_TR")
3+
{
4+
document.location.href = "/404NotFound/404.html";
5+
}
6+
else if (lang == "en-EN" | lang == "en" | lang == "en_US" | lang == "en-US")
7+
{
8+
document.location.href = "/404NotFound/404.html";
99
}

Contents/adwmgui/STEP_1/EN/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<script type="application/ld+json">
2020
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2121
</script>
22-
<link rel="stylesheet" href="/CSS/astt.css">
22+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2323
<title>LinuxUsersLinuxMint - AdWMGUI will be published today</title>
24-
<link rel="stylesheet" href="/CSS/TR/style.css">
24+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2525
</head>
2626
<body>
2727
<h1 class="astt">- AdWMGUI (Advanced Windows Manager GUI) will be published today -</h1>

Contents/adwmgui/STEP_1/TR/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<script type="application/ld+json">
2020
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2121
</script>
22-
<link rel="stylesheet" href="/CSS/astt.css">
22+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2323
<title>LinuxUsersLinuxMint - AdWMGUI Bugün yayınlanıcaktır</title>
24-
<link rel="stylesheet" href="/CSS/TR/style.css">
24+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2525
</head>
2626
<body>
2727
<h1 class="astt">- AdWMGUI (Advanced Windows Manager GUI) Bugün yayınlanıcaktır -</h1>

Contents/adwmgui/STEP_2/EN/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<script type="application/ld+json">
2020
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2121
</script>
22-
<link rel="stylesheet" href="/CSS/astt.css">
22+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2323
<title>LinuxUsersLinuxMint - AdWMGUI released</title>
24-
<link rel="stylesheet" href="/CSS/TR/style.css">
24+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2525
</head>
2626
<body>
2727
<h1 class="astt">- AdWMGUI (Advanced Windows Manager GUI) released -</h1>
@@ -44,6 +44,6 @@ <h2 class="astt" id="adwmguiplang">Which programming language was AdWMGUI coded
4444
<p>AdWMGUI is coded in Python and Tkinter (GUI library).</p>
4545
<br>
4646
<h2 class="astt" id="adwmguisrcandsoftware">AdWMGUI source code and software</h2>
47-
<p><a href="/DownloadSF/adwmgui.zip" download="adwmgui_src.7z" class="home">adwmgui_src_code.7z, </a><br><br><a href="/DownloadSF/adwm_gui_beta.7z" download="adwm_gui_beta.7z" class="home">adwm_gui_beta.7z (AdWMGUI software)</a></p>
47+
<p><a href="/DownloadSF/adwmgui.zip" download="adwmgui_src.7z" class="home">adwmgui_src_code.7z (cannot be shared on Github), </a><br><br><a href="/DownloadSF/adwm_gui_beta.7z" download="adwm_gui_beta.7z" class="home">adwm_gui_beta.7z (AdWMGUI software)</a></p>
4848
</body>
4949
</html>

Contents/adwmgui/STEP_2/TR/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<script type="application/ld+json">
2020
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2121
</script>
22-
<link rel="stylesheet" href="/CSS/astt.css">
22+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2323
<title>LinuxUsersLinuxMint - AdWMGUI yayımlandı</title>
24-
<link rel="stylesheet" href="/CSS/TR/style.css">
24+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2525
</head>
2626
<body>
2727
<h1 class="astt">- AdWMGUI (Advanced Windows Manager GUI) yayımlandı -</h1>
@@ -44,6 +44,6 @@ <h2 class="astt" id="adwmguiplang">AdWMGUI hangi programlama dili ile kodlandı?
4444
<p>AdWMGUI, Python ve Tkinter (GUI kütüphanesi) ile kodlanmıştır.</p>
4545
<br>
4646
<h2 class="astt" id="adwmguisrcandsoftware">AdWMGUI kaynak kodu ve yazılımı</h2>
47-
<p><a href="/DownloadSF/AdWMGUI/" class="home">AdWMGUI indirin (Tüm sürümler)</a></p>
47+
<p><a href="/DownloadSF/adwmgui.zip" download="adwmgui_src.7z" class="home">adwmgui_src_code.7z (Github 'da paylaşılamaz), </a><br><br><a href="/DownloadSF/adwm_gui_beta.7z" download="adwm_gui_beta.7z" class="home">adwm_gui_beta.7z (AdWMGUI yazılımı)</a></p>
4848
</body>
4949
</html>

Contents/adwmremove/EN/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<script type="application/ld+json">
1919
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2020
</script>
21-
<link rel="stylesheet" href="/CSS/astt.css">
21+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2222
<title>LinuxUsersLinuxMint - AdWM software has been removed</title>
23-
<link rel="stylesheet" href="/CSS/TR/style.css">
23+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2424
</head>
2525
<body>
2626
<h1 class="astt">- AdWM (Advanced Windows Manager) software has been removed -</h1>

Contents/adwmremove/TR/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<script type="application/ld+json">
1919
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2020
</script>
21-
<link rel="stylesheet" href="/CSS/astt.css">
21+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2222
<title>LinuxUsersLinuxMint - AdWM yazılımı kaldırılmıştır</title>
23-
<link rel="stylesheet" href="/CSS/TR/style.css">
23+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2424
</head>
2525
<body>
2626
<h1 class="astt">- AdWM (Advanced Windows Manager) yazılımı kaldırılmıştır -</h1>

Contents/adwmrewrite/EN/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<script type="application/ld+json">
1919
{"@context":"https://schema.org","@type":"WebSite","headline":"LinuxUsersLinuxMint.github.io","name":"LinuxUsersLinuxMint.github.io","url":"https://linuxuserslinuxmint.github.io/"}
2020
</script>
21-
<link rel="stylesheet" href="/CSS/astt.css">
21+
<link rel="stylesheet" href="/assets/CSS/astt.css">
2222
<title>LinuxUsersLinuxMint - AdWM will be rewritten (New Version)</title>
23-
<link rel="stylesheet" href="/CSS/TR/style.css">
23+
<link rel="stylesheet" href="/assets/CSS/TR/style.css">
2424
</head>
2525
<body>
2626
<h1 class="astt">- AdWM will be rewritten (New Version) -</h1>

0 commit comments

Comments
 (0)