Mercurial > web
comparison index.html @ 10:787fa7e08fbd
actually make the site good
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 31 May 2021 10:49:11 -0400 |
parents | f8f852d8c466 |
children | 502314134814 |
comparison
equal
deleted
inserted
replaced
9:f8f852d8c466 | 10:787fa7e08fbd |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- i spent way too long making this look decent --> | |
2 <head> | 3 <head> |
4 <title>Paper's website</title> | |
3 <style> | 5 <style> |
4 body { | 6 body { |
5 text-align: center; | 7 background: rgb(7,0,119); |
6 background-image: url("setup.bmp"); | 8 background: -moz-radial-gradient(circle, rgba(7,0,119,1) 0%, rgba(9,9,121,1) 7%, rgba(0,75,194,1) 100%); |
7 background-size: 100% auto; | 9 background: -webkit-radial-gradient(circle, rgba(7,0,119,1) 0%, rgba(9,9,121,1) 7%, rgba(0,75,194,1) 100%); |
8 background-position: top center; | 10 background: radial-gradient(circle, rgba(7,0,119,1) 0%, rgba(9,9,121,1) 7%, rgba(0,75,194,1) 100%); |
9 background-repeat: repeat; | 11 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070077",endColorstr="#004bc2",GradientType=1); |
10 image-rendering: pixelated; | |
11 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000; | |
12 } | 12 } |
13 p { | 13 div.box { |
14 font-size: 20px; | 14 padding: 10px; |
15 color: white; | 15 border: 2px solid black; |
16 } | 16 margin: auto; |
17 h1 { | 17 width: 300px; |
18 font-size: 40px; | 18 height: 200px; |
19 color: white; | 19 background-color: white; |
20 } | 20 color: black; |
21 a { | 21 text-shadow: none; |
22 text-decoration: none; | 22 box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); |
23 color: tomato; | |
24 } | 23 } |
25 </style> | 24 </style> |
25 <link rel="stylesheet" href="style.css"> | |
26 </head> | 26 </head> |
27 <body> | 27 <body> |
28 <h1>sup</h1> | 28 <h1>Heys!</h1> |
29 <p>most people know me from <a href="https://youtube.com/c/paperytpmv">ytpmv</a>, but i also make <a href="https://modarchive.org/index.php?request=view_profile&query=92603">modules</a></p> | 29 <h2>welcome to MY AWESOME WEBSITE</h2> |
30 <p>member of <a href="https://1123.best">1123</a></p> | 30 <div class="box"> |
31 <p><a style="color:skyblue;" href="https://twitter.com/intent/user?user_id=858179488970100736">Twitter</a> | <a style="color:gray" href="https://steamcommunity.com/id/nikolaicube/">Steam</a> | <a style="color:red;" href="https://youtube.com/paperytpmv">YouTube</a></p> | 31 <h2>ABOUT ME!!!</h2> |
32 <p>most people know me from <a style="color:blue;" href="https://youtube.com/c/paperytpmv">ytpmv</a>, but i also make <a style="color:blue;" href="https://modarchive.org/index.php?request=view_profile&query=92603">modules</a></p> | |
33 <p>member (owner?) of <a style="color:red;" href="https://1123.best">1123</a></p> | |
34 </div> | |
35 <p style="font-size:16px;"><a style="color:skyblue;" href="https://twitter.com/intent/user?user_id=858179488970100736">Twitter</a> <a style="color:gray" href="https://steamcommunity.com/id/nikolaicube/">Steam</a> <a style="color:red;" href="https://youtube.com/paperytpmv">YouTube</a></p> | |
36 <p style="line-height:10px;"> | |
37 <a href="https://7-zip.org/"><img src="https://www.7-zip.org/logos/7zlogo01.png" width="88" height="31"></a> | |
38 <a href="https://openmpt.org/"><img src="https://openmpt.org/img/openmpt-button-1.png" width="88" height="31"></a> | |
39 <a href="https://www.foobar2000.org/"><img src="https://www.foobar2000.org/button.png" width="88" height="31"></a><br><br> | |
40 <a href="https://modarchive.org/"><img src="img/modarchive.gif" width="88" height="31"></a> | |
41 <img src="img/brow.gif" width="88" height="31"> | |
42 <a href="https://1123.best"><img src="https://1123.best/img/1123button.gif" width="88" height="31"></a><br><br> | |
43 <img src="img/1080p.gif" width="88" height="31"> | |
44 <a href="https://cock.li"><img src="img/cockli.png" width="88" height="31"></a> | |
45 <img src="img/h-free-anim.gif" width="88" height="31"> | |
46 </p> | |
32 <p><a href="cool.html">cool shit</a></p> | 47 <p><a href="cool.html">cool shit</a></p> |
33 </body> | 48 </body> |