Skip to content

Commit

Permalink
slides update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshay007 committed Sep 5, 2024
1 parent d2150c7 commit c203d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/routes/chemcourse/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
</script>
<main>
<div class="grow flex flex-row justify-center overflow-hidden h-screen w-screen m-0 absolute items-center bg-black">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSfKNxC250AWjH2RSp4d_ZJ0zG0Aphm_VwIw0dJG9hMx59KCfcwKa9B90lnSjxzjmLMmtoexx5eIeIo/embed?start=false&loop=false&delayms=60000&widget=false&headers=false&chrome=false" frameborder="0" width="1800" height="1800" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" title="" class="absolute justify-self-center w-[85vw]"></iframe>
</div>
<a href="/dashboard">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSfKNxC250AWjH2RSp4d_ZJ0zG0Aphm_VwIw0dJG9hMx59KCfcwKa9B90lnSjxzjmLMmtoexx5eIeIo/embed?start=false&loop=false&delayms=60000&rm=minimal" frameborder="0" width="1800" height="1800" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" class="absolute justify-self-center w-[85vw]"></iframe>
</div>
<a href="/dashboard">
<button type="button" class="btn btn-circle btn-outline absolute bottom-[5vh] left-[3vw]">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
<path d="M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5Z"/>
<path d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6Z"/>
</svg>
</button>
</a>
</a>
</main>
<style>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/mlmat/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<main>
<div class="grow flex flex-row justify-center overflow-hidden h-screen w-screen m-0 absolute items-center bg-black">
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRnT902ef8Rw3t9W2vZ2B7oSvi9Bvs_I8J-goCcUZ4QG9_IKeeaTl68RejPczXZaq1JbTacf6xWLL1E/embed?start=false&loop=false&delayms=60000" frameborder="0" width="1800" height="1800" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" title=""></iframe>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRnT902ef8Rw3t9W2vZ2B7oSvi9Bvs_I8J-goCcUZ4QG9_IKeeaTl68RejPczXZaq1JbTacf6xWLL1E/embed?start=false&loop=false&delayms=60000" frameborder="0" width="1800" height="1800" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<a href="/dashboard">
<button type="button" class="btn btn-circle btn-outline absolute bottom-[5vh] left-[3vw]">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
Expand Down

0 comments on commit c203d01

Please sign in to comment.