Skip to content

Commit

Permalink
Merge branch 'master' into website-apidocs-link
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Aug 29, 2018
2 parents 0aff079 + 6ed7e22 commit 6af5302
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions website/themes/agency/layout/tutorials.ejs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="container page tutorials">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-12">
<section>
<h2>Tutorials</h2>
<p class="text-muted">It is easy to get started with GeoJS. There is also an extensive API with numerous options for more sophisticated visualizations, too. See the tutorials below.</p>
<p class="text-muted">The <a href="basic">Simple Map tutorial</a> is a good place to begin. It contains the bare-minimum html, css, and javascript to draw a map.</p>
</section>
<div class="row">
<% for(let tutorial of site.data.tutorials) { %>
<div class="col-md-4 col-sm-6 portfolio-item">
<div class="col-md-3 col-sm-4 portfolio-item">
<a class="portfolio-link" href="<%- tutorial.name %>">
<div class="portfolio-hover">
</div>
Expand Down
4 changes: 2 additions & 2 deletions website/themes/agency/source/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ h1, h2, h3, h4, h5, h6 {
.navbar-custom.affix {
background-color: #f7f7f7;
border-bottom-color: #e5e5e5;
padding: 10px 0;
padding: 0px 0;
}
.navbar-custom.affix .navbar-brand {
font-size: 1.5em;
Expand Down Expand Up @@ -824,4 +824,4 @@ img::-moz-selection {

body {
webkit-tap-highlight-color: #1b70b5;
}
}
4 changes: 2 additions & 2 deletions website/themes/agency/source/css/example.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.content-wrapper{
height: 100%;
padding-top: 70px;
padding-top: 50px;
}

.page.example{
Expand Down Expand Up @@ -59,4 +59,4 @@
.screenshot-result img {
width: 100%;
}
}
}
2 changes: 1 addition & 1 deletion website/themes/agency/source/css/tutorial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html, body {

.content-wrapper{
height: 100%;
padding-top: 70px;
padding-top: 50px;
}

.page.tutorial{
Expand Down

0 comments on commit 6af5302

Please sign in to comment.