-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
42 lines (42 loc) · 3.91 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
<!DOCTYPE html>
<!DOCTYPE THERE ARE COMMENTS LEFT BY OWNER, JINXCADE>
<html>
<head>
<!DOCTYPE TITLE AND META PROPS AND STUFF>
<title>JinxCade's Site | About</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE FAVICON AND WIDTH FIX>
<link rel="icon" type="image/png" href="favicon.png">
<meta http-equiv="Content-Type" content="text/html" />
<!DOCTYPE CSS AND JS LOAD>
<link href="css.css" rel="stylesheet" type="text/css" media="all">
<link href="js.js" rel="stylesheet" type="text/js" media="all">
</head>
<body>
<!DOCTYPE NAVIGATION BAR>
<div class="topnav">
<a class="heading_font" href="index.html">Home</a>
<a class="heading_font active" href="about.html">About</a>
<a class="heading_font" href="apps.html">Apps</a>
<a class="heading_font" href="archives.html">Archives</a>
<a class="heading_font" href="sites.html">Sites</a>
<a class="heading_font" href="changelog.html">Changelog</a>
<a class="heading_font" href="chat.html">Chat</a>
<a class="heading_font" href="more.html">More</a>
</div>
<br><br>
<!DOCTYPE MAIN DIV>
<div style="padding:0px;margin-top:5%"></div>
<h1 class="heading_font sticky rough text_center color_accent1">About JinxCade's site</h1>
<div class="jc_anim rough"><h1 class="color_accent1 soft_font"><img src="favicon.png" width=32 height=32>JinxCade</h1></div>
<p class="border rough text_center color_accent1 smaller_size">So more JinxCade huh?<br>Well, All of this is custom-made, and I will NOT be programming you a free website (unless you offer something good or ik you well)..<br>I also got back to programming, so excuse some issues (if there are any, I check everything to make sure there isn't any)<br>This site (should) be under the Venith subdomain, as Venith is better than the others in terms of compatability (given this site isn't there, I guess I won't bother)<br>Other than that, enjoy this HUGE new improvement compared to my old site!<br>This site will get periodic updates, such as but not limited to: CSS updates, JS updates, improvements to peformance (probably to my poor JavaScript skills and lazy CSS programming)<br>The site is also meant to take up less than 20MB (160Mbits) total!<br>Venith is a group that started back in 202X, as a group about cool projects and a friendly community!<br>Also, this site will never ever allow piracy, go bother some other place with that stuff. *the only reason why you should pirate is- no reason.*<p><br>
<p class="border rough text_center color_accent1 smaller_size">Oh yeah, dont forget all of the people who helped so far!<br>MattTheTekie - Auto site update, Site hosting<br>Hullbreach - For bringing me to this all by making DSiPaint and 3DSPaint accessible even after a decade and a half<br>DigitalCheese - For bringing me in a group of people who knows code<br>You! - For being here to try new and growing sites or programs, or your just here to actively use this site for what it has! Thanks!<br><br>A donate button will be here later, but consider supporting MattTheTekie's works, DSiPaint/3DSPaint and other sites, brighten up someones day!<br><br>If you have ideas, let me know by sending an DM to jinxcade on Discord<br><br><a href="https://jinxcade-testing.carrd.co">You can learn about me here</a></p><br>
<p class="cursive_font border rough text_center color_accent1 smaller_size">People who visited since the beginning of 2024: <img src="https://www.easycounter.com/counter.php?jinxcade2" border="0" alt="HTML Hit Counters"><br></p><br><br><br>
<!DOCTYPE FIXED TEXT>
<div class="fixed">
<p class="soft_font rect_loose color_accent1">Made by JinxCade! 2023-2024</p>
<p class="cool_font rect_loose color_venith1">Powered by venith!</p>
</div>
</div>
</body>
</html>