-
Notifications
You must be signed in to change notification settings - Fork 17
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
MoonMan120
wants to merge
6
commits into
FullstackAcademy:main
Choose a base branch
from
MoonMan120:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Andre Moon #2
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c7724d0
Andre Moon initial
MoonMan120 ff1ec68
contact page added
MoonMan120 e3774c5
form added in contact page
MoonMan120 2991058
made some changes
MoonMan120 14f35ee
mobile format changes
MoonMan120 8d4d8b7
moved js elements out of html
MoonMan120 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.