Skip to content
Merged
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 project/batmanxportfolio/batfolio.mp4
Binary file not shown.
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 project/batmanxportfolio/images/bat-car.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 project/batmanxportfolio/images/skills/canva.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 project/batmanxportfolio/images/skills/css.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 project/batmanxportfolio/images/skills/figma.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 project/batmanxportfolio/images/skills/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 project/batmanxportfolio/images/skills/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions project/batmanxportfolio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header id="nav-bar">
<div class="thebatmanlogo"><img src="./images/The-Batman-Logo-New-removebg-preview.png" ></div>
<nav>
<ul>
<li><a href="#home">HOME</a></li>
<li><a href="#skills">SKILLS</a></li>
<li><a href="#my_works">MY WORKS</a></li>
<li><a href="#reach_out">REACH OUT</a></li>

</ul>
</nav>
</header>
<section id="home">

<img src="./images/bat-car.png" class="bat-car">
<div id="him">Hii! I am,</div>
<div id="name">SHIVANSH <br>SHARMA
<div id="class_description" >
<ul type="none">
<li>-Front-end developer</li>
<li>-Graphic designer</li>
<li>-Student @newtonschooloftechnology_adypu</li>
<li>-and quite skilled in <span><a href="#skills">.......</a></span> and ofc my hobbies.</li>

</ul>
</div>

</div>
</section>
<section id="skills">
<div class="skillset">
<div class="name-skill" ><img src="./images/skills/html.png"></div>
<div class="name-skill"><img src="./images/skills/python.png"></div>
<div class="name-skill"><img src="./images/skills/figma.png"></div>
<div class="name-skill"><img src="./images/skills/css.png"></div>
<div class="name-skill"><img src="./images/skills/javascript.png"></div>
<div class="name-skill"><img src="./images/skills/canva.png"></div>
</div>

</section>
<section id="my_works">
<div class="projects">
<div class="name-project" ><a href="https://github.com/shivanshx7/vibe-coder" target="_blank">VibeCoder</a></div>
<div class="name-project"><a href="https://github.com/rg3945057-netizen/EXAMPREP" target="_blank">EXAMPREP</a></div>
<div class="name-project"><a href="#" >...</a></div>
<div class="name-project"><a href="#" >...</a></div>
</div>
<video autoplay loop width="1500" class="video">
<source src="batfolio.mp4" type="video/webm" >
</video>
</section>
</body>
</html>
154 changes: 154 additions & 0 deletions project/batmanxportfolio/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
html{
scroll-behavior: smooth;

}
body{
margin: 0;
background-color: #e21818;
}
section{
height: 100vh;
}
#nav-bar{
background-color: #ff1c1c;
height: 130px;
width: 100%;
box-shadow: 5px 5px 10px #a60101bb,
-5px -5px 5px #ffffff;
position: fixed;
z-index: 100;
}
.thebatmanlogo img{
height: 282px;
width: 365px;
overflow-y:hidden ;

}
.thebatmanlogo{
display: inline-block;
}
#nav-bar nav{
display: inline-block;
position: absolute;
top: 60px;
right: 5%
}

#nav-bar nav ul{
list-style: none;
display: flex;
gap: 40px;}
#nav-bar nav li{
display: inline;
font-family:Arial, Helvetica, sans-serif;
font-size: 28px;
}
#nav-bar nav a {
text-decoration: none;
color: black;
}
.bat-car{
position: absolute;
width: 1330px;
/* height: 607px; */
left: 0px;
top: 396px;
mix-blend-mode: darken;

}
#him{

position: absolute;
width: 155px;
height: 29px;
left: 47%;
top: 250px;

font-family: 'Inter';
font-style: italic;
font-weight: 700;
font-size: 30px;
line-height: 30px;
text-align: center;
letter-spacing: 0.08em;

color: #000000;
}
#name {
font-family: sans-serif;
font-style: italic;
font-weight:900;
font-size: 80px;
/* line-height: 2; */
letter-spacing: 0.08em;
text-decoration-line: underline;
text-decoration-color: rgba(132, 1, 1, 0.458);
text-decoration-thickness: 3px;


position: absolute;
/* width: 502px; */
height: 141px;
left: 55%;
top: 279px;

}
#class_description{
text-decoration: none;
font-size: 25px;

}
.skillset img{
height: 192px;
width: 192px;
object-fit: contain;
flex: 0 0 calc(33.33% - 30px);
}
.skillset{

width: 100%;
height: 100%;
display: flex;
align-items:center;
justify-content: center;
flex-wrap: wrap;
gap: 0px 483px;
}
.projects{
height: 52vh;
width: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 48px;
position: relative;
top: 314px;
left: 171px;

}
.name-project{
height: 110px;
width: 472px;
background-color: #000000;
z-index: 50;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;

}
.name-project a {
color: red;
text-decoration: none;
font-size: 40px;

}
.name-project a:hover{
color: white;
}
.video{
position: relative;
bottom: 454px;
right: -600px;
}