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 01 by Chloe Effron #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
81 changes: 81 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
body {
border-top: 5px solid #EEE;
border-bottom:5px solid #EEE;
padding: 20px;
font-family: 'Lato', sans-serif;
font-weight: lighter;
background-color: #C2DFFF;
}

h1 {
font-size: 40px;
color: black;
font-style: bolder;
text-align: center;
text-transform: uppercase;
letter-spacing: 15px;
}

a{
text-decoration: none;
color: #2B3856;
font-weight: bold;
}

a:hover {
color: #151B8D;
font-weight: bold;
}

a:visited {
color: #151B8D;
text-decoration: none;
font-weight: bold;
}

nav{
padding-bottom: 15px;
text-align: center;
text-transform: uppercase;

}
nav a{
color: black;
text-decoration: underline;
font-size: 15px;
padding-right: 12px;
text-transform: uppercase
}

nav a:hover {
color: white;
text-decoration: underline;
font-size: 15px;
padding-right: 12px;
text-transform: uppercase

}

nav a:visited {
color: #2B3856;
text-decoration: underline;
font-size: 15px;
padding-right: 12px;
}

img {
float: right;
padding: 5px;
border: none;
width: 150px;
margin-right: 10px;
}

img.primary {
float: left;
padding: 5px;
border: 3px solid white;
margin-right: 20px;
margin-bottom: 20px;
width: 300px;
}
52 changes: 52 additions & 0 deletions experience_interests.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<title>Experience and Interests</title>
</head>

<body>

<nav>
<a href="index.html"> About Me </a>
<a href="experience_interests.html"> Experience </a>
</nav>

<h1>EXPERIENCE</h1>


<img class="primary" src="images/leslie-knope-waffles.jpg" alt="default profile image" title="profile image"/> </img>

<h3>An Accomplished Pawnee Citizen</h3>

<p>Leslie is a proud member of numerous action committees in and around City Hall, including, but not limited to: the Equal Opportunity Committee, the Fun in the Sun Committee, the Clean Restroom Task Force, the Increased Access to Restrooms Task Force, the Handicapped Restroom Task Force, the Committee for Repainting Handicapped Parking Spaces Task Force and the Task Force to Reduce the Number of Public Restrooms.</p>

<p>Leslie graduated in the top 5% of her class at Pawnee North High School. She was Co-Vice President of the student body and a member of Model United Nations, Key Club, Debate Club, Mock Trial, Young Republicans, Young Democrats, Young Independents (founding member), Drama Club, Historical Society, Orchestra, Color Guard and junior varsity field hockey.</p>

<img src="images/waffles.jpg"> <img src="images/paperwork.jpg"> <img src="images/anneperkins.jpg">
Copy link

Choose a reason for hiding this comment

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

@chloeeffron The image cannot be seen. Here you are requesting <img src="images/waffles.jpg"> , but you named the image waffles.JPG. HTML is case sensitive, in the future try to keep all of your files in lowercase 🔨


<h1>INTERESTS</h1>


<p>Leslie's interests include, but are not limited to:</p>

<ul>

<li>Waffles</li>
<li>Friendship</li>
<li>Bureaucracy</li>
<li>Paperwork</li>
<li>Impressions</li>
<li>Sugar</li>
<li>Anne Perkins</li>
<li>Pawnee</li>

</ul>


<nav>
<a href="http://www.amazon.com/Pawnee-Greatest-America-Leslie-Knope/dp/1401310648">Buy Leslie's Book - <i>Pawnee: The Greatest Town in America</i></a> </nav>

</body>
Binary file added images/anneperkins.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/knope_campaign_rect.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/leslie-knope-waffles.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/paperwork.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/waffles.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<title>Leslie Knope</title>
</head>

<body>

<nav>
<a href="#"> About Me </a>
<a href="experience_interests.html"> Experience </a>
</nav>

<h1>Leslie Knope</h1>


<img class="primary" src="images/knope_campaign_rect.jpg" alt="default profile image" title="profile image"/></img>

<h3>Deputy Director, Parks and Recreation</h3>

<p>As a child, Leslie Knope found a loving, diverse, active family in the many community programs offered by the wonderful city government of Pawnee, Indiana. She vowed early on to give back to this vibrant and fascinating town by living a life of public service. She has served as Deputy Director of the Parks Department for several years and helps bring the joy of public parks to the people of Pawnee.</p>
Copy link

Choose a reason for hiding this comment

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

@chloeeffron please fix the indentation 🔨


<p>Leslie was recently elected to the Pawnee City Council. You can read all about the City Council and the work she is doing <a href="http://www.pawneeindiana.com/city-council/councilman-bios/">here.</a> </p>


<nav>
<a href="http://www.amazon.com/Pawnee-Greatest-America-Leslie-Knope/dp/1401310648">Buy Leslie's Book - <i>Pawnee: The Greatest Town in America</i></a> </nav>

</body>