Skip to content

Commit

Permalink
demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
AishaAgarwal committed Jan 12, 2024
1 parent e246064 commit 514df65
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class="jsbin"
src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"
></script>


<!--Modal-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
Expand Down Expand Up @@ -73,8 +74,10 @@

document.querySelector("#btnLog").addEventListener("click", loguser);
</script>


</head>
<body>
<body >
<ul>
<li><h1 href="" , id="logo">LOGO</h1></li>
<li style="float: right">
Expand Down Expand Up @@ -159,11 +162,9 @@ <h1>Drop to upload</h1>
<h1>Translated</h1>

<div class="w3-card-2">
<img
src="{% static 'image/english.jpg' %}"
alt="en"
style="width: 100%"
/>
<iframe width=100% height="200"
src="https://www.youtube.com/embed/pgA9NNN5E4M">
</iframe>
<p>
Video title here<i
class="bi bi-three-dots-vertical"
Expand All @@ -173,11 +174,9 @@ <h1>Translated</h1>
</div>

<div class="w3-card-2" , id="box">
<img
src="{% static 'image/spanish.jpg' %}"
alt="sp"
style="width: 100%"
/>
<iframe width=100% height="200"
src="https://www.youtube.com/embed/AACmqiiJJS4">
</iframe>
<p>
Video title here<i
class="bi bi-three-dots-vertical"
Expand Down

0 comments on commit 514df65

Please sign in to comment.