This commit is contained in:
parent
9924477482
commit
9201514f53
2 changed files with 22 additions and 10 deletions
|
@ -61,6 +61,11 @@ a {
|
||||||
color: rgb(147, 107, 255);
|
color: rgb(147, 107, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li > a {
|
||||||
|
color: mediumvioletred;
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,6 +53,11 @@
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<h1>anri's website</h1>
|
<h1>anri's website</h1>
|
||||||
|
<h2>
|
||||||
|
<pre>
|
||||||
|
welcome to my web3 space feel free to send me nfts as jpeg format</pre
|
||||||
|
>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
idk if you know but i do love
|
idk if you know but i do love
|
||||||
|
@ -60,16 +65,18 @@
|
||||||
src="//cdn.shopify.com/s/files/1/0154/2777/products/4_1024x1024.jpg"
|
src="//cdn.shopify.com/s/files/1/0154/2777/products/4_1024x1024.jpg"
|
||||||
alt="pic of a crab, mascot of rust"
|
alt="pic of a crab, mascot of rust"
|
||||||
width="10%"
|
width="10%"
|
||||||
/>(RUST)
|
/>(RUST), in fact the whole website backend is 🦀🦀.
|
||||||
</p>
|
</p>
|
||||||
|
<br />
|
||||||
<p>in fact the whole website backend is 🦀🦀</p>
|
<p>
|
||||||
|
i am a student in 3<sup>rd</sup> year at paris 8, here are some links to
|
||||||
<h2>
|
learn more about me:
|
||||||
<pre>
|
</p>
|
||||||
welcome to my web3 space feel free to send me nfts as jpeg format</pre
|
<ul>
|
||||||
>
|
<li><a href="/">true website lol</a></li>
|
||||||
</h2>
|
<li><a href="//github.com/Mylloon">github</a></li>
|
||||||
|
<li><a href="//twitter.com/Mylloon">twitter</a></li>
|
||||||
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -259,7 +266,7 @@ welcome to my web3 space feel free to send me nfts as jpeg format</pre
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<iframe
|
<iframe
|
||||||
src="//incr.easrng.net/badge?key=mylloon"
|
src="//incr.easrng.net/badge?key=mylloon/web3"
|
||||||
style="background: url(//incr.easrng.net/bg.gif)"
|
style="background: url(//incr.easrng.net/bg.gif)"
|
||||||
title="increment badge"
|
title="increment badge"
|
||||||
width="88"
|
width="88"
|
||||||
|
|
Loading…
Reference in a new issue