Update home_en.html
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@
|
|||||||
<div class="top">
|
<div class="top">
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<input type="checkbox" id="sidebar-active" tabindex="0">
|
<input type="checkbox" id="sidebar-active">
|
||||||
<label for="sidebar-active" class="open-sidebar-button">
|
<label for="sidebar-active" class="open-sidebar-button">
|
||||||
<svg class="svg_icon_open" width="40px" height="40px" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="10" width="30" height="3" rx="2" ry="2"/><rect x="14" y="21" width="21" height="3" rx="2" ry="2"/></svg>
|
<svg class="svg_icon_open" width="40px" height="40px" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="10" width="30" height="3" rx="2" ry="2"/><rect x="14" y="21" width="21" height="3" rx="2" ry="2"/></svg>
|
||||||
</label>
|
</label>
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
</div></div>
|
</div></div>
|
||||||
<div class="container78">
|
<div class="container78">
|
||||||
<div class="image-container">
|
<div class="image-container">
|
||||||
<div id="photo" onclick="switchPhoto()">
|
<div id="photo" onclick="switchPhoto()" tabindex="0">
|
||||||
<div class="container_filter"></div>
|
<div class="container_filter"></div>
|
||||||
<img src="img/profile_photo1.webp" alt="profile_photo_1" class="profile_photo" aria-label="Profile Photo" draggable="false">
|
<img src="img/profile_photo1.webp" alt="profile_photo_1" class="profile_photo" aria-label="Profile Photo" draggable="false">
|
||||||
<img src="img/character1.webp" alt="profile_photo_2" class="character_photo1" aria-label="AI Photo 1" draggable="false">
|
<img src="img/character1.webp" alt="profile_photo_2" class="character_photo1" aria-label="AI Photo 1" draggable="false">
|
||||||
|
|||||||
Reference in New Issue
Block a user