Skip to content

Commit

Permalink
Adding visual clues
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed Apr 9, 2018
1 parent 3875141 commit f3047e4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 33 deletions.
3 changes: 2 additions & 1 deletion content/participant/Photobox/felipe-zipitria.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ regonline :
pre-summit :
status : add details
sessions:
- DevSecOps
- Integrating Security Tools in the SDL
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

---
Felipe is a Msc. in Computer Security from University of the Republic (Uruguay). He has been working as a DevOps / System Administrator for 20 years, and as a Security Consultant for 10+ years. He has been teaching Computer Security Fundamentals to pregraduate students and Web Application Security for postgraduates at the local public University.
Expand Down
24 changes: 0 additions & 24 deletions content/participant/Photobox/tim-redding .md

This file was deleted.

4 changes: 3 additions & 1 deletion layouts/partials/session/metadata.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ partial "widgets/clues.html" . }}

<table class="table">
<tr>
<th>Track:</th>
Expand All @@ -14,4 +16,4 @@
<td>
{{ partial "session/participants-as-links.html" . }}
</tr>
</table>
</table>
2 changes: 1 addition & 1 deletion layouts/partials/widgets/clues.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="clues">
<div class="clues">
<ul class="visual-clues">
{{ if eq .Params.type "user-session" }}
<li><a href=""><i class="fa fa-user-circle"></i> session </a></li>
Expand Down
14 changes: 8 additions & 6 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -654,15 +654,17 @@ ul.list-style-none li a.green {
}

// Visual clues for sessions
#clues ul.visual-clues {
.clues {
padding: 0;
}
.clues ul.visual-clues {
list-style: none;
padding-left: 0px;
padding-inline-start: 0px;
margin-left: -40px;
}
#clues ul.visual-clues li {
.clues ul.visual-clues li {
display: inline-block;
}
#clues ul.visual-clues li a {
.clues ul.visual-clues li a {
display: inline-block;
padding: 5px;
border: solid 1px #eeeeee;
Expand All @@ -674,7 +676,7 @@ ul.list-style-none li a.green {
font-weight: 700;
font-size: 12px;
}
#clues ul.visual-clues li a:hover {
.clues ul.visual-clues li a:hover {
color: #38a7bb;
text-decoration: none;
border-color: #38a7bb;
Expand Down

0 comments on commit f3047e4

Please sign in to comment.