commmmmmmmmmmmmmiting

This commit is contained in:
toĉjo 2022-04-15 03:11:46 -03:00
parent 4a0e3bf5a7
commit 48dcc6eba2
7 changed files with 336 additions and 118 deletions

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" href="styles.css" type="text/css" media="screen"/>
</head>
<body style="text-align:center;">
<div class="container">
<div class="titleContainer container">
<!--title-->
<div class="title">
@ -18,17 +18,15 @@
</div>
<!--links-->
<div class="links">
<div class="links pre1">
<a href="marley.php" title="página hecha en 2 minutos dedicada a nuestro señor...">marley</a>
|
<a href="webring.php">webring</a>
|
<a href="info.php" title="currently under construction">info</a>
</div>
<div class="pre">
<noscript><p>no tenes js tasjoya hermosa :3</p></noscript>
<p>sup, welcome to my website!! i'm toĉjo ( pronunciation <a href="pronunciation.mp3">here</a>)</p>
<div class="pre2">
<noscript>no tenes js tasjoya hermosa :3</noscript>
<p>sup, welcome to my website!! i'm toĉjo (pronunciation <a href="pronunciation.mp3">here</a>)</p>
</div>
<!--info-->
@ -53,7 +51,7 @@
<a href="https://qorg11.net" target="_blank">
<img style="border:0;width:88px;height:31px;" src="activelinks/qorg.png" title="qrog"></a>
<a href="https://kill-9.xyz" target="_blank">
<img style="border:0;width:88px;height:31px;" src="webring/kill9.png"></a>
<img style="border:0;width:88px;height:31px;" src="activelinks/kill9.png"></a>
<a href="https://en.wikipedia.org/wiki/Argentine_Confederation">
<img style="border:0;width:88px;height:31px;" src="activelinks/confederacion.png">
<a href="https://neocities.org" target="_blank">
@ -87,7 +85,7 @@
<div class="footer">
<footer>
<p>last edit>>>2022年03月31@<a href="https://git.fai.st/tocxjo/paginota.git">source</a></p>
<p>last edit>>>2022年04月15@<a href="https://git.fai.st/tocxjo/paginota.git">source</a></p>
</footer>
</div>
</html>

View File

@ -44,7 +44,7 @@
</hr>
<h1 class="title">about music</h1>
<p>
most of my opinions about music are bullshit and you can see
most of my opinions about music are bullshit, and you can see
me proving it on
<a href="https://rateyourmusic.com/~Iemon">rateyourmusic</a>
</p>
@ -73,7 +73,7 @@
<a href="https://qorg11.net" target="_blank">
<img style="border:0;width:88px;height:31px;" target="_blank" src="activelinks/qorg.png" title="el tipo..."></a>
<a href="https://kill-9.xyz" target="_blank">
<img style="border:0;width:88px;height:31px;" src="webring/kill9.png"></a>
<img style="border:0;width:88px;height:31px;" src="activelinks/kill9.png"></a>
<a href="https://en.wikipedia.org/wiki/Argentine_Confederation">
<img style="border:0;width:88px;height:31px;" src="activelinks/confederacion.png">
<a href="https://neocities.org" target="_blank">
@ -107,7 +107,7 @@
<div class="footer">
<footer>
<p>last edit>>>2022年03月13@<a href="https://git.fai.st/tocxjo/paginota.git">source</a></p>
<p>last edit>>>2022年04月15@<a href="https://git.fai.st/tocxjo/paginota.git">source</a></p>
</footer>
</div>
</html>

View File

@ -96,7 +96,7 @@
<div class="footer" style="left:0%;padding-top:10px;">
<footer>
<p>last edit>>>2022年03月13日 @<a href="https://git.fai.st/tocxjo/paginota.git">source</a></p>
<p>last edit>>>2022年03月31@<a href="https://git.fai.st/tocxjo/paginota.git">source</a></p>
</footer>
</div>
</html>

127
rmd.html Normal file

File diff suppressed because one or more lines are too long

12
rmd.rmd Normal file
View File

@ -0,0 +1,12 @@
---
title: "tocxjo"
output:
html_document:
theme: null
highlight: null
css: stylesrmd.css
---
# testing rmd 2 html {.container}
idk how 2 f\'in use this mane

View File

@ -27,6 +27,22 @@ html {
text-align: center;
}
.titleContainer {
display: flex;
flex-direction: row;;
}
.pre1 {
margin-top: 5%;
margin-left: 1%;
margin-bottom: -100%;
}
.pre2 {
margin-top: 5%;
margin-bottom: -100%;
}
.container {
width: 45%;
position: sticky;

65
stylesrmd.css Normal file
View File

@ -0,0 +1,65 @@
/* sorry if this is a mess... */
html {
/* background-color: #050505; */
font-family: monospace;
background: url("images/bg.gif");
color: white;
overflow-x: hidden;
text-align: center;
}
.container {
width: 45%;
position: sticky;
left: 25%;
border: 2px solid;
border-color: purple;
border-radius: 2px;
padding: 10px;
background: linear-gradient(
35deg,
rgba(10, 10, 10, 0.5),
rgba(128, 0, 128, 1)
200%
);
margin-bottom: 8px;
}
.title {
font-size: 22px;
font-style: italic;
background-image: linear-gradient(violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.5);
transition: 0.5s;
}
.info {
font-size: 16px;
font-style: italic;
}
h1 {
font-style: inherit;
}
a {
color: yellow;
text-decoration: none;
margin: 5px;
border: 2px;
}
a:hover {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: 0.1s;
}
.footer {
position: relative;
left: -2%;
}