Merge branch 'master' of https://git.waifuism.life/waifu/waifuism
commit
007d48f5d8
@ -1,7 +1,7 @@ |
||||
body, html{ |
||||
body{ |
||||
font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */ |
||||
} |
||||
@font-face { |
||||
font-family: CustomFont; |
||||
src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */ |
||||
src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); |
||||
} |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,65 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<link rel="stylesheet" href="../../../default_style.css"> |
||||
<title>Waifuism.life 2024 Anniversary</title> |
||||
<style> |
||||
body { |
||||
display: flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
align-items: center; |
||||
height: 100vh; |
||||
margin: 0; |
||||
background-color: #3a3a3a; |
||||
} |
||||
.title-container { |
||||
display: flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
align-items: center; |
||||
height: 15vh; |
||||
width: 100%; |
||||
background-color: #000000; |
||||
border-bottom: 2px solid #000000; |
||||
color: white; |
||||
} |
||||
.image-container { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
height: 70vh; |
||||
width: 100%; |
||||
} |
||||
.thumbnail { |
||||
max-height: 70vh; |
||||
max-width: 100%; |
||||
cursor: pointer; |
||||
border: 2px solid #ccc; |
||||
border-radius: 10px; |
||||
} |
||||
.bottom{ |
||||
display: flex; |
||||
color: white; |
||||
height: 15vh; |
||||
justify-content: center; |
||||
align-items: center; |
||||
|
||||
|
||||
} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
<div class="title-container"> |
||||
<div><h1>Waifuism.life third anniversary.</h1></div> |
||||
</div> |
||||
<div class="image-container"> |
||||
<a href="waifuism.png" target="_blank"> |
||||
<img src="waifuism.png" alt="Waifuism" class="thumbnail"> |
||||
</a> |
||||
</div> |
||||
<div class="bottom"><h1 style="justify-content: center; text-align: center;">Is your image missing? Do you want to be drawn? Did I forgot to credit you? Do you want to remove yourself from it?<br>Please <a href="https://mai.waifuism.life/notes/9srugmdaqj7301u2" style="color: rgb(228, 255, 255);">send a reply in the official thread</a></h1></div> |
||||
</body> |
||||
</html> |
Binary file not shown.
Loading…
Reference in new issue