Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(old/): remove old unused version of website

aria 713ee6ef be256fc0

-57
-25
old/index.html
··· 1 - <!DOCTYPE html> 2 - <html lang="en"> 3 - <head> 4 - <meta charset="UTF-8" /> 5 - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 - <link rel="stylesheet" href="src/aria.css" /> 7 - <title>Aria</title> 8 - </head> 9 - <body> 10 - <div class="container"> 11 - <div style="align-self: end"> 12 - <a href="https://aria.coffee" 13 - ><img 14 - class="logo" 15 - src="img/buttons/aria.gif" 16 - style="width: 16em" 17 - /></a> 18 - <div style="align-self: start"> 19 - <p>This is a test</p> 20 - <p>again</p> 21 - </div> 22 - </div> 23 - </div> 24 - </body> 25 - </html>
-32
old/src/aria.css
··· 1 - html { 2 - font-size: 100%; 3 - line-height: 1.5; 4 - -ms-text-size-adjust: 100%; 5 - -webkit-text-size-adjust: 100%; 6 - } 7 - 8 - body { 9 - background-color: black; 10 - color: white; 11 - } 12 - 13 - .container { 14 - display: flex; 15 - flex-direction: column; 16 - background-color: #1f2d39; 17 - 18 - max-width: 756px; 19 - 20 - height: 500px; 21 - 22 - border-radius: 12px; 23 - } 24 - 25 - .logo { 26 - image-rendering: pixelated; 27 - border-radius: 24px; 28 - } 29 - 30 - .badge { 31 - image-rendering: pixelated; 32 - }