-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 1.34 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="main.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/css/font-awesome.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700"
rel="stylesheet"
/>
<title>Elias Castro | Full Stack Web Dev</title>
</head>
<body>
<header>
<h1>Elias Macena de Castro</h1>
<h2>Full Stack Web Developer</h2>
<h3 class="back-end">Back-end</h3>
<h5>Node.js | Java (Spring Boot) | PHP (CodeIgniter)</h5>
<h3 class="front-end">Front-end</h3>
<h5>HTML | CSS | JavaScript | ReactJS | Vue.js</h5>
<h3 class="mobile">Mobile</h3>
<h5>React Native</h5>
<article id="icons">
<a target="_blank" href="https://github.com/eliasmcastro">
<i class="fa fa-github"></i>
</a>
<a target="_blank" href="https://gitlab.com/eliasmcastro">
<i class="fa fa-gitlab"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/eliasmcastro">
<i class="fa fa-linkedin"></i>
</a>
</article>
</header>
</body>
</html>