Skip to content

Commit 3140bdc

Browse files
authored
Merge branch 'master' into pullrequest
2 parents e4fc235 + fefd8c1 commit 3140bdc

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

assets/Kleros_One_Pager.pdf

15.9 KB
Binary file not shown.

index.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
<html lang="en">
33
<head>
44
<!-- Global Site Tag (gtag.js) - Google Analytics -->
5-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103362452-1"></script>
6-
<script>
7-
window.dataLayer = window.dataLayer || [];
8-
function gtag(){dataLayer.push(arguments);}
9-
gtag('js', new Date());
5+
<script
6+
async
7+
src="https://www.googletagmanager.com/gtag/js?id=UA-103362452-1">
8+
</script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
1013

11-
gtag('config', 'UA-103362452-1');
12-
</script>
14+
gtag('config', 'UA-103362452-1');
15+
</script>
16+
<!-- End Global Site Tag (gtag.js) - Google Analytics -->
17+
1318
<!-- Google Tag Manager -->
1419
<script>
1520
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
@@ -106,7 +111,9 @@ <h1 class="kleros-title">THE JUSTICE PROTOCOL</h1>
106111
<div class="hidden-md-down">
107112
<a class="btn btn-lg btn-how-it-works" href="#how-it-works">How it works?</a>
108113
<a class="btn btn-lg btn-primary btn-wp" href="assets/whitepaper.pdf">Read the white paper</a>
109-
<a class="btn btn-lg btn-telegram" href="https://t.me/kleros">Telegram Chat</a>
114+
<a href="https://t.me/kleros">
115+
<img class="btn-telegram" src="img/Telegram-icon-sq.png" alt="kleros telegram" />
116+
</a>
110117
</div>
111118
<div class="hidden-lg-up">
112119
<div class="row">
@@ -119,11 +126,6 @@ <h1 class="kleros-title">THE JUSTICE PROTOCOL</h1>
119126
<a class="btn btn-lg btn-primary btn-wp btn-block" href="assets/whitepaper.pdf">Download the white paper</a>
120127
</div>
121128
</div>
122-
<div class="row">
123-
<div class="col-lg-12 no-padding">
124-
<a class="btn btn-lg btn-telegram btn-block" href="https://t.me/kleros">Telegram Chat</a>
125-
<a> <img src="img/Telegram-icon-sq.png" alt="kleros telegram" /> </a>
126-
</div>
127129
</div>
128130
</div>
129131
</div>
@@ -146,7 +148,7 @@ <h2 class="protocol-title">TRIBUNALS<br /><span class="protocol-subtitle">ON DEM
146148
<a class="btn btn-default protocol-btn-how-it-works hidden-md-down" href="#how-it-works">How it works?</a>
147149
</div>
148150
<div class="col-lg-6 hidden-md-down iMac">
149-
<div class="">
151+
<div class="text-right">
150152
<img alt="screen mac kleros" src="img/iMac.png" class="img-iMac" />
151153
</div>
152154
</div>
@@ -1009,9 +1011,6 @@ <h2 class="contact-title-section">CONTACT</h2>
10091011
</div>
10101012
</footer>
10111013
</div>
1012-
1013-
1014-
10151014
<!-- jQuery first, then Tether, then Bootstrap JS. -->
10161015
<script
10171016
src="https://code.jquery.com/jquery-3.2.1.min.js"

style.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ body {
184184
width: 40px;
185185
}
186186

187+
.btn-telegram {
188+
width: 52px;
189+
margin-left: 12px;
190+
}
191+
187192
@media (max-width: 576px) {
188193
.kleros-wording {
189194
padding: 0;
@@ -212,6 +217,12 @@ body {
212217
}
213218
}
214219

220+
@media (max-width: 1200px) {
221+
.btn-telegram {
222+
display: none;
223+
}
224+
}
225+
215226
/**************** End Kleros section ****************/
216227

217228
/**************** Protocol section ****************/
@@ -726,8 +737,10 @@ footer-right a {
726737
footer-right {
727738
position: relative;
728739
}
740+
741+
.telegram-button {
742+
display: none;
743+
}
729744
}
730745

731746
/**************** End Footer ****************/
732-
733-

0 commit comments

Comments
 (0)