Skip to content
Merged
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
Binary file added imgs/maps-locations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ <h1>Web Development Portfolio</h1>
</div>

<div class="portfolio" id="portfolio">

<div class="container-fluid maps-locations">
<div class="box textbox-maps">
<h2>Google Places API</h2>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/maps-locations" target="_blank" class="buttons" role="button">Learn More <i class="fa fa-chevron-right" aria-hidden="true"></i></a>
</div>
</div>

<div class="container-fluid zip-quote">
<div class="box textbox-quote">
<h2>Random Quote Machine</h2>
Expand Down
15 changes: 15 additions & 0 deletions stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ html, body {
color: #FF4500;
}

.maps-locations {
background-image: url(https://github.com/'../imgs/maps-locations.png');
background-size: cover;
max-width: 100%;
height: 50vh;
}

.textbox-maps {
float: right;
margin-top: 35vh;
background: rgba(0, 0, 0, 0.5);
border-radius: 8px;
padding-left: 10px;
}

.zip-quote {
background-image: url(https://github.com/'../imgs/random-quotes.png');
background-size: cover;
Expand Down