-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
84 lines (80 loc) · 4.19 KB
/
about.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
<!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>About - Venith</title>
</head>
<style>
</style>
<body>
<header>
<div class="moeta-name">
<h1>About - 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>🛡️ Who we are:</h2>
<ul>
<li>🌎 We are geeks, tinkerers, modders, hackers, and plain out pioneers.</br>
<h2 id="-what-i-m-doing">👾 What we're doing:</h2>
</li>
<li>🐱💻 We are developers, and plain out geeks.</li>
<li>🐧 Fun fact: Our founder likes to maintain the cross-server infrastructure.</li>
</ul>
<center>
<div>
<a href="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/rn_image_picker_lib_temp_b616512e-67da-4f1c-8352-72970e5b767f.jpg" target="_blank">
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/rn_image_picker_lib_temp_b616512e-67da-4f1c-8352-72970e5b767f.jpg" width="30%" align="center"></a>
<a href="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/Screenshot_2023-01-01-09-39-26-367_com.mxtech.videoplayer.pro.jpg" target="_blank">
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/Screenshot_2023-01-01-09-39-26-367_com.mxtech.videoplayer.pro.jpg" width="30%" align="center"></a>
</div>
<div>
<a href="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/desktop.png" target="_blank">
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/desktop.png" width="30%" align="center"></a>
<a href="https://raw.githubusercontent.com/MattTheTekie/MattTheTekie/master/Personal-Scripts/Images/1.webp" target="_blank">
<img src="https://raw.githubusercontent.com/MattTheTekie/MattTheTekie/master/Personal-Scripts/Images/1.webp" width="30%" align="center"></a>
</div>
</div>
</center>
</p>
<h2>🔑 Join our scene:</h2>
<p>Join our Discord hangout today.</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>