Skip to content

Commit e13b363

Browse files
Updated docs link and footer font
1 parent 01af175 commit e13b363

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

src/components/Footer/footer.jsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ const Footer = () => {
5757
<div className="footer-line"></div>
5858
<ul className="footer-list">
5959
<li className="footer-list-objects">
60-
<a href="/doc/">Documentation</a>
60+
<a href="https://blog.cortexflow.org/">Documentation</a>
6161
</li>
6262
<li className="footer-list-objects">
63-
<a href="/doc/">Examples</a>
63+
<a href="https://blog.cortexflow.org/">Examples</a>
6464
</li>
6565
<li className="footer-list-objects">
66-
<a href="/doc/">Use cases</a>
66+
<a href="https://blog.cortexflow.org/">Use cases</a>
6767
</li>
6868
</ul>
6969
</div>
@@ -89,9 +89,6 @@ const Footer = () => {
8989
Discussions
9090
</Link>
9191
</li>
92-
{/* <li className="footer-list-objects">
93-
<Link to="/newsletter">Newsletter</Link>
94-
</li> */}
9592
</ul>
9693
</div>
9794
<div className="col-lg-3 col-sm-6">

src/components/css/footer.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/* FOOTER */
2-
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
3-
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
2+
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
43

54
:root {
65
--c-dark: #212529;
76
--c-brand: #4e57d4;
87
--c-brand-light: #6970dd;
98
--c-brand-rgb: 78, 87, 212;
109
--c-body: white;
11-
--font-base: "Ubuntu", sans-serif;
10+
--font-base: "Poppins";
1211
--box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
1312
--transition: all 0.5s ease;
1413
--swiper-navigation-size: 44px;
@@ -196,7 +195,6 @@ footer {
196195
font-family: "Ubuntu";
197196
}
198197

199-
200198
.footer-top {
201199
padding-bottom: 40px;
202200
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
@@ -218,7 +216,7 @@ footer .footer-list {
218216
padding: 0;
219217
flex-direction: column;
220218
margin-top: 10px;
221-
font-style: "Ubuntu";
219+
font-style: "Poppins";
222220
text-align: left;
223221
}
224222
footer .footer-list-objects {
@@ -271,7 +269,6 @@ footer .footer-line {
271269
color: var(--c-brand);
272270
}
273271

274-
275272
/*RESPONSIVE DESIGN*/
276273
@media (max-width: 1024px) {
277274
}
@@ -303,7 +300,7 @@ footer .footer-line {
303300
}
304301

305302
@media (max-width: 480px) {
306-
.container-footer{
303+
.container-footer {
307304
margin-top: 0rem;
308305
}
309306
.footer-top {

src/components/navbar/navabar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Homepg = () => {
4242
</a>
4343
</li>
4444
<li className="dropdown">
45-
<a href="/doc/">
45+
<a href="https://docs.cortexflow.org/">
4646
{" "}
4747
{/* this must be a href */} <span>Documentation</span>{" "}
4848
<i className="bi toggle-dropdown"></i>

0 commit comments

Comments
 (0)