Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hoz-efa authored Sep 28, 2024
1 parent 50a9645 commit 1f00e25
Showing 1 changed file with 73 additions and 73 deletions.
146 changes: 73 additions & 73 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Angel Martinez - Front-end Developer</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Include Font Awesome -->
<script src="https://kit.fontawesome.com/your-font-awesome-kit.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<aside class="sidebar">
<div class="profile-section">
<img src="assets/images/profile.jpeg" alt="Angel Martinez" class="profile-pic">
<h1 id="angel-martinez" class="name">Angel Martinez</h1>
<p class="job-title">Front-end Developer</p>
<p class="location">Coahuila, México</p>
<p class="bio">I'm a self-taught developer who enjoys building projects that help people with their everyday tasks quickly and easily.</p>
<div class="social-links">
<a href="#" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
</div>
<a href="assets/resume.pdf" class="resume-btn" download="resume.pdf">Download Resume</a>
<!-- Theme Toggle Button -->
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
<!-- SVG icon -->
<svg class="sun-and-moon" aria-hidden="true" width="24" height="24" viewBox="0 0 24 24">
<!-- SVG content -->
<mask class="moon" id="moon-mask">
<rect x="0" y="0" width="100%" height="100%" fill="white"></rect>
<circle cx="24" cy="10" r="6" fill="black"></circle>
</mask>
<circle class="sun" cx="12" cy="12" r="6" mask="url(#moon-mask)" fill="currentColor"></circle>
<g class="sun-beams" stroke="currentColor">
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</g>
</svg>
</button>
</div>
</aside>
<main class="main-content-area" role="main">
<nav class="top-nav">
<ul class="nav-links">
<li><a href="#" class="menu-item active" data-section="projects">Projects</a></li>
<li><a href="#" class="menu-item" data-section="experience">Experience</a></li>
<li><a href="#" class="menu-item" data-section="education">Education</a></li>
<li><a href="#" class="menu-item" data-section="skills">Skills</a></li>
<li><a href="#" class="menu-item" data-section="contact">Contact</a></li>
</ul>
</nav>
<div id="main-content" class="card" role="main"></div>
</main>
</div>
<div id="project-modal" class="modal">
<div class="modal-content card">
<span class="close-button">&times;</span>
<div id="modal-content"></div>
</div>
</div>
<div id="modal-overlay" class="modal-overlay"></div>
<script src="script.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Angel Martinez - Front-end Developer</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Include Font Awesome -->
<script src="https://kit.fontawesome.com/your-font-awesome-kit.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<aside class="sidebar">
<div class="profile-section">
<img src="assets/images/profile.jpeg" alt="Angel Martinez" class="profile-pic">
<h1 id="angel-martinez" class="name">Angel Martinez</h1>
<p class="job-title">Front-end Developer</p>
<p class="location">Coahuila, México</p>
<p class="bio">I'm a self-taught developer who enjoys building projects that help people with their everyday tasks quickly and easily.</p>
<div class="social-links">
<a href="#" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
</div>
<a href="assets/resume.pdf" class="resume-btn" download="resume.pdf">Download Resume</a>
<!-- Theme Toggle Button -->
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
<!-- SVG icon -->
<svg class="sun-and-moon" aria-hidden="true" width="24" height="24" viewBox="0 0 24 24">
<!-- SVG content -->
<mask class="moon" id="moon-mask">
<rect x="0" y="0" width="100%" height="100%" fill="white"></rect>
<circle cx="24" cy="10" r="6" fill="black"></circle>
</mask>
<circle class="sun" cx="12" cy="12" r="6" mask="url(#moon-mask)" fill="currentColor"></circle>
<g class="sun-beams" stroke="currentColor">
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</g>
</svg>
</button>
</div>
</aside>
<main class="main-content-area" role="main">
<nav class="top-nav">
<ul class="nav-links">
<li><a href="#" class="menu-item active" data-section="projects">Projects</a></li>
<li><a href="#" class="menu-item" data-section="experience">Experience</a></li>
<li><a href="#" class="menu-item" data-section="education">Education</a></li>
<li><a href="#" class="menu-item" data-section="skills">Skills</a></li>
<li><a href="#" class="menu-item" data-section="contact">Contact</a></li>
</ul>
</nav>
<div id="main-content" class="card" role="main"></div>
</main>
</div>
<div id="project-modal" class="modal">
<div class="modal-content card">
<span class="close-button">&times;</span>
<div id="modal-content"></div>
</div>
</div>
<div id="modal-overlay" class="modal-overlay"></div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 1f00e25

Please sign in to comment.