-
Notifications
You must be signed in to change notification settings - Fork 21
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
HW Submission by Shaun Kelleher #15
Open
shaunk11
wants to merge
2
commits into
FEWD87:master
Choose a base branch
from
shaunk11:master
base: master
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
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
This file contains 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,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Bio</title> | ||
<link rel="stylesheet" type="text/css" href="css/bio_experience_styles.css"> | ||
</head> | ||
<body> | ||
<h1>Ariana Grande Biography</h1><a class="ghost-button" href="index.html">Go Back</a> | ||
|
||
|
||
|
||
<img src="images/ariana_bio.jpg" alt="Ariana Grande"> | ||
|
||
<p> | ||
Ariana Grande-Butera (born June 26, 1993), known professionally as Ariana Grande, is an American singer and actress. She began her career in the Broadway musical 13, before landing the role of Cat Valentine on the Nickelodeon television series Victorious in 2009. After four seasons, the show ended, and Grande starred on the spinoff, Sam & Cat, which ended in 2014. She has also appeared in other theatre, television and film roles and lent her voice to animated television and films. | ||
</p> | ||
|
||
<p> | ||
Grande's music career began with the soundtrack Music from Victorious (2011). She signed a recording contract with Republic Records and released her debut studio album Yours Truly in 2013, which debuted at number one on the US Billboard 200. The album's lead single, "The Way", reached the top-ten of the Billboard Hot 100, with critics comparing her wide vocal range to Mariah Carey's. | ||
</p> | ||
|
||
<p> | ||
Grande's second studio album, My Everything (2014), also reached number one in the United States and charted well in various other countries. With the singles "Problem", "Break Free", "Bang Bang" and "Love Me Harder" from that album, she spent 34 continuous weeks in the top 10 of the Billboard Hot 100 and had the most top 10 singles of any artist in 2014. In 2015, Grande promoted My Everything with her first world tour, The Honeymoon Tour, and guest-starred in the Fox comedy horror television series Scream Queens. She also released the single "Focus", released a holiday EP album, Christmas & Chill, and was heard on several collaborative projects. In March 2016, she released "Dangerous Woman", the lead single from her upcoming third studio album of the same name. The album is set to be released on May 20, 2016. The song debuted at No. 10 on the Billboard Hot 100, making Grande the first person in the history of that chart to have the lead single from each of her first three albums debut in the top 10. | ||
</p> | ||
|
||
<p> | ||
Grande's accolades include two American Music Awards, Music Business Association's Breakthrough Artist of the Year, an MTV Video Music Award, two MTV Europe Music Awards and two Grammy Award nominations. In 2016, Time named Grande one of the 100 most influential people in the world on the annual Time 100 list. Grande has a large following on social media, including the 4th most followed Instagram account. * via <a href="https://en.wikipedia.org/wiki/Ariana_Grande" target="_blank">Wikipedia</a> | ||
</p> | ||
|
||
</body> | ||
</html> |
This file contains 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,36 @@ | ||
h1 { | ||
font-family: helvetica, sans-serif, arial; | ||
font-size: 50px; | ||
color: white; | ||
} | ||
|
||
body { | ||
background-color: gray; | ||
color: black; | ||
font-family: helvetica, sans-serif, arial; | ||
} | ||
|
||
img { | ||
float: left; | ||
margin-right: 10px; | ||
width: 300px; | ||
margin-bottom: 2px; | ||
} | ||
|
||
.ghost-button { | ||
display: inline-block; | ||
width: 100px; | ||
padding: 8px; | ||
color: #fff; | ||
border: 2px solid #fff; | ||
text-align: center; | ||
outline: none; | ||
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. @shaunk11 This can be omitted outline is used for text boxes 🔨 |
||
text-decoration: none; | ||
border-radius: 8px; | ||
} | ||
|
||
.ghost-button:hover, | ||
.ghost-button:active { | ||
background-color: #fff; | ||
color: gray; | ||
} |
This file contains 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,50 @@ | ||
.background { | ||
background-image: url(images/ariana.png); | ||
} | ||
|
||
nav { | ||
color: gray; | ||
width: 100%; | ||
position: absolute; | ||
margin-top: 300px; | ||
margin-left: -25px; | ||
|
||
} | ||
|
||
h2 { | ||
|
||
text-align: right; | ||
color: gray; | ||
font: bold 70px/45px Helvetica, Sans-Serif, Arial; | ||
letter-spacing: 0px; | ||
position: absolute; | ||
top: 200px; | ||
width: 100%; | ||
color: gray; | ||
font: bold 70px/45px Helvetica, Sans-Serif, Arial; | ||
letter-spacing: 0px; | ||
margin-left: -25px; | ||
} | ||
|
||
a { | ||
color: gray; | ||
font-family: Helvetica, Sans-Serif, Arial; | ||
font-size: 30px; | ||
float: right; | ||
} | ||
|
||
img { | ||
float:right; | ||
width:100%; | ||
padding-left:9999px; | ||
} | ||
|
||
.image { | ||
position: relative; | ||
width: 100%; | ||
border: none; | ||
} | ||
|
||
body { | ||
background-color: gray; | ||
} |
This file contains 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,30 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experience</title> | ||
<link rel="stylesheet" type="text/css" href="css/bio_experience_styles.css"> | ||
</head> | ||
<body> | ||
|
||
<h1>Ariana Grande Experience </h1> | ||
|
||
<a class="ghost-button" href="index.html">Go Back</a> | ||
|
||
<img src="images/ariana4.jpg" alt="Ariana Grande"> | ||
|
||
<p> | ||
<ul>TELEVISION/FILM</ul> | ||
<li>Zoolander 2</li> | ||
<li>Scream Queens</li> | ||
<li>Sam & Cat</li> | ||
<li>Family Guy</li> | ||
<li>VicTORIous</li> | ||
<li>Brain Surge</li> | ||
</p> | ||
|
||
<p>For more acting credits, visit: | ||
<a href="http://www.imdb.com/name/nm3812858/?ref_=nv_sr_1" target="_blank">IMDB</a> | ||
</p> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Ariana Grande</title> | ||
<link rel="stylesheet" type="text/css" href="css/styles.css"> | ||
</head> | ||
<body> | ||
|
||
<div class="background"> | ||
<img src="images/ariana.png"> | ||
<h2>Ariana Grande</h2> | ||
|
||
<nav> | ||
<a href="bio.html">Bio</a> | ||
<br> | ||
<br> | ||
<a href="experience.html">Experience</a> | ||
|
||
</nav> | ||
</div> | ||
|
||
</body> | ||
</html> |
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.
@shaunk11 This could be omitted, black is the default color