-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 2.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./src/style.css" />
<link rel="stylesheet" href="./src/styless/style-responsive.css" />
<title>Hilton Portifolio</title>
</head>
<body>
<header class="menu-bar"><!--cabecalho -->
<!-- Top Navigation Menu -->
<div class="topnav">
<a href="index.html" class="active">HOME</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="#news">HOME</a>
<a href="projetos.html">PROJETOS</a>
<a href="sobre.html">SOBRE</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<nav class="link-menu-bar">
<!-- Cabeçalho menu-->
<a class="link-menu" href="index.html">Home</a
><!-- Cabecalho menu link-->
<a class="link-menu" href="projetos.html">Projetos</a>
<a class="link-menu" href="sobre.html">Sobre mim</a>
</nav>
<hr>
</header>
<main class="conteudo">
<section class="conteudo-text">
<h1>
Eleve seu negócio digital a outro nível
<strong>com um Front-end de qualidade!</strong>
</h1>
<p>
Olá! Sou Hilton Junior, desenvolvedor Front-end com especialidade em
React, HTML e CSS. Ajudo pequenos negócios e designers a colocarem em
prática boas ideias. Vamos conversar?
</p>
<h2>Acesse minhas redes:</h2>
<a class="links-link" href="https://github.com/HILTONESJR"
><img src="./src/img/Logo-github.png" />GitHub</a
>
<a class="links-link" href="https://www.linkedin.com/in/hilton-junior-dev/"
><img src="./src/img/Logo linkedin.png" />LinkedIn</a
>
</section>
<section class="conteudo-img">
<img src="./src/img/projetcs/dev.front.end.png" alt="foto-do-dev" srcset="" />
</section>
<a href="https://wa.me/5511987983355"><img
src="https://img.icons8.com/?size=80&id=d5ntEsf0JRhM&format=png" style="height:64px; position:fixed; bottom: 25px; right:
25px; z-index:99999;" data-selector="img"></a>
</main>
<footer class="rodape">
<p>Desenvolvido po Hilton Junior Copyright @ 2024</p>
</footer>
</body>
<script
src="./src/script.js"
></script>
</html>