Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old dev #1096

Merged
merged 6 commits into from
Apr 20, 2024
Merged

Old dev #1096

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 13 additions & 1 deletion src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ const Home = () => {
<div className={styles.buttons}>
{/*<a
target="_blank"

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}
>
Expand All @@ -133,7 +145,7 @@ const Home = () => {
<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
Loading