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 30, 2024
1 parent adc0c47 commit aa5c02f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Ensured correct viewport settings -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<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>
Expand All @@ -16,20 +13,17 @@
<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>
<p>Front-end Developer</p>
<p>Coahuila, México</p>
<p>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 -->
<button id="theme-toggle" class="theme-toggle" aria-label="auto" aria-live="polite">
<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>
Expand Down

0 comments on commit aa5c02f

Please sign in to comment.