-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
85 lines (84 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Site under construction</title>
<link
href="https://use.fontawesome.com/releases/v5.0.8/css/all.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/styles/style.min.css" />
</head>
<body>
<div class="coverPage">
<div class="__coverPage-content">
<h1>Melvin Santana</h1>
<h2>FrontEnd Developer</h2>
<h3>We are building something <strong>GREAT!</strong></h3>
<p>
Building
<strong>nice, clean and user friendly web projects</strong> that
connects with the end user, taking care of details,
<strong
>writing semantic html code, also applying programming good
practices</strong
>
are my main concerns.
</p>
<div class="socialMedia">
<a
class="socialIcon"
href="https://github.com/melvinsantanac"
target="_blank"
rel="noreferrer noopener"
><i class="fab fa-github"></i
></a>
<a
class="socialIcon"
href="https://www.linkedin.com/in/melvinsantanac"
target="_blank"
rel="noreferrer noopener"
><i class="fab fa-linkedin"></i
></a>
<a
class="socialIcon"
href="https://twitter.com/melvinsantanac"
target="_blank"
rel="noreferrer noopener"
><i class="fab fa-twitter"></i
></a>
<a
class="socialIcon"
href="https://www.facebook.com/melvinsantanac"
target="_blank"
rel="noreferrer noopener"
><i class="fab fa-facebook"></i
></a>
<a
class="socialIcon"
href="mailto:[email protected]"
target="_blank"
rel="noreferrer noopener"
><i class="fas fa-envelope"></i
></a>
</div>
<p class="projectsListTitle">practice projects</p>
<div class="projectsList">
<a
class="btn-projects"
target="_blank"
href="https://todolist.melvinsantana.com/"
>MASC ToDo List</a
>
<a
class="btn-projects"
target="_blank"
href="https://404-not-found-devchallengesio.melvinsantana.com/"
>404 Not Found Challenge</a
>
</div>
</div>
</div>
</body>
</html>