Skip to content

Eduardo Maldonado #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 129 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<div class="logo">Eduardo Maldonado</div>
<ul class="nav_links">
<li><a href="home.html">Home</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main class="div_column_about">
<h1 class="h1_about">
When I'm not coding or helping my team finish their work,
I usually spend time doing the following activities.
</h1>
<section class="section">
<h2>Hiking</h2>
<img class="img_about" src="https://preview.redd.it/los-dinamos-trail-mexico-city-mexico-v0-v10lywz17i0e1.jpg?width=640&crop=smart&auto=webp&s=fdd70568b9e075d6beea6084231f0e486daf731b" alt="">
<p>
I really enjoy going hiking. Being out in nature helps me relax and recharge,
especially when I'm surrounded by trees, fresh air, and the peaceful sounds
of birds and leaves moving in the wind. I find it refreshing to walk through
the forest and listen to the natural sounds—it feels like therapy for the mind.
</p>
<br>
<p>
Some of my favorite places to go hiking are in California. For example, I love
visiting Daley Ranch, which has beautiful trails and great views of the hills.
Another amazing spot is the Elfin Forest Recreational Reserve, where you can
walk through oak trees and even spot some local wildlife. The trails there are
well-maintained and perfect for spending a quiet afternoon outdoors. I also hope
to hike Bear Mountain one day, which I've heard has more challenging routes and
breathtaking views at the top.
</p>
<br>
<p>
Hiking gives me the chance to stay active while enjoying nature at the same time.
Whether I'm going on a short walk or a long trail, it always helps me feel more
connected to the world around me.
</p>
<br>
</section>
<section class="section">
<h2>Baking</h2>
<img class="img_about1" src="https://ik.imagekit.io/munchery/blog/tr:w-768/how-to-master-basics-of-baking-at-home.jpeg" alt="">
<p>
When I'm not busy coding or working on tech projects, I like to spend my free
time baking. It's a relaxing and creative activity that helps me disconnect
from the screen and enjoy something more hands-on. Baking has become one of my
favorite hobbies, and I especially enjoy exploring recipes from different cultures.
</p>
<br>
<p>
I'm particularly interested in French and Italian cuisine because both have rich
traditions and delicious desserts. From the French side, I love making tarte Tatin,
which is an upside-down caramelized apple tart. I also enjoy baking madeleines,
small sponge cakes with a soft texture and a hint of lemon. Another classic I like
to prepare is quiche Lorraine, which combines eggs, cream, and bacon in a savory pie.
</p>
<br>
<p>
As for Italian baking, I often prepare tiramisu, a no-bake dessert with layers of coffee-soaked
ladyfingers, mascarpone cheese, and cocoa powder. I also like making cannoli, crispy pastry tubes
filled with sweet ricotta cream. Another favorite is focaccia, a type of flatbread topped with olive oil,
herbs, and sometimes tomatoes or olives. Even though it's more of a bread, it's fun to bake and
very satisfying to eat.
</p>
<br>
<p>
Baking helps me express my creativity in a different way than programming. It also brings joy
to my family and friends, since they always look forward to tasting something new.
</p>
<br>
</section>
<section class="section">
<h2>Reading</h2>
<img class="img_about" src="images/book-manga.png" alt="">
<p>
Another activity I really enjoy in my free time is reading. I like both books and manga,
especially when the story takes me to other worlds or makes me think about the future.
My favorite genres are science fiction and isekai, because they let me escape reality
and imagine completely different lives and universes.
</p>
<br>
<p>
When it comes to science fiction books, I enjoy stories about advanced technology,
space exploration, or dystopian futures. These kinds of books make me ask big questions
about society and human nature. I like how sci-fi mixes imagination with real science and
often includes deep characters and surprising twists.
</p>
<br>
<p>
I also read a lot of isekai manga, where the main character is usually transported to
another world. I like how these stories combine fantasy, action, and sometimes comedy.
One of my favorite parts is watching the character grow and adapt to a new world, often
using their skills from the modern world in creative ways.
</p>
<br>
<p>
Reading helps me relax and gives me new ideas. Whether it's a physical book or a digital
manga, I always enjoy diving into a good story and discovering something new.
</p>
</section>
</main>


<footer>
<div>
<a class="icon_footer" href="https://www.facebook.com/">
<img src="images/facebook (1).png" alt="">
</a>
<a class="icon_footer" href="https://www.linkedin.com/">
<img src="images/linkedin.png" alt="">
</a>
<a class="icon_footer" href="https://x.com/">
<img src="images/twiter.png" alt="">
</a>
</div>
</footer>
</body>
</html>
68 changes: 68 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Website</title>
<link rel="stylesheet" href="style.css">
<script src="index.js"></script>
</head>

<body>
<main>
<nav class="navbar">
<div class="logo">Eduardo Maldonado</div>
<ul class="nav_links">
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="div_column">
<div class="contact_container">
<div class="contact_info">
<h2>Contact Information</h2>
<p>Email: [email protected]</p>
<p>Phone: +1 (760) 123-4567</p>
<p>Address: 1234 Central Park Street, New York, Estados Unidos</p>
</div>

<div class="contact_form">
<h2>Drop me a Message</h2>
<form action="#" method="post">
<label for="name">Name</label>
<input type="text"/>

<label for="email">Email</label>
<input type="email"/>

<label for="subject">Subject</label>
<input type="text"/>

<label for="message">Message</label>
<textarea id="message" name="message" rows="5"></textarea>

<button class="button" type="submit">Send Message</button>
</form>
</div>
</div>
</div>
</main>
<footer>
<div>
<a class="icon_footer" href="https://www.facebook.com/">
<img src="images/facebook (1).png" alt="">
</a>
<a class="icon_footer" href="https://www.linkedin.com/">
<img src="images/linkedin.png" alt="">
</a>
<a class="icon_footer" href="https://x.com/">
<img src="images/twiter.png" alt="">
</a>
</div>
</footer>
</body>

</html>
57 changes: 57 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Website</title>
<link rel="stylesheet" href="style.css">
<script src="index.js"></script>
</head>

<body>
<main>
<nav class="navbar">
<div class="logo">Eduardo Maldonado</div>
<ul class="nav_links">
<li><a class="active" href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="div_column">
<div>
<h2 class="profession">Developer, Chef, Student </h2>
<p class="description">Dedicated and enthusiastic professional with a commitment
to excellence and a passion for continuous learning and
development. I have a passion for technology, and I am always
looking for new ways to apply my knowledge and experience to
the challenges and opportunities of workplace.
</p>
</div>
<img class="img_logo" src="images/WhatsApp Image 2025-07-23 at 15.02.08.jpeg" alt="Eduardo Maldonado">
</div>
<div class="phrase">
<p>"Do what you have to do when you have to do it, whether you want to or not."</p>
<p> - By Eduardo Maldonado</p>
</div>


</main>
<footer>
<div>
<a class="icon_footer" href="https://www.facebook.com/">
<img src="images/facebook (1).png" alt="">
</a>
<a class="icon_footer" href="https://www.linkedin.com/">
<img src="images/linkedin.png" alt="">
</a>
<a class="icon_footer" href="https://x.com/">
<img src="images/twiter.png" alt="">
</a>
</div>
</footer>
</body>

</html>
Binary file added images/WhatsApp Image 2025-07-23 at 15.02.08.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/book-manga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/facebook (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/twiter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Eduardo Maldonado")
100 changes: 100 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Website</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<nav class="navbar">
<div class="logo">Eduardo Maldonado</div>
<ul class="nav_links">
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main class="div_column_about">
<h1 class="h1_about">
Here are some of the projects I developed while working as a Software Developer:
</h1>
<div class="container_portfolio">
<section class="section_portfolio">
<h2>Government system for user management.</h2>
<img class="img_about" src="https://repository-images.githubusercontent.com/386575694/d3a51e6c-8c1a-4af7-a907-57ebad2f7920" alt="">
<p>
I was a team member for the development of an Employee Management project for the Accounting
and Administration office of the government of Michoacan, Mexico. My main contributions included
developing the login system, user and employee roles and permissions, the main welcome page, and
two form modules for attaching employee documentation to the system.
</p>
<br>
<p>
The project was developed
using Laravel and JavaScript, while my work was primarily carried out in PHP and MySQL. The team
continuously evaluated my contributions and ensured that I adhered to the color scheme and typography
standards of the Mexican government.
</p>
<br>
</section>
<section class="section_portfolio">
<h2>Website prototyping for the Technological University of Morelia.</h2>
<img class="img_about1" src="https://pbs.twimg.com/media/DEl68iwWAAE4KIG?format=jpg&name=4096x4096" alt="">
<p>
As an intern at my university, I developed a prototype of the university's website. I was assigned
to work with the university's IT team, where I was given the design and programming requirements,
such as using Python as the main programming language and Django as the framework, as well as using
Adobe XD and Figma for designing the website prototype.
</p>
<br>
<p>
Throughout the project and the development of each module, a member of the university's IT development
team was assigned to review and assess my contributions. Additionally, I was in contact with the Director
of Gastronomy and the Director of Information Technologies to gather relevant data to include in the
website prototype.
</p>
<br>
</section>
<section class="section_portfolio">
<h2>The Third Project</h2>
<img class="img_about" src="https://wanatopacademy.es/wp-content/uploads/2021/07/herramientas-prototipado.jpg" alt="">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam suscipit
possimus aspernatur nulla ea facere iure laudantium cumque, aperiam alias fugiat.
A libero, porro culpa iure eum fuga pariatur nesciunt!
</p>
<br>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam suscipit
possimus aspernatur nulla ea facere iure laudantium cumque, aperiam alias fugiat.
A libero, porro culpa iure eum fuga pariatur nesciunt!
</p>
<br>
</section>

</div>

</main>

<footer>
<div>
<a class="icon_footer" href="https://www.facebook.com/">
<img src="images/facebook (1).png" alt="">
</a>
<a class="icon_footer" href="https://www.linkedin.com/">
<img src="images/linkedin.png" alt="">
</a>
<a class="icon_footer" href="https://x.com/">
<img src="images/twiter.png" alt="">
</a>
</div>
</footer>


</body>

</html>
Loading