-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
4,352 additions
and
3,944 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
import { Image } from "astro:assets"; | ||
import banner from "./me.jpg"; | ||
const size = 300; | ||
--- | ||
|
||
<header class="flex flex-col md:flex-row gap-10 md:mt-40 w-4/5 md:w-3/5"> | ||
<Image | ||
src={banner} | ||
alt="Home Page Banner" | ||
class="rounded-2xl self-center" | ||
/> | ||
<div class="border border-color-4 opacity-25 hidden md:inline-block flex-1"> | ||
</div> | ||
<div class="flex flex-col gap-3 justify-center text-justify"> | ||
<h1 class="text-6xl font-bold text-center md:text-start"> | ||
Hi, I'm <span class="text-color-5">Nuno</span>. | ||
</h1> | ||
<p class="text-color-4"> | ||
I'm a Software Engineering Masters student @ <a | ||
href="https://sigarra.up.pt/feup/pt/web_page.inicial" | ||
target="_blank" | ||
class="underline">FEUP</a | ||
> in Oporto, Portugal. | ||
</p> | ||
<p class="text-color-4 text-wrap"> | ||
I'm a passionate learner and a curious person. I love to wrap my | ||
head around complex problems and find solutions to them. | ||
</p> | ||
<p class="text-color-4 text-wrap"> | ||
My main topics of interest are <span class="text-color-5" | ||
>System Design</span | ||
> and <span class="text-color-5">Backend Development</span>. I also | ||
love working in the field of <span class="text-color-5">DevOps</span | ||
> and <span class="text-color-5">Computer Networking</span> although | ||
I'm not as skilled in those. | ||
</p> | ||
</div> | ||
</header> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ techStack: | |
- "AstroJS" | ||
- "TypeScript" | ||
- "CSS" | ||
- "TawilwindCSS" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
--- | ||
import Layout from "../layouts/Content.astro"; | ||
import Introduction from "../components/Page/Home/Introduction.astro"; | ||
--- | ||
|
||
<Layout title="Nuno Pereira"> | ||
<h1 class="">Naapperas</h1> | ||
</Layout> | ||
<Introduction /> | ||
</Layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters