Skip to content

Commit e0d3a7b

Browse files
committed
Merge branch 'main' of github.com:Moosync/Moosync.github.io
2 parents a3718f6 + 9ac0ba7 commit e0d3a7b

File tree

4 files changed

+104
-24
lines changed

4 files changed

+104
-24
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Moosync
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
55
{%- seo -%}
6-
<link rel="stylesheet" href="{{ " /assets/main.css" | relative_url }}"> {%- feed_meta -%} {%- if jekyll.environment ==
6+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> {%- feed_meta -%} {%- if jekyll.environment ==
77
'production' and
88
site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%}
99
{%- include custom-head.html -%}
10-
</head>
10+
</head>

assets/css/index.css

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
scroll-behavior: smooth;
1414
font-family: "Lexend Deca", sans-serif;
1515
}
16-
16+
::selection {
17+
color: var(--green-primary);
18+
background: #141414;
19+
}
1720
body {
1821
overflow: overlay;
1922
transition: color 0.2s ease-in;
2023
background-color: #212121 !important;
2124
}
2225

26+
nav > * a,
27+
nav > * a:hover,
2328
footer > * a,
2429
footer > * a:hover {
2530
color: white !important;
@@ -37,6 +42,7 @@ a:hover {
3742
.main {
3843
min-height: 100vh;
3944
display: block;
45+
color: white !important;
4046
}
4147

4248
.nav__bar {
@@ -57,9 +63,8 @@ a:hover {
5763
}
5864

5965
.nav__bar > * a:hover {
60-
text-decoration: none;
66+
color: var(--green-primary) !important;
6167
}
62-
6368
.login__navbar {
6469
background-color: none;
6570
background-image: linear-gradient(
@@ -213,7 +218,7 @@ a:hover {
213218
}
214219

215220
.moosync__navbar-mobileScreen-links li:hover {
216-
color: var(--color-text-green);
221+
color: #5bb67a;
217222
}
218223

219224
#hamburger-close {
@@ -267,13 +272,13 @@ a:hover {
267272
.moosync__navbar-mobileScreen-links li {
268273
margin-top: 2rem;
269274
font-size: 2rem;
270-
color: white;
275+
color: var(--color-white);
271276
text-align: center;
272277
cursor: pointer;
273278
}
274279

275280
.moosync__navbar-mobileScreen-links li:hover {
276-
color: var(--green-primary);
281+
color: var(--color-text-green);
277282
}
278283

279284
#hamburger-close {
@@ -513,22 +518,37 @@ a:hover {
513518
}
514519

515520
.usage {
521+
height: 14rem;
516522
display: flex;
517523
flex-direction: column;
518524
align-items: center;
519525
justify-content: center;
520526
color: white;
527+
padding: 10px;
528+
}
529+
.usage:hover{
530+
box-sizing: border-box;
531+
border: #4dc4ab solid 1px;
532+
border-radius: 15px;
533+
background-color: #212121;
521534
}
522535

523536
.usage__icons {
524537
width: 5rem;
538+
padding: 8px;
525539
object-fit: cover;
526540
}
541+
/* .usage__icons:hover{
542+
border-radius: 15px;
543+
border: solid #4e9f6a 1px;
544+
transition: all ease-in 5ms;
545+
} */
527546

528547
.info__text__4 {
529548
width: 10rem;
530549
padding: 1rem 0;
531550
text-align: center;
551+
cursor:default;
532552
}
533553

534554
/* Video Section Style */
@@ -602,6 +622,7 @@ a:hover {
602622
}
603623

604624
.count__box:hover {
625+
cursor: pointer;
605626
color: #faf3e3;
606627
width: 16rem;
607628
margin-bottom: 0;
@@ -1163,23 +1184,18 @@ a:hover {
11631184
margin-top: 30px;
11641185
padding: 15px;
11651186
}
1166-
1167-
::-webkit-scrollbar,
1187+
::-webkit-scrollbar {
1188+
overflow: scroll;
1189+
padding-right: 10px;
1190+
width: 6px;
1191+
}
11681192
::-webkit-scrollbar-thumb {
1169-
width: 26px;
1170-
border-radius: 13px;
1193+
border-radius: 15px;
11711194
background-clip: padding-box;
1172-
border: 10px solid transparent;
1173-
min-height: 50px;
1174-
}
1175-
1176-
::-webkit-scrollbar-thumb {
1177-
box-shadow: inset 0 0 0 10px;
1178-
min-height: 40px;
1179-
}
1180-
1181-
::-webkit-scrollbar-track {
1182-
background: transparent;
1195+
border: 5px solid var(--green-primary);
1196+
box-shadow: inset 0 0 0 1px;
1197+
min-height: 2px;
1198+
background: var(--green-primary);
11831199
}
11841200

11851201
.icon-linux,

index.html

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,49 @@
9898
</button>
9999
<button id="download__btn" class="navigation__buttons">Download</button>
100100
</div>
101+
<div class="moosync__navbar-mobileScreen">
102+
<img
103+
loading="lazy"
104+
src="/assets/img/hamburgerIcon.svg"
105+
alt="Menu"
106+
id="hamburger-open"
107+
/>
108+
<div
109+
class="moosync__navbar-mobileScreen-overlayClose flex__center slide__bottom"
110+
id="menu-overlay"
111+
>
112+
<img
113+
loading="lazy"
114+
src="/assets/img/hamburgerCloseIcon.svg"
115+
alt="Close"
116+
id="hamburger-close"
117+
/>
118+
<ul class="moosync__navbar-mobileScreen-links">
119+
<li class="p__normal" id="home"><a href="#">Home</a></li>
120+
<li class="p__normal" id="privacy">
121+
<a
122+
href="https://www.iubenda.com/privacy-policy/70189564/full-legal"
123+
>Privacy Policy</a
124+
>
125+
</li>
126+
<li class="p__normal" id="documentation">
127+
<a href="/wiki/">Documentation</a>
128+
</li>
129+
<li class="p__normal" id="github">
130+
<a href="https://github.com/Moosync/Moosync">Github</a>
131+
</li>
132+
<li id="download">
133+
<button
134+
type="button"
135+
name="button"
136+
class="navigation__buttons"
137+
id="download__btn"
138+
>
139+
Download
140+
</button>
141+
</li>
142+
</ul>
143+
</div>
101144
</div>
102145
</nav>
103146
<header class="heading__page">
@@ -169,7 +212,7 @@
169212
<img loading="lazy" src="/assets/img/usageIcon3.svg" alt="" class="usage__icons" />
170213
<span class="info__text__4">Seamlessly integrate your Spotify and Youtube playlists.</span>
171214
</span>
172-
<span class="usage">
215+
<span class="usg_mid">
173216
<img loading="lazy" src="/assets/img/laptopbg.png" alt="" id="usage__mid__img" />
174217
</span>
175218
<span id="usage__mid" class="usage">

0 commit comments

Comments
 (0)