Skip to content

Commit fd9e9ff

Browse files
authored
Merge branch 'master' into master
2 parents a5285c9 + 71e2e63 commit fd9e9ff

File tree

5 files changed

+34
-19
lines changed

5 files changed

+34
-19
lines changed

assets/Kleros_One_Pager.pdf

15.9 KB
Binary file not shown.

assets/whitepaper.pdf

-26.3 KB
Binary file not shown.

img/team-SJJ.png

55.3 KB
Loading

index.html

Lines changed: 17 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':
@@ -105,7 +110,9 @@ <h1 class="kleros-title">The Blockchain Dispute Resolution Layer</h1>
105110
<div class="hidden-md-down">
106111
<a class="btn btn-lg btn-how-it-works" href="#how-it-works">How it works?</a>
107112
<a class="btn btn-lg btn-primary btn-wp" href="assets/whitepaper.pdf">Read the white paper</a>
108-
<a class="btn btn-lg btn-telegram" href="https://t.me/kleros">Telegram Chat</a>
113+
<a href="https://t.me/kleros">
114+
<img class="btn-telegram" src="img/Telegram-icon-sq.png" alt="kleros telegram" />
115+
</a>
109116
</div>
110117
<div class="hidden-lg-up">
111118
<div class="row">
@@ -118,11 +125,6 @@ <h1 class="kleros-title">The Blockchain Dispute Resolution Layer</h1>
118125
<a class="btn btn-lg btn-primary btn-wp btn-block" href="assets/whitepaper.pdf">Download the white paper</a>
119126
</div>
120127
</div>
121-
<div class="row">
122-
<div class="col-lg-12 no-padding">
123-
<a class="btn btn-lg btn-telegram btn-block" href="https://t.me/kleros">Telegram Chat</a>
124-
<a> <img src="img/Telegram-icon-sq.png" alt="kleros telegram" /> </a>
125-
</div>
126128
</div>
127129
</div>
128130
</div>
@@ -145,7 +147,7 @@ <h2 class="protocol-title">TRIBUNALS<br /><span class="protocol-subtitle">ON DEM
145147
<a class="btn btn-default protocol-btn-how-it-works hidden-md-down" href="#how-it-works">How it works?</a>
146148
</div>
147149
<div class="col-lg-6 hidden-md-down iMac">
148-
<div class="">
150+
<div class="text-right">
149151
<img alt="screen mac kleros" src="img/iMac.png" class="img-iMac" />
150152
</div>
151153
</div>
@@ -525,7 +527,7 @@ <h2 class="team-title team-join">JOIN OUR TEAM</h2>
525527
</div>
526528
</div>
527529
</div>
528-
<div class="row">
530+
<div class="row">
529531
<div class="offset-md-1 col-md-3">
530532
<div class="float-md-left">
531533
<div class="text-center">
@@ -1009,8 +1011,6 @@ <h2 class="contact-title-section">CONTACT</h2>
10091011
</footer>
10101012
</div>
10111013

1012-
1013-
10141014
<!-- jQuery first, then Tether, then Bootstrap JS. -->
10151015
<script
10161016
src="https://code.jquery.com/jquery-3.2.1.min.js"

style.css

Lines changed: 17 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;
@@ -206,12 +211,20 @@ body {
206211
.btn-how-it-works {
207212
margin-top: 10vh;
208213
}
214+
}
209215

216+
@media (max-width: 991px) {
210217
.btn-wp {
211218
margin-left: 0px;
212219
}
213220
}
214221

222+
@media (max-width: 1200px) {
223+
.btn-telegram {
224+
display: none;
225+
}
226+
}
227+
215228
/**************** End Kleros section ****************/
216229

217230
/**************** Protocol section ****************/
@@ -726,8 +739,10 @@ footer-right a {
726739
footer-right {
727740
position: relative;
728741
}
742+
743+
.telegram-button {
744+
display: none;
745+
}
729746
}
730747

731748
/**************** End Footer ****************/
732-
733-

0 commit comments

Comments
 (0)