-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (138 loc) · 6.75 KB
/
index.html
File metadata and controls
145 lines (138 loc) · 6.75 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "thqaxt8zw3");
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Home Page For The StuffzEZ Extras Website">
<link rel="stylesheet" type="text/css" href="https://stuffzez.github.io/library/css/mainstylesheet.css"/>
<link rel="stylesheet" type="text/css" href="https://stuffzez.github.io/library/css/profile.css"/>
<link rel="icon" type="image/x-icon" href="https://stuffzez.github.io/library/images/stuffzezlogo.png">
<!-- <script src="https://stuffzez.github.io/library/javascript/queries/verqueries.js"></script> -->
<script>
fetch('https://api.github.com/repos/StuffzEZ/stuffzez.github.io/commits?per_page=1')
.then(res => res.json())
.then(res => {
let inputString = res[0].commit.message;
let parts = inputString.split('\n\n');
var joint1 = "Commit Name: " + parts[0]
var joint2 = "Commit Description: " + parts[1]
document.getElementById('message').innerHTML = joint1
document.getElementById('desc').innerHTML = joint2
})
fetch('https://api.github.com/repos/StuffzEZ/stuffzez.github.io/commits?per_page=1')
.then(res => res.json())
.then(res => {
var output = "Commit Author: " + res[0].commit.author.name
document.getElementById('author').innerHTML = output
})
</script>
<style>
div.footer {
height:250px;
margin-right:10px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(21, 21, 0);
}
.header {
text-align: center;
}
.projecta:hover {
background: #ed7331; /* Change background on hover */
color: #fff; /* Change text color on hover */
}
</style>
<title>StuffzEZ Extras | Home</title>
</head>
<body>
<div class="topnav">
<a href="https://stuffzez.github.io/src/web/beta" target="_blank" style="background-color: rgb(255, 38, 0); text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: rgb(0, 255, 0); width: 100%;">>>>> BETA PROGRAM <<<<</a>
<a href="https://stuffzez.github.io/tools/nogauthlimit" target="_blank" style="background-color: rgb(235, 171, 52); text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: rgb(0, 255, 0); width: 100%;" [NEW PROJECT] >>>>> REMOVE GAUTHMATH QUESTION LIMIT <<<< [NEW PROJECT]</a>
</div>
<div class="topnav">
<a class="active" href="home">Home</a>
<a href="about">About</a>
<a href="https://stuffzez.github.io/src/web/leaving-page?to=https://github.com/StuffzEZ/stuffzez.github.io&prev=https://stuffzez.github.io">GitHub</a>
<a href="https://stuffzez.github.io/docs/index">Docs</a>
<a href="https://stuffzez.github.io/learn">Learn</a>
<a href="https://stuffzez.github.io/testBrowser?ref=home">testBrowser</a>
<a href="https://stuffzez.github.io/DocsBlog">DocsBlog</a>
</div>
<div class="header">
<h1>stuffzez.github.io</h1>
</div>
<br>
<div class="container">
<header>
<img src="https://stuffzez.github.io/library/images/stuffzezlogo.png" alt="Profile Picture"> <!-- Replace with your image URL -->
<h1>My Projects</h1>
<p><!--- LEAVE BLANK ---></p>
</header>
<!--- <section class="about">
<h2></h2>
<p></p>
</section> --->
<section class="projects">
<h2>Projects</h2>
<div class="project-list">
<div class="project">
<h3>testBrowser</h3>
<p>Another Way To Browse The Internet Made By Both <a href="https://github.com/StuffzEZ" class="aelement" style="color: #ed7331;">Me</a> And <a href="https://github.com/s6-c" class="aelement" style="color: #ed7331;">s6-c</a></p>
<a href="https://stuffzez.github.io/testBrowser" class="projecta">View</a>
</div>
<div class="project">
<h3>Learn Coding</h3>
<p>A Free Way To Learn The Basics Of HTML, Python And Markdown Made By <a href="https://github.com/StuffzEZ" class="aelement" style="color: #ed7331;">Me</a> And <a href="https://github.com/s6-c" class="aelement" style="color: #ed7331;">s6-c</a></p>
<a href="https://stuffzez.github.io/Coding" class="projecta">View</a>
</div>
<h2>Check Out s6-c's Projects!</h2>
<div class="project">
<h3>s6-c.github.io</h3>
<p>s6-c's GitHub Pages Website</p>
<a href="https://s6-c.github.io" class="projecta">View</a>
</div>
</div>
<br>
<section class="projects">
<h2>GitHub Organisations</h2>
<div class="project-list">
<div class="project">
<h3>RedOptionStudios</h3>
<p>A Roblox Games Studio Started By <a href="https://github.com/StuffzEZ" class="aelement" style="color: #ed7331;">Me</a> And <a href="https://github.com/s6-c" class="aelement" style="color: #ed7331;">s6-c</a></p>
<a href="https://s6-c.github.io/RedOptionStudios" class="projecta">View</a>
</div>
</div>
</section>
<footer>
<p><a href="https://github.com/s6-c/s6-c.github.io">GitHub Repository</a> | <a href="https://github.com/StuffzEZ">GitHub Profile</a></p>
<p>PLEASE NOTE: This Is From <a href="https://s6-c.github.io">s6-c.github.io</a> But I Helped To Make That.</p>
</footer>
</div>
<!-- MAIN FOOTER -->
<footer style="background-color: black;"> <!-- FOOTER -->
<div class="commit">
<p>Latest Commit On <a href="https://github.com/StuffzEZ/stuffzez.github.io">GitHub</a></p>
<br>
<h3 id="message" class="commit">Loading...</h3>
<h3 id="desc" class="commit">Loading...</h3>
<h3 id="author" class="commit">Loading...</h3>
</div>
<br>
<div class="contact" >
<p>Contact & Info</p>
<p>This Website Was Made By <a href="https://linktr.ee/StuffzEZ">StuffzEZ</a> | View My Channel <a href="https://youtube.com/@YT.StuffzEZ">Here</a></p>
<p>Thank You For Visiting! See You Again Soon :)</p>
</div>
</footer>
<br>
</body>
</html>