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