Skip to content
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
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
31 changes: 31 additions & 0 deletions bio.html
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>
36 changes: 36 additions & 0 deletions css/bio_experience_styles.css
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;
Copy link

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

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;
Copy link

Choose a reason for hiding this comment

The 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;
}
50 changes: 50 additions & 0 deletions css/styles.css
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;
}
30 changes: 30 additions & 0 deletions experience.html
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>
Binary file added images/Ariana2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ariana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ariana3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ariana4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ariana_bio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions index.html
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>