Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ManmathX authored Dec 4, 2024
1 parent 0dfce8b commit 68b63c6
Show file tree
Hide file tree
Showing 8 changed files with 294 additions and 19 deletions.
Binary file added 856528-uhd_2160_2160_24fps copy.mp4
Binary file not shown.
Empty file added 856528-uhd_2160_2160_24fps.mp4
Empty file.
111 changes: 111 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html, body {
margin: 0;
overflow: hidden;
font-family: 'Arial', sans-serif;
line-height: 1.6;
background: url('203905 copy.png') no-repeat center center fixed;
background-size: cover;
color: yellow;
background-color: black;
}

#myVideo {
position: fixed;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
transform-origin: center;
}

.hero {
height: 100vh;
background-position: center center;
background-size: cover;
background-attachment: fixed;
position: absolute;
z-index: -1;
display: flex;
align-items: center;
justify-content: center;
}

.header {
display: flex;
color: white;
justify-content: space-evenly;
gap: 2rem;
height: 80px;
align-items: center;
background-color: black;
margin-top: 0;
width: 100%;
position: fixed;
}

header .header-content h1 {
font-size: 3rem;
text-shadow: 3px 3px 5px rgba(140, 21, 21, 0.7);
color: white;
}

header .header-content p {
font-size: 1.5rem;
text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.7);
color: white;
}

main {
margin: 20px auto;
max-width: 800px;
position: relative;
z-index: 1;
}

section {
margin-bottom: 30px;
padding: 20px;
background: rgba(224, 224, 224, 0.9);
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
border: 2px solid black;
}

h2 {
color: orange;
margin-bottom: 10px;
font-size: 2rem;
text-align: center;
text-shadow: 2px 2px 3px black;
}

p {
margin-bottom: 15px;
font-size: 1.1rem;
line-height: 30px;
}

ul {
list-style-type: disc;
padding-left: 20px;
}

footer {
text-align: center;
padding: 20px;
background: rgba(51, 51, 51, 0.8);
color: white;
border-radius: 10px;
margin-top: 20px;
}

footer p {
font-size: 1.2rem;
}
2 changes: 2 additions & 0 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
margin: 0;
padding: 0;
background:url(https://img.freepik.com/free-photo/ultra-detailed-nebula-abstract-wallpaper-8_1562-753.jpg?semt=ais_hybrid);
background-size: cover;
color: #fff;
text-align: center;
background-repeat: no-repeat;
}
header {
padding: 20px;
Expand Down
1 change: 1 addition & 0 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
margin: 0;
padding: 0;
background:url(https://media.istockphoto.com/id/1498666644/photo/black-hole-clouds-high-quality-render.jpg?b=1&s=612x612&w=0&k=20&c=M8FFv2wCoaUeivaZxhEdRTg7kJGckPjVP0dYy-ew51g=);
background-size: cover;
color: #fff;
text-align: center;
}
Expand Down
81 changes: 62 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,97 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wonders of Universe</title>
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<div class="video-background">

<div class="hero" id="myVideo">
<video autoplay loop muted plays-inline id="myVideo">
<source src="earth.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="header">
<div id="logo">
<a href="index.html">
<div>
<img src="logo.png" height="90">

<img src="logo.png" alt="" height="50">
</div>
</a>
</div>
<div id="nav">
<div id="home">
<a href="index.html">
<p>HOME</p>
</a>
</div>
<div id="nav">
<div class="dropdown">
<p class="dropdown-toggle">EXPLORE</p>
<div class="dropdown-content">
<a href="planets.html">Planets</a>
<a href="stars.html">Stars</a>
<a href="galaxies.html">Galaxies</a>
</div>
</div>
<div id="categories">
<a href="">
<p>CATEGORIES</p>
</a>
</div>
<div id="nav">
<div id="about-us">
<a href="aboutus.html">
<p>ABOUT US</p>
</a>
</div>
<div id="nav">
<a href="contact.html">
<div id="contact">
<a href="contactus.html">
<p>CONTACT US</p>
</a>

</div>
<div id="search">
<a href="">
<img width="25" height="25" src="https://img.icons8.com/ios-filled/50/FFFFFF/search--v1.png" alt="search--v1"/>
</a>
</div>
<div id="login">
<a href="login.html">
<p>LOG IN</p>
</a>
</div>
</div>

<div class="start-empty">
<div>
<h1></h1>
<p></p>
</div>
</div>

<div class="main">
<div class="main-heading">
<p></p>
<p></p>
</div>
<section class="sword-catalog">
<h2>Our Swords</h2>
<div class="sword-list">
<div class="sword-item">
<img src="sword.webp" alt="Sword 1" style="border-radius: 10%;">
<h3>Excalibur</h3>
<p>$499.99</p>
<button style="transform: scale(2); margin-bottom: 50px;">Add to Cart</button>
</div>
<div class="sword-item">
<img src="sword2.webp" alt="Sword 2" style="border-radius: 10%;" >
<h3>Samurai Katana</h3>
<p>$299.99</p>
<button style="transform: scale(2); margin-bottom: 50px;">Add to Cart</button>
</div>
<div class="sword-item">
<img src="sword3.webp" alt="Sword 3" style="border-radius: 10%;">
<h3>Viking Sword</h3>
<p>$399.99</p>
<button style="transform: scale(2); margin-bottom: 50px;">Add to Cart</button>
</div>
</div>
</section>
<footer>
<div class="lastpart_x">WONDER OF UNIVERSE</div>
<div class="lastpart">Made with 🤍 Rahul , Manmath and Hemant</div>
<div class="lastpart"></div>
</footer>
</div>
</body>
</html>
93 changes: 93 additions & 0 deletions login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
body {
font-family: 'Courier New', Courier, monospace;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;

}


.video-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}

.login-container {
background: transparent;
padding: 20px 30px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 300px;
height: 400px;
text-align: center;
position: relative;
opacity: 1;
align-items: center;
}

.login-container::before {
position: absolute;
top: -6px;
left: -6px;
right: -6px;
bottom: -6px;
border-radius: 10px;
background-size: 400%;
z-index: -1;
animation: gradientAnimation 6s infinite linear;
}

@keyframes gradientAnimation {
0% { background-position: 0% 60%; }
50% { background-position: 100% 100%; }
100% { background-position: 5% 50%; }
}

.login-container h2 {
margin-bottom: 20px;
color: #333;
}

.login-container input[type="text"],
.login-container input[type="password"] {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #b13232;
border-radius: 4px;
}

.login-container button {
width: 100%;
padding: 10px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
transition: background-color 0.3s ease;
}

.login-container button:hover {
background-color: #0056b3;
}

.login-container a {
display: block;
margin-top: 10px;
color: #007bff;
text-decoration: none;
}

.login-container a:hover {
text-decoration: underline;
}
25 changes: 25 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login Page with Video Background</title>
<link rel="stylesheet" href="login.css">
</head>
<body>
<video class="video-background" autoplay loop muted>
<source src="856528-uhd_2160_2160_24fps copy.mp4">
Your browser does not support the video tag.
</video>

<div class="login-container">
<h2>Login</h2>
<form action="/login" method="post">
<input type="text" name="username" placeholder="Username" required>
<input type="password" name="password" placeholder="Password" required>
<button type="submit">Login</button>
</form>
<a href="#">Sign Up</a>
</div>
</body>
</html>

0 comments on commit 68b63c6

Please sign in to comment.