Skip to content

Commit

Permalink
Further Changes
Browse files Browse the repository at this point in the history
Fixed discord handle to be more accurate.
Added email with 'mailto'
Other minor changes
  • Loading branch information
samuellvo committed Jun 27, 2023
1 parent c5e14cc commit a3faa1c
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 20 deletions.
Binary file added images/iconEmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 16 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<!-- LOGO IN TOP LEFT-->
<div id="background">
<img class="backgroundMountain" src="../images/redmountain.jpg" alt="mountain">
<p class="bigText"> Hi! I'm Sam. <br> An aspiring computer science <br> student. </p>
<p class="bigText"> Hi! I'm Sam. <br> Welcome to my <br> website. </p>
</div>
<!-- -->

Expand All @@ -137,9 +137,9 @@
<div id="aboutMeContainer">
<img class="portrait" src="../images/IMG_8245.png" alt="portrait">
<div class = aboutMeText>
<h5 id="aboutMeHey"> About</h5>
<h5 id="aboutMeHey"> About Me </h5>
<h1 id="aboutMeHeader"> Let's get acquainted. </h1>
<p id="biography"> <br> I'm a concurrent computer science student located in California. <br>
<p id="biography"> <br> I'm a Computer Science student located in California. <br>
Excellent to meet you!
</p>
</div>
Expand Down Expand Up @@ -184,12 +184,12 @@ <h2> View everything you might want to know here! </h2> <br>
</div>
<div class="containerTestItem"> <a href="/pages/resume.html">
<img src="../images/bowloframen2.png" alt = "bor2">
<p class="CTIText"> My GitHub </p>
<p class="CTIText"> Friends </p>
</a>
</div>
<div class="containerTestItem"> <a href="/pages/resume.html">
<img src="../images/bowloframen3.png" alt = "bor3">
<p class="CTIText"> Friends</p>
<p class="CTIText"> More About Me </p>
</div>
</a>
<div class="containerTestItem"> <a href="/pages/resume.html">
Expand All @@ -204,24 +204,27 @@ <h2> View everything you might want to know here! </h2> <br>
<div class="socials">
<!-- INSTAGRAM-->
<div style ="z-index: 91;" class="socialsAnimation" > <a href="https://www.instagram.com/samuellvo/">
<img src="images/instagram.png" alt="instagram logo"> <br> @samuellvo </a> </div>
<img src="images/instagram.png" alt="Instagram Logo"> <br> @samuellvo </a> </div>

<!-- DISCORD -->
<div style ="z-index: 90;" class="socialsAnimation tooltipDiscord" >
<a href="https://www.discord.com">
<img src="images/discordlogo.png" alt="Discord Logo"> <br> @undftdalx#0409 </a>
<img src="images/discordlogo.png" alt="Discord Logo"> <br> @toothx </a>
</div>
</div>
<!-- EMAIL -->
<div style ="z-index: 89;" class="socialsAnimation"> <a href="mailto:masualov@gmail.com">
<img src="images/iconEmail.png" alt="Email Logo"> <br> masualov@gmail.com </div>
</a></div>
<!-- -->
<div class="colorstrip2"> <br><br><br> <p> &#174 Thanks for dropping by. :]</p></div>
<script>
element1 = document.getElementById("aboutMeTop");
window.addEventListener("scroll", ()=>{
var element2 = document.getElementById("aboutMeContainer");
if (document.scrollingElement.scrollTop > element1.offsetTop)
var aboutMeContainer = document.getElementById("aboutMeContainer");
var aboutMeTop = document.getElementById("aboutMeTop");
if (document.scrollingElement.scrollTop > aboutMeTop.offsetTop)
{
element2.style.animation = "fadeAboutMe 1s";
element2.style.opacity = 1;
aboutMeContainer.style.animation = "fadeAboutMe 1s";
aboutMeContainer.style.opacity = 1;
}
});
window.addEventListener("scroll", ()=> {console.log("f")});
Expand Down
41 changes: 41 additions & 0 deletions pages/moreaboutme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
#unfinished {position: relative; top: 20%;
text-align: center;
}
.console { height: 10vh; width: 20vw;
z-index: 999;
position: relative;
margin-left: auto; margin-right: auto; margin-top: 25%;
background-color: rgba(101, 100, 100, 0);
}

.console p{
color:black;
}

</style>
<link rel="stylesheet" href="/STYLES.CSS">
</head>
<body>
<!-- TOP NAV BAR-->
<div class = "topnav">
<div style ="z-index: 999;" class = "topnavLogo" > <img class ="logo" src="../images/logo.jpeg" alt="logo"></div>
<div style ="z-index: 90;" class ="topnavButton">
<br> <a href='#aboutMe'>
About Me </a> </div>
<div style ="z-index: 91;" class = "topnavButton"><br> <a href='/pages/resume.html'> Resume </a> </div>
<div style ="z-index: 92;" class = "topnavButton"><br> <a href=https://www.google.com/search?client=opera-gx&q=ramen+places+nearby&sourceid=opera&ie=UTF-8&oe=UTF-8'> Test3 </a> </div>
</div>
<!-- -->
<p id="unfinished"> This page is incomplete! </p>
<div class = "console"> <p> Test</p>
</div>
</body>
</html>
14 changes: 7 additions & 7 deletions pages/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</head>
<body>
<!-- TOP NAV BAR-->
<div class = "topnav">
<div style ="z-index: 999;" class = "topnavLogo" > <img class ="logo" src="../images/logo.jpeg" alt="logo"></div>
<div style ="z-index: 90;" class ="topnavButton">
<br> <a href='https://www.google.com/search?client=opera-gx&q=ramen+places+nearby&sourceid=opera&ie=UTF-8&oe=UTF-8'>
<div class = "topnav">
<div style ="z-index: 999;" class = "topnavLogo" > <img class ="logo" src="../images/logo.jpeg" alt="logo"></div>
<div style ="z-index: 90;" class ="topnavButton">
<br> <a href='#aboutMe'>
About Me </a> </div>
<div style ="z-index: 91;" class = "topnavButton"><br> <a href='pages/ramenfacts.html'> Test2 </a> </div>
<div style ="z-index: 92;" class = "topnavButton"><br> <a href='pages/recipe.html'> Test3</a> </div>
</div>
<div style ="z-index: 91;" class = "topnavButton"><br> <a href='/pages/resume.html'> Resume </a> </div>
<div style ="z-index: 92;" class = "topnavButton"><br> <a href=https://www.google.com/search?client=opera-gx&q=ramen+places+nearby&sourceid=opera&ie=UTF-8&oe=UTF-8'> Test3 </a> </div>
</div>
<!-- -->
<p id="unfinished"> This page is incomplete! </p>
</body>
Expand Down

0 comments on commit a3faa1c

Please sign in to comment.