Skip to content

Commit

Permalink
modified: index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Thizh committed Jan 31, 2024
1 parent a6bdb7d commit 3eb4ce2
Showing 1 changed file with 1 addition and 54 deletions.
55 changes: 1 addition & 54 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="./styles/desktop-styles.css">
<script>
function isDesktopMode() {
return window.innerWidth > 767; // Adjust the threshold as needed
return window.innerWidth > 767;
}

function showOverlayThizh() {
Expand Down Expand Up @@ -135,61 +135,8 @@ <h1 class="name">Thisitha Wickramaarachchi</h1>
solutions.</p><br /><br />
</div>
</div>
<<<<<<< HEAD
<iframe id="overlay-cv" src="https://drive.google.com/file/d/1yQf6nd9f4X5jJhW8ZDIYBy9-Fl4wko1s/preview">
</iframe>
=======
<div>
<iframe id="overlay-cv"
src="https://drive.google.com/file/d/1yQf6nd9f4X5jJhW8ZDIYBy9-Fl4wko1s/preview"></iframe>

<div class="wrapper">
<div class="navbar">
<nav>
<ul>
<li><a href="https://linktr.ee/thizh" target="_blank" style="cursor: pointer;" id="resume">linktree</a></li>
<li onclick="showOverlayCV()" style="cursor: pointer;" id="resume">résumé</a></li>
</ul>
</nav>
</div>
<div class="row">
<div class="col">
<h1 class="name">Thisitha Wickramaarachchi</h1>
<p style="font-size: 20px;">AKA <span style="font-family: 'Gluten'; font-size: 30px;"
class="font-effect-fire-animation">Thizh Wick</span></p>
<div style="flex-direction: row;">
<button type="button" onclick="showOverlayThizh()" class="thizh">Who Tf is Thizh?</button>
<a href="https://drive.google.com/file/d/1FutlUlp3fOrfhY9E91h1w-aCp9MPJBqg/preview"><button
type="button" class="resume-btn">résumé</button></a>
</div>
</div>
<div class="col">
<div class="container">
<div class="hero-circle">
<div class="hero-rotate" id="circle">
<div class="social">
<a href="https://github.com/Thizh" aria-label="my github"><img
src="./assets/github.png" alt="my github" /></a>
</div>
<div class="social">
<a href="https://discordapp.com/users/926325270133227600"
aria-label="my discord"><img src="./assets/discord.png" alt="my discord" /></a>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/thizh" aria-label="my linkedin"><img
src="./assets/linkedin.png" alt="my linkedin" /></a>
</div>
<div class="social">
<a href="mailto:[email protected]" aria-label="my mail"><img
src="./assets/gmail.png" alt="my mail" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
>>>>>>> de7ab87e24b5d62708dcdc706d42534f24faf406
<canvas></canvas>
</body>

Expand Down

0 comments on commit 3eb4ce2

Please sign in to comment.