-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (83 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="darkreader-lock"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#5C258D">
<meta name="description" content="Quality Linux Software" />
<link href="favicon.png" rel="shortcut icon">
<link href="favicon.png" rel="apple-touch-icon">
<link href="favicon.png" rel="apple-touch-icon-precomposed">
<link href="favicon.png" rel="icon" sizes="192x192">
<meta property="og:image" content="favicon.png">
<meta property="og:image" content="favicon.png">
<meta property="twitter:image:src" content="favicon.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="image" content="favicon.png">
<meta itemprop="image" content="favicon.png">
<meta name="og:image" content="favicon.png">
<meta name="description" content="Quality Linux Software">
<meta itemprop="name" content="Quality Linux Software">
<meta name="og:description" content="Quality Linux Software">
<meta name="og:title" content="TuxHub.net">
<meta name="og:site_name" content="TuxHub.net">
<meta name="og:type" content="website">
<meta name="og:url" content="https://TuxHub.net">
<title>TuxHub</title>
<link rel="stylesheet" type="text/css" href="normalize-min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Chivo:400,700">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Bungee+Shade">
<link rel="stylesheet" type="text/css" href="cayman-upx-min.css">
<style>
.glow {
-webkit-animation: glow 3s ease-in-out infinite alternate;
-moz-animation: glow 3s ease-in-out infinite alternate;
animation: glow 3s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from{text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #8B00FF, 0 0 40px #8B00FF, 0 0 50px #8B00FF, 0 0 60px #8B00FF, 0 0 70px #8B00FF;}
to{text-shadow: 0 0 20px #fff, 0 0 30px #BD00FF, 0 0 40px #BD00FF, 0 0 50px #BD00FF, 0 0 60px #BD00FF, 0 0 70px #BD00FF, 0 0 80px #BD00FF;}
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name glow"><a href="/" style="text-decoration:none;color:inherit;font-family:Bungee Shade">TuxHub</a></h1>
<h2 class="project-tagline">Quality Linux Software</h2>
</section>
<section class="main-content">
<div class="row">
<div class="column">
<h2>Work</h2>
<h3><a href="webbrowsers.html">Web Browsers</a></h3>
<h3><a href="https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README.md">🔗 Productivity</a></h3>
<h3><a href="https://github.com/madbob/awesome-linux-dev">🔗 Development Tools</a></h3>
<h3><a href="systemtools.html">System Tools</a></h3>
<h3><a href="networking.html">Networking</a></h3>
<h3><a href="security.html">Security</a></h3>
<h3><a href="science.html">🌟 Science</a></h3>
</div>
<div class="column">
<h2>Lifestyle</h2>
<h3><a href="games.html">🌟 Games</a></h3>
<h3><a href="education.html">Education</a></h3>
<h3><a href="booksreference.html">Books & Reference</a></h3>
<h3><a href="healthfitness.html">Health & Fitness</a></h3>
<h3><a href="newsweather.html">News & Weather</a></h3>
<h3><a href="entertainment.html">Entertainment</a></h3>
<h3><a href="multimedia.html">🌟 Multimedia</a></h3>
</div>
</div>
<h3>Quality Assurance</h3>
<ul>
<li>No emulated applications.</li>
<li>No applications that rely on paid/proprietary dependencies that are not included.</li>
</ul>
<footer class="site-footer">
Last updated: <i>Fri 19 Apr 18:14:58 UTC 2024</i> • Submit new content <a href="https://github.com/TuxHubNet/tuxhubnet.github.io/issues">here</a>.
</footer>
</section>
</body>
</html>