Skip to content

Commit

Permalink
fix(mustory):mustory-to-top
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Dec 14, 2023
1 parent 456573f commit 7391e85
Showing 1 changed file with 29 additions and 25 deletions.
54 changes: 29 additions & 25 deletions src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MuLiveCounter = () => {

socket.addEventListener("message", (event) => {
setCounts(JSON.parse(event.data));
console.log("Message from server ", event.data)
console.log("Message from server ", event.data);
});

socket.addEventListener("error", (event) => {
Expand Down Expand Up @@ -308,6 +308,34 @@ const Home = () => {
</div>
</div>

<br />
<div className={styles.joinviewmain_container}>
<div className={styles.joinview_container}>
<div className={styles.join_view}>
<div className={styles.jv_texts}>
<p className={styles.jv_heading}>
The Story of Aami <span>MuStory</span>
</p>
<p className={styles.jv_content}>
Meet Aami, an eager learner hungry for growth! Join her voyage
through the captivating µVerse, where she seizes opportunities,
builds learning circles, and immerses herself in events,
emerging industry-ready with newfound skills and confidence.
</p>
</div>
<div className={styles.mu_story}>
<iframe
src="https://www.youtube.com/embed/M9serw-CLU0?si=rqJ8ZNA4vl8byH07"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>

<div className={styles.thirdviewmain_container}>
<div className={styles.thirdview_container}>
<div className={styles.third_view}>
Expand Down Expand Up @@ -474,30 +502,6 @@ const Home = () => {
</div>
</div>
</div>
<br />
<div className={styles.joinviewmain_container}>
<div className={styles.joinview_container}>
<div className={styles.join_view}>
<div className={styles.jv_texts}>
<p className={styles.jv_heading}>
The Story of Aami <span>MuStory</span>
</p>
<p className={styles.jv_content}>
Meet Aami, an eager learner hungry for growth! Join her voyage through the captivating µVerse, where she seizes opportunities, builds learning circles, and immerses herself in events, emerging industry-ready with newfound skills and confidence.
</p>
</div>
<div className={styles.mu_story}>
<iframe
src="https://www.youtube.com/embed/M9serw-CLU0?si=rqJ8ZNA4vl8byH07"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>

<div className={styles.chart_view_container}>
<div className={styles.chart_view}>
Expand Down

0 comments on commit 7391e85

Please sign in to comment.