Skip to content

Commit

Permalink
updated to beta ver 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirdug committed Aug 16, 2024
1 parent 70ad915 commit 589e6de
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 9 deletions.
8 changes: 5 additions & 3 deletions AI.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<title>sirdug.dev</title>
<link rel="icon" type="image/x-icon" href="/images/sirdug.webp">
<link rel="icon" type="image/x-icon" href="/images/sirdug.jpg">
<link rel="stylesheet" href="./style.css">

</head>
Expand Down Expand Up @@ -32,7 +32,7 @@


<h1>Chatbot</h1>
<iframe src="https://ai.sirdug.dev" width="910" height="650" style="border:1px solid black;">
<iframe src="https://ai.sirdug.dev" width="910" height="555" style="border:1px solid black;">
</iframe>

<div class="bottom-text">
Expand Down Expand Up @@ -77,6 +77,8 @@ <h1>Chatbot</h1>

</body>


<footer class="footer">
<p>beta ver 0.0.1</p>
</footer>

</html>
15 changes: 15 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,19 @@ p {

border-radius: 100%;

}


.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: right;
padding: 10px;
background-color: rgba(8, 10, 15, 0.21); /* Slightly transparent background */
backdrop-filter: blur(10px); /* Blur background */
color: #FFF;
font-family: "Montserrat", sans-serif;
font-weight: 700;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}
8 changes: 6 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>sirdug.dev</title>
<link rel="icon" type="image/x-icon" href="/images/sirdug.jpg">
<link rel="stylesheet" href="./style.css">

</head>
Expand Down Expand Up @@ -31,15 +32,14 @@

<h1>about</h1>
<div class="profile">
<img class="pfp" src="images/sirdug.webp" alt="pfp">
<img class="pfp" src="images/sirdug.jpg" alt="pfp">
<p class="creator" >Site Creator</p>
<p class="creator">Sirdug</p>
<p>Discord: sirdug</p>



</div>
<button class="button-86" role="button" href="index.html" >Button 86</button>


</div>
Expand Down Expand Up @@ -75,4 +75,8 @@ <h1>about</h1>

</body>

<footer class="footer">
<p>beta ver 0.0.1</p>
</footer>

</html>
5 changes: 4 additions & 1 deletion games.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>sirdug.dev</title>
<link rel="icon" type="image/x-icon" href="/images/sirdug.jpg">
<link rel="stylesheet" href="./style.css">

</head>
Expand Down Expand Up @@ -77,6 +78,8 @@ <h1>Games</h1>

</body>


<footer class="footer">
<p>beta ver 0.0.1</p>
</footer>

</html>
Binary file added images/sirdug.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>sirdug.dev</title>
<link rel="icon" type="image/x-icon" href="/images/sirdug.jpg">
<link rel="stylesheet" href="./style.css">

</head>
Expand Down Expand Up @@ -67,6 +68,8 @@ <h1>Homepage</h1>

</body>


<footer class="footer">
<p>beta ver 0.0.1</p>
</footer>

</html>
15 changes: 15 additions & 0 deletions servers.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,18 @@ iframe {
opacity: 0.6;
}
}


.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: right;
padding: 10px;
background-color: rgba(8, 10, 15, 0.21); /* Slightly transparent background */
backdrop-filter: blur(10px); /* Blur background */
color: #FFF;
font-family: "Montserrat", sans-serif;
font-weight: 700;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}
5 changes: 4 additions & 1 deletion servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>sirdug.dev</title>
<link rel="icon" type="image/x-icon" href="/images/sirdug.jpg">
<link rel="stylesheet" href="./servers.css">

</head>
Expand Down Expand Up @@ -88,6 +89,8 @@ <h1>Server Stats</h1> <!-- Moved the heading outside the chip container -->

</body>


<footer class="footer">
<p>beta ver 0.0.1</p>
</footer>

</html>
16 changes: 15 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ justify-content: center;
display: block;
margin-left: auto;
margin-right: auto;
width: 85%;
width: 45%;
border: 5px solid #555;
}

Expand Down Expand Up @@ -451,3 +451,17 @@ text-align: center;
padding: 30px;

}

.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: right;
padding: 10px;
background-color: rgba(8, 10, 15, 0.21); /* Slightly transparent background */
backdrop-filter: blur(10px); /* Blur background */
color: #FFF;
font-family: "Montserrat", sans-serif;
font-weight: 700;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

0 comments on commit 589e6de

Please sign in to comment.