home: optimise images
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
+2
-2
@@ -6,12 +6,12 @@
|
|||||||
<link rel="stylesheet" href="style/fonts.css">
|
<link rel="stylesheet" href="style/fonts.css">
|
||||||
<link rel="stylesheet" href="style/reset.css">
|
<link rel="stylesheet" href="style/reset.css">
|
||||||
<link rel="stylesheet" href="style/style.css">
|
<link rel="stylesheet" href="style/style.css">
|
||||||
<link rel="icon" type="image/png" href="assets/logo_icon.png">
|
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
|
||||||
<link rel="preload" as="image" href="assets/clouds.avif">
|
<link rel="preload" as="image" href="assets/clouds.avif">
|
||||||
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="assets/logo.png" class="logo" />
|
<img src="assets/logo.avif" class="logo" />
|
||||||
<div class="flex flex-col gap-8 mt-4">
|
<div class="flex flex-col gap-8 mt-4">
|
||||||
<p class="font-light">hello, and welcome to atom.town. here, you will be at home.</p>
|
<p class="font-light">hello, and welcome to atom.town. here, you will be at home.</p>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
|
|||||||
+2
-2
@@ -6,12 +6,12 @@
|
|||||||
<link rel="stylesheet" href="style/fonts.css">
|
<link rel="stylesheet" href="style/fonts.css">
|
||||||
<link rel="stylesheet" href="style/reset.css">
|
<link rel="stylesheet" href="style/reset.css">
|
||||||
<link rel="stylesheet" href="style/style.css">
|
<link rel="stylesheet" href="style/style.css">
|
||||||
<link rel="icon" type="image/png" href="assets/logo_icon.png">
|
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
|
||||||
<link rel="preload" as="image" href="assets/clouds.avif">
|
<link rel="preload" as="image" href="assets/clouds.avif">
|
||||||
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="assets/logo.png" class="logo" />
|
<img src="assets/logo.avif" class="logo" />
|
||||||
<div class="flex flex-col gap-8 mt-4">
|
<div class="flex flex-col gap-8 mt-4">
|
||||||
<p class="font-light">some notes for stuff you might need to know</p>
|
<p class="font-light">some notes for stuff you might need to know</p>
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
<link rel="stylesheet" href="style/fonts.css">
|
<link rel="stylesheet" href="style/fonts.css">
|
||||||
<link rel="stylesheet" href="style/reset.css">
|
<link rel="stylesheet" href="style/reset.css">
|
||||||
<link rel="stylesheet" href="style/style.css">
|
<link rel="stylesheet" href="style/style.css">
|
||||||
<link rel="icon" type="image/png" href="assets/logo_icon.png">
|
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
|
||||||
<link rel="preload" as="image" href="assets/clouds.avif">
|
<link rel="preload" as="image" href="assets/clouds.avif">
|
||||||
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="assets/logo.png" class="logo" />
|
<img src="assets/logo.avif" class="logo" />
|
||||||
<div class="flex flex-col gap-8 mt-4 max-w-md">
|
<div class="flex flex-col gap-8 mt-4 max-w-md">
|
||||||
<p class="font-light">here you can learn some things</p>
|
<p class="font-light">here you can learn some things</p>
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user