-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (89 loc) · 4.34 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
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="zh-cmn-hans" class="font-auto">
<head>
<meta charset="UTF-8">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="Venith Network">
<meta property="og:title" content="Venith Network">
<meta property="og:description" content="Venith was created by MattTheTekie, Austcool Walker, and Digital Cheese! Please stay tuned for future projects/other services we will be creating if you are interested.">
<meta property="og:image" content="http://cdn.venith.net/www.venith.net/assets/images/banner.png">
<meta property="og:image:alt" content="Venith">
<meta property="og:url" content="http://www.venith.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Austcool Walker + Digital Cheese + Venith">
<meta property="keywords" content="90s Web, 2000s, Political, Digital Cheese, TDK, Venith, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
<link rel="icon" type="image/png" href="http://cdn.venith.net/www.venith.net/assets/images/banner.png"/>
<link href="http://cdn.venith.net/www.venith.net/assets/css/moeta.css" rel="stylesheet" type="text/css"/>
<title>Home - Venith</title>
</head>
<style>
</style>
<body>
<header>
<div class="moeta-name">
<h1>Home - Venith Network</h1>
</div>
</header>
<!-- Navigation Bar -->
<nav id="navbar">
<ul id="menu">
<li><a href="http://www.venith.net">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://home.venith.net/projects/">Projects</a></li>
<li><a href="https://status.venith.net">Status</a></li>
</ul>
</nav>
<!-- Rainbow Bar -->
<img src="http://cdn.venith.net/www.venith.net/assets/images/tenor.gif" alt="Rainbow Bar" class="rainbow-bar"/>
<main>
<h2>🤖 Welcome</h2>
<p>Welcome to the Venith Network! Our corner of the internet is a unique and inclusive space to explore technology and much more.</p>
<p>We are a development group and a community-driven infrastructure project focusing on Linux and Android. Over the years, we have engaged in numerous projects. Sit back, relax, and enjoy being part of our chill community. We hope you stick around for an exciting future ahead!</p>
<!-- Grid Layout for Main Areas, Services, Partners -->
<div class="grid-container">
<!-- Main Area Column -->
<div class="grid-item">
<h2>🌐 Quick Links:</h2>
<a href="/services.html">Services</a><br>
<a href="/articles/">Articles</a><br>
<a href="/blog/">Blog</a> (<a href="/blog/blog.xml">RSS</a>)<br>
<a href="/podcast/">Podcast</a> (<a href="/podcast/podcast.xml">RSS</a>)<br>
<a href="/archive/">Archive</a><br>
</div>
<!-- Member Area Column -->
<div class="grid-item">
<h2>💾 Members Area:</h2>
<a href="http://home.venith.net">MattTheTekie</a><br>
<a href="http://n3rdp0rt4l-hq.gitlab.io/n3rdp0rt4l/">Austcool-Walker</a><br>
<a href="http://digitalcheese.xyz">Digital Cheese</a><br>
<a href="#">Gato-Senpai</a><br>
<a href="http://jinxcade.venith.net">JinxCade</a><br>
</div>
<!-- Partners Column -->
<div class="grid-item">
<h2>💼 Partners:</h2>
<a href="https://omada.cafe">Omada</a><br>
Coming Soon!! 🚧</a><br>
Coming Soon! 🚧</a><br>
Coming Soon! 🚧</a><br>
Coming Soon! 🚧</a><br>
</div>
</div>
<h2>🔑 Join Our Scene:</h2>
<p>Join our Discord hangout today for a welcoming community and exciting conversations!</p>
<center>
<p><a href="https://discord.com/invite/Xjfy4sJpWx">
<img src="http://cdn.venith.net/www.venith.net/assets/images/banner.png" alt="Join Discord Banner"/>
</a></p>
</center>
</main>
<footer>
<p>© <span id="year">20??</span> <a href=""#">Venith Network</a> - All Rights Reserved.</p>
<p>Made By <a href="https://github.com/MattTheTekie/" target="_blank">MattTheTekie</a>.</p>
</footer>
<script>
let year = document.getElementById("year");
year.innerHTML = new Date().getFullYear();
</script>
</body>
</html>