Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from waldronmatt/updates
Browse files Browse the repository at this point in the history
readme backticks
  • Loading branch information
waldronmatt authored Apr 14, 2019
2 parents e2c414c + 1e382b3 commit 7ac5082
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To view a live demo of this website, go to: http://waldronmatthew.com/portfolio/

Picture code block

'''
```
<div class="grid">
<div class="grid_item two-center span" style="background-image:url('pictures/mnt1.jpg');">
<a href="pictures/mnt1.jpg" class="grid_link" data-lightbox="p2" data-title="mnt1">
Expand All @@ -33,18 +33,19 @@ Picture code block
</a>
</div>
</div>
'''
```

Container for pictures
'''

```
class="grid"
'''
```

Picture layout

'''
```
class="grid_item two-center span"
'''
```

* grid_item - picture display and positioning
* span - picture width/responsiveness
Expand All @@ -54,26 +55,27 @@ class="grid_item two-center span"

Picture background image

'''
```
style="background-image:url('pictures/mnt1.jpg');
'''
```

Lightbox2 modal picture link and text container

'''
```
href="pictures/mnt1.jpg" class="grid_link"
'''
```

Lightbox2 modal image image set and image caption

'''
```
data-lightbox="p2" data-title="mnt1"
'''
```

Image text positioning, styling, and text
'''

```
class="tile", <p>2 pictures</p>
'''
```

## Built With

Expand Down

0 comments on commit 7ac5082

Please sign in to comment.