-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 980 Bytes
/
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
---
---
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Desenvolvedor Front-End, UX e SEO OnPage | Portifolio</title>
<meta name="description" content="Focado na experiência do usuário, busco desenvolver websites atrativos, responsivos, escaláveis e otimizados. Confira meu perfil e entre em contato.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="assets/js/modernizr.js"></script>
<!--[if IE]><link rel="shortcut icon" href="assets/img/favicon.ico"><![endif]-->
<link rel="icon"href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
{% include header.html %}
{% include about.html %}
{% include projetos.html %}
{% include contato.html %}
{% include formulario.html %}
{% include footer.html %}
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="assets/js/functions.js" type="text/javascript"></script>
</body>
</html>