Skip to content

Commit

Permalink
improve wiki/index.html footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop committed Aug 16, 2024
1 parent a891a9a commit f03cb2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>SaveDesktop app for Linux</title>
<meta name="description" content="SaveDesktop lets you save your current configuration (themes, icons, wallpapers, all desktop environment settings, extensions, etc.) with one click." />
<meta name="author" content="vikdevelop" />
<title>SaveDesktop for Linux saves desktop configurations</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/icons/io.github.vikdevelop.SaveDesktop.svg" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
Expand Down
20 changes: 11 additions & 9 deletions wiki/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<html><head>
<title>SaveDesktop wiki</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/icons/io.github.vikdevelop.SaveDesktop.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/icons/io.github.vikdevelop.SaveDesktop.svg">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -62,7 +60,7 @@ <h1>SaveDesktop wiki</h1>
<th>Page</th>
</tr>
</thead>
<tbody id="folder-list"></tbody>
<tbody id="folder-list"><tr><td><span class="directory"><a href="https://vikdevelop.github.io/SaveDesktop/wiki/archive-encryption/">archive-encryption/</a></span></td></tr><tr><td><span class="directory"><a href="https://vikdevelop.github.io/SaveDesktop/wiki/configuration-in-cli/">configuration-in-cli/</a></span></td></tr><tr><td><span class="directory"><a href="https://vikdevelop.github.io/SaveDesktop/wiki/flatpak-apps-installation/">flatpak-apps-installation/</a></span></td></tr><tr><td><span class="directory"><a href="https://vikdevelop.github.io/SaveDesktop/wiki/periodic-saving/">periodic-saving/</a></span></td></tr><tr><td><span class="directory"><a href="https://vikdevelop.github.io/SaveDesktop/wiki/synchronization/">synchronization/</a></span></td></tr></tbody>
</table>

<script>
Expand Down Expand Up @@ -93,6 +91,10 @@ <h1>SaveDesktop wiki</h1>


<br>
<a href="https://vikdevelop.github.io/SaveDesktop"><b>The Website Homepage</b></a>
</body>
</html>
<ul style="list-style-type: none; padding: 0; display: flex;">
<li style="margin-right: 20px;"><a href="https://github.com/vikdevelop/SaveDesktop?tab=readme-ov-file#sending-issues"><b>Report an Issue</b></a></li>
<li style="margin-right: 20px;"><a href="https://vikdevelop.github.io/SaveDesktop"><b>SaveDesktop Installation</b></a></li>
<li style="margin-right: 20px;"><a href="https://github.com/vikdevelop/SaveDesktop/tree/webpage/wiki"><b>Browse Source Code</b></a></li>
</ul>

</body></html>

0 comments on commit f03cb2b

Please sign in to comment.