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
3 changes: 3 additions & 0 deletions bookshelf/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title = "My New Hugo Site"
baseURL = "http://example.org/"
languageCode = "en-us"
9 changes: 9 additions & 0 deletions bookshelf/content/post/code-and-coffee.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
date = "2017-03-02T11:43:04-07:00"
title = "Code and Coffee Phoenix"
draft = true

+++

Come code with us at **Coffee and Code**! Meet other members of the Phoenix Tech community and share your own projects.
Check us out on [Meetup](https://www.meetup.com/Coffee-Code-Phoenix/).
1 change: 1 addition & 0 deletions bookshelf/themes/hugo-theme-bleak
Submodule hugo-theme-bleak added at dc55b5
1 change: 1 addition & 0 deletions bookshelf/themes/hugo_theme_robust
Submodule hugo_theme_robust added at 3baae2
Binary file modified images/candcaboutus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/candcbg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/candcbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/candcdowntown.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/candceastvalley.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/candcphoenix.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codetriage-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,18 @@ <h2 class="mdl-card__title-text card-headers">Downtown Phoenix</h2>
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Coffee & Code</div>
<ul class="mdl-mini-footer__link-list">
<li>No copyright, just parties....2016</li>
<li>No copyright, just parties....2017</li>
</ul>

<!--
<div>Icons made by <a href="http://www.flaticon.com/authors/pixel-buddha" title="Pixel Buddha">Pixel Buddha</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> -->
</div>
<div class="mdl-logo icons">
<a href="https://github.com/samrocksc/coffee-and-code" target="_blank"><img src="images/github.png"></a>
<a href="https://www.codetriage.com/samrocksc/coffee-and-code" target="_blank"><img src="images/codetriage-0.png"></a>
<p>Check us out on Code Triage and Github!</p>

</div>
</footer>

Expand Down
20 changes: 15 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,23 @@ body {
}

.mdl-mini-footer {
height: 120px;
padding: 40px;
align-items: center;
height: 28vh;
background-color: white;
color: grey;
box-sizing: border-box;
bottom: 0;
}

.mdl-logo {
color: #808080;
display: inline-block;
text-align: center;
}

.mdl-logo.icons {
padding-right: 15vw;
}

.mdl-logo img {
padding: 10px 20px 20px 10px;
}

.share-link {
Expand Down