Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
frantend authored Nov 28, 2024
1 parent 762a122 commit 6bf1161
Showing 1 changed file with 5 additions and 98 deletions.
103 changes: 5 additions & 98 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,111 +2,18 @@
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<title>Portfólio | Francine Figueiredo | Dev Web</title>
<title>Portafólio | Francine Figueiredo | Diseñadora Web</title>
<link rel="stylesheet" href="./css/style.css" />
<meta name="p:domain_verify" content="da22b63b421c3a64952150aee4b643ee" />
</head>

<body>
<nav>
<a href="#sobre">SOBRE |</a>
<a href="#habilidades">HABILIDADES |</a>
<a href="#projetos">PROJETOS |</a>
<a href="#contato">CONTATO</a>
<div class="container-icones-sociais">
<a href="https://www.linkedin.com/in/francinefigueiredo" target="_blank"
><img
<img
width="24"
height="24"
src="https://img.icons8.com/material/24/linkedin--v1.png"
alt="linkedin--v1"
/></a>
<a href="https://github.com/frantEnd" target="_blank"
><img
width="24"
height="24"
src="https://img.icons8.com/material/24/github-2.png"
alt="github-2"
/></a>
<a href="https://www.instagram.com/franfigueiredoo/" target="_blank">
<img
width="24"
height="24"
src="https://img.icons8.com/material/24/instagram-new--v1.png"
alt="instagram-new--v1"
/></a>
</div>
</nav>
<h1>Olá, Seja Bem-Vind@!</h1>
<div class="sobre">
<img
class="foto-perfil"
src="./img/foto-francine.png"
alt="Foto de Francine Figueiredo"
/>
<p id="sobre">
<strong>Sobre mim:</strong> <br />Francine Figueiredo, 37 anos,
brasileira nascida em Santos e vivendo desde 2016 em Granada na Espanha.
<strong
>Estudante de Desenvolvimento Web na
<a href="https://www.betrybe.com/" target="_blank">Trybe</a></strong
>
e graduanda em Sistemas para Internet na
<a
href="https://descomplica.com.br/faculdade/tecnologia/sistemas-para-internet/"
target="_blank"
>Faculdade Descomplica</a
>.
</p>
</div>

<div class="habilidades" id="habilidades">
<h2>Habilidades Comportamentais</h2>

<ul>
<li><strong>Comprometimento</strong></li>
<li>Autoliderança</li>
<li>Gestão do Tempo</li>
</ul>

<h2>Habilidades Técnicas</h2>

<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript (intermediário)</li>
<li>Git</li>
<li>Photoshop</li>
<li>Espanhol</li>
<li>Inglês técnico</li>
</ul>
</div>

<div class="projetos">
<div class="container-projetos"></div>
</div>

<form id="contato" action="https://formspree.io/f/xzblrwal" method="POST">
<h2>Entre em Contato</h2>
<label> <input type="text" name="nome" placeholder="Nome:" /> </label
><br />
<label> <input type="email" name="email" placeholder="E-mail:" /> </label
><br />
<label>
<textarea
name="message"
maxlength="500"
cols="10"
rows="5"
placeholder="Mensagem:"
></textarea></label
><br />
<button type="submit">ENVIAR</button>
</form>

<footer>
<p>2023 | Feito com HTML, CSS, JavasScript e ♡</p>
</footer>
src=""
alt="Pagina en mantenimiento"
/>

<!-- Formulário de contato usando formspree -->
<script src="https://formspree.io/js/formbutton-v1.min.js" defer></script>
Expand Down

0 comments on commit 6bf1161

Please sign in to comment.