Skip to content

Commit 17e98d2

Browse files
authored
Merge pull request #102 from ianshulx/Earth-828
minor ui changes
2 parents 78a65b5 + 3bd216c commit 17e98d2

File tree

3 files changed

+174
-150
lines changed

3 files changed

+174
-150
lines changed

index.css

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
3+
14
.custom-box {
25
background-color: #f0f0f0;
36
padding: 20px;
@@ -11,7 +14,7 @@
1114
}
1215

1316
body {
14-
font-family: 'Poppins', sans-serif;
17+
font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Hoefler Text", Georgia, "Lucida Bright", Cambria, Times, "Times New Roman", serif;
1518
padding-top: 120px;
1619
background-size: 150px 150px;
1720
}
@@ -23,8 +26,8 @@ svg {
2326
width: 100%;
2427
box-sizing: border-box;
2528
display: block;
26-
background-color: #007d32;
27-
background-image: linear-gradient(to bottom, rgba(0, 160, 45, 0.964), #003808);
29+
background-color: #272c27ef;
30+
background-image: linear-gradient(to bottom, #001f08, #272c27);
2831
z-index: -1;
2932
}
3033

@@ -67,6 +70,7 @@ nav {
6770
/* Styling for the section with background image */
6871
.hero-section {
6972
/* Add your image URL here */
73+
font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif;
7074
background-size: cover;
7175
background-position: center;
7276
padding: 30px 0;
@@ -79,11 +83,13 @@ nav {
7983
}
8084

8185
.hero-text {
86+
font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif;
8287
font-size: 2rem;
8388
margin-bottom: 20px;
8489
}
8590

8691
.hero-text::first-line {
92+
font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif;
8793
float: left;
8894
}
8995

@@ -97,10 +103,14 @@ nav {
97103

98104
.custom-card a {
99105
text-decoration: none;
100-
color: black;
106+
color: rgb(255, 255, 255);
101107
text-wrap: balance;
108+
font-family: "Palatino", "Palatino Linotype";
109+
font-weight: 500;
110+
letter-spacing: 0.3px;
102111
}
103112

113+
104114
.custom-button {
105115
background: linear-gradient(135deg, #56ddcd, #33b5a6);
106116
margin-left: 10px;
@@ -202,7 +212,7 @@ nav {
202212
transform: translateX(-50%);
203213
width: 100%;
204214
max-width: 1200px;
205-
background: linear-gradient(135deg, #0f4017, #008015);
215+
background: linear-gradient(135deg, #0C4B33, #007749);
206216
backdrop-filter: blur(10px);
207217
-webkit-backdrop-filter: blur(10px);
208218
z-index: 1000;
@@ -480,7 +490,7 @@ nav {
480490
}
481491

482492
.inner-btn:nth-child(2) {
483-
background: linear-gradient(135deg, #00ffcc, #0099ff);
493+
background: linear-gradient(135deg, #00ffcc, #44b78b);
484494
}
485495

486496
.inner-btn:nth-child(3) {
@@ -522,7 +532,7 @@ nav {
522532

523533
.menu-item:hover {
524534
background-color: #f0f0f0;
525-
color: #007bff;
535+
color: #44b78b;
526536
}
527537

528538
.menu-item i {
@@ -620,7 +630,7 @@ nav {
620630
user-select: none;
621631
padding: 8px 12px;
622632
border-radius: 8px;
623-
background: linear-gradient(135deg, #002b5b, #004080);
633+
background: linear-gradient(135deg, #003612, #44b78b);
624634
box-shadow: 0 4px 8px rgba(0, 43, 91, 0.5);
625635
width: max-content;
626636
margin: 0 auto;

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
1818
<link rel="stylesheet" href="./index.css" />
1919
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
20+
21+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
2022
</head>
2123

2224
<body>
@@ -290,8 +292,8 @@ <h1 class="hero-text ms-5">Our Contributors</h1>
290292
<defs>
291293
<linearGradient id="bg">
292294
<stop offset="0%" style="stop-color:rgba(130, 158, 249, 0.06)"></stop>
293-
<stop offset="50%" style="stop-color:rgba(71, 248, 127, 0.812)"></stop>
294-
<stop offset="100%" style="stop-color:rgba(115, 209, 72, 0.2)"></stop>
295+
<stop offset="50%" style="stop-color:#0C4B33"></stop>
296+
<stop offset="100%" style="stop-color:#44B78B"></stop>
295297
</linearGradient>
296298
<path id="wave" fill="url(#bg)" d="M-363.852,502.589c0,0,236.988-41.997,505.475,0
297299
s371.981,38.998,575.971,0s293.985-39.278,505.474,5.859s493.475,48.368,716.963-4.995v560.106H-363.852V502.589z" />

0 commit comments

Comments
 (0)