Skip to content
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
venv/
venv/
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


<div class="skyline"></div>
<span class="aurimas"><a href="https://www.flickr.com/photos/needoptic/13939643805/in/gallery-ebarney-72157686347209143/">Aurimas</a> via Flickr Creative Commons</span>
<span class="photo-credit"><a href="https://unsplash.com/photos/body-of-water-near-of-city-high-rise-buildings-KTdzeb28jyo">Muzammil Soorma</a> via unsplash.com</span>
<div class="container-fluid">
<div class="row" id="pyladies">
<h1 class="col-sm-12 text-center">PyLadies</h1>
Expand Down
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,14 @@ body {
z-index: 1;
margin-top: 0;
display: block;
}
}

.photo-credit {
font-size: 0.85rem;
opacity: 0.8;
display: block;
margin-top: 0.5rem;
}
.photo-credit a {
text-decoration: underline;
}