-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (199 loc) · 9 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="an aspiring Web Developer from Brazil working to improve my skills with JavaScript
and PHP. I use HTML, CSS, JS, and Bootstrap to develop responsive web pages. Furthermore, I have
basic knowledge about PHP and SQL I have some knowledge of Python, GIMP, and GitHub. I also have
interesting in development with Laravel, Angular, and Ionic.">
<meta name="keywords" content="Personal Page, Web developer, HTML, CSS, JavaScript, Bootstrap, PHP, GitHub, Python">
<meta name="author" content="Vilton Bonifácio">
<title>Vilton Bonifácio - Web Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Bootstrap-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous">
</script>
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Sanchez" rel="stylesheet">
<!-- Font Awesome icons-->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<!-- Page CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav class="navbar navbar-default pageNavbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1>Vilton Bonifácio</h1>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contacts">Contacts</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h2 id="about" class="text-center">About:</h2>
<div class="row something-semantic">
<div class="col-xs-12 col-sm-8 col-md-10">
<p>
Hi! I'm an aspiring Web Developer from Brazil working to improve my skills with <strong>
JavaScript</strong> and <strong>PHP</strong>. I use <strong>HTML</strong>, <strong>CSS</strong>,
<strong>JS</strong>, and <strong>Bootstrap</strong> to develop responsive web pages. Furthermore,
I have basic knowledge about <strong>PHP</strong> and <strong>SQL</strong>. I have some
knowledge of <strong>Python</strong>, <strong>GIMP</strong>, and <strong>GitHub</strong>. I also
have interesting in development with <strong>Laravel</strong>, <strong>Angular</strong>, and
<strong>Ionic</strong>.
</p>
<p>
In my free time, I like to listen to podcasts, watch TV series, play games, make small travels,
and learn about web technologies.
</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-2 something-else-semantic">
<img class="imgHeader" src="https://viltonbonifacio.github.io/img/foto.jpg" alt="Vilton Bonifácio"/>
</div>
</div>
</div>
</header>
<main class="container"> <!-- style="background-color: white;"> -->
<hr>
<h2 id="portfolio" class="text-center">Portfolio</h2>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="shadowBox boxPadding interMargin">
<h4 class="text-center"> <b>Personal Local Weather</b></h4>
<img class="img-responsive" alt="Tribute Page to Gustavo Faria"
src="
https://raw.githubusercontent.com/ViltonBonifacio/viltonbonifacio.github.io/master/plw.png"
/>
<p class="text-center">XML - JSON - JavaScript - HTML - CSS - Bootstrap</p>
<p class="text-center">
<a href="https://viltonbonifacio.github.io/personal-local-weather/index.html"
title="Personal Local Weather live page" target="_blank">Live Page</a> |
<a href="https://codepen.io/FifthEmpire/pen/NgvYmM" title="CodePen" target="_blank">Codepen</a>
|
<a href="
https://github.com/ViltonBonifacio/viltonbonifacio.github.io/tree/master/personal-local-weather"
title="GitHub" target="_blank">GitHub</a>
</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="shadowBox boxPadding">
<h4 class="text-center"><b>Random Quote Machine</b></h4>
<img class="img-responsive" alt="Tribute Page to Gustavo Faria"
src="
https://raw.githubusercontent.com/ViltonBonifacio/viltonbonifacio.github.io/master/rqm.png"
/>
<p class="text-center">JavaScript - HTML - CSS - Bootstrap</p>
<p class="text-center">
<a href="https://viltonbonifacio.github.io/random-quote-machine/index.html"
title="Random Quote Machine" target="_blank">Live Page</a> |
<a href="https://codepen.io/FifthEmpire/pen/dRvqbm" title="Codepen.io" target="_blank">
Codepen</a> |
<a href="
https://github.com/ViltonBonifacio/viltonbonifacio.github.io/tree/master/random-quote-machine"
title="GitHub" target="_blank">GitHub</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="shadowBox boxPadding interMargin">
<h4 class="text-center"> <b>Tribute Page to Gustavo Faria</b></h4>
<img class="img-responsive" alt="Tribute Page to Gustavo Faria"
src="
https://raw.githubusercontent.com/ViltonBonifacio/viltonbonifacio.github.io/master/tpgf.png"
/>
<p class="text-center">HTML - CSS - Bootstrap</p>
<p class="text-center">
<a href="https://viltonbonifacio.github.io/tribute-page-to-gustavo-faria/index.html"
title="Tribute Page to Gustavo Faria" target="_blank">Live Page</a> |
<a href="http://codepen.io/FifthEmpire/full/Qvjeam/" title="Codepen.io" target="_blank">
Codepen</a> |
<a href="https://github.com/ViltonBonifacio/Portfolio/tree/master/tribute-page-to-gustavo-
faria" title="GitHub" target="_blank">GitHub</a>
</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="shadowBox boxPadding">
<h4 class="text-center"><b>My Personal Page</b></h4>
<img class="img-responsive" alt="Tribute Page to Gustavo Faria"
src="https://raw.githubusercontent.com/ViltonBonifacio/viltonbonifacio.github.io/master/pp.png"
/>
<p class="text-center">HTML - CSS - Bootstrap</p>
<p class="text-center">
<a href="https://viltonbonifacio.github.io/index.html" title="My personal page"
target="_blank">Live Page</a> |
<a href="http://codepen.io/FifthEmpire/full/BRvdog/" title="Codepen.io" target="_blank">
Codepen</a> |
<a href="https://github.com/ViltonBonifacio/Portfolio/tree/master/personal%20page"
title="GitHub" target="_blank">GitHub</a>
</p>
</div>
</div>
</div>
<h3 class="text-center">Open-Source</h3>
<p>I'm a collaborator of the <a title="You don't know JS translation to Brazilian portuguese" target="_blank"
href="https://github.com/cezaraugusto/You-Dont-Know-JS">You Don't Know JS
translation</a> to Brazilian portuguese.</p>
<hr>
</main>
<div class="container interMargin">
<h2 id="contacts" class="text-center">Contacts</h2>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4">
<h3 class="text-center">E-mail</h3>
<p align="center">viltonbonifacio (at) gmail . com</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<h3 class="text-center">GitHub</h3>
<p align="center">
<a href="https://github.com/ViltonBonifacio" title="GitHub" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i> github.com/ViltonBonifacio
</a>
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4">
<h3 class="text-center">Linkedin</h3>
<p align="center">
<a href="https://www.linkedin.com/in/vilton-bonif%C3%A1cio-592922142/" title="Linkedin"
target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
www.linkedin.com/in/vilton-bonifácio-592922142/
</a>
</p>
</div>
</div>
</div>
<div class="container-fluid footerBG">
<div class="container text-center footerSpace">
<p>Vilton Bonifácio © 2017. All rights reserved.</p>
</div>
</div>
</body>
</html>