Skip to content

Andre Moon #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added InBug-White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>About</title>
</head>
<body id="AB">
<h1 id="Name">Andre Moon</h1>
<nav>
<p id="home button"><a id="T" href="index.html">Home<a></p>
<p id="about button"><a id="T" href="about.html">About</a></p>
<p id="port button"><a id="T" href="portfolio.html">Portfolio</a></p>
<p id="conta button"><a id="T" href="contact.html">Contact</a></p>
</nav>
<h2>About me</h2>
<h4>I enjoy picking up new hobbies and interests in my free time</h4>
<p>Books are always a welcome distraction. Whether it be fiction, fantasy, a biography, etc. there is always something that can be applied to life in some way</p>
<p>Gaming has almost always been an integral part of my life. In my opinion it is the best medium in which to tell a story. Though, recently, I have shifted to other interests to occupy my time. </p>
<p>From LoFi to heavy metal I listen to a wide range of music genres. Each has its own flare </p>

<section id="interests">
<img class="book" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%2Fid%2FOIP.R3YldZT3OWWo5vDSv3vNZQAAAA%3Fpid%3DApi&f=1&ipt=68fc45ac3ba20c91be9e4be5316a639492a38330bdafde4abbd9dec81fe7a8b1&ipo=images"
alt="open book">

<img class="controller" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%2Fid%2FOIP.ASb_aXMscxG1RqWUoUOVsgHaE8%3Fpid%3DApi&f=1&ipt=8f5004097f86cf72f841483ca0a6c0826fea058460ad924d76ae4a60e9946586&ipo=images"
alt="controller photo">

<img class="clipse" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse3.mm.bing.net%2Fth%2Fid%2FOIP.PoGJxOHa_zuiNBNPR9cfhQHaE8%3Fpid%3DApi&f=1&ipt=abb554a8806e72d0f55691e1ed5792ea80650ce098bdeafdfcf0948946ea9f78&ipo=images"
alt="album cover">
</section>

</body>
<footer class="F1">
<a target="_blank" href="https://github.com/MoonMan120">
<img class="git" src="github-mark-white.png" alt="white github link" />
</a>
<a target="_blank" href="https://www.linkedin.com/in/andre-moon-148813185/">
<img class="linked" src="InBug-White.png" alt="linkedin logo" />
</a>
</body>
</footer>
Comment on lines +34 to +43

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Looks like you added a extra closing body tag
  • And you have the closing footer outside the body. You want to keep all the content inside the body

</html>
41 changes: 41 additions & 0 deletions contact.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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>Contact</title>
</head>
<body id="PO">
<h1 id="Name">Andre Moon</h1>
<nav>
<p id="home button"><a id="T" href="index.html">Home<a></p>
<p id="about button"><a id="T" href="about.html">About</a></p>
<p id="port button"><a id="T" href="portfolio.html">Portfolio</a></p>
<p id="conta button"><a id="T" href="contact.html">Contact</a></p>
</nav>

<h3>Feel free to reach out</h3>
</body>



<footer class="F1">
<a target="_blank" href="https://github.com/MoonMan120">
<img class="git" src="github-mark-white.png" alt="white github link" />
</a>
<a target="_blank" href="https://www.linkedin.com/in/andre-moon-148813185/">
<img class="linked" src="InBug-White.png" alt="linkedin logo" />
</a>
</footer>
</html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure the html is the very last element in the file


<section id="forms">
<form action="/url" method="GET">
<p>Enter name below:</p>
<input type="text">
<p>Email:</p>
<input type="text"> <br>
<button>submit</button>
</form>
</section>
Comment on lines +23 to +41

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You want all the content that is going to show on the page to be inside of the body tag

Take look at how this is written:
image

Binary file added github-mark-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Personal Site</title>
</head>
<body>
<h1 id="Name">Andre Moon</h1>
<nav>
<p id="home button"><a id="T" href="index.html">Home<a></p>
<p id="about button"><a id="T" href="about.html">About</a></p>
<p id="port button"><a id="T" href="portfolio.html">Portfolio</a></p>
<p id="conta button"><a id="T" href="contact.html">Contact</a></p>
</nav>

<h1 class="AD">Aspiring developer, music enthusiast</h1>
<h2>Building a strong foundation</h2>
<img class ="foundation" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%2Fid%2FOIP.2j7_vTC0ZUu51R8yvmTDiwHaEU%3Fpid%3DApi&f=1&ipt=98f088eeaed4bf09a4022c4d7f207aeec361095102e69d33a1cd116482f3375c&ipo=images"
alt="foundation photo">
<p class="quote">Develop a passion for learning. If you do, you will never cease to grow
- Anthony J D'Angelo
</p>
</body>

<footer class="F1">
<a target="_blank" href="https://github.com/MoonMan120">
<img class="git" src="github-mark-white.png" alt="white github link" />
</a>
<a target="_blank" href="https://www.linkedin.com/in/andre-moon-148813185/">
<img class="linked" src="InBug-White.png" alt="linkedin logo" />
</a>
</footer>
</html>
33 changes: 33 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Portfolio</title>
</head>
<body id="PO">
<h1 id="Name">Andre Moon</h1>
<nav>
<p id="home button"><a id="T" href="index.html">Home<a></p>
<p id="about button"><a id="T" href="about.html">About</a></p>
<p id="port button"><a id="T" href="portfolio.html">Portfolio</a></p>
<p id="conta button"><a id="T" href="contact.html">Contact</a></p>
</nav>

<h1 class="ST">Stay tuned, more to come</h1>

<div class="construction">
<img class="cons" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse3.mm.bing.net%2Fth%2Fid%2FOIP.uRzYVgpipKcENdAJURlajwHaES%3Fpid%3DApi&f=1&ipt=f13d88200eed2c21153d681262d1d1f5a8826fd48d7b4ab537cbf672a628c8be&ipo=images"
alt="under construction picture">
</div>
</body>
<footer class="F1">
<a target="_blank" href="https://github.com/MoonMan120">
<img class="git" src="github-mark-white.png" alt="white github link" />
</a>
<a target="_blank" href="https://www.linkedin.com/in/andre-moon-148813185/">
<img class="linked" src="InBug-White.png" alt="linkedin logo" />
</a>
</footer>
</html>
123 changes: 123 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
/* Overall style */
body {
background-color: bisque;
}

#Name {
text-decoration: underline;
font-family: fantasy;
font-weight: bolder;
display: flex;
margin: auto;
}

nav {
border: 1px solid black;
border-radius: 0 20px 0 20px;
padding: 10px 0 10px 0;
background-color: grey;
color: whitesmoke;
font-weight: bold;
height: 2.5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
text-decoration: underline;
}
#T {
color: white;
align-items: center;
text-shadow: 2px 2px 5px dodgerblue;
}

#button {
cursor: pointer;
}

.F1 {
position: fixed;
bottom: 0;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
background-color: black;
color: white;
gap: 10ch;
}

.git {
width: 50px;
height: 50px;
cursor: pointer;
}

.linked {
width: 50px;
height: 50px;
cursor: pointer;
}

/* home page */

.quote {
font-size: 45px;
display: flex auto;
}

.AD {
text-decoration: underline;
}

.foundation {
display: flex;
float: right;
}

/* about page */

#AB {
background-color: bisque;
}

#interests {
display: grid auto;
grid-template-columns: repeat(3, 3fr);
padding: 100;
}

/* Portfolio page */

#PO {
background-color: bisque;
}

.ST {
text-align: center;
}

.construction {
display: flex;
justify-content: center;
margin: 100;
}

.cons {
margin: 60px;
grid-column: 2 / 5;
grid-row: 2 / 5;
}

/* Contact page */

#forms {
display: flex;
justify-content: center;
margin: 100px;
}

h3 {
text-align: center;
margin: 100px;
}