Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Easy/Vedant Malkar Issue 2/cube home.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 Easy/Vedant Malkar Issue 2/cubehome_blurry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions Easy/Vedant Malkar Issue 2/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
body, ul{
margin: 0;
padding: 0;

}


.navbar{
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;

}

.CubeGenesis{
margin-left: 10px;
font-family: "Permanent Marker";
font-weight: 400;
font-style: normal;
font-size: 25px;
color: rgb(197, 197, 197);
text-decoration: none;
}

.navbar ul{
text-decoration: none;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
font-family: "Roboto", sans-serif;
}

.navbar ul li a{
margin-right: 40px;
text-decoration: none;
color: rgb(197, 197, 197);
font-weight: 700;

}

body{
background-image: url(cube\ home.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0;
height: 100vh;

}

.Learn{
border: 2px solid rgb(197, 197, 197);
padding: 5px 10px;
border-radius: 5px;
}

.dropdown{
position: relative;
}

.dropdown .dropdown_content{
display: none;
position: absolute;
z-index: 10;
min-width: 150px;
}

.dropdown:hover .dropdown_content{
display: block;
background-color: transparent;
}

.dropdown_content a{
display: block;
margin-top: 20px;
border-bottom: 1px solid white;

}

.menuicon{
color: white;
display: none;
}

@media (max-width: 750px){
.menuicon{
display: flex;
justify-content: space-between;
cursor: pointer;
}

.navbar ul{
display: none;
width: 100%;
position: absolute;
text-align: center;
background-color: rgba(0, 0, 0, 0.8);
flex-direction: column;
top: 60px;
left: 0;
padding: 20px 0;
}

.navbar ul li {
margin: 10px 0;
}

.navbar ul.active {
display: flex;
}

.dropdown .dropdown_content{
left: 75px;
top: -60px;
}

}
45 changes: 45 additions & 0 deletions Easy/Vedant Malkar Issue 2/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>The Cube Genesis</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div class="navbar">
<div><a href="main.html" class="CubeGenesis">TheCubeGenesis</a></div>
<div class="menuicon" id="menu-icon">
<span class="material-icons">menu</span>
</div>
<ul id="nav-links">
<li><a href="#Learn" class="Learn">Learn</a></li>
<li class="dropdown">
<a href="#About Us" class="about">About Us</a>
<div class="dropdown_content">
<a href="#creator">The Creator</a>
<a href="#goals">Our Goals</a>
<a href="#contact">Contact Us</a>
</div>
</li>
<li><a href="signin.html">Sign In</a></li>
</ul>
</div>

<script>
const menuIcon = document.getElementById('menu-icon');
const navLinks = document.getElementById('nav-links');

menuIcon.addEventListener('click', () => {
navLinks.classList.toggle('active');});
</script>

</body>
</html>
156 changes: 156 additions & 0 deletions Easy/Vedant Malkar Issue 2/signin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
body, ul{
margin: 0;
padding: 0;

}


.navbar{
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;

}

.CubeGenesis{
margin-left: 10px;
font-family: "Permanent Marker";
font-weight: 400;
font-style: normal;
font-size: 25px;
color: rgb(197, 197, 197);
text-decoration: none;
}

.navbar ul{
text-decoration: none;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
font-family: "Roboto", sans-serif;
}

.navbar ul li a{
margin-right: 40px;
text-decoration: none;
color: rgb(197, 197, 197);
font-weight: 700;

}

body{
background-image: url(cube\ home.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0;
height: 100vh;

}

.Learn{
border: 2px solid rgb(197, 197, 197);
padding: 5px 10px;
border-radius: 5px;
}

.wrapper{
display: flex;
justify-content: center;
align-items: center;
min-height: 85vh;
}

.wrapper1{
background-color: transparent;
backdrop-filter: blur(20px);
width: 420px;
padding: 20px 40px;
font-family: "Roboto";
border-radius: 20px;
padding-bottom: 100px;
padding-top: 50px;

}

h1{
display: flex;
justify-content: center;
align-items: center;
font-family: "Roboto";
color: rgb(255, 246, 232);
font-size: 35px;
}

/* .username{
border: none;
outline: none;
margin-bottom: 20px;
border: 0.3px solid black;
border-radius: 25px;
height: 30px;
width: 100%;
background-color: transparent;
} */


.forgot{
display: flex;
align-items: center;
justify-content: right;
text-decoration: none;
color: rgb(197, 197, 197);
font-size: 13px;
text-decoration: underline;
margin-bottom: 10px;
}

button{
width: 100%;
height: 30px;
border-radius: 20px;
border: 0.3px solid black;
margin-top: 13px;
font-size: 15px;

}

.register{
margin-top: 13px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: rgb(197, 197, 197);
font-size: 13px;

}

.register:hover{
text-decoration: underline;
}

.wrapper .input-box{
width: 100%;
height: 50px;
}

.wrapper .input-box input {
width: 100%;
height: 100%;
border: 1px solid rgb(197, 197, 197);
border-radius:20px ;
outline: none;
background-color: transparent;
padding: 10px;
}

.input-box input::placeholder{
color: rgb(197, 197, 197);
}




45 changes: 45 additions & 0 deletions Easy/Vedant Malkar Issue 2/signin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<title>The Cube Genesis</title>
<link rel="stylesheet" href="signin.css">
</head>

<body>
<div class="navbar">
<div><a href="main.html" class="CubeGenesis">TheCubeGenesis</a></div>
<ul>
<li><a href="#Learn" class="Learn">Learn</a></li>
<li><a href="#About Us">About Us</a></li>
<li><a href="signin.css">Sign In</a></li>
</ul>
</div>
<div class="wrapper">
<div class="wrapper1">
<form action="">
<h1>Sign In</h1>
<div class="input-box">
<div class="username"><input type="text" placeholder="Username" required></div>
</div>
<div class="input-box">
<div class="password"><input type="text" placeholder="Password" required></div>
</div>
<div ><a href="#" class="forgot">Forgot password?</a></div>
<button>Sign In</button>
<div ><a href="#" class="register">Sign Up</a></div>
</form>
</div>
</div>
</body>

</html>