Skip to content

Commit

Permalink
fix: improve html structure
Browse files Browse the repository at this point in the history
  • Loading branch information
VanehSann committed Aug 7, 2023
1 parent f06ff58 commit 0d0ddd8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<title>Vaneh Sann' • Full Stack Dev Jr & Designer 🚀</title>
<meta name="author" content="Vaneh Sann' • Full Stack Dev Jr & Designer 🚀" />
<meta name="author" content="Vaneh Sann' • Full Stack Dev Jr & Designer 🚀">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to my personal portfolio website! I'm excited to showcase my journey as a passionate developer and share my projects and achievements with you. This website serves as a central hub where you can explore my skills, experiences, and contributions in the world of technology.">
<meta property="og:title" content="Vaneh Sann' • Full Stack Dev Jr & Designer 🚀">
<meta property="og:description" content="Welcome to my personal portfolio website! I'm excited to showcase my journey as a passionate developer and share my projects and achievements with you. This website serves as a central hub where you can explore my skills, experiences, and contributions in the world of technology.">
<meta property="og:image" content="https://vanehsann.github.io/portfolio/assets/images/og.png">
<meta property="og:image:alt" content="Vaneh Sann' • Full Stack Dev Jr & Designer 🚀">
<meta property="og:locale" content="pt_BR" />
<meta property="og:locale" content="pt_BR">
<meta property="og:type" content="website">
<meta property="og:url" content="https://vanehsann.github.io/portfolio/">
<link rel="icon" type="image/png" href="assets/images/heart.png" sizes="32x32">
Expand All @@ -23,7 +23,7 @@

<aside id="intro">
<div id="about">
<img src="assets/images/vanehsann.png" width="300px" height="auto" alt="vanehsann avatar">
<img src="assets/images/vanehsann.png" width="300" height="168.91" alt="vanehsann avatar">
<h1>VanehSann'</h1>
<span>(ela/ella/she)</span>
<h2> Full Stack Dev Jr & Designer 🚀</h2>
Expand Down Expand Up @@ -125,9 +125,10 @@ <h2>Pixels Arts</h2>
<p><span class="project-stack">Competências:</span> JavaScript · DOM · CSS · HTML</p>
<p><span class="project-contributors">Outros contribuidores:</span> Vanessa Santos</p>
</div>
<div class="more-div"><a href="https://github.com/VanehSann" target="_blank" class="more-btn" aria-label="Clique aqui para saber mais sobre os projetos">
Saiba Mais</a></div>
</div>
<div class="more-div">
<a href="https://github.com/VanehSann" target="_blank" class="more-btn" aria-label="Clique aqui para saber mais sobre os projetos">
Saiba Mais</a>
</div>
</div>
<div id="jobs">
<h1>Experiências Relevantes</h1>
Expand Down Expand Up @@ -247,7 +248,7 @@ <h1>Contato</h1>

<button class="dark-mode-button" aria-label="Clique aqui para alternar entre modo escuro e modo claro"><i class="fa-solid fa-moon"></i></button>

<script src="scripts/script.js"></script>
</body>
<script src="scripts/script.js"></script>

</html>

0 comments on commit 0d0ddd8

Please sign in to comment.