My personal website vittoriogioda.com
blog portfolio personal-website

chore: remove logo SVG from navigation in multiple HTML files

+7 -63
+1 -9
404.html
··· 79 79 80 80 <div class="navbar" role="navigation"> 81 81 <nav class="menu" aria-label="Main Navigation"> 82 - <a href="https://vittoriogioda.com/" class="logo"> 83 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 84 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 85 - stroke-linejoin="round" class="feather feather-home"> 86 - <title>Home</title> 87 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 88 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 89 - </svg> 90 - </a> 82 + <div></div> 91 83 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 92 84 <label for="menu-trigger"> 93 85 <span class="menu-icon">
+1 -9
categories/index.html
··· 81 81 82 82 <div class="navbar" role="navigation"> 83 83 <nav class="menu" aria-label="Main Navigation"> 84 - <a href="https://vittoriogioda.com/" class="logo"> 85 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 86 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 87 - stroke-linejoin="round" class="feather feather-home"> 88 - <title>Home</title> 89 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 90 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 91 - </svg> 92 - </a> 84 + <div></div> 93 85 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 94 86 <label for="menu-trigger"> 95 87 <span class="menu-icon">
+1 -9
index.html
··· 80 80 81 81 <div class="navbar" role="navigation"> 82 82 <nav class="menu" aria-label="Main Navigation"> 83 - <a href="https://vittoriogioda.com/" class="logo"> 84 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 85 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 86 - stroke-linejoin="round" class="feather feather-home"> 87 - <title>Home</title> 88 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 89 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 90 - </svg> 91 - </a> 83 + <div></div> 92 84 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 93 85 <label for="menu-trigger"> 94 86 <span class="menu-icon">
+1 -9
pages/index.html
··· 81 81 82 82 <div class="navbar" role="navigation"> 83 83 <nav class="menu" aria-label="Main Navigation"> 84 - <a href="https://vittoriogioda.com/" class="logo"> 85 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 86 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 87 - stroke-linejoin="round" class="feather feather-home"> 88 - <title>Home</title> 89 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 90 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 91 - </svg> 92 - </a> 84 + <div></div> 93 85 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 94 86 <label for="menu-trigger"> 95 87 <span class="menu-icon">
+1 -9
posts/index.html
··· 132 132 133 133 <div class="navbar" role="navigation"> 134 134 <nav class="menu" aria-label="Main Navigation"> 135 - <a href="https://vittoriogioda.com/" class="logo"> 136 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 137 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 138 - stroke-linejoin="round" class="feather feather-home"> 139 - <title>Home</title> 140 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 141 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 142 - </svg> 143 - </a> 135 + <div></div> 144 136 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 145 137 <label for="menu-trigger"> 146 138 <span class="menu-icon">
+1 -9
posts/test-post/index.html
··· 131 131 132 132 <div class="navbar" role="navigation"> 133 133 <nav class="menu" aria-label="Main Navigation"> 134 - <a href="https://vittoriogioda.com/" class="logo"> 135 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 136 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 137 - stroke-linejoin="round" class="feather feather-home"> 138 - <title>Home</title> 139 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 140 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 141 - </svg> 142 - </a> 134 + <div></div> 143 135 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 144 136 <label for="menu-trigger"> 145 137 <span class="menu-icon">
+1 -9
tags/index.html
··· 81 81 82 82 <div class="navbar" role="navigation"> 83 83 <nav class="menu" aria-label="Main Navigation"> 84 - <a href="https://vittoriogioda.com/" class="logo"> 85 - <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" 86 - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" 87 - stroke-linejoin="round" class="feather feather-home"> 88 - <title>Home</title> 89 - <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path> 90 - <polyline points="9 22 9 12 15 12 15 22"></polyline> 91 - </svg> 92 - </a> 84 + <div></div> 93 85 <input type="checkbox" id="menu-trigger" class="menu-trigger" /> 94 86 <label for="menu-trigger"> 95 87 <span class="menu-icon">