-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·76 lines (73 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Edilson Borges</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/freelancer.css" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
</head>
<body id="page-top" class="index">
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/profile.jpg" alt="">
<div class="intro-text">
<span class="name">Edilson Borges</span>
<hr>
<span class="skills">I'm a Developer. I Love doing it.</span>
</div>
</div>
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a target="_blank" href="http://github.com/edilsonborges" class="btn-social btn-outline"><i class="fa fa-fw fa-github"></i></a>
</li>
<li>
<a target="_blank" href="http://linkedin.com/in/edilsonborges" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a target="_blank" href="http://twitter.com/edilsonfborges" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a target="_blank" href="http://youtube.com/sobrefoto" class="btn-social btn-outline"><i class="fa fa-fw fa-youtube"></i></a>
</li>
</ul>
</div>
</div>
</header>
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<br>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-justify">
<p>Full Stack Developer at Agrodefesa. 7 years of professional experience with solid knowledge in PHP 7, Apache, Zend
Framework, JavaScript, ES6+, Node.js, CSS, Material Design, Bootstrap, jQuery, BDD Test, Linux, JIRA (Atlassian), Git,
Bitbucket, Regex, Adobe products, UX and UI. Database experience in PL/SQL (PostgreSQL, MySQL) and NoSQL (Mongo) including
management interfaces (pgAdmin 3, pgAdmin 4, DBeaver, MongoDB Compass).</p>
<p>Personal experiences of study with React, React Native, Redux, Axios, Babel, Socket.IO, Vue.js, Docker, Laravel,
Python, Java, C# and Ruby on Rails.</p>
<p>Degree in computer engineering at PUC Goiás (2012). MBA in IT Governance at IPOG (2014).</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a target="_blank" href="http://github.com/edilsonborges" class="btn btn-lg btn-outline">
<i class="fa fa-github"></i> This is my repo
</a>
</div>
</div>
</div>
</section>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>