switch to webp for faster loading
This commit is contained in:
parent
e5fe098849
commit
a23a935c16
13 changed files with 8 additions and 8 deletions
BIN
icons/avatar.png
BIN
icons/avatar.png
Binary file not shown.
Before Width: | Height: | Size: 847 KiB |
BIN
icons/avatar.webp
Normal file
BIN
icons/avatar.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
icons/icon.png
BIN
icons/icon.png
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
BIN
icons/icon.webp
Normal file
BIN
icons/icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
icons/pfp.jpg
BIN
icons/pfp.jpg
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB |
BIN
icons/pfp.webp
Normal file
BIN
icons/pfp.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 399 KiB |
|
@ -7,13 +7,13 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Late Night Defender's profile</title>
|
||||
<link rel="icon" type="image/png" href="icons/icon.png">
|
||||
<link rel="icon" type="image/webp" href="icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div style="display: flex; justify-content: center; align-items: center; margin-top: 2cm;">
|
||||
<img src="icons/avatar.png" alt="latenightdef" width="160" height="160" style="border-radius: 80px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
|
||||
<img src="icons/avatar.webp" alt="latenightdef" width="160" height="160" style="border-radius: 80px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
|
||||
</div>
|
||||
<div class="name">
|
||||
<h1 style="text-align: center;">Late Night Defender</h1>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Pongpeera Wongprasitthiporn's profile</title>
|
||||
<link rel="icon" type="image/png" href="icons/icon.png">
|
||||
<link rel="icon" type="image/webp" href="icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contributor profiles</title>
|
||||
<link rel="icon" type="image/png" href="../icons/icon.png">
|
||||
<link rel="icon" type="image/webp" href="../icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Miscellaneous</title>
|
||||
<link rel="icon" type="image/png" href="../icons/ttt-org.png">
|
||||
<link rel="icon" type="image/webp" href="icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Intern at i-bitz company limited (2024)</title>
|
||||
<link rel="icon" type="image/png" href="../icons/icon.png">
|
||||
<link rel="icon" type="image/webp" href="icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Student at KMITL (2021-now)</title>
|
||||
<link rel="icon" type="image/png" href="../icons/icon.png">
|
||||
<link rel="icon" type="image/webp" href="icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Late Night Defender's profile">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Other works</title>
|
||||
<link rel="icon" type="image/png" href="../icons/icon.png">
|
||||
<link rel="icon" type="image/webp" href="icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue