mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
add top actions
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
padding: 1em 2em;
|
padding: 1em 2em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.btn.btn-primary.big-red-button {
|
.btn.btn-primary.big-red-button {
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
@@ -87,4 +88,8 @@ html {
|
|||||||
|
|
||||||
#fh5co-services .box-testimony .author > figure img[alt~="conference"] {
|
#fh5co-services .box-testimony .author > figure img[alt~="conference"] {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-actions {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
background-image: -ms-repeating-linear-gradient(top left, #c52a28 0%, #fab4b7 100%);
|
background-image: -ms-repeating-linear-gradient(top left, #c52a28 0%, #fab4b7 100%);
|
||||||
}
|
}
|
||||||
#fh5co-home, #fh5co-home .text-wrap {
|
#fh5co-home, #fh5co-home .text-wrap {
|
||||||
height: 700px;
|
height: 750px;
|
||||||
}
|
}
|
||||||
#fh5co-home .text-wrap {
|
#fh5co-home .text-wrap {
|
||||||
display: table;
|
display: table;
|
||||||
|
|||||||
@@ -93,6 +93,14 @@
|
|||||||
<h1 class="to-animate">22-25 June, 2021 - online - free</h1>
|
<h1 class="to-animate">22-25 June, 2021 - online - free</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row top-actions">
|
||||||
|
<div class="col-md-offset-2 col-md-4 col-sm-6 text-center to-animate">
|
||||||
|
<a href="https://www.eventbrite.com/e/simplewebconf-2021-tickets-144376406719?aff=site" class="btn btn-primary btn-large big-red-button">Get A Free Ticket</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 col-sm-6 text-center to-animate">
|
||||||
|
<a href="https://sessionize.com/simplewebconf-2021/" class="btn btn-primary btn-large big-red-button">Submit A Talk</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user