Skip to content

Commit

Permalink
Youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakhtawar2007 committed Jan 4, 2024
0 parents commit 0f80c52
Show file tree
Hide file tree
Showing 51 changed files with 1,495 additions and 0 deletions.
Binary file added images/code with harry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic1 - Copy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic10.webp
Binary file not shown.
Binary file added images/pic11.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic12.webp
Binary file not shown.
Binary file added images/pic13.webp
Binary file not shown.
Binary file added images/pic14.webp
Binary file not shown.
Binary file added images/pic15.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic16.webp
Binary file not shown.
Binary file added images/pic17.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic18.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic19.webp
Binary file not shown.
Binary file added images/pic2 - Copy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic20.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic21.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic22 - Copy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic22.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic23.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic24.webp
Binary file not shown.
Binary file added images/pic25.webp
Binary file not shown.
Binary file added images/pic27.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic28.webp
Binary file not shown.
Binary file added images/pic29.webp
Binary file not shown.
Binary file added images/pic3 - Copy.webp
Binary file not shown.
Binary file added images/pic3.webp
Binary file not shown.
Binary file added images/pic30.webp
Binary file not shown.
Binary file added images/pic31.webp
Binary file not shown.
Binary file added images/pic32.webp
Binary file not shown.
Binary file added images/pic33.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic34.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic35.webp
Binary file not shown.
Binary file added images/pic36.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic37.webp
Binary file not shown.
Binary file added images/pic4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic5 - Copy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic5.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic6 - Copy.webp
Binary file not shown.
Binary file added images/pic6.webp
Binary file not shown.
Binary file added images/pic7.webp
Binary file not shown.
Binary file added images/pic8 - Copy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic8.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic9 - Copy.webp
Binary file not shown.
Binary file added images/pic9.webp
Binary file not shown.
Binary file not shown.
Binary file added images/unnamed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/youtube-logo_729830-34.avif
Binary file not shown.
1,338 changes: 1,338 additions & 0 deletions index.html

Large diffs are not rendered by default.

157 changes: 157 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
* {
margin: 0;
padding: 0;
}

#navbar {
margin: 0;
font-family: Arial, sans-serif;
}

.navbar {
background-color: #fff;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
position: sticky;
top: 0%;
}

.navbar_logo img {
height: 30px;
}

.search-bar {
display: flex;
align-items: center;
}

.search-bar input {
padding: 8px;
margin-right: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}

.search-button {
padding: 8px 12px;
background-color: #ff0000;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}

.menu ul {
list-style: none;
display: flex;
}

.menu li {
margin-right: 15px;
}

.menu a {
text-decoration: none;
color: #333;
font-weight: bold;
}

.menu a:hover {
color: #ff0000;
}
/* .ytlogo{
height: 500px;
width: 250px;
} */

.container {
display: flex;
flex-direction: row;
flex-flow: wrap;
justify-content: space-evenly;
margin-top: 1rem;

}

.box {
padding-bottom: 20px;

}

.master_img_container {
/* height: 100%; */
width: 320px;
position: relative;
}

.img_container {
margin-bottom: 10px;
height: 200px;
width: 100%px;
cursor: pointer;
/* border-radius: 10%; */
}

.master_img {
height: 100%;
width: 100%;
border-radius: 5%;
}

.master_img:hover {
opacity: 0.5;




}

.logo_container {
height: 36px;
width: 36px;
margin: 5px;
float: left;
}

.logo {
height: 100%;
width: 100%;
border-radius: 50%;

}

.text {
width: 75%;
}

.content {
font-family: 'Roboto', sans-serif;
font-size: 0.95rem;
line-height: 1.5rem;
font-weight: 500;
max-height: 4rem;
margin-bottom: -0.5rem;
}

.pg_name,.activity {
margin: 12px 5px 5px 46px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
color: gray;
line-height: 1px;
}

.time {
position: absolute;
bottom: 8px;
right: 10px;
color: white;
border: 1px solid black;
background-color: rgb(35, 20, 20);
width: 40px;
border-radius: 2px;
}

0 comments on commit 0f80c52

Please sign in to comment.