mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-09 05:40:49 -05:00
working in cv
This commit is contained in:
parent
cea602c041
commit
0c8d2b3228
3 changed files with 64 additions and 6 deletions
|
@ -17,7 +17,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
|||
<input id="my-drawer" type="checkbox" class="drawer-toggle" />
|
||||
<div class="drawer-content flex flex-col bg-base-100">
|
||||
<Header title={SITE_TITLE} />
|
||||
<main class="p-6 px-8 md:px-12">
|
||||
<main class="p-6 pt-10 px-8 md:px-12">
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
|
|
|
@ -4,7 +4,42 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
|
|||
---
|
||||
|
||||
<PageLayout>
|
||||
<div class="time-line-container grid gap-4">
|
||||
<div class="mb-5">
|
||||
<div class="text-3xl w-full font-bold">Profile</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-10">
|
||||
Engineer in Informatics Science with 6 years + of experience in software development. Dominion of various programming
|
||||
languages, frameworks, CMS and graphics engines. Experience in WEB design and development. Work with Data Base handled
|
||||
systems, as well as design, normalization and migration. Knowledge of work with graphic design tools for image
|
||||
manipulation , User Interfaces design, Web sites, logos and other ones.
|
||||
</div>
|
||||
|
||||
<div class="mb-5">
|
||||
<div class="text-3xl w-full font-bold">Education</div>
|
||||
</div>
|
||||
|
||||
<div class="time-line-container grid gap-4 mb-10">
|
||||
<TimeLineElement
|
||||
title="Technician Information-Technology"
|
||||
subtitle="2006 to 2009 at Osvaldo Herrera Polytechnic institute, Habana, Cuba"
|
||||
/>
|
||||
<TimeLineElement
|
||||
title="Informatics Science Engineer"
|
||||
subtitle="2010 to 2015 at University of Informatics Science (UCI), Habana, Cuba"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="mb-5">
|
||||
<div class="text-3xl w-full font-bold">Experience</div>
|
||||
</div>
|
||||
|
||||
<div class="time-line-container grid gap-4 mb-10">
|
||||
<TimeLineElement
|
||||
title="UI Designer and Developer at Integral Access Control System (Thesis)"
|
||||
subtitle="From 2015 at XETID, Habana, Cuba"
|
||||
desc="System multiplatform that includes the steps of a company's personnel, the structure and composition thereof, as well as a powerful designer of credentials and module of control of access. Outspread at the MINFAR and another entities of the country. Technologies: C++, Qt Framework, Subversión, Visual Paradigm, PostgreSQL, Jmeter"
|
||||
/>
|
||||
<TimeLineElement
|
||||
title="Web Developer at Integral Oil Drilling System 2.0"
|
||||
subtitle="From 2015 to 2016 at CEDIN, UCI, Habana, Cuba"
|
||||
|
@ -15,5 +50,28 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
|
|||
subtitle="From 2016 to 2017 at CEDIN, UCI, Habana, Cuba"
|
||||
desc="System of steps of process of perforation of oil wells. Outspread in the direction of Intervención of Wells and various wells of drilling of the Occident of the country. Generate reports and graphs of process of perforation making use of data mining. Technologies: Php,Symfony 2.8 , Gitlab, PostgreSQL, HigthChart, Boostrap 2, JQuery, HTML,CSS, JavaScript"
|
||||
/>
|
||||
<TimeLineElement
|
||||
title="Full Stack Dev, UI/UX Designer and Software Architect at Primary Information System"
|
||||
subtitle="From 2017 to 2018 at CEDIN, UCI, Habana, Cuba"
|
||||
desc="System of steps of primary information at a company. personnel's steps, control of access, impression of credentials, steps of locales, structure and composition. Technologies: Php,Symfony 3.3 , Gitlab, PostgreSQL, , Boostrap 3, JQuery, HTML,CSS, JavaScript"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="mb-5">
|
||||
<div class="text-3xl w-full font-bold">Languaje</div>
|
||||
</div>
|
||||
|
||||
<ol>
|
||||
<li>Spanish (Native)</li>
|
||||
<li>English (B2)</li>
|
||||
</ol>
|
||||
|
||||
<div class="mb-5">
|
||||
<div class="text-3xl w-full font-bold">Skills</div>
|
||||
</div>
|
||||
|
||||
<ol>
|
||||
<li>English</li>
|
||||
<li>Spanish</li>
|
||||
</ol>
|
||||
</PageLayout>
|
||||
|
|
|
@ -7,7 +7,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
|||
|
||||
<PageLayout>
|
||||
<div class="pb-10">
|
||||
<div class="py-4">
|
||||
<div class="pb-4">
|
||||
<text class="text-2xl"> Hey there 👋</text>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -15,9 +15,8 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
|||
</div>
|
||||
<div class="py-2">
|
||||
<text>
|
||||
I am a Cuban Software Engineer. I am a big fan of programming, web development, and entrepreneurship. I work on
|
||||
creating computer solutions that solve problems in a simple way and share everything I learn along the way. I like
|
||||
minimalism, Open-Source and good music.</text
|
||||
I am a cuban Software Engineer and entrepreneurship. I work creating software solutions that solve problems in a simple way and sharing what I learn along the way. I like
|
||||
minimalism, Open-Source, good music and masareales.</text
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -48,4 +47,5 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
|||
badge="FOSS"
|
||||
/>
|
||||
</div>
|
||||
|
||||
</PageLayout>
|
||||
|
|
Loading…
Reference in a new issue