Skip to content

Commit 5eceec7

Browse files
committed
Update style, add GA
1 parent 3662c90 commit 5eceec7

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

services/assets/css/main.css

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,23 +2878,23 @@ input, select, textarea {
28782878
}
28792879

28802880
.statistics li.style1 {
2881-
background-color: #efa8b0;
2881+
background-color: #71b39c;
28822882
}
28832883

28842884
.statistics li.style2 {
2885-
background-color: #c79cc8;
2885+
background-color: #87c7b6;
28862886
}
28872887

28882888
.statistics li.style3 {
2889-
background-color: #a89cc8;
2889+
background-color: #6fa9b1;
28902890
}
28912891

28922892
.statistics li.style4 {
2893-
background-color: #9bb2e1;
2893+
background-color: #6496b3;
28942894
}
28952895

28962896
.statistics li.style5 {
2897-
background-color: #8cc9f0;
2897+
background-color: #5e7ba7;
28982898
}
28992899

29002900
.statistics li strong, .statistics li b {
@@ -2921,8 +2921,9 @@ input, select, textarea {
29212921
}
29222922

29232923
.statistics li .icon:before {
2924-
font-size: 2.75rem;
2924+
font-size: 1.95rem;
29252925
line-height: 1.3;
2926+
opacity: 0.4;
29262927
}
29272928

29282929
@media screen and (max-width: 980px) {
@@ -3540,10 +3541,10 @@ input, select, textarea {
35403541

35413542
#main header.major h2:after {
35423543
background-color: #dddddd;
3543-
background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
3544-
background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
3545-
background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
3546-
background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
3544+
background-image: -moz-linear-gradient(90deg, #6af184, #19cfe5, #0e8dde);
3545+
background-image: -webkit-linear-gradient(90deg, #6af184, #19cfe5, #0e8dde);
3546+
background-image: -ms-linear-gradient(90deg, #6af184, #19cfe5, #0e8dde);
3547+
background-image: linear-gradient(90deg, #6af184, #19cfe5, #0e8dde);
35473548
}
35483549

35493550
#main table tbody tr {

services/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
1212
<link rel="stylesheet" href="assets/css/main.css" />
1313
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
14+
<!-- Global site tag (gtag.js) - Google Analytics -->
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7770107-2"></script>
16+
<script>
17+
window.dataLayer = window.dataLayer || [];
18+
function gtag(){dataLayer.push(arguments);}
19+
gtag('js', new Date());
20+
gtag('config', 'UA-7770107-2');
21+
</script>
1422
</head>
1523
<body class="is-preload">
1624

services/ukraine/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
1212
<link rel="stylesheet" href="../assets/css/main.css" />
1313
<noscript><link rel="stylesheet" href="../assets/css/noscript.css" /></noscript>
14+
<!-- Global site tag (gtag.js) - Google Analytics -->
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7770107-2"></script>
16+
<script>
17+
window.dataLayer = window.dataLayer || [];
18+
function gtag(){dataLayer.push(arguments);}
19+
gtag('js', new Date());
20+
gtag('config', 'UA-7770107-2');
21+
</script>
1422
</head>
1523
<body class="is-preload">
1624

0 commit comments

Comments
 (0)