Skip to content

Commit cb4b40e

Browse files
authored
Merge pull request #119 from billdevcode/feature-branch
Add maps-locations to portfolio
2 parents 51ac983 + cec64a6 commit cb4b40e

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

imgs/maps-locations.png

518 KB
Loading

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ <h1>Web Development Portfolio</h1>
4141
</div>
4242

4343
<div class="portfolio" id="portfolio">
44+
45+
<div class="container-fluid maps-locations">
46+
<div class="box textbox-maps">
47+
<h2>Google Places API</h2>
48+
<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>
49+
</div>
50+
</div>
51+
4452
<div class="container-fluid zip-quote">
4553
<div class="box textbox-quote">
4654
<h2>Random Quote Machine</h2>

stylesheets/stylesheet.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@ html, body {
7474
color: #FF4500;
7575
}
7676

77+
.maps-locations {
78+
background-image: url('../imgs/maps-locations.png');
79+
background-size: cover;
80+
max-width: 100%;
81+
height: 50vh;
82+
}
83+
84+
.textbox-maps {
85+
float: right;
86+
margin-top: 35vh;
87+
background: rgba(0, 0, 0, 0.5);
88+
border-radius: 8px;
89+
padding-left: 10px;
90+
}
91+
7792
.zip-quote {
7893
background-image: url('../imgs/random-quotes.png');
7994
background-size: cover;

0 commit comments

Comments
 (0)