Skip to content

Commit

Permalink
Varios fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed Apr 9, 2018
1 parent da2728e commit b474ed2
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 5 deletions.
6 changes: 5 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ paginate = 10
url = "mailto:[email protected]"
pre = "<i class='fa fa-2x fa-envelope'></i>"

[taxonomies]
category = "categories"
tag = "tags"

[params]
viewMorePostLink = "/blog/"
author = "PhotoBox"
Expand Down Expand Up @@ -162,7 +166,7 @@ paginate = 10
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
tags = false
search = true

[params.carousel]
Expand Down
2 changes: 1 addition & 1 deletion content/participant/Photobox/tim-redding .md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title : John Killilea
title : Tim Redding
type : participant
job_title :
company : Photobox GS
Expand Down
24 changes: 24 additions & 0 deletions content/participant/Photobox/tim-redding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title : Tim Redding
type : participant
job_title :
company : Photobox GS
travel-from :
image :
linkedin :
twitter :
facebook :
website :
email :
project_leader :
chapter_leader :
regonline :
pre-summit :
status : add details
sessions:
notes :
# add a comma delimited list of the Working Sessions you would like to attend in the meta above (use the session's title) e.g. sessions: Security Playbooks Diagrams, Hackathon Daily Sessions

---

<!-- put more details about participant here -->
2 changes: 1 addition & 1 deletion content/user-sessions/zap-how-to-use-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ organizers :

User session to help ZAP users

(add more details)
(add more details)
17 changes: 17 additions & 0 deletions layouts/partials/widgets/clues.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div id="clues">
<ul class="visual-clues">
{{ if eq .Params.type "user-session" }}
<li><a href=""><i class="fa fa-user-circle"></i> session </a></li>
{{ end }}
{{ if eq .Params.type "working-session" }}
<li><a href=""><i class="fa fa-wrench"></i> session </a></li>
{{ end }}
{{ if eq .Params.status "draft" }}
<li><a href=""><i class="fa fa-info"></i> draft </a></li>
{{ end }}
{{ with .Params.organizers }}
{{ else }}
<li><a href=""><i class="fa fa-exclamation-circle"></i> needs organizer </a></li>
{{ end }}
</ul>
</div>
216 changes: 214 additions & 2 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ img.black-and-white.participant {
}
.participants h1 {
padding-bottom: 20px;
text-transform: uppercase;
}
.participants .card {
background-color: white;
Expand Down Expand Up @@ -428,7 +427,7 @@ ul.list-style-none li a.green {
align-items:center;
}

/* IE 10/11... */
/* IE 10/11... */
@media (min-width:700px){
.oss-grid{
display:grid;
Expand Down Expand Up @@ -467,3 +466,216 @@ ul.list-style-none li a.green {
}
}
}

@media screen {
.get-your-ticket .ticket-box {
padding: 40px;
min-height: 490px;
}
.get-your-ticket .title {
font-size: 45px;
font-size: 4.5rem;
}
.get-your-ticket .ticket-type {
font-size: 26px;
font-size: 2.6rem;
}
.get-your-ticket .price {
font-size: 45px;
font-size: 4.5rem;
}
.get-your-ticket .currency {
font-size: 26px;
font-size: 2.6rem;
}
.get-your-ticket .ticket-duration {
font-size: 22px;
font-size: 2.2rem;
}
.get-your-ticket .glyphicon {
font-size: 15px;
font-size: 1.5rem;
}
}
@media (max-width: 950px) {
.get-your-ticket .ticket-box {
padding: 30px;
min-height: 460px;
}
.get-your-ticket .title {
font-size: 43px;
font-size: 4.3rem;
}
.get-your-ticket .ticket-type {
font-size: 22px;
font-size: 2.2rem;
}
.get-your-ticket .price {
font-size: 41px;
font-size: 4.1rem;
}
.get-your-ticket .currency {
font-size: 24px;
font-size: 2.4rem;
}
.get-your-ticket .ticket-duration {
font-size: 20px;
font-size: 2rem;
}
.get-your-ticket .glyphicon {
font-size: 15px;
font-size: 1.5rem;
}
}
@media (max-width: 840px) {
.get-your-ticket .ticket-box {
padding: 20px;
min-height: 420px;
}
.get-your-ticket .title {
font-size: 41px;
font-size: 4.1rem;
}
.get-your-ticket .ticket-type {
font-size: 18px;
font-size: 1.8rem;
}
.get-your-ticket .price {
font-size: 37px;
font-size: 3.7rem;
}
.get-your-ticket .currency {
font-size: 22px;
font-size: 2.2rem;
}
.get-your-ticket .ticket-duration {
font-size: 17px;
font-size: 1.7rem;
}
.get-your-ticket .glyphicon {
font-size: 13px;
font-size: 1.3rem;
}
}
@media (max-width: 550px) {
.get-your-ticket .ticket-box {
padding: 5px;
min-height: 385px;
}
.get-your-ticket .title {
font-size: 39px;
font-size: 3.9rem;
}
.get-your-ticket .ticket-type {
font-size: 14px;
font-size: 1.4rem;
}
.get-your-ticket .price {
font-size: 33px;
font-size: 3.3rem;
}
.get-your-ticket .currency {
font-size: 20px;
font-size: 2rem;
}
.get-your-ticket .ticket-duration {
font-size: 14px;
font-size: 1.4rem;
}
.get-your-ticket .glyphicon {
font-size: 12px;
font-size: 1.2rem;
}
}

.get-your-ticket {
padding-top: 20px;
padding-bottom: 80px;
background: white;
}
.get-your-ticket .title {
font-family: 'Oswald';
color: #333333;
padding-bottom: 50px;
text-transform: uppercase;
}
.get-your-ticket .ticket-box {
text-align: center;
color: white;
}
.get-your-ticket .green-box {
background-color: #87BB40;
}
.get-your-ticket .green-box .price {
color: #00549E;
}
.get-your-ticket .green-box .btn-primary {
background-color: #00549E;
}
.get-your-ticket .blue-box {
background-color: #00549E;
}
.get-your-ticket .blue-box .price {
color: #87BB40;
}
.get-your-ticket .blue-box .btn-primary {
background-color: #87BB40;
}
.get-your-ticket .ticket-type {
font-family: 'Oswald';
text-transform: uppercase;
}
.get-your-ticket .price {
font-family: 'Oswald';
}
.get-your-ticket .currency {
padding: 5px;
}
.get-your-ticket .ticket-duration {
padding-bottom: 40px;
}
.get-your-ticket .glyphicon-ok {
color: white;
padding-bottom: 20px;
}
.get-your-ticket .item {
color: white;
padding-left: 5px;
font-family: 'Roboto Slab';
}
.get-your-ticket .buy-ticket {
font-family: 'Oswald';
padding-bottom: 20px;
text-align: center;
}
.get-your-ticket .buy-ticket a {
text-transform: uppercase;
color: white;
}

// Visual clues for sessions
#clues ul.visual-clues {
list-style: none;
padding-left: 0px;
padding-inline-start: 0px;
}
#clues ul.visual-clues li {
display: inline-block;
}
#clues ul.visual-clues li a {
display: inline-block;
padding: 5px;
border: solid 1px #eeeeee;
border-radius: 0;
color: #38a7bb;
margin: 5px 5px 5px 0;
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 700;
font-size: 12px;
}
#clues ul.visual-clues li a:hover {
color: #38a7bb;
text-decoration: none;
border-color: #38a7bb;
}
Binary file removed static/img/carousel/template-tablets-2.png
Binary file not shown.

0 comments on commit b474ed2

Please sign in to comment.