Skip to content

Commit 84bd8d0

Browse files
committed
Merge branch 'main' of github.com:Moosync/Moosync.github.io
2 parents 3eb6069 + 4d0702b commit 84bd8d0

5 files changed

Lines changed: 2250 additions & 79 deletions

File tree

assets/css/index.css

Lines changed: 71 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ body {
2020
background-color: #212121 !important;
2121
}
2222

23-
nav > * a,
24-
nav > * a:hover,
2523
footer > * a,
2624
footer > * a:hover {
2725
color: white !important;
2826
text-decoration: none;
2927
}
3028

31-
footer > * ul {
29+
footer>* ul {
3230
margin: 0;
3331
}
3432

@@ -61,11 +59,9 @@ a:hover {
6159

6260
.login__navbar {
6361
background-color: none;
64-
background-image: linear-gradient(
65-
180deg,
66-
rgba(40, 40, 40, 0.3),
67-
rgba(86, 86, 86, 0.3)
68-
);
62+
background-image: linear-gradient(180deg,
63+
rgba(40, 40, 40, 0.3),
64+
rgba(86, 86, 86, 0.3));
6965
}
7066

7167
.title__logo {
@@ -89,7 +85,7 @@ a:hover {
8985
}
9086

9187
.navbar__buttons {
92-
width: 540px;
88+
width: 700px;
9389
background-color: none;
9490
display: flex;
9591
flex-direction: row;
@@ -101,25 +97,51 @@ a:hover {
10197
background-color: inherit;
10298
font-family: "Lexend Deca", sans-serif;
10399
font-size: 1rem;
104-
color: white;
100+
color: #5bb67a;
105101
border: none;
106102
cursor: pointer;
107103
transition: transform 250ms ease-in-out;
108104
}
109105

110-
.navigation__buttons::after {
106+
/* .navigation__buttons::after {
111107
display: block;
112108
content: "";
113109
border-bottom: 2px solid #5bb67a;
114110
transform: scaleX(0);
111+
} */
112+
.navigation__buttons a{
113+
color: white;
114+
}
115+
.navigation__buttons {
116+
width: 125px;
117+
height: 50px;
118+
padding: 0%;
119+
transition: background-position-x 0.9s linear;
120+
text-align: center;
121+
}
122+
123+
.navigation__buttons:hover {
124+
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzkwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDM5MCA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzkwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNWJiNjdhIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMCw0Ny41ODVjMCwwLDk3LjUsMCwxMzAsMAoJYzEzLjc1LDAsMjguNzQtMzguNzc4LDQ2LjE2OC0xOS40MTZDMTkyLjY2OSw0Ni41LDI0My42MDMsNDcuNTg1LDI2MCw0Ny41ODVjMzEuODIxLDAsMTMwLDAsMTMwLDAiLz4KPC9zdmc+Cg==");
125+
-webkit-animation: line 2s;
126+
animation: line 2s;
127+
}
128+
.navigation__buttons a:hover {
129+
color: #5bb67a;
130+
}
131+
.navigation__buttons:not(:last-child) {
132+
margin-right: 30px;
115133
}
116134

117-
.navigation__buttons:hover::after {
118-
transform: scaleX(1);
135+
@-webkit-keyframes line {
136+
0% {
137+
background-position-x: 390px;
138+
}
119139
}
120140

121-
.navigation__buttons:focus::after {
122-
transform: scaleX(1);
141+
@keyframes line {
142+
0% {
143+
background-position-x: 390px;
144+
}
123145
}
124146

125147
#download__btn {
@@ -271,6 +293,7 @@ a:hover {
271293
-webkit-transform: translateY(-25%);
272294
transform: translateY(-25%);
273295
}
296+
274297
100% {
275298
-webkit-transform: translateY(0);
276299
transform: translateY(0);
@@ -282,6 +305,7 @@ a:hover {
282305
-webkit-transform: translateY(-25%);
283306
transform: translateY(-25%);
284307
}
308+
285309
100% {
286310
-webkit-transform: translateY(0);
287311
transform: translateY(0);
@@ -436,6 +460,7 @@ a:hover {
436460

437461
.link__buttons:hover {
438462
transform: scale(1.1);
463+
background-color: #4e9f6a;
439464
}
440465

441466
.icons {
@@ -552,6 +577,7 @@ a:hover {
552577
.count__box {
553578
width: 15rem;
554579
height: 15rem;
580+
margin-bottom: 1rem;
555581
display: flex;
556582
flex-direction: column;
557583
align-items: center;
@@ -560,19 +586,33 @@ a:hover {
560586
background-repeat: no-repeat;
561587
background-size: contain;
562588
background-position: center;
589+
transition: all 0.2s;
563590
}
564591

565-
.count__box > p:first-child {
592+
593+
594+
.count__box>p:first-child {
566595
font-size: 1.9rem;
567596
font-weight: 500;
568597
}
569598

570-
.count__box > p:last-child {
599+
.count__box>p:last-child {
571600
padding: 0.25rem 0;
572601
font-size: 0.8rem;
573602
}
574603

575-
#moosync__numbers__button {
604+
.count__box:hover {
605+
color: #FAF3E3;
606+
width: 16rem;
607+
margin-bottom: 0;
608+
background-image: url("../img/hexagon-hover.svg");
609+
height: 16rem;
610+
/* transition: all 0.2s; */
611+
transform: scale(1.04);
612+
}
613+
614+
615+
.count__box>#moosync__numbers__button {
576616
margin-top: 2rem;
577617
}
578618

@@ -620,7 +660,7 @@ a:hover {
620660
display: flex;
621661
align-items: center;
622662
justify-content: flex-end;
623-
margin-left: 15px;
663+
/* margin-left: 15px; */
624664
}
625665

626666
.info__text__2 {
@@ -650,6 +690,7 @@ a:hover {
650690
.info__text__3:hover #link__icon {
651691
transform: scale(1.25);
652692
}
693+
653694
#link__icon {
654695
height: 0.75rem;
655696
width: 0.75rem;
@@ -717,7 +758,6 @@ a:hover {
717758
}
718759

719760
.list__items {
720-
list-style-type: none;
721761
font-size: 1rem;
722762
font-family: "Lexend Deca", sans-serif;
723763
font-weight: 200;
@@ -726,8 +766,8 @@ a:hover {
726766
cursor: pointer;
727767
}
728768

729-
.list__items:hover {
730-
color: var(--green-secondary);
769+
.list-items-link:hover {
770+
color: #80ed99 !important;
731771
}
732772

733773
#notice {
@@ -877,9 +917,9 @@ a:hover {
877917
}
878918

879919
.footer__general {
880-
margin: 0 1rem;
920+
padding: 0 1rem;
881921
align-items: center;
882-
justify-content: center;
922+
justify-content: space-between;
883923
text-align: center;
884924
}
885925

@@ -1042,15 +1082,18 @@ a:hover {
10421082
width: 75vw;
10431083
}
10441084
}
1085+
10451086
.all_counts {
10461087
padding: 5rem 0;
10471088
background-color: #212121;
10481089
}
1090+
10491091
.count_matters_boxes {
10501092
padding-left: 12rem;
10511093
display: flex;
10521094
flex-direction: row;
10531095
}
1096+
10541097
.countimages {
10551098
height: 283px;
10561099
width: 283px;
@@ -1095,6 +1138,7 @@ a:hover {
10951138
.modal-content-text {
10961139
padding: 100px 20px 100px 20px;
10971140
}
1141+
10981142
#login-modal-platform-text-pre,
10991143
#login-modal-platform-text-post {
11001144
text-transform: capitalize;
@@ -1208,7 +1252,7 @@ a:hover {
12081252
opacity: 1;
12091253
}
12101254

1211-
.select__box .options__container.options__active + .selected::after {
1255+
.select__box .options__container.options__active+.selected::after {
12121256
transform: rotateX(180deg);
12131257
top: -6px;
12141258
}
@@ -1369,8 +1413,9 @@ span.dl {
13691413

13701414
li {
13711415
list-style-image: url("../img/ellipse.svg");
1416+
list-style: none;
13721417
}
13731418

13741419
.arrow-li {
13751420
list-style-image: url("../img/ic_round-navigate-next.svg") !important;
1376-
}
1421+
}

assets/css/svggg.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
7+
8+
<title>untitled document</title>
9+
10+
<link rel="stylesheet" href="screen.css" media="screen">
11+
12+
<style media="screen">
13+
body {
14+
background-color: #f0f0f0;
15+
font: 1em/150% verdana, arial, helvetica, sans-serif;
16+
}
17+
18+
svg{
19+
display:none;
20+
}
21+
22+
img {
23+
display: block;
24+
width: 4em;
25+
padding: 0.25em;
26+
margin:auto;
27+
border: 0.062em solid #000;
28+
background-color: #fff;
29+
}
30+
</style>
31+
32+
</head>
33+
<body>
34+
<svg version="1.1"ν id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlνink="http://www.w3.org/1999/xlink" x="0px" y="0px"
35+
widtνh="390px" height="50px" viewBox="0 0 390 50" enable-backgνround="new 0 0 390 50" xml:space="preserve">
36+
<path fill="νnone" stroke="#5bb67a" stroke-width="1.5" stroke-miterlimνit="10" d="M0,47.585c0,0,97.5,0,130,0
37+
c13.75,0,28.74-38.ν778,46.168-19.416C192.669,46.5,243.603,47.585,260,47.585cν31.821,0,130,0,130,0"/>
38+
</svg>
39+
40+
41+
<script>
42+
43+
(function(w,d) {
44+
'use strict';
45+
46+
var svg = new XMLSerializer().serializeToString(d.getElementsByTagName( 'svg' )[ 0 ]);
47+
var base64 = w.btoa( svg );
48+
var i= d.createElement( 'img' );
49+
i.setAttribute( 'src', 'data:image/svg+xml;base64,' + base64 );
50+
d.body.appendChild( i );
51+
}(window, document));
52+
</script>
53+
54+
</body>
55+
</html>

assets/img/hexagon-hover.svg

Lines changed: 18 additions & 0 deletions
Loading

docs/assets/main.js

Lines changed: 2072 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)