Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SCMcoding committed Jun 3, 2023
1 parent 3f23018 commit 64f95ca
Showing 1 changed file with 54 additions and 75 deletions.
129 changes: 54 additions & 75 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,83 +1,62 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Home Page</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Chewy&display=swap" rel="stylesheet">
<style>h1 {text-align: center;}</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">

<head>
<meta charset="utf-8">
<title>My Home Page</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Chewy&display=swap" rel="stylesheet">
<style>
h1 {
text-align: center;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body class="index-color">
<div class="hero-image">
<div class="hero-text">

</div>
</div>

<div id="navbar">

<a href="myportfolio.html">Piano Covers/Compositions</a>

<!--=
<a href="songstatus.html">Music Status Checker</a>
<a href="blog.html">Blog</a>
<a href="gallery.html">Gallery</a>
-->

<a href="SocialPlatforms.html">My Social Platforms</a>
</div>

<br>
<br>
<br>

<div class="row">
<div class="column" style="background-color:black;">
<div id = "intro">
Website Bio:
</div>
<img src=I-Bio.png alt="intro image" class="center">
</div>




<div class="column" style="background-color:black;">

<img src="Buddy%20Emotes%20Trailer%20Pic.png" alt="intro image" class="center">

<br>


<td><a href="Directory.html">
<img src="Directorypng.png" alt="Contact image" class="contactlink-y"
width="300" height="80">
</a></td>


<td><a href="gallery.html">
<img src="Gallery.png" alt="Contact image" class="contactlink-y"
width="300" height="80">
</a></td>


</div>


<br>
<br>
<br>
<br>


<script src="navbar.v01.js"></script>
<div class="hero-image">
<div class="hero-text"></div>
</div>

<div id="navbar">
<a href="myportfolio.html">Piano Covers/Compositions</a>
<a href="SocialPlatforms.html">My Social Platforms</a>
</div>

<br>
<br>
<br>

<div class="row">
<div class="column" style="background-color: black;">
<div id="intro">
Website Bio:
</div>
<img src="I-Bio.png" alt="intro image" class="center">
</div>

<div class="column" style="background-color: black;">
<img src="Buddy%20Emotes%20Trailer%20Pic.png" alt="intro image" class="center">
<br>
<a href="Directory.html">
<img src="Directorypng.png" alt="Contact image" class="contactlink-y" width="100%" height="auto">
</a>
<br>
<a href="gallery.html">
<img src="Gallery.png" alt="Contact image" class="contactlink-y" width="100%" height="auto">
</a>
</div>
</div>

<br>
<br>
<br>
<br>

<script src="navbar.v01.js"></script>

</body>
</html>

</html>

0 comments on commit 64f95ca

Please sign in to comment.