Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change arrangement of shirts
  • Loading branch information
Philipp Tanlak committed Feb 15, 2018
1 parent 8a337ef commit ac79b57
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 2 deletions.
13 changes: 12 additions & 1 deletion layouts/index.html
Expand Up @@ -57,7 +57,18 @@ <h1><a href="/">Learn Web Programming in Go by Examples</a></h1>
<div style="text-align: center; font-size: 0.8em; text-decoration: underline"><a href="https://goo.gl/7EGZQM" target="_blank">GET IT NOW: Gotham Gopher</a></div>
<br>
</div>

<div class="visible-sm">
<br>
<div style="float: left; width: 50%; margin: auto;">
<a href="https://goo.gl/1nKLZE" class="no-icon" target="_blank"><img style="display: block; width: 100%;" src="/vim-gopher-shirt.jpeg" title="Vim Gopher T-Shirt"></a>
<div style="text-align: center; font-size: 0.8em; text-decoration: underline"><a href="https://goo.gl/1nKLZE" target="_blank">GET IT NOW: Vim Gopher</a></div>
</div>
<div style="float: left; width: 50%; margin: auto;">
<a href="https://goo.gl/7EGZQM" class="no-icon" target="_blank"><img style="display: block; width: 100%;" src="/gotham-gopher-shirt.jpg" title="Gotham Gopher T-Shirt"></a>
<div style="text-align: center; font-size: 0.8em; text-decoration: underline"><a href="https://goo.gl/7EGZQM" target="_blank">GET IT NOW: Gotham Gopher</a></div>
</div>
<div style="clear: both;"></div>
</div>
{{partial "footer.html" .}}
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/header.html
Expand Up @@ -67,6 +67,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -83,10 +84,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/advanced-middleware/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/basic-middleware/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/forms/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/hello-world/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/http-server/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/imprint/index.html
Expand Up @@ -67,6 +67,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -83,10 +84,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
16 changes: 15 additions & 1 deletion public/index.html
Expand Up @@ -66,6 +66,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -82,10 +83,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down Expand Up @@ -208,7 +211,18 @@ <h1><a href="/">Learn Web Programming in Go by Examples</a></h1>
<div style="text-align: center; font-size: 0.8em; text-decoration: underline"><a href="https://goo.gl/7EGZQM" target="_blank">GET IT NOW: Gotham Gopher</a></div>
<br>
</div>

<div class="visible-sm">
<br>
<div style="float: left; width: 50%; margin: auto;">
<a href="https://goo.gl/1nKLZE" class="no-icon" target="_blank"><img style="display: block; width: 100%;" src="/vim-gopher-shirt.jpeg" title="Vim Gopher T-Shirt"></a>
<div style="text-align: center; font-size: 0.8em; text-decoration: underline"><a href="https://goo.gl/1nKLZE" target="_blank">GET IT NOW: Vim Gopher</a></div>
</div>
<div style="float: left; width: 50%; margin: auto;">
<a href="https://goo.gl/7EGZQM" class="no-icon" target="_blank"><img style="display: block; width: 100%;" src="/gotham-gopher-shirt.jpg" title="Gotham Gopher T-Shirt"></a>
<div style="text-align: center; font-size: 0.8em; text-decoration: underline"><a href="https://goo.gl/7EGZQM" target="_blank">GET IT NOW: Gotham Gopher</a></div>
</div>
<div style="clear: both;"></div>
</div>
<div class="footer">
<div class="links">

Expand Down
3 changes: 3 additions & 0 deletions public/json/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/password-hashing/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/privacy/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/routes-using-gorilla-mux/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/sessions/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/static-files/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/templates/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down
3 changes: 3 additions & 0 deletions public/websockets/index.html
Expand Up @@ -65,6 +65,7 @@
.buy-on-amazon img { height: 30px; margin-top: 3px; }
.right { float: right; }
.visible-xs { display: none; }
.visible-sm { display: none; }
@media (max-width: 1023px) {
.container, .content, .sidebar { display: block; width: auto; }
.sidebar .sections { display: flex; flex-wrap: wrap; margin: 10px -30px; padding: 0 30px 20px 30px; background-color: #f9f9f9; box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.1); }
Expand All @@ -81,10 +82,12 @@
.recommend {
display: none;
}
.visible-sm { display: block; }
}
@media (max-width: 767px) {
.sections .section { flex-basis: 50%; }
.visible-xs { display: block; }
.visible-sm { display: none; }
}
@media (max-width: 470px) {
.sections .section { flex-basis: 100%; }
Expand Down

0 comments on commit ac79b57

Please sign in to comment.