Skip to content

Commit

Permalink
feat: Remove Deprecated Header (#19)
Browse files Browse the repository at this point in the history
## Description

This pull request addresses [issue
#18](#18) by
removing the deprecated header section from the website and migrating
its core functionality to the existing GitHub Sponsor section. The
existing header duplicated functionality and the GitHub Sponsor section
offers a more comprehensive solution with better focus. This involves
removing the header's HTML, CSS styles, and associated images.

### Key Changes:

- **[feat(html): Remove deprecated header
HTML](d060c7df9fcd4a24f6d57818e3827f92f628598f)**:
The commit removes the deprecated header html
- **[feat(css): Remove deprecated header
styles](c37b2d1b1f79d88ed49822b70f679a594328ab5b)**:
The commit removes the deprecated header CSS
- **[feat(img): Remove deprecated header
images](363d8a9f285a7e1afd13b11a50299e81760a2b3b)**:
The commit removes the deprecated header images.

## Related Tickets & Documents

Closes #18
  • Loading branch information
samucodesh authored Feb 7, 2025
2 parents 6031607 + 363d8a9 commit c734d3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Binary file removed images/320p.webp
Binary file not shown.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<header>
<img src="./images/320p.webp" alt="profile picture" width="320" height="427">
<p id="name">Samuel Soto Hoyos</p>
<p id="about me">Software Developer</p>
</header>

<section class="gcalendar">
<!-- Google Calendar Appointment Scheduling begin -->
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3nRiaquDIEA6XlGCoRJP9TnOD6ssn-2oY3TEk2EPJ0oKvBGIQtKFxibpj8bbAiOaXGFm9Q-J9X?gv=true" style="border: 0" width="100%" height="600" frameborder="0"></iframe>
Expand Down
5 changes: 0 additions & 5 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ html {

}
}
header {
text-align: center;
font-size: var(--sm);
background: var(--bgc);
}

/*
* Style elements with the class 'gcalendar'.
Expand Down

0 comments on commit c734d3e

Please sign in to comment.