-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (118 loc) · 4.66 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Leonaldo Severo</title>
<meta name="author" content="Leonaldo Severo">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' type='text/css' media='screen' href='CSS/main.css'>
<link rel='stylesheet' href='CSS/fonts.css'>
<link rel='stylesheet' href='CSS/media.css'>
<script src='JavaScript/main.js'></script>
</head>
<body>
<header>
<div id="title">
<h1>leonaldo Severo</h1>
</div>
<ul>
<a href="###"><li>Home</li></a>
<a href="#sobre"><li>Sobre</li></a>
<a href="#experiencia"><li>Experiencia</li></a>
<a href="#projetos" class="btn1"><li>Projetos</li></a>
</ul>
</header>
<main>
<aside>
<h2><span>Eu sou Leonaldo Severo.</span></h2>
<h3>Seja bem vindo a minha pagina, nela voce encontrará os principais links das minhas paginas para contato.
Sou Desenvolvedor Full Stack. </h3>
<ul>
<a type="button" target="_blank" href="https://www.linkedin.com/in/leonaldosevero/" class="btn"><li>Linkedin</li></a>
<a type="button" target="_blank" href="https://github.com/LeoSeveroBr" class="btn"><li>Github</li></a>
</ul>
</aside>
<article>
<img src="components/img/dev02.png" alt="devimg" width="500" height="600">
</article>
</main>
<section id="sobre">
<div>
<h2>Sobre</h2>
<h3>Desenvolvedor Full Stack. Está pagina foi criada apenas utlizando HTML e CSS na próxima versão
implementarei o Bootstrap e algumas funcionalidade em JavaScript.</h3>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</section>
<section id="experiencia">
<div>
<h2>Experiencia</h2>
<h3> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</h3>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</section>
<section id="projetos">
<div>
<h2>Projetos</h2>
<h3> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</h3>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</section>
<footer>
<h4>Contato : Email: [email protected] <br> Tel: (11) 964472562<br>
© 2022 → 2023 - Este site foi criado por Leonaldo Severo. Versão 1.0.2</h4>
</footer>
</body>
</html>