Skip to content

Commit

Permalink
Added logos for tools, reorganised some content
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbelsteen committed May 7, 2015
1 parent 7e3b1df commit 5f03fad
Show file tree
Hide file tree
Showing 12 changed files with 215 additions and 145 deletions.
60 changes: 43 additions & 17 deletions css/default.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/default.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 72 additions & 32 deletions css/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ blockquote {
font-style: normal;
font-size: 0.8em;
}

&.tool-block {
min-height: 150px;
vertical-align: middle;
float: none;
}
}

/* =============================
Expand Down Expand Up @@ -179,10 +185,8 @@ p {
line-height: 1.8em;
}

.container {
.section {
padding: 1.5em 0;
}
.section {
padding: 1.5em 0;
}

.sticky {
Expand Down Expand Up @@ -341,8 +345,21 @@ p {
}
}

#basics {
#tools {
.tool {
text-align: center;

.tool-img-wrapper {
line-height: 100px;

img {
vertical-align: middle;
max-width: 100px;
max-height: 100px;
}
}

}
}

.code-example {
Expand All @@ -365,6 +382,7 @@ p {

#dcat-example{
.code-details {
text-align: right;
span {
font-size: 1.2em;
font-weight: bold;
Expand Down Expand Up @@ -395,6 +413,17 @@ p {
}
}

.display-table{
display: table;
table-layout: fixed;
}

.display-cell{
display: table-cell;
vertical-align: middle;
float: none;
}

#partners-container {
background-color: $color-dark-grey;
color: $color-white;
Expand All @@ -403,31 +432,21 @@ p {
color: $color-green;
}

.display-table{
display: table;
table-layout: fixed;
}

.display-cell{
display: table-cell;
vertical-align: middle;
float: none;
}

.partner-logos {
img {
display: block;
max-width: 100%;
max-height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
opacity: 0.33;

&:hover {
opacity: 1;
img {
vertical-align: middle;
display: block;
max-width: 100%;
max-height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
opacity: 0.33;

&:hover {
opacity: 1;
}
}
}
}
}

Expand All @@ -453,8 +472,18 @@ p {

/* Smartphones */
@media screen and (min-width: 480px){
.code-details {
margin-top: -10px;
#dcat-example {
.code-details {
text-align: left;

span {
margin-top: 10px;
}

p {
margin-bottom: 1em;
}
}
}
}

Expand All @@ -466,8 +495,19 @@ p {
}

@media screen and (min-width: 992px){
.code-details {
margin-top: 0px;
#dcat-example {
.code-details {
text-align: left;

span {
margin-top: 10px;
}

p {
margin-bottom: 1em;
}

}
}
}

Expand Down
Binary file added images/tools/edcat_b.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/tools/edcat_kl.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/tools/logovl_b.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/tools/logovl_kl.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/tools/rdfa-kl.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/tools/rdfa_b.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/tools/tdt_b.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/tools/tdt_kl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5f03fad

Please sign in to comment.