Skip to content

Commit

Permalink
add tech tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 29, 2024
1 parent 30808c5 commit 2a00604
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 6 deletions.
17 changes: 17 additions & 0 deletions _site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,24 @@ blockquote {
}

@media (max-width: 500px) {
body h1 {
font-size: 70px;
}

body h2 {
font-size: 28px;
}

.loadNow h4 {
font-size: 24px;
}

.logoWrap {
text-align: center;
margin: 60px auto;
text-align: center;
}

.symbol {
width: 100%;
text-align: center;
Expand Down Expand Up @@ -299,6 +312,10 @@ pre {
color: #babdb6 !important;
}

.descriptive-tagline {
font-size: 16px;
}

.quickstart code {
font-size: 16px !important;
}
Expand Down
7 changes: 4 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
</div>
<div class="center-on-mobiles">
<h1>Mapless</h1>
</div>
</div>
<p class="descriptive-tagline">Schema-less persistence for Smalltalk with support for multiple backends.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -103,12 +104,12 @@ <h5>Need to persist modeled data?</h5>
</div>
</div>

<div id="screencast" class="col-md-7">
<!-- <div id="screencast" class="col-md-7">
<div class="elaborate ">
<h5 >Screencast</h5>
<p><iframe width="420" height="315" src="//www.youtube.com/embed/BNXXDOPLxtE" frameborder="0" allowfullscreen></iframe></p>
</div>
</div>
</div> -->

<div class="col-md-12">
<div class="elaborate">
Expand Down
17 changes: 17 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,24 @@ blockquote {
}

@media (max-width: 500px) {
body h1 {
font-size: 70px;
}

body h2 {
font-size: 28px;
}

.loadNow h4 {
font-size: 24px;
}

.logoWrap {
text-align: center;
margin: 60px auto;
text-align: center;
}

.symbol {
width: 100%;
text-align: center;
Expand Down Expand Up @@ -299,6 +312,10 @@ pre {
color: #babdb6 !important;
}

.descriptive-tagline {
font-size: 16px;
}

.quickstart code {
font-size: 16px !important;
}
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
</div>
<div class="center-on-mobiles">
<h1>Mapless</h1>
</div>
</div>
<p class="descriptive-tagline">Schema-less persistence for Smalltalk with support for multiple backends.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -52,12 +53,12 @@ <h5>Need to persist modeled data?</h5>
</div>
</div>

<div id="screencast" class="col-md-7">
<!-- <div id="screencast" class="col-md-7">
<div class="elaborate ">
<h5 >Screencast</h5>
<p><iframe width="420" height="315" src="//www.youtube.com/embed/BNXXDOPLxtE" frameborder="0" allowfullscreen></iframe></p>
</div>
</div>
</div> -->

<div class="col-md-12">
<div class="elaborate">
Expand Down

0 comments on commit 2a00604

Please sign in to comment.