-
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
1 parent
2399a93
commit 994e5c0
Showing
5 changed files
with
101 additions
and
58 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -19,29 +19,38 @@ | |
<p id="current-time"></p> | ||
<p id="current-date"></p> | ||
</div> | ||
<div class="content"> | ||
<h1>Hey, I'm <span class="highlight emerald">Iftekhar</span></h1> | ||
<h2 class="bio">I am a self-taught developer that is passionate about programming and eager to learn new skills. <br> I'm also a privacy | ||
advocate.</h2> | ||
</div> | ||
<div class="button-container"> | ||
<!-- Social buttons --> | ||
<a target="_blank" class="social-button" href="mailto:[email protected]"> | ||
<img alt="Email" loading="lazy" width="20" height="20" decoding="async" src="resources/icons/email.svg" /> | ||
</a> | ||
<a target="_blank" class="social-button" href="https://www.linkedin.com/in/iiiiftekhar/"> | ||
<img alt="LinkedIn" loading="lazy" width="20" height="20" decoding="async" | ||
src="resources/icons/linkedin.svg" /> | ||
</a> | ||
<a target="_blank" class="social-button" href="https://github.com/iiiiftekhar"> | ||
<img alt="Github" loading="lazy" width="20" height="20" decoding="async" src="resources/icons/github.svg" /> | ||
</a> | ||
<div class="profile-section"> | ||
<div class="profile"> | ||
<img src="resources/profile/2426.png" alt="Profile Picture" class="profile-pic"> | ||
<div class="content"> | ||
<h1>Hey, I'm <span class="highlight emerald">Iftekhar</span> 👋</h1> | ||
<p class="bio">I am a self-taught developer passionate about programming and eager to learn new skills. I'm | ||
also a privacy advocate.</p> | ||
</div> | ||
</div> | ||
<div class="location"> | ||
<img src="resources/icons/location.svg" alt="Location Icon" class="location-icon"> | ||
<p><strong>Somewhere / Earth 🌏</strong></p> | ||
</div> | ||
<div class="button-container"> | ||
<!-- Social buttons --> | ||
<a target="_blank" class="social-button" href="mailto:[email protected]"> | ||
<img alt="Email" loading="lazy" width="30" height="30" decoding="async" src="resources/icons/email.svg" /> | ||
</a> | ||
<a target="_blank" class="social-button" href="https://www.linkedin.com/in/iiiiftekhar/"> | ||
<img alt="LinkedIn" loading="lazy" width="30" height="30" decoding="async" | ||
src="resources/icons/linkedin.svg" /> | ||
</a> | ||
<a target="_blank" class="social-button" href="https://github.com/iiiiftekhar"> | ||
<img alt="Github" loading="lazy" width="30" height="30" decoding="async" src="resources/icons/github.svg" /> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<!-- Fixed position button linking to GitHub repo --> | ||
<a target="_blank" class="repo-source-button" href="https://github.com/iiiiftekhar/XQ7"> | ||
<img alt="Repository" loading="lazy" width="20" height="20" decoding="async" src="resources/icons/branch.svg" /> | ||
<img alt="Repository" loading="lazy" width="30" height="30" decoding="async" src="resources/icons/branch.svg" /> | ||
</a> | ||
<!-- Link to external JavaScript file --> | ||
<script src="script.js"></script> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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