-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
270 lines (253 loc) · 8.84 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<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">
<title>João Henrique Garla - Developer</title>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<!-- Bulma Version 0.7.1-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
<!-- <link href="https://unpkg.com/bulma-fluent@0.3.13/css/bulma.min.css" rel="stylesheet"> -->
<link rel="stylesheet" type="text/css" href="../css/personal.css">
<script async type="text/javascript" src="../js/bulma.js"></script>
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar is-link is-fixed-top">
<div class="navbar-brand">
<div class="navbar-burger burger" data-target="navbarExampleTransparentExample">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navbarExampleTransparentExample" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="#about">
<span class="icon">
<i class="fas fa-info"></i>
</span>
<span>About</span>
</a>
<a class="navbar-item" href="#services">
<span class="icon">
<i class="fas fa-bars"></i>
</span>
<span>Services</span>
</a>
<!-- <a class="navbar-item" href="#resume">
<span class="icon">
<i class="fas fa-file-alt"></i>
</span>
<span>Resume</span>
</a> -->
<!-- <a class="navbar-item" href="#portfolio">
<span class="icon">
<i class="fas fa-th-list"></i>
</span>
<span>Portfolio</span>
</a> -->
<!-- <a class="navbar-item" href="#contact">
<span class="icon">
<i class="fas fa-envelope"></i>
</span>
<span>Contact</span>
</a> -->
</div>
</div>
</nav>
<!-- Header -->
<section class="hero is-link is-fullheight is-fullheight-with-navbar">
<div class="hero-body">
<div class="container">Hello! I am
<h1 class="title is-1">
João Henrique Garla
</h1>
<h2 class="subtitle is-3">
Back-end Developer
</h2>
</div>
</div>
</section>
<!-- About -->
<section class="section" id="about">
<!-- Title -->
<div class="section-heading">
<h3 class="title is-2">About Me</h3>
<!-- <h4 class="subtitle is-5">Jack of all trades, master of "some"</h4> -->
<div class="container">
<p>Back-end developer with more than <strong>3 years</strong> of experience developing enterprise
Java Web Applications using Spring Framework.
</p>
</div>
</div>
<div class="columns has-same-height is-gapless">
<div class="column">
<!-- Profile -->
<div class="card">
<div class="card-content">
<h3 class="title is-4">Profile</h3>
<!-- <div class="content">
<table class="table-profile">
<tr>
<th colspan="1"></th>
<th colspan="2"></th>
</tr>
<tr>
<td>Address:</td>
<td>Guru's Lab</td>
</tr>
<tr>
<td>Phone:</td>
<td>0123-456789</td>
</tr>
<tr>
<td>Email:</td>
<td>minion@despicable.me</td>
</tr>
</table>
</div> -->
<br>
<div class="buttons has-addons is-centered">
<a href="https://github.com/g4rla" class="button is-link">Github</a>
<a href="https://www.linkedin.com/in/jgarla/" class="button is-link">LinkedIn</a>
<a href="https://stackoverflow.com/users/9185730/g4rla" class="button is-link">Stack Overflow</a>
<!-- <a href="#" class="button is-link">CodeTrace</a> -->
</div>
</div>
</div>
</div>
<!-- <div class="column"> -->
<!-- Profile picture -->
<!-- <div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="https://source.unsplash.com/random/1280x960" alt="Placeholder image">
</figure>
</div>
</div> -->
<!-- </div> -->
<div class="column">
<!-- Skills -->
<div class="card">
<div class="card-content skills-content">
<h3 class="title is-4">Skills</h3>
<div class="content">
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Java:</strong>
<br>
<progress class="progress is-primary" value="100" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Spring Framework:</strong>
<br>
<progress class="progress is-primary" value="100" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Unit Testing</strong>
<br>
<progress class="progress is-primary" value="100" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>SQL:</strong>
<br>
<progress class="progress is-primary" value="100" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Linux:</strong>
<br>
<progress class="progress is-primary" value="100" max="100"></progress>
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills tags -->
<br>
<div class="tags custom-tags">
<span class="tag is-light">Java</span>
<span class="tag is-light">Spring</span>
<span class="tag is-light">Spring Boot</span>
<span class="tag is-light">Spring MVC</span>
<span class="tag is-light">Spring Data</span>
<span class="tag is-light">Spring Data JPA</span>
<span class="tag is-light">Spring Secutiry</span>
<span class="tag is-light">Linux</span>
<span class="tag is-light">Debian</span>
<span class="tag is-light">Git</span>
</div>
<!-- Services -->
<section class="section" id="services">
<div class="section-heading">
<h3 class="title is-2">Services</h3>
<h4 class="subtitle is-5">What can I do for you?</h4>
</div>
<div class="container">
<div class="columns">
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">RESTful APIs development</h4>
Develop RESTful applications using latest standards.
</div>
</div>
</div>
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Back End Development</h4>
Develop Web Back-end applications using latest Java Spring framework standards.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="section-heading">
<p>
<strong>Bulma Personal Template</strong> by <a href="https://mubaidr.js.org">Muhammad Ubaid Raza</a>. The
source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>.
</p>
</div>
</footer>
</body>
</html>