This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
167 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ install: | |
pretty: | ||
npx prettier --write . | ||
|
||
start-zam: | ||
start: | ||
npm start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" type="image/png" href="./isha-logo.png" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" | ||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" | ||
crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="./styles.css" /> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12 col-md-12 col-sm-12 pt-5 mb-5"> | ||
<h4 style="text-align: center"> | ||
Dry Run Guru Purnima 2023 | ||
</h4> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>English</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/4-XI6xITbIU" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>Tamil</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/S-1gAzboRVg" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>Hindi</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/VrJEEAnjuZ8" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>Telugu</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/kG7CByed92U" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>Kannada</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/YJOCtwoVX3A" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>Malayalam</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/exj1_0Js-rc" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 col-sm-12 mb-3"> | ||
<h5>Nepali</h5> | ||
<div class="embed-container"> | ||
<iframe | ||
width="560" | ||
height="315" | ||
src="https://www.youtube.com/embed/YxjMBpOFL_8" | ||
frameborder="0" | ||
allow="accelerometer; encrypted-media; gyroscope" | ||
picture-in-picture | ||
allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.embed-container { | ||
position: relative; | ||
padding-bottom: 56.25%; | ||
height: 0; | ||
overflow: hidden; | ||
max-width: 100%; | ||
} | ||
.embed-container iframe, | ||
.embed-container object, | ||
.embed-container embed { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
@media (min-width: 1200px) { | ||
.container, | ||
.container-lg, | ||
.container-md, | ||
.container-sm, | ||
.container-xl { | ||
max-width: 1400px; | ||
} | ||
} | ||
|
||
body { | ||
background-color: black; | ||
color: white; | ||
} | ||
|
||
.col-lg-3 { | ||
padding: 5px; | ||
} | ||
|
||
h4 { | ||
padding: 10px; | ||
border: 2px solid green; | ||
border-radius: 15px 15px; | ||
} | ||
|
||
.embed-container { | ||
border: 2px solid green; | ||
border-radius: 15px 15px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.