Skip to content

Commit

Permalink
Merge pull request #1097 from gtech-mulearn/old-dev-server
Browse files Browse the repository at this point in the history
Old dev server
  • Loading branch information
Jenin82 authored Apr 20, 2024
2 parents cefc3bd + 7612d7d commit c20dbef
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Components/Navbar/Desktop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export const Resources = ({ notificationOpen }) => {
</button>
</a>
<a
href="https://online.fliphtml5.com/slydm/hrgi/#p=1"
href="https://online.fliphtml5.com/slydm/yljq/#p=1"
target="_blank"
rel="noopener noreferrer"
className="py-7 px-3 inline-block"
>
<button className="border-2 border-muorange text-muorange px-6 py-2 rounded-md">
μBook
µNewsletter
</button>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Navbar/Mobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ export const MobileMenu = ({
className="py-3 px-28 "
>
<button className="bg-orange-400 text-white px-6 py-2 rounded-md ">
Join Discord
Join µLearn
</button>
</a>
<a
href="http://mulearn.org/r/magazine"
href="https://online.fliphtml5.com/slydm/yljq/#p=1"
target="_blank"
rel="noopener noreferrer"
className="py-3 px-3 inline-block"
>
<button className="border-2 border-orange-400 text-orange-400 px-6 py-2 rounded-md">
Magazine
µNewsletter
</button>
</a>
</div>
Expand Down
22 changes: 22 additions & 0 deletions src/Components/Navbar/Mylinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,28 @@ export const links = [
},
],
},
{
name: "Others",
submenu: true,
sublinks: [
{
name: "Magazine",
submenu: false,
sublinks: [],
link: "https://online.fliphtml5.com/blxtf/bicl/#p=1",
foreign: true,
},
{
name: "Download Apk",
submenu: false,
sublinks: [],
link: "/mulearn.apk",
foreign: false,
},
],


},
],
},
{
Expand Down
18 changes: 15 additions & 3 deletions src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,32 @@ const Home = () => {
</p>
</div>
<div className={styles.buttons}>
{/*<a
<a
target="_blank"
rel="noopener noreferrer"
href="https://app.mulearn.org/register"
>
<button className={styles.primary}>Join µLearn</button>
</a>
<a rel="noopener noreferrer" href="/launchpad">
<button className={styles.secondary} >Join Launchpad 🚀</button>
</a>
</div>
{/* <div className={styles.buttons}>
<a
target="_blank"
rel="noopener noreferrer"
href={donationLink}
>
<button className={styles.primary}>Make a Donation ❤️</button>
</a> */}
</a>
<a target="_blank" rel="noopener noreferrer" href='https://online.fliphtml5.com/slydm/yljq/#p=1'>
<button className={styles.primary}>μNewsletter</button>
</a>
<a target="_blank" rel="noopener noreferrer" href="/mulearn.apk">
<button className={styles.secondary}>Download APK</button>
</a>
</div>
</div> */}
</div>
<img
className={styles.fv_image}
Expand Down

0 comments on commit c20dbef

Please sign in to comment.