Skip to content

Commit

Permalink
Revamp
Browse files Browse the repository at this point in the history
Change Profile Picture, Background Image, Background Music
  • Loading branch information
TracedDEV committed Mar 9, 2024
1 parent 0f3f5f0 commit 607e114
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added images/saint-tropez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wp3083810-monaco-wallpapers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<style>

body {
background: url('images/481104.jpg') no-repeat center center fixed;
background: url('images/wp3083810-monaco-wallpapers.jpg') no-repeat center center fixed;
background-size: cover;
color: white;
display: flex;
Expand Down Expand Up @@ -168,7 +168,7 @@
<div id="overlay" class="overlay">
<div class="click-text"> ⎛click anywhere⎞ </div>
</div>
<img src="images/desertpfp.jpg" alt="Profile Picture" class="profile-picture">
<img src="images/saint-tropez.jpg" alt="Profile Picture" class="profile-picture">
<div class="profile-info">
<div class="wrapper">
<h1 style="margin-left: 25px;">Traced</h1> <img src="images/tJo8M2c.gif" style="width: 25px; height: 25px; margin-left: 10px;">
Expand Down Expand Up @@ -206,7 +206,7 @@ <h1 style="margin-left: 25px;">Traced</h1> <img src="images/tJo8M2c.gif" style="
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&amp;display=swap" rel="stylesheet">

<audio id="background-music" src="media/Resonance- (slowedreverb).mp3" loop preload="auto"></audio>
<audio id="background-music" src="media/Sting - Englishman In New York (320 kbps).mp3" loop preload="auto"></audio>


<script>
Expand Down
Binary file not shown.

0 comments on commit 607e114

Please sign in to comment.