This commit is contained in:
xan 2025-01-15 23:06:00 +01:00
commit c78013056f
5 changed files with 76 additions and 0 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
website that i sometimes work on and im trying my best to learn html and shi
also the commits are a veyr big big mess

26
funny.html Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>kreciors site</title>
<meta content="kreciors website" property="og:title" />
<meta content="goated website" property="og:description" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<style>
body {background-color: whitesmoke;}
h1 {color: purple;}
p {color: blueviolet;}
h4 {color: purple;}
</style>
<body>
<h4>things abt myself!</h4>
<p>im 14yo, im from poland and i love music and i prod sometimes =p <i class="fa fa-music" aria-hidden="true"></i><br></p>
<p>idk what to say more sjndjfnsndf<br></p>
<img src="smasung.jpg" width="300" height="200"<br>>
<a href="https://kreciorek.github.io/website/">Go Back!</a>
</body>
</html>

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

48
index.html Normal file
View file

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>kreciors site</title>
<meta content="kreciors website" property="og:title" />
<meta content="goated website" property="og:description" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<style>
p{
color: blueviolet;
}
a{
text-align: center;
}
h4{
text-align: center;
color: purple
}
h1 {
opacity: 0.5;
border: 5px solid purple;
padding: 10px;
outline-style: dotted;
text-align: center;
color: purple;
}
body {background-color: gainsboro;
text-align: center}
</style>
<body>
<h1>kreciors site!<i class="fa fa-cloud" aria-hidden="true"></i></h1>
<h4>this will probably be a bio site idk</h4>
<a href="https://guns.lol/dir">guns.lol<i class="fa fa-user-o" aria-hidden="true"></i><br></a>
<a href="https://soundcloud.com/wojtasz1337/">soundcloud<i class="fa fa-user-o" aria-hidden="true"></i></i><br></a>
<a href="https://t.me/kret2poor">telegram<i class="fa fa-user-o" aria-hidden="true"></i><br></a>
<a href="https://github.com/kreciorek">github<i class="fa fa-user-o" aria-hidden="true"></i></a>
<h4>languages that im learning <br></h4>
<p>HTML, CSS, C <i class="fa fa-code" aria-hidden="true"></i><br></p>
<h4>languages that i will maybe learn someday<br></h4>
<p>Python, Rust<i class="fa fa-code" aria-hidden="true"></i></i><br></p>
<a href="https://website.kreciorek.xyz/funny.html">Redirect!</a>
</body>
</html>

BIN
smasung.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB