generated from Coderic/NeftaliYagua
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 2.4 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
---
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 w-full"
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">
Contributing significantly to the company's strategic direction and operational excellence. While specific details about his professional background are limited in the available sources, his role underscores a commitment to advancing Coderic's mission of developing strategic commercial information resources.
</p>
<p class="mt-2 sm:mt-4 lg:mt-6 lg:text-lg max-w-screen-sm">
<strong>Strategic Leadership:</strong> Guiding Coderic's initiatives to align with industry trends and organizational goals.
</p>
<p class="mt-2 sm:mt-4 lg:mt-6 lg:text-lg max-w-screen-sm">
<strong>Operational Management:</strong> Ensuring efficient processes that support the company's growth and service delivery.
</p>
<p class="mt-2 sm:mt-4 lg:mt-6 lg:text-lg max-w-screen-sm">
<strong>Team Collaboration:</strong> Fostering a collaborative environment that encourages innovation and excellence among team members.
</p>
</div>
</div>
</div>