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 from Crystal Lau #8

Open
wants to merge 1 commit into
base: master
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
124 changes: 124 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
body {
font-family: sans-serif;
font-size: 18px;
line-height: 1.5;
border-bottom: 5px solid #222222;
border-top: 5px solid #222222;
padding: 50px;
background-color: #f5f5dc;
color: #5a605a
}

img.signature {
width: 300px;
margin-left: 400px;
border: none;
}

img.profile {
float: left;
height: 300px;
margin: 65px;
border: 1px solid #222222;
padding: 5px;
margin-top: 20px;
}

footer {
margin-top: 100px;
padding: 10px;
border: 10px dotted white;
}

a {
font-weight: bold;
color: #05080C;
}

a:hover {
color: #dcdcf5;
}

h1 {
text-transform: uppercase;
font-weight: bold;
text-align: center;
color: #030609;
margin-top: 0px;
}

h2 {
font-size: 20px;
text-transform: uppercase;
margin-top: 15px;
letter-spacing: 2px;
text-align: center;
}

h3 {
font-size: 18px;
color: #030609;
text-transform: uppercase;
margin-top: 15px;
letter-spacing: 2px;
}

nav {
color: #222222;
text-align: center;
margin: 15px;
}

p {
font-family: Tahoma, serif;
margin: 135px;
}


h4 {
font-size: 16px;
color: #CCCCCC;
text-transform: uppercase;
letter-spacing: 2px;
}

h3.work {
float: left;
border: 2px dotted #eee;
overflow: auto;
}

h3.social {
float: left;
border: 2px dotted #eee;
background-color: #ccc;
overflow: auto;
}

span {
color: #717870;
font-weight: 300;
}

img {
margin-left: 20px;
margin-bottom: 20px;
border: 1px solid #222222;
padding: 5px;
text-align: center;
}

p.film {
margin: 15px;
}

img.poster {
margin-left: 20px;
margin-bottom: 20px;
border: 1px solid #222222;
padding: 5px;
text-align: center;
height: 500px;
}


Binary file added img/mothers_day.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 img/pll.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 img/profile.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 img/shay_001.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 img/shay_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>All About Shay</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>

<img class="signature" src="img/shay_002.png" alt="Shay's Autograph" title="It's Shay">

<hr>

<nav>
<a href="index.html">Shay's World</a> |
<a href="resume.html">Resume</a>
</nav>

<h2>Actress, Model, Influencer</h2>

<img class="profile" src="img/shay_001.jpg" alt="Shay profile" title="Shay">

<p>
Widely known for her role as "Emily" on ABC Family's hit show "Pretty Little Liars," Shay Mitchell's career has grown exponentially over the last five years. She started from humble beginnings as a model, and worked her way onto the silver screen. Today, Shay continues to shine as a social media influencer, inspiring her young fans to live their dreams.
</p>

<hr>

<footer>
<nav>
<a href="http://www.twitter.com/shaymitch">Twitter</a> |
<a href="http://www.instagram.com/shaym">Instagram</a> |
<a href="http://www.youtube.com/shaymitchell">YouTube</a>
</nav>
</footer>


</body>
</html>
59 changes: 59 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<title>Werk</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>

<img class="signature" src="img/shay_002.png" alt="Shay's Autograph" title="It's Shay">

<hr>

<nav>
<a href="index.html">Shay's World</a> |
<a href="resume.html">Resume</a>
</nav>

<h1>Shay's Street Cred</h1>

<hr>

<h3>Filmography</h3>

<ul>
<li><span>Pretty Little Liars</span>, Role of "Emily Fields," 2010 - Present</li>
<img class="poster" src="img/pll.jpg" alt="Pretty Little Liars Poster" title="Pretty Little Liars">
<li><span>Mother's Day</span>, Role of "Tina," 2016</li>
<img class="poster" src="img/mothers_day.jpg" alt="Mother's Day Movie Poster" title="Mother's Day">
</ul>

<h3>Social Media Stats</h3>

<ul>
<li><span>Twitter:</span> 3.27 million followers</li>
<li><span>Instagram:</span> 12 million followers</li>
<li><span>YouTube:</span> 1.23 million subscribers</li>
</ul>

<h3>Fun Facts</h3>

<ul>
<li>Born Shannon Mitchell</li>
<li>Half-Filipina, Half-Irish/Scottish</li>
<li>National spokesperson for Pantene Pro-V Nature Fusion collection</li>
<li>Ambassador to the Somaly Mam Foundation</li>
</ul>

<hr>

<footer>
<nav>
<a href="http://www.twitter.com/shaymitch">Twitter</a> |
<a href="http://www.instagram.com/shaym">Instagram</a> |
<a href="http://www.youtube.com/shaymitchell">YouTube</a>
</nav>
</footer>

</body>
</html>