-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 3.79 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
---
layout: layout_en
navigation: portal.html
permalink: /
---
<div class="container space-y-6">
<!-- About Me Introduction Start -->
<div class="grid items-center sm:grid-cols-5 gap-8 sm:gap-6 lg:gap-10 rounded-2xl p-4 lg:p-6 xl:p-10 bg-gradient-to-b from-white to-seashell dark:from-stone-800 dark:to-black border border-gray-100 dark:border-white/5" data-aos="fade-up">
<div class="thumbnail sm:order-last sm:col-span-2 text-center sm:text-end">
<img
src="{{ site.avatar_img_path }}"
class="rounded-lg bg-orange-800 dark:bg-black"
alt="{{ site.name }}"
>
</div>
<div class="sm:order-first sm:col-span-3">
<h1 class="text-powerBlack dark:text-orange-800 font-bold text-4xl xl:text-5xl">
{{ site.name }}
</h1>
<h2 class="text-smokeGray dark:text-stone-500 font-medium text-lg xl:text-2xl mt-1.5">
{{ site.description }}
</h2>
<p class="mt-2 sm:mt-4 lg:mt-6 lg:text-lg max-w-screen-sm">
Producer of applications, database manager, project manager in a variety of business applications. Particularly interested in database design, client/server and relational database using Oracle, MySQL, PostgreSQL on Linux servers, configuration of LAMP servers, security policy and <span class="px-2 inline-block text-stone-500 dark:text-orange-800 rounded-md border border-white dark:border-black bg-gradient-to-b from-white to-seashell dark:from-stone-800 dark:to-black">development in programming languages</span> C, C ++, Java, Python and PHP using frameworks jQuery development and Zend Framework. Constant interest in migration projects, in addition to its close interaction with management systems databases.
Specialties: Translation of applications English, French and Arabic to Spanish; Development Control Panels for data management systems, Server Management Linux Redhat, Fedora, Debian and CentOS.
</p>
<ul class="flex items-center mt-4 lg:mt-6 -mx-3 *:flex *:items-center *:mx-3 *:text-regular lg:*:text-lg">
<li>
<i class="mr-2 fal fa-check-double text-stone-500 dark:text-orange-800"></i>
Available for work
</li>
<li>
<i class="mr-2 fal fa-check-double text-stone-500 dark:text-orange-800"></i>
Full Time Job
</li>
</ul>
<div class="button-groups mt-4 lg:mt-6 xl:mt-8 space-x-2 lg:space-x-4 *:transition-all *:duration-200 *:border *:border-white *:dark:border-black *:bg-gradient-to-b *:from-white *:to-seashell dark:*:from-stone-800 dark:*:to-black">
<a href="https://www.freelancer.com.co/hireme/neftaliyagua" class="text-regular text-stone-500 font-semibold py-2 lg:py-3 px-7 lg:px-10 inline-flex transition-all duration-200 rounded-full dark:text-orange-800 hover:bg-none hover:bg-stone-500 hover:text-white">
Get in Touch
</a>
<a href="https://neftaliyagua.com/cv.pdf" download class="text-regular text-stone-500 font-semibold py-2 lg:py-3 px-7 lg:px-10 inline-flex transition-all duration-200 rounded-full dark:text-orange-800 hover:bg-none hover:bg-stone-500 hover:text-white">
My Resume
</a>
</div>
</div>
</div>
</div>