made some changes to the website

This commit is contained in:
2022-05-20 19:58:33 +02:00
parent bb3b2387cd
commit 4a21ec1da6
73 changed files with 155 additions and 126 deletions

View File

@@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reglas de BlueSMP 2</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>
<body>
<h1>Reglas de BlueSMP 2 aparte de varios documentos útiles.</h1>

13
discordmessages.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Messages | Sr Izan's Website.</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>
<body>
</body>
</html>

View File

@@ -1,125 +1,15 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="favicon.jpg"/>
<link href="css/addaptphone.css" rel="stylesheet" type="text/css" integrity="sha384-KuIFztqqwPkovHcxGwOgQSLRgPs16L43XYJmbPI+8zFyqxiFXHkco852CBpeBgfQ" crossorigin="anonymous">
<!--If it's a phone, addapt it (and did some code in css/addaptphone.css to be future-proof)-->
<link href="global.css" rel="stylesheet" type="text/css" integrity="sha384-BwThqapwiRfzojiW54dq+8p1N3uL8B3qTXOlvQBnS0a+ZG7vYkEe5AyHTk0+1d9k" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="Home - Sr Izan's Website." content="Main page for Sr Izan website" />
<link rel="canonical" href="https://srizan.ml/index.html" />
<title>Sr Izan's website.</title>
<!--Scripts and styles-->
<script>
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
/* Menu style start */
nav ul {
list-style-type: none;
background-color: #3e5e45;
border: 4px solid #111111;
border-radius: 10px;
font-family: sans-serif;
font-weight: bold;
padding: 16px;
}
nav ul li {
text-align: center;
display: inline;
border-right: 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child {
border-right: none;
}
nav ul li a {
text-decoration: none;
color: #111111;
}
body {
background-color:#3b444a;
}
/* Menu style end */
.idostuff {
margin-top: 220px;
}
#h1idostuff {
text-align: center;
font-family: 'Ubuntu Condensed', sans-serif;
}
.corner {
position: absolute;
right: 0px;
bottom: 0px;
}
.htmlapprovalcorner{
position: absolute;
left: 0px;
bottom: 0px;
}
.contact {margin-top: 220px;
position: absolute;
right: 0px;
}
.dark-mode {
background-color: #23272A;
color: white;
}
.lefttorighttext {
position: absolute;
white-space: nowrap;
animation: floatText 5s infinite alternate ease-in-out;
}
to {
/* left: auto; */
left: 100%;
}
img { border: 0; }
/*.home-intro{
background-image: url("../images/1.png");
background-color:grey;
height:500px;
color:white;
text-align:center;
}*/
</style>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sr Izan's Website</title>
<script async defer data-website-id="c1600752-83dd-4702-a53e-54c29b95cd9c" src="https://analytics.srizan.ml/umami.js"></script>
</head>
<body>
<script async src="https://arc.io/widget.min.js#FPeKJpXk"></script>
<nav>
<ul>
<li><a href="index.html"><p style="display:inline-block;">Home</p></a></li>
<li><a href="blog"><p style="display:inline-block;">Blog</p></a></li>
<li><a href="https://dl.srizan.ml"><p style="display:inline-block;">Downloads</p></a></li>
<li><a href="projects/"><p style="display:inline-block;">Projects</p></a></li>
<li><a href="contact"><p style="display:inline-block;">Contact me!</p></a></li>
</ul>
</nav>
<header class="idostuff"><h1 id="h1idostuff">Hi <img src="content/emojis/wave.png" width="28px" height="28px">!, I'm Izan and I do cool stuff!</h1></header>
<!--<a href="contact"><p class="contact">Contact me</p></a>-->
<!--<marquee behavior="alternate" direction="right"><h1>Sr Izan's Website.</h1></marquee>-->
<!--<a href="blog" style="text-decoration: none;"><p style="text-align: center; color: #a03131; font-size: 40px;">Blog</p></a>
<a href="downloads" style="text-decoration: none;"><p style="text-align: center; color: #2E38A8; font-size: 40px;">Downloads</p></a>
<a href="projects/" style="text-decoration: none;"><p style="text-align: center; color: #FF0000; font-size: 40px;">Projects</p></a>-->
<!--<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank" rel="noopener" rel="noreferrer"><img alt="HTML5 badge" src="content/img/badge_html5.svg" width="88" height="31"></a></div>-->
my old website sucks, so I changed it to this one. Hope you like it heheh<br>
<a href="bluesmp2.html">bluesmp stuff</a>
<a href="discordmessages.html">funny discord messages</a>
</body>
</html>
</html>

View File

@@ -1,6 +1,6 @@
# Sr Izan's Website
---
This is the source code for my main website: [srizan.ml](https://srizan.ml).
In that website I host files to download and docs for my projects.
(Yes I could put it on the [Wiki](https://docs.github.com/en/github/building-a-strong-community/about-wikis) page of my repo, but... Yeah, I like more HTML.)
# Sr Izan's Website
---
This is the source code for my main website: [srizan.ml](https://srizan.ml).
In that website I host files to download and docs for my projects.
(Yes I could put it on the [Wiki](https://docs.github.com/en/github/building-a-strong-community/about-wikis) page of my repo, but... Yeah, I like more HTML.)
7/4/2021: MY WEBSITE IS ON GOOGLE!!!

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 293 KiB

View File

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 171 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 MiB

After

Width:  |  Height:  |  Size: 9.3 MiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 737 KiB

After

Width:  |  Height:  |  Size: 737 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 6.4 MiB

After

Width:  |  Height:  |  Size: 6.4 MiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB

View File

Before

Width:  |  Height:  |  Size: 396 KiB

After

Width:  |  Height:  |  Size: 396 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

0
css/addaptphone.css → old/css/addaptphone.css Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

0
git.sh → old/git.sh Executable file → Normal file
View File

125
old/index.html Normal file
View File

@@ -0,0 +1,125 @@
<!doctype html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="favicon.jpg"/>
<link href="css/addaptphone.css" rel="stylesheet" type="text/css" integrity="sha384-KuIFztqqwPkovHcxGwOgQSLRgPs16L43XYJmbPI+8zFyqxiFXHkco852CBpeBgfQ" crossorigin="anonymous">
<!--If it's a phone, addapt it (and did some code in css/addaptphone.css to be future-proof)-->
<link href="global.css" rel="stylesheet" type="text/css" integrity="sha384-BwThqapwiRfzojiW54dq+8p1N3uL8B3qTXOlvQBnS0a+ZG7vYkEe5AyHTk0+1d9k" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="Home - Sr Izan's Website." content="Main page for Sr Izan website" />
<link rel="canonical" href="https://srizan.ml/index.html" />
<title>Sr Izan's website.</title>
<!--Scripts and styles-->
<script>
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
/* Menu style start */
nav ul {
list-style-type: none;
background-color: #3e5e45;
border: 4px solid #111111;
border-radius: 10px;
font-family: sans-serif;
font-weight: bold;
padding: 16px;
}
nav ul li {
text-align: center;
display: inline;
border-right: 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child {
border-right: none;
}
nav ul li a {
text-decoration: none;
color: #111111;
}
body {
background-color:#3b444a;
}
/* Menu style end */
.idostuff {
margin-top: 220px;
}
#h1idostuff {
text-align: center;
font-family: 'Ubuntu Condensed', sans-serif;
}
.corner {
position: absolute;
right: 0px;
bottom: 0px;
}
.htmlapprovalcorner{
position: absolute;
left: 0px;
bottom: 0px;
}
.contact {margin-top: 220px;
position: absolute;
right: 0px;
}
.dark-mode {
background-color: #23272A;
color: white;
}
.lefttorighttext {
position: absolute;
white-space: nowrap;
animation: floatText 5s infinite alternate ease-in-out;
}
to {
/* left: auto; */
left: 100%;
}
img { border: 0; }
/*.home-intro{
background-image: url("../images/1.png");
background-color:grey;
height:500px;
color:white;
text-align:center;
}*/
</style>
</head>
<body>
<script async src="https://arc.io/widget.min.js#FPeKJpXk"></script>
<nav>
<ul>
<li><a href="index.html"><p style="display:inline-block;">Home</p></a></li>
<li><a href="blog"><p style="display:inline-block;">Blog</p></a></li>
<li><a href="https://dl.srizan.ml"><p style="display:inline-block;">Downloads</p></a></li>
<li><a href="projects/"><p style="display:inline-block;">Projects</p></a></li>
<li><a href="contact"><p style="display:inline-block;">Contact me!</p></a></li>
</ul>
</nav>
<header class="idostuff"><h1 id="h1idostuff">Hi <img src="content/emojis/wave.png" width="28px" height="28px">!, I'm Izan and I do cool stuff!</h1></header>
<!--<a href="contact"><p class="contact">Contact me</p></a>-->
<!--<marquee behavior="alternate" direction="right"><h1>Sr Izan's Website.</h1></marquee>-->
<!--<a href="blog" style="text-decoration: none;"><p style="text-align: center; color: #a03131; font-size: 40px;">Blog</p></a>
<a href="downloads" style="text-decoration: none;"><p style="text-align: center; color: #2E38A8; font-size: 40px;">Downloads</p></a>
<a href="projects/" style="text-decoration: none;"><p style="text-align: center; color: #FF0000; font-size: 40px;">Projects</p></a>-->
<!--<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank" rel="noopener" rel="noreferrer"><img alt="HTML5 badge" src="content/img/badge_html5.svg" width="88" height="31"></a></div>-->
</body>
</html>