mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-08 13:59:34 +05:00
feat: add favicon
This commit is contained in:
parent
389bcd76d4
commit
d731c9a994
9 changed files with 72 additions and 2 deletions
|
@ -6,6 +6,11 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Kentai Radiquum</title>
|
||||
<link href="./static/tailwind.css" rel="stylesheet">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./static/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./static/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="./static/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="./site.webmanifest">
|
||||
</head>
|
||||
|
||||
<body class="overflow-x-hidden bg-bg-black">
|
||||
|
@ -25,8 +30,8 @@
|
|||
</div>
|
||||
</header>
|
||||
<div class="container px-2 2xl:h-screen" id="section_landing">
|
||||
<div class="text-white h-full xl:max-h-[40vh] 2xl:max-h-[60vh] relative">
|
||||
<div class="bg-bg-pink w-full h-full xl:max-h-[40vh] 2xl:max-h-[60vh] max-w-[46.25%] absolute top-0 right-0 -z-10 hidden sm:block"></div>
|
||||
<div class="text-white h-full lg:max-h-[45vh] xl:max-h-[40vh] 2xl:max-h-[60vh] relative">
|
||||
<div class="bg-bg-pink w-full h-full lg:max-h-[45vh] xl:max-h-[40vh] 2xl:max-h-[60vh] max-w-[46.25%] absolute top-0 right-0 -z-10 hidden sm:block"></div>
|
||||
<div class="flex flex-col items-center justify-center gap-4 pt-8 pb-4 sm:gap-12 sm:py-8 sm:px-8 sm:flex-row">
|
||||
<img src="./static/avatar_512.png" alt="" class="w-[256px] lg:w-[372px] 2xl:w-[512px]" />
|
||||
<div class="p-4 bg-bg-pink sm:bg-transparent">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue