-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (80 loc) · 3.84 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources</title>
<link rel="stylesheet" href="scripts/CSS.css">
<link rel="stylesheet" href="scripts/cross.css">
<link rel="stylesheet" href="scripts/bottomnav.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link rel="shortcut icon" href="image/icon.png" type="image/x-icon">
</head>
<body>
<div class="topnav">
<a href="https://worship.pages.dev/" id="cross"><i class="fa-solid fa-cross"></i> Jesus <i class="fa-solid fa-cross"></i></a>
<a href="Pages/blog.html"><i class="fa-solid fa-book"></i> Blog</a>
<a href="Pages/resources.html">Resources</a>
<a href="Pages/downloads.html"><i class="fa-solid fa-download"></i> Public Downloads</a>
<h3>Resources</h3>
</div>
<p class="mainpage">Welcome To Resources it is a random website where i post my configuration files and just random cool stuff and educational resources for everyone to use.</p>
<p class="bottommainpage">If you would like to contribute here is the <a href="https://github.com/El3ctricFX/resources">Source Code</a> and if you want to make it easier for me (Then submit through <a href="https://github.com/El3ctricFX/resources/pulls">Pull Request</a> on Github) or if you just have a suggestion you can submit it on the <a href="https://github.com/El3ctricFX/resources/issues">Issues</a> page as a Feature Request and ill review it</p>
<p>
<a href="https://github.com/El3ctricFX/resources/issues">Things i plan to change</a> / <a href="https://github.com/El3ctricFX/resources/blob/main/CHANGELOG.md">Change Log</a>
</p>
<!----------------------------------------------------------------------------------------------------------->
<!------------------------------------------------ Shortcuts ------------------------------------------------>
<!----------------------------------------------------------------------------------------------------------->
<b>
<details>
<summary>Shortcuts</summary>
<div>
<hr>
<ul>
<li>
<a href="Pages/resources/Production/Tech.html">Techy Stuff</a> / <a href="Pages/resources/Production/resources/Techy Shit/switch/switch.html">Reasons to switch to private apps</a>
</li>
<li>
<a href="Pages/resources/product.html">Production</a>
</li>
</ul>
<hr>
</div>
</details>
</b>
<!------------------------------------------------------------------------------------------------------------>
<!------------------------------------------------ Bottom Bar ------------------------------------------------>
<!------------------------------------------------------------------------------------------------------------>
<nav class="socials-nav">
<a href="https://www.youtube.com/@ElectricFX">
<font color="red">
<i class="fa-brands fa-youtube"></i>
</font>
</a>
<a href="https://mastodon.social/@electricfx">
<font color="violet">
<i class="fa-brands fa-mastodon"></i>
</font>
</a>
<a href="https://x.com/Electric_VFX">
<font color="White">
<i class="fa-brands fa-x-twitter"></i>
</font>
</a>
<a href="https://github.com/El3ctricFX">
<font color="white">
<i class="fa-brands fa-github"></i>
</font>
</a>
<a href="https://codeberg.org/electricfx">
<img class="codeberg" src="image/codeberg-logo_icon_white.svg">
</a>
<a href="https://discord.gg/3uffEcN9g8">
<font color="white">
<i class="fa-brands fa-discord"></i>
</font>
</a>
</nav>
</body>
</html>