complete asl course page with tree#54
complete asl course page with tree#54Sreshty-Beshty wants to merge 9 commits intoLearnPRG-py:mainfrom
Conversation
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
✅ Deploy Preview for soft-babka-dec3e0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Gave it a functional look through - couple changes needed |
LearnPRG-py
left a comment
There was a problem hiding this comment.
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> --> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
You know what I am going to say.
| document.getElementById('loading-overlay').classList.add('hidden'); | ||
| } | ||
|
|
||
| init(); No newline at end of file |
| }); | ||
| } | ||
|
|
||
| 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>`; |
There was a problem hiding this comment.
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 |
| overflow: hidden; | ||
| text-overflow: ellipsis; | ||
| text-align: center; | ||
| } No newline at end of file |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Don't use spaces in folder names plz
maybe ASL_course, or maybe just ASL as Courses/ASL course seems redundant
Add missing newline at the end of the HTML file.
Add missing newline at the end of the HTML file.
| </filter> | ||
| </defs> | ||
| <foreignObject width="240" height="240" clip-path="url(#cl${id})"> | ||
| <g clip-path="url(#cl${id})"><foreignObject width="240" height="240"> |
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