-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
341 lines (315 loc) · 14.8 KB
/
index2.html
File metadata and controls
341 lines (315 loc) · 14.8 KB
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="HTML, CSS, Javascript, Ruby on Rails, Rubocop, Heroku, PostgreSQL">
<meta name="description" content="This is the portfolio of Abdel Pérez">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/fontawesome.min.css">
<script src="https://kit.fontawesome.com/6a03050c64.js" crossorigin="anonymous"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168915236-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-168915236-1');
</script>
<link rel="stylesheet" href="css/templatemo-style.css">
<title>Abdel Pérez</title>
</head>
<body id="top" onload="fade()">
<!-- start preloader -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wave">
<div class="sk-rect1"></div>
<div class="sk-rect2"></div>
<div class="sk-rect3"></div>
<div class="sk-rect4"></div>
<div class="sk-rect5"></div>
</div>
</div>
<!-- end preloader -->
<!-- start header -->
<header>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4 col-lg-3 col-xs-12 row justify-content-center">
<p><i class="fa fa-phone-alt"></i>
+595 971 455 200</p>
</div>
<div class="col-md-5 col-lg-5 col-xs-12 row justify-content-center">
<p>
<i class="fa fa-envelope-o"></i>
<a href="#">abdel.perezpy@gmail.com</a></p>
</div>
<div class="col-md-3 col-lg-4 col-xs-12 row justify-content-center">
<div><span>Meet me on</span></div>
<ul class="social-icon">
<li><a href="https://github.com/abdelp" target="_blank" class="fab fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/abdel-perez" target="_blank" class="fab fa-linkedin"></a></li>
<li><a href="https://twitter.com/AbdelPerez11" target="_blank" class="fab fa-twitter"></a></li>
<li><a href="https://stackoverflow.com/users/6121888/abdel-p" target="_blank" class="fab fa-stack-overflow"></a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- end header -->
<!-- start navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light templatemo-nav" role="navigation">
<div class="container">
<a class="navbar-brand" href="#">Abdel Pérez</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav navbar-right ml-auto">
<li class="nav-item"><a class="nav-link" href="#top">HOME</a></li>
<li class="nav-item"><a class="nav-link" href="#service">SERVICE</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">PORTFOLIO</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<!-- end navigation -->
<!-- start home -->
<section id="home">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<h1 class="wow fadeIn" data-wow-offset="50" data-wow-delay="0.9s">Hi! I'm <span>Abdel Pérez</span></h1>
<a data-scroll href="#service" class="btn btn-light wow fadeInUp" data-wow-offset="50"
data-wow-delay="0.6s">GET STARTED</a>
</div>
</div>
</div>
</section>
<!-- end home -->
<!-- start service -->
<section id="service">
<div class="container">
<div class="row">
<div class="col-md-4 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<i class="fa fa-laptop"></i>
<h4>Full-Stack Development</h4>
<p>Ruby on Rails, PostgreSql, Javascript, Bootstrap, SASS</p>
</div>
<div class="col-md-4 wow fadeIn" data-wow-offset="50" data-wow-delay="0.9s">
<i class="fa fa-cloud"></i>
<h4>Database Administration</h4>
<p>I have a vast experience working as a Database Administrator at a well-known telephone company.</p>
</div>
<div class="col-md-4 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<i class="fa fa-cog"></i>
<h4>UX Design</h4>
<p>Le doy una gran importancia al mantenimiento de un ambiente de trabajo respestuoso y colaborativo.</p>
</div>
</div>
</div>
</section>
<!-- end servie -->
<!-- start portfolio -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="wow bounceIn" data-wow-offset="50" data-wow-delay="0.3s">MY <span>PORTFOLIO</span></h2>
</div>
<div class="project col-md-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="row">
<div class="col-md-6">
<img src="images/clockror_preview.webp" class="img-fluid" alt="portfolio img 1">
</div>
<div class="col-md-6">
<h3>ClockRoR</h3>
<p>With ClockRoR you can track your activities, assign to it a group, and share it with other users.</p>
<div class="project-lang">
<ul class="nav">
<li><img src="icons/rails.svg" alt="rails icon"></li>
<li><img src="icons/postgresql.svg" alt="postgres icon"></li>
<li><img src="icons/javascript.svg" alt="javascript icon"></li>
<li><img src="icons/heroku.svg" alt="heroku icon"></li>
<li><img src="icons/sass.svg" alt="sass icon"></li>
</ul>
</div>
<div class="project-links">
<a href="https://whispering-retreat-92662.herokuapp.com" target="_blank" class="btn btn-light wow fadeInUp">LIVE DEMO</a>
<a href="https://github.com/abdelp/ror-capstone" target="_blank" class="btn btn-light wow fadeInUp">GITHUB REPO</a>
</div>
</div>
</div>
</div>
<div class="project col-md-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="row">
<div class="col-md-6">
<img src="images/weather-app.gif" class="img-fluid" alt="portfolio img 2">
</div>
<div class="col-md-6">
<h3>Weather App</h3>
<p>A basic Twitter App Clone to create posts, like it, share it.</p>
<div class="project-lang">
<ul class="nav">
<li><img src="icons/rails.svg" alt="rails icon"></li>
<li><img src="icons/postgresql.svg" alt="postgres icon"></li>
<li><img src="icons/javascript.svg" alt="javascript icon"></li>
<li><img src="icons/heroku.svg" alt="heroku icon"></li>
<li><img src="icons/sass.svg" alt="sass icon"></li>
</ul>
</div>
<div class="project-links">
<a href="https://enigmatic-shelf-72631.herokuapp.com/" target="_blank" class="btn btn-light wow fadeInUp">LIVE DEMO</a>
<a href="https://github.com/abdelp/twitter-clone" target="_blank" class="btn btn-light wow fadeInUp">GITHUB REPO</a>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="portfolio-thumb">
<img src="images/private_events_preview.png" target="_blank" class="img-responsive" alt="portfolio img 3">
<div class="portfolio-overlay">
<h4>Private Events</h4>
<a href="http://infinite-tor-10802.herokuapp.com" target="_blank" class="btn btn-light">Live Demo</a>
<a href="https://github.com/abdelp/twitter-clone" target="_blank" class="btn btn-light">Github Repo</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="portfolio-thumb">
<img src="images/stay_in_touch_preview.png" class="img-responsive" alt="portfolio img 4">
<div class="portfolio-overlay">
<h4>Stay in Touch</h4>
<p>Project to create posts, comment on it, add or reject friendship invitations</p>
<a href="http://social-media.herokuapp.com" target="_blank" class="btn btn-light">Live Demo</a>
<a href="https://github.com/abdelp/stay-in-touch" target="_blank" class="btn btn-light">Github Repo</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="portfolio-thumb">
<img src="images/blog_app_preview.png" class="img-responsive" alt="portfolio img 3">
<div class="portfolio-overlay">
<h4>Blog App</h4>
<p>A simple app to create articles and assign to it tags.</p>
<a href="https://calm-thicket-03480.herokuapp.com" target="_blank" class="btn btn-light">Live Demo</a>
<a href="https://github.com/abdelp/blog-app" target="_blank" class="btn btn-light">Github Repo</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="portfolio-thumb">
<img src="images/sample_app_preview.png" class="img-responsive" alt="portfolio img 4">
<div class="portfolio-overlay">
<h4>Sample App</h4>
<p>App to create microposts like tweeter based on the book
<a href="https://www.learnenough.com/ruby-on-rails-6th-edition-tutorial" target="_blank">
Ruby on Rails Tutorials 6th. Edition</a></p>
<a href="https://peaceful-everglades-53157.herokuapp.com" target="_blank" class="btn btn-light">Live Demo</a>
<a href="https://github.com/abdelp/sample-app" target="_blank" class="btn btn-light">Github Repo</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="portfolio-thumb">
<img src="images/portfolio-img1.jpg" class="img-responsive" alt="portfolio img 1">
<div class="portfolio-overlay">
<h4>Project Seven</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elitquisque tempus ac eget dia.</p>
<a href="#" class="btn btn-light">DETAIL</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-offset="50" data-wow-delay="0.6s">
<div class="portfolio-thumb">
<img src="images/portfolio-img2.jpg" class="img-responsive" alt="portfolio img 2">
<div class="portfolio-overlay">
<h4>Project Eight</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elitquisque tempus ac eget dia.</p>
<a href="#" class="btn btn-light">DETAIL</a>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!-- end portfolio -->
<!-- start contact -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="wow bounceIn" data-wow-offset="50" data-wow-delay="0.3s">CONTACT <span>ME</span></h2>
</div>
<div class="col-12 col-lg-6 wow fadeInLeft" data-wow-offset="50" data-wow-delay="0.9s">
<form action="#" method="post">
<label>NAME</label>
<input name="fullname" type="text" class="form-control" id="fullname">
<label>EMAIL</label>
<input name="email" type="email" class="form-control" id="email">
<label>MESSAGE</label>
<textarea name="message" rows="4" class="form-control" id="message"></textarea>
<input type="submit" class="form-control">
</form>
</div>
<div class="col-12 col-lg-6 wow fadeInRight" data-wow-offset="50" data-wow-delay="0.6s">
<address>
<p class="address-title">MY ADDRESSES</p>
<!-- <span>Lorem ipsum dolor sit amet, consectetur adipiscing elitquisque tempus ac eget diam et laoreet
phasellus ut nisi id leo molestie.</span> -->
<p><i class="fas fa-phone-alt"></i><a href="#">+595 971 455 200</a></p>
<p><i class="far fa-envelope"></i><a href="#">abdel.perezpy@gmail.com</a></p>
<p><i class="fas fa-map-marker-alt"></i> Pindó c/ España 2551, Lambaré - Paraguay</p>
</address>
<div class="row">
<div class="col-12">
<h4>MY SOCIAL NETWORKS</h4>
</div>
<div class="col-12">
<ul class="social-icon">
<li><a href="https://github.com/abdelp" target="_blank" class="fab fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/abdel-perez" target="_blank" class="fab fa-linkedin"></a></li>
<li><a href="https://twitter.com/AbdelPerez11" target="_blank" class="fab fa-twitter"></a></li>
<li><a href="https://stackoverflow.com/users/6121888/abdel-p" target="_blank" class="fab fa-stack-overflow"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end contact -->
<!-- start copyright -->
<footer id="copyright">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="wow bounceIn" data-wow-offset="50" data-wow-delay="0.3s">
concept designed by <a href="http://themewagon.com" target="_blank">© ThemeWagon.com</a></p>
<p><a href="https://iconscout.com/icons/postgresql" target="_blank">Postgresql Icon</a> by
<a href="https://iconscout.com/contributors/icon-mafia" target="_blank">Icon Mafia</a> on
<a href="https://iconscout.com" target="_blank">Iconscout</a></p>
</div>
</div>
</div>
</footer>
<!-- end copyright -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>