-
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 01 by Chloe Effron #12
Open
chloeeffron
wants to merge
4
commits into
FEWD87:master
Choose a base branch
from
chloeeffron: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 all commits
Commits
Show all changes
4 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,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; | ||
} |
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,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"> | ||
|
||
<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> |
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,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> | ||
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. @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> |
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.
@chloeeffron The image cannot be seen. Here you are requesting
<img src="images/waffles.jpg">
, but you named the imagewaffles.JPG
. HTML is case sensitive, in the future try to keep all of your files in lowercase 🔨