Arrumei algumas coisas
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
+16
-12
@@ -1,16 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta http-equiv="X-UA-compatible" content="ie=edge" />
|
||||
<meta name="description" content="Meu primeiro portifolio" />
|
||||
<meta name="copyright" content="© 2019 Christian do Nascimento Falcao" />
|
||||
<meta name="copyright" content="©2022 Christian do Nascimento Falcao" />
|
||||
<meta name="author" content="Christian do Nascimento Falcao" />
|
||||
<title>Christian do Nascimento Falcao</title>
|
||||
<link rel="stylesheet" href="Assets/css/style.css" />
|
||||
<script src="https://kit.fontawesome.com/6ffe26f1f6.js" crossorigin="anonymous" defer></script>
|
||||
<script src="./Assets/js/Animation.js" defer></script>
|
||||
<script src="./Assets/js/index.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -23,9 +23,9 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="#home">Home</a></li>
|
||||
<li><a href="#about_me">About Me</a></li>
|
||||
<li><a href="#skills">Skills</a></li>
|
||||
<li><a href="#projects">Projects</a></li>
|
||||
<li><a href="#about_me">Sobre Mim</a></li>
|
||||
<li><a href="#skills">Habilidades</a></li>
|
||||
<li><a href="#projects">Projetos</a></li>
|
||||
<li><a href="#contact" class="button bcontact">Contato</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -114,9 +114,9 @@
|
||||
|
||||
<div class="conteudo_4">
|
||||
<div class="slot">
|
||||
<img src="./Assets/img/embreve.png" alt="" class="img1" />
|
||||
<h2>projeto</h2>
|
||||
<h3>DashBoard</h3>
|
||||
<img src="./assets/img/fazendalogoleve.webp" alt="" class="img1" />
|
||||
<h2>Fazenda São José</h2>
|
||||
<h3>Site Institucional</h3>
|
||||
<p>sobre</p>
|
||||
<div class="tech">
|
||||
<h3>Technologies:</h3>
|
||||
@@ -125,8 +125,8 @@
|
||||
<span>JavaScript</span>
|
||||
</div>
|
||||
<div class="slotbuttons">
|
||||
<a href="" target="_blank" class="button">Demo</a>
|
||||
<a href="" target="_blank" class="button">Source</a>
|
||||
<a href="https://www.fazendassaojose.com.br/" target="_blank" class="button">Site</a>
|
||||
<a href="view-source:https://www.fazendassaojose.com.br/" target="_blank" class="button">Source</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -184,7 +184,11 @@
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>Copyright 2022 Christian do Nascimento Falcao</p>
|
||||
<p>© Copyright 2022 Christian do Nascimento Falcao</p>
|
||||
</footer>
|
||||
|
||||
<div onclick="scrollup()" id="buttonup">
|
||||
<i class="fa-solid fa-arrow-up"></i>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user