Skip to content

complete asl course page with tree#54

Open
Sreshty-Beshty wants to merge 9 commits intoLearnPRG-py:mainfrom
Sreshty-Beshty:temp
Open

complete asl course page with tree#54
Sreshty-Beshty wants to merge 9 commits intoLearnPRG-py:mainfrom
Sreshty-Beshty:temp

Conversation

@Sreshty-Beshty
Copy link
Copy Markdown
Collaborator

minor things such as navbar and the actual course videos are needed, but this provides a solid foundation to be able to develop our course

minor things such as navbar and the actual course videos are needed, but this provides a solid foundation to be able to develop our course
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 29, 2026

Deploy Preview for soft-babka-dec3e0 ready!

Name Link
🔨 Latest commit 34ed4b9
🔍 Latest deploy log https://app.netlify.com/projects/soft-babka-dec3e0/deploys/69eec5f5d8b96900088e16af
😎 Deploy Preview https://deploy-preview-54--soft-babka-dec3e0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@LearnPRG-py
Copy link
Copy Markdown
Owner

Gave it a functional look through - couple changes needed

Copy link
Copy Markdown
Owner

@LearnPRG-py LearnPRG-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say a lot of work is still left, formatting I can take up in a seperate PR.

<link rel="stylesheet" href="../../../Navbar/styles.css">
</head>
<body>
<!-- <div id="navbarcontainer"></div> -->
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add navbar back in but make it only appear with either a button press or when the Y of the mouse is < 10% from the top.

<script type="module" src="../../../Navbar/script.js"></script>
<script src="script.js"></script>
</body>
</html> No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You know what I am going to say.

document.getElementById('loading-overlay').classList.add('hidden');
}

init(); No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Comment thread projecthearthstone.in/Courses/ASL course/course_video/script.js
});
}

const arrowSvg = `<svg width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M5 2l4.5 5L5 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

split across multiple lines maybe for readability

animation-duration:${dur}s;animation-delay:${-Math.random()*dur}s;filter:blur(${size>2?0.5:0}px);`;
document.body.appendChild(el);
}
})(); No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know what im gonna say

overflow: hidden;
text-overflow: ellipsis;
text-align: center;
} No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yk lol

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optipng plz

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be implimented: maybe make it a seperate PR if you want to stop blocking it, or you could have it in the same PR either works

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use spaces in folder names plz

maybe ASL_course, or maybe just ASL as Courses/ASL course seems redundant

</filter>
</defs>
<foreignObject width="240" height="240" clip-path="url(#cl${id})">
<g clip-path="url(#cl${id})"><foreignObject width="240" height="240">
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there a g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants