-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.04 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>F.Erik Full Stack</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="src/css/style.css">
</head>
<body>
<header>
<h1>MY PAGE</h1>
</header>
<main>
<section id="inicio" class="secao">
<h1>HELLO, WORLD!</h1>
<p id="apresentacao">Me chamo<strong> Francisco Erik</strong>, sou iniciante em programação e web designer. Estou estudando frequentemente e aprendendo diversas formas de resolver problemas. </p>
<p id="code">
<code>
<strong>System.out.Println</strong></br>('Gostaria de aprender muito mais com a ajuda de vocês!');
</code>
</p>
<img id="img_perfil" src="src/imagens/narutoperfil.png" alt="F.Erik">
<ul>
<li><a class="contato" href="https://github.com/Kenshi-Sama" target="_blank">Github
</a>
<img src="src/imagens/github.icon.png" alt="github">
</li>
<li>
<a class="contato" href="https://www.linkedin.com/in/francisco-erik-silva-ferreira-064160203/"
target="_blank">Linkedin</a>
<img src="src/imagens/linkedin.icon.png" alt="linkedin">
</li>
</ul>
</section>
<section id="meio" class="secao">
<h2>COMECEI A DESENVOLVER EM:</h2>
<ul class="lista">
<li>HTML5</li>
<li>CSS3</li>
</ul class=" lista">
<h2>APRENDENDO A PROGRAMAR EM:</h2>
<ul>
<li>JavaScript</li>
</section>
</main>
<footer>
<p>Portifólio desenvolvido por <strong>Francisco Erik</strong> como forma de aprendizado</p>
</footer>
</body>
</html>