Skip to content

Commit 1efd8f0

Browse files
Changes to support page and readme file.
1 parent 7665aae commit 1efd8f0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CSS/sp.css

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.body {
44
background: url("/Images/macosmonterey.png");
5+
font-family: Arial;
56
}
67

78
.supportmenu, .supportmenu1 {
@@ -23,4 +24,10 @@
2324
.home:hover {
2425
color: var(--lx-web-link-hover);
2526
text-decoration: none;
27+
}
28+
.menutext {
29+
margin: -10px 0 0 0;
30+
}
31+
.menutext1 {
32+
margin: -17.5px 0 0 65px;
2633
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# LinuxUsersLinuxMint.github.io
22

3-
linuxuserslinuxmint.github.io web sitesidir.
3+
LinuxUsersLinuxMint resmi web sitesidir.
44

55
* Bu Projedeki Kodlar Kopyalanılabilir ancak proje kodlarının kaynağı belirtilmelidir.
66
* Bu projeye katkıda bulunulabilir (Katkılarınız bizim için çok değerli.) :)
77

8-
linuxusers is the linuxmint.github.io website.
8+
LinuxUsersLinuxMint is the official website.
99

1010
* Codes in this Project can be copied, but the source of the project codes must be specified.
1111
* You can contribute to this project (Your contributions are very valuable to us.) :)

support/index.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
<title>LinuxUsersLinuxMint - Support Page</title>
2222
<link rel="stylesheet" href="/CSS/sp.css">
2323
</head>
24-
<body>
25-
<body class="body">
26-
<div class="supportmenu">Support:<a class="home" href="/support/linuxuserslinuxmint/location.tr.html">/support/linuxuserslinuxmint/location.tr.html (Türkçe resmi dil olan ülkeler için konum değiştirme)</a></div>
27-
<div class="supportmenu1">Support:<a class="home" href="/support/linuxuserslinuxmint/location.en.html">/support/linuxuserslinuxmint/location.en.html (change location for English language countries)</a></div>
28-
</body>
24+
<body class="body">
25+
<div class="supportmenu"><p class="menutext">Destek:</p><a class="home" href="/support/linuxuserslinuxmint/location.tr.html"><p class="menutext1">/support/linuxuserslinuxmint/location.tr.html (Türkçe resmi dil olan ülkeler için konum değiştirme)</p></a></div>
26+
<div class="supportmenu1"><p class="menutext">Support:</p><a class="home" href="/support/linuxuserslinuxmint/location.en.html"><p class="menutext1">/support/linuxuserslinuxmint/location.en.html (change location for English language countries)</p></a></div>
2927
</body>
3028
</html>

0 commit comments

Comments
 (0)