Skip to content

Commit

Permalink
🎉 First adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
luigieai committed Jan 20, 2023
1 parent e1ec0d5 commit 860b195
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 77 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 4 additions & 20 deletions src/components/SideBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@
<ul>
<!-- Sidebar content here -->
<li><a href="/">Home</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/store/1">Store</a></li>
<li><a href="/blog/1">Blog</a></li>
<li><a href="/aboutme">About me</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="https://manuelernestog.github.io/paylink/" target="_blank">Support my Work</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
<div class="grow"></div>
<div class="social-icons px-4 my-2 flex self-center">
<a href="https://github.com/manuelernestog" target="_blank" class="mx-3" aria-label="Github">
<a href="https://github.com/luigieai" target="_blank" class="mx-3" aria-label="Github">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
Expand All @@ -36,7 +33,7 @@
></path>
</svg>
</a>
<a href="https://twitter.com/manuelernestog" target="_blank" class="mx-3" aria-label="Twitter">
<a href="https://twitter.com/LuigiOliveira__" target="_blank" class="mx-3" aria-label="Twitter">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
Expand All @@ -48,20 +45,7 @@
></path>
</svg>
</a>
<a href="https://t.me/manuelernestog" target="_blank" class="mx-3" aria-label="Telegram">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
style="fill: currentColor;transform: ;msFilter:;"
><path
d="m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"
></path>
</svg>
</a>

<a href="https://www.linkedin.com/in/manuelernestogr" target="_blank" class="mx-3" aria-label="Linkedin">
<a href="https://www.linkedin.com/in/luigimarqs" target="_blank" class="mx-3" aria-label="Linkedin">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
Expand Down
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.

export const SITE_TITLE = 'Astro Modern Personal Website Template';
export const SITE_DESCRIPTION = 'Astro Modern Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.';
export const SITE_TITLE = 'Luigi Oliveira';
export const SITE_DESCRIPTION = 'My personal website and blog, where I share about myself and tech discoveries';
29 changes: 14 additions & 15 deletions src/pages/cv.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
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>
Expand Down Expand Up @@ -73,7 +58,21 @@ import TimeLineElement from "../components/cv/TimeLine.astro";
<div class="mb-5">
<div class="text-3xl w-full font-bold">Skills</div>
</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>
<ul class="list-disc md:columns-5 columns-2 mx-6">
<li>Spanish (Native)</li>
<li>English (C2)</li>
Expand Down
50 changes: 12 additions & 38 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,25 @@ const last_posts = posts.slice(0, 3);
<BaseLayout>

<div class="pb-12 mt-5">
<div class="text-xl py-1">Hey there 👋</div>
<div class="text-5xl font-bold">I'm Manuel Ernesto</div>
<div class="text-3xl py-3 font-bold">Software Engineer and Entrepreneur</div>
<div class="text-5xl font-bold">Luigi Oliveira</div>
<div class="text-3xl py-3 font-bold">Platform Engineer | Devops | Infrastructure</div>
<div class="py-2">
<text class="text-lg">
I made this template for everyone who needs to create a personal website easily and quickly. This template includes Project Section, CV Section, Store, Paginated Blog, RSS Feed, SEO Friendly, Responsive Desing and 29 Visual themes. I hope you find it useful!
</text
>
Welcome to my personal space, currently living in São Paulo, Brazil. Working as System Engineer in a platform team. <br/>
Interested about Linux; Cloud platforms; Infrastructure as code; Automation; Self hosting; Programming and a lot more. <br/>
I do enjoy drinking some beer! Play competitive videogames. Spend time with family and friends. And living life in general! <br/>
You can get to know more about me <a class="font-bold" href="/aboutme">here</a>. Want to get in contact with me? Feel free to reach me out:
</text>
</div>
<div class="mt-8">
<a class="btn" href="https://twitter.com/manuelernestog" target="_blank"> Let's connect!</a>
<a href="https://github.com/manuelernestog/astro-modern-personal-website" target="_blank" class="btn btn-outline ml-5"> Get This template</a>
<div class="mb-3">
<a class="btn" href="https://www.linkedin.com/in/luigimarqs" target="_blank"> Linkedin</a>
<a class="btn" href="https://github.com/luigieai" target="_blank"> Github</a>
<a class="btn" href="https://twitter.com/LuigiOliveira__" target="_blank"> Twitter</a>
</div>
</div>

<div>
<div class="text-3xl w-full font-bold mb-2">My last projects {"</>"}</div>
</div>

<HorizontalCard
title="Demo Project 1"
img="/post_img.webp"
desc="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
url="#"
badge="NEW"
/>
<div class="divider my-0"></div>
<HorizontalCard
title="Demo Project 2"
img="/post_img.webp"
desc="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
url="#"
/>
<div class="divider my-0"></div>
<HorizontalCard
title="Demo Project 3"
img="/post_img.webp"
desc="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
url="#"
badge="FOSS"
/>


<div>
<div class="text-3xl w-full font-bold mb-5 mt-10">Latest from blog</div>
<div class="text-3xl w-full font-bold mb-5 mt-10">Latest blog posts</div>
</div>

{
Expand Down

0 comments on commit 860b195

Please sign in to comment.