-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (99 loc) · 4.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alvaro Farias - I design & build websites and extensions, themes & ideas for web applications.</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<h1>Álvaro Farías</h1>
<p>Freelance Web Developer</p>
</header>
<div class="container">
<section>
<h1 class="center">About me</h1>
<p>
I am a talented Linux experienced programmer and an ambitious problem solver with a passion for online
businesses looking to be hired. In my work experience I have had versatility as a back-end developer on
many different projects.
</p>
<p>
I am able to involve myself sincerely in your team and I can work as an autonomous person too. You can
trust on me for any of your assignments and I will deliver the result in a prompt manner.
</p>
</section>
<hr>
<section>
<div class="row">
<div class="grid-2">
<h1>Skills</h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>PHP</li>
<li>Git / Git Flow</li>
<li>Google Compute Engine</li>
<li>Microsoft Azure</li>
<li>Amazon Web Services</li>
</ul>
</div>
<div class="grid-4">
<h1>In Conclusion</h1>
<p>
I am glad to offer my vast knowledge in PHP, Laravel, Lumen, HTML5, CSS3 JavaScript, Sysadmin LAMP
Arquitecture, Ubuntu Server, CentOS to develop any of your projects.
</p>
</div>
</div>
</section>
</div>
<footer>
<div class="content-wrapper">
<h2 class="center">Get in touch</h2>
<ul class="social-links">
<li>
<a title="Skype" class="email" href="skype:piryguiry?call">
<i class="fa fa-skype" aria-hidden="true"></i>
</a>
</li>
<li>
<a title="email" class="email" href="mailto:[email protected]">
<i class="fa fa-at" aria-hidden="true"></i>
</a>
</li>
<li>
<a title="Facebook" target="_blank" class="facebook" href="https://facebook.com/piryguiry">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a title="Twitter" target="_blank" class="twitter" href="https://twitter.com/piryguiry">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a title="Github" target="_blank" class="github" href="https://github.com/piryguiry">
<i class="fa fa-github-alt" aria-hidden="true"></i>
</a>
</li>
</ul>
<div class="quote">
<p class="quote-context">
“First they ignore you. Then they laugh at you. Then they fight you. Then you win.” Nicholas Klein
</p>
</div>
</div>
<p class="center">
<i class="fa fa-code" aria-hidden="true"></i> with <i class="fa fa-heart" aria-hidden="true"></i> by piryguiry
</p>
</footer>
<script src="js/jquery.min.js"></script>
</body>
</html>