HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="Sanket Bodake">
<meta name="description" content="Portfolio website | Web Developer | Open source Enthusiast">
<meta name="keywords" content="Sanket, bodake, Sanket bodake, portfolio, css, javascript, software, coding, programming, web,
development, developer, frontend">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="IZ7Sm227j_9N0Sy_JmwOvn1_OAm_O2rHr2833ZV0Fro">
<title>Sanket Bodake</title>
<link rel="stylesheet" href="./style.css" />
<script src="https://kit.fontawesome.com/66aa7c98b3.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Comfortaa:400,700,300|Quattrocento" rel="stylesheet">
<link rel="shortcut icon" href="./img/fbavatar_1630400663387_6838396024049256103.png" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<meta name="title" content="Portfolio Website | Sanket Bodake">
<meta name="title" content="Portfolio Website | Sanket Bodake">
<meta itemprop="description" content="Web Developer | Open source Enthusiast">
<meta name="application-name" content="Portfolio Website">
<meta property="og:site_name" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sanketbodake.ninja/">
<meta property="og:title" content="Sanket Bodake">
<meta property="og:description" content="Portfolio website | Web Developer | Open source Enthusiast">
<meta name="url" content="https://sanketbodake.ninja/">
<meta name="language" content="English">
<meta property="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://sanketbodake.ninja/">
<meta name="twitter:title" content="Sanket Bodake">
<meta name="twitter:description" content="Portfolio website | Web Developer | Open source Enthusiast">
<meta name="twitter:site" content="@Sanket46171296">
<meta name="twitter:creator" content="@Sanket46171296">
<meta name="url" content="https://sanketbodake.ninja/">
<meta property="og:locale" content="en">
<meta name="language" content="English">
<meta itemprop="image" content="https://sanketbodake.ninja/myImage.jpg">
<meta property="og:image" content="https://sanketbodake.ninja/myImage.jpg">
<meta name="twitter:image" content="https://sanketbodake.ninja/myImage.jpg">
<meta name="twitter:image:src" content="https://sanketbodake.ninja/myImage.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta property="twitter:image:type" content="image/png">
<meta property="twitter:image:width" content="512">
<meta property="twitter:image:width" content="512">
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="navbar-container container">
<div>
<h1 class="navbar-brand">Sanket Bodake</h1>
</div>
<ul class="menu-items">
<li><a href="#about">About</a></li>
<li><a href="#my-works">Portfolio</a></li>
<li><a href="#contact-me">Contact</a></li>
</ul>
</div>
</nav>
<div class="home-content" id="home-page">
<div class="name">
<h1>Hi, I'm Sanket</h1>
<p>A Web Developer in training.</p>
</div>
<div class="angle-down-icon">
<a href="#about"><i class="fas fa-angle-down"></i></a>
</div>
</div>
</header>
<section class="about-me" id="about">
<div class="container">
<div class="about-content">
<div class="left-content">
<div>
<h1 class="about-heading">About Me</h1>
</div>
<img src="https://i.postimg.cc/Hx4nChpH/fbavatar-1630400663387-6838396024049256103.png" alt="image" />
<p>
I am 16 year old, BBA-CA student studied at Pratibha College of Commerce and Computer studies.
I really enjoy solving problems as well as making things pretty and easy to use. I can't stop learning new
things; the more, the better.
</p>
<div class="work-arrow">
<p>
<a href="#my-works">Check out my work <i class="fas fa-arrow-down"></i></a>
</p>
</div>
</div>
<div class="skills">
<div class="right-content">
<div>
<h1 class="skills-heading">My Skills</h1>
</div>
<div class="skills-bar">
<div class="bar">
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line"><span class="html"></span></div>
<div class="bar">
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line"><span class="css"></span></div>
<div class="bar">
<div class="info">
<span>BOOTSTRAP</span>
</div>
<div class="progress-line"><span class="bootstrap"></span></div>
<div class="bar">
<div class="info">
<span>JAVASCRIPT</span>
</div>
<div class="progress-line"><span class="javascript"></span></div>
<div class="bar">
<div class="info">
<span>C Programming</span>
</div>
<div class="progress-line"><span class="c"></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="work-arrow-2">
<p>
<a href="#my-works">Check out my work <i class="fas fa-arrow-down"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="my-works">
<div class="portfolio">
<div class="proj-heading">
<h1>Portfolio</h1>
</div>
<div class="portfolio-content container">
<div class="proj-1">
<img src="https://i.postimg.cc/qM9TjGTG/Screenshot-80.png">
<div class="proj1-details">
<i class="fab fa-html5"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-js"></i>
<h2>Restaurant Website UI</h2>
<p>Build Using HTML,CSS,JS</p>
<button><a href="https://github.com/sanketbodke/Restaurant-Website" target="blank">View source <i
class="fas fa-external-link-alt"></i></a>
</button>
<button><a href="https://fervent-lamarr-2bc6cf.netlify.app/" target="blank">Try it Live <i
class="fas fa-external-link-alt"></i></a>
</button>
</div>
</div>
<div class="proj-2">
<img src="https://i.postimg.cc/FR848bSm/Screenshot-76.png">
<div class="proj2-details">
<i class="fab fa-html5"></i>
<i class="fab fa-css3-alt"></i>
<h2>Profile Card</h2>
<p>Build Using HTML,CSS</p>
<button><a href="https://github.com/sanketbodke/CodePen" target="blank">View source <i
class="fas fa-external-link-alt"></i></a>
</button>
<button><a href="https://codepen.io/sanketbodke/pen/NWgKyZW" target="blank">Try it Live <i
class="fas fa-external-link-alt"></i></a>
</button>
</div>
</div>
<div class="more-work">
<p>
More
</p>
<a href="https://codepen.io/sanketbodke" target="blank">CodePen</a>
</div>
</div>
</div>
</section>
<div class="contact" id="contact-me">
<div class="container">
<div class="contact-content">
<h2>Contact Me</h2>
<p class="mail">
Get in touch with me <i class="fas fa-arrow-right"></i> sanketbodke26@gmail.com
</p>
<p class="links">Or find me on:</p>
<a href="https://www.linkedin.com/in/sanket-bodake-995b5b205/" target="blank"><i class="fab fa-linkedin">
Linkedin</i></a>
<a href="https://codepen.io/sanketbodke" target="blank"><i class="fab fa-codepen"> CodePen</i></a>
<a href="https://github.com/sanketbodke" target="blank"><i class="fab fa-github"></i> Github</a>
<a href="https://dev.to/sanketbodake" target="blank"><i class="fab fa-dev"></i> Dev Community</a>
<a href="https://twitter.com/code_sanket" target="blank"><i class="fab fa-twitter"> Twitter</i></a>
<a href="https://www.instagram.com/code.sanket/" target="blank"><i class="fab fa-instagram"></i> Instagram</a>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function () {
$(window).scroll(function () {
// checks if window is scrolled more than 500px, adds/removes solid class
if ($(this).scrollTop() > 550) {
$('.navbar').addClass('solid');
$('.back-to-top').addClass('visible');
} else {
$('.navbar').removeClass('solid');
$('.back-to-top').removeClass('visible');
}
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
// Add smooth scrolling to all links
$("a").on('click', function (event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
}
header {
background-color: #25b79f;
height: 100vh;
}
.container {
max-width: 1200px;
width: 90%;
margin: auto;
}
/* ////........Navbar.......//// */
.navbar {
position: fixed;
width: 100%;
z-index: 500;
}
.navbar-container {
display: flex;
justify-content: space-between;
align-items: center;
height: 64px;
}
.menu-items {
display: flex;
}
.menu-items li {
list-style: none;
padding: 1rem;
}
.menu-items a {
text-decoration: none;
color: #f0f0e6;
font-size: 1.2rem;
padding: 0.3rem;
}
.menu-items a:hover {
border-bottom: 2px solid #f0f0e6;
}
.navbar .logo {
order: 1;
color: #f0f0e6;
font-size: 2rem;
}
/* ////........Home Content........//// */
.home-content .name {
position: absolute;
top: 47%;
left: 50%;
transform: translate(-50%, -50%);
color: #07374a;
width: 100%;
text-align: center;
}
.home-content .name h1 {
font-size: 2.2rem;
text-align: center;
}
.home-content .name p {
color: #f0f0e6;
font-size: 1.5rem;
}
.angle-down-icon {
position: absolute;
bottom: 10%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
border: 3px solid #07374a;
border-radius: 50%;
}
.angle-down-icon a {
text-decoration: none;
color: #07374a;
padding: 1rem;
}
/* ////........About Me........//// */
.about-me {
background-color: #07374a;
padding: 6rem 0;
}
.about-me .about-heading {
color: #25b79f;
font-size: 2rem;
font-weight: 600;
text-align: center;
}
.about-content img {
height: 200px;
width: 150px;
object-fit: cover;
border-radius: 50%;
}
.about-content p {
font-size: 1.2rem;
color: #f0f0e6;
padding: 0 2.3rem;
text-align: center;
}
.skills .skills-heading {
font-size: 2rem;
font-weight: 600;
color: #25b79f;
text-align: center;
}
.about-me .about-content {
display: flex;
flex-wrap: wrap;
}
.about-content .left-content {
flex-basis: 45%;
text-align: center;
}
.about-content .right-content {
flex-basis: 45%;
}
/* ///.....Skill Bar....../// */
.skills-bar {
padding: 25px 30px;
}
.skills-bar .bar {
margin: 25px 0;
}
.skills-bar .bar .info span {
font-size: 1rem;
font-weight: 500;
}
.skills-bar .bar .info {
margin-bottom: 8px;
color: #f0f0e6;
}
.skills-bar .bar .progress-line {
position: relative;
height: 10px;
width: 550px;
background: #f0f0f0;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
.bar .progress-line span {
position: absolute;
background: #25b79f;
height: 100%;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
@keyframes animate {
100% {
transform: scaleX(1);
}
}
.progress-line .html {
width: 80%;
}
.progress-line .css {
width: 70%;
}
.progress-line .bootstrap {
width: 50%;
}
.progress-line .javascript {
width: 50%;
}
.progress-line .c {
width: 50%;
}
.bar .progress-line span::before {
position: absolute;
content: "";
height: 0;
right: 0;
top: -12px;
width: 0;
border: 7px solid transparent;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-style: #f0f0f0;
border-top-color: #f0f0f0;
}
.bar .progress-line span::after {
position: absolute;
right: 0;
top: -28px;
color: #07374a;
font-size: 12px;
font-weight: 700;
background: #f0f0f0;
padding: 1px 8px;
border-radius: 3px;
}
.progress-line .html::after {
content: "80%";
}
.progress-line .css::after {
content: "70%";
}
.progress-line .bootstrap::after {
content: "50%";
}
.progress-line .javascript::after {
content: "50%";
}
.progress-line .c::after {
content: "50%";
}
.navbar.solid {
background-color: #07374a;
transition: background-color 1s ease 0s;
box-shadow: 0 0 4px rgb(7 55 74 / 20%);
z-index: 500;
}
.navbar.solid .navbar-brand {
display: inline-block;
color: #f0f0e6;
transition: color 1s ease 0s;
}
.navbar-brand {
display: none;
color: #f0f0e6;
font-weight: 400;
}
.work-arrow {
margin: 2rem 0;
}
.work-arrow a {
font-size: 1rem;
text-decoration: none;
color: #25b79f;
}
.work-arrow-2 {
margin: 2rem 0;
}
.work-arrow-2 a {
font-size: 1rem;
text-decoration: none;
color: #25b79f;
display: none;
}
/* ////.....Portfolio......///// */
.portfolio {
background: #25b79f;
padding: 6rem 0;
}
.proj-heading h1{
text-align: center;
color: #07374a;
font-size: 2.3rem;
font-weight: 700;
margin: 3rem 0;
}
.proj-1{
display: flex;
justify-content: center;
align-items: center;
}
.proj-1 img{
height: 330px;
width: 380px;
object-fit: cover;
border-radius: 50%;
box-shadow: 0 20px 10px -10px rgb(37 41 52 / 31%);
margin-right: 1.7rem;
}
.proj-1 .proj1-details{
width: 32rem;
}
.proj-1 .proj1-details i{
font-size: 1.5rem;
color: #07374a;
}
.proj-1 .proj1-details h2{
font-size: 2rem;
color: #07374a;
}
.proj-1 .proj1-details p{
font-size: 1.3rem;
color: #07374a;
font-weight: 600;
}
.proj-1 .proj1-details button{
background: #f0f0e6;
padding: 0.5rem;
margin-top: 0.5rem;
width: 150px;
border: none;
border-bottom: 2px solid #07374a;
}
.proj-1 .proj1-details button a{
text-decoration: none;
color: #07374a;
font-size: 1.1rem;
transition: 0.2s ease-in-out;
text-align: center;
transition: 0.3s ease-in-out;
}
.proj-1 .proj1-details button .fas{
font-size: 0.7rem;
padding: 0.3rem;
transition: 0.2s ease-in-out;
}
.proj-1 .proj1-details button:hover {
background: #07374a;
}
.proj-1 .proj1-details button:hover a,
.proj-1 .proj1-details button:hover .fas {
color: #f0f0e6;
}
/* ////.....proj2.....//// */
.proj-2{
display: flex;
justify-content: center;
align-items: center;
margin-top: 3rem;
}
.proj-2 img{
height: 330px;
width: 380px;
object-fit: cover;
border-radius: 50%;
box-shadow: 0 20px 10px -10px rgb(37 41 52 / 31%);
margin-right: 1.7rem;
}
.proj-2 .proj2-details{
width: 32rem;
}
.proj-2 .proj2-details i{
font-size: 1.5rem;
color: #07374a;
}
.proj-2 .proj2-details h2{
font-size: 2rem;
color: #07374a;
}
.proj-2 .proj2-details p{
font-size: 1.3rem;
color: #07374a;
font-weight: 600;
}
.proj-2 .proj2-details button{
background: #f0f0e6;
padding: 0.5rem;
margin-top: 0.5rem;
width: 150px;
border: none;
border-bottom: 2px solid #07374a;
}
.proj-2 .proj2-details button a{
text-decoration: none;
color: #07374a;
font-size: 1.1rem;
transition: 0.2s ease-in-out;
text-align: center;
transition: 0.3s ease-in-out;
}
.proj-2 .proj2-details button .fas{
font-size: 0.7rem;
padding: 0.3rem;
transition: 0.2s ease-in-out;
}
.proj-2 .proj2-details button:hover {
background: #07374a;
}
.proj-2 .proj2-details button:hover a,
.proj-2 .proj2-details button:hover .fas {
color: #f0f0e6;
}
.more-work {
text-align: center;
margin: 3rem 0 1rem 0;
}
.more-work p {
font-size: 1.6rem;
color: #07374a;
font-weight: 500;
}
.more-work a {
text-decoration: none;
color: #f0f0e6;
font-size: 1.3rem;
}
.more-work a:hover {
border-bottom: 2px solid #f0f0e6;
}
/* ////......Contact......///// */
.contact {
background: #07374a;
position: relative;
height: 92vh;
}
.contact-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.contact-content h2 {
font-size: 2.5rem;
font-weight: 400;
color: #25b79f;
padding-bottom: 0.5rem;
}
.contact-content .mail {
color: #f0f0e6;
padding-bottom: 0.2rem;
font-size: 1rem;
}
.contact-content .links {
color: #25b79f;
padding: 0.5rem;
padding-bottom: 1.8rem;
font-size: 1rem;
}
.contact-content a {
text-decoration: none;
color: #25b79f;
padding: 0.5rem;
transition: 0.3s ease-in-out;
}
.contact-content a:hover{
color: #f0f0e6;
}
/* ////......Media query......//// */
@media (max-width: 500px) {
html {
font-size: 60%;
}
.about-content .left-content {
flex-basis: 100%;
text-align: center;
}
.about-content .right-content {
flex-basis: 100%;
}
.skills {
width: 100%;
}
.skills-bar .bar .progress-line {
width: 100%;
}
.work-arrow {
display: none;
}
.right-content h1 {
margin-top: 3.2rem;
}
.proj-1{
display: flex;
justify-content: center;
flex-direction: column;
}
.proj-1 img {
height: 230px;
width: 290px;
margin-bottom: 0.5rem;
}
.proj-2{
display: flex;
justify-content: center;
flex-direction: column;
}
.proj-2 img {
height: 250px;
width: 290px;
margin-bottom: 0.5rem;
}
.work-arrow-2 a {
font-size: 1.3rem;
text-decoration: none;
color: #25b79f;
display: block;
text-align: center;
}
.contact-content {
width: 100%;
}
}
@media (min-width: 501px) and (max-width: 768px) {
html {
font-size: 65%;
}
.about-content .left-content {
flex-basis: 100%;
text-align: center;
}
.about-content .right-content {
flex-basis: 100%;
}
.skills {
width: 100%;
}
.skills-bar .bar .progress-line {
width: 100%;
}
.work-arrow {
display: none;
}
.right-content h1 {
margin-top: 3.2rem;
}
.proj-1{
display: flex;
justify-content: center;
flex-direction: column;
}
.proj-1 img {
height: 240px;
width: 290px;
margin-bottom: 0.5rem;
}
.proj-2{
display: flex;
justify-content: center;
flex-direction: column;
}
.proj-2 img {
height: 240px;
width: 290px;
margin-bottom: 0.5rem;
}
.work-arrow-2 a {
font-size: 1.3rem;
text-decoration: none;
color: #25b79f;
display: block;
text-align: center;
}
.contact-content {
width: 100%;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
html {
font-size: 70%;
}
.about-content .left-content {
flex-basis: 100%;
text-align: center;
}
.about-content .right-content {
flex-basis: 100%;
}
.skills {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.work-arrow {
display: none;
}
.left-content h1 {
margin-top: 3.2rem;
text-align: center;
}
.right-content h1 {
margin-top: 3.2rem;
text-align: center;
}
.work-arrow-2 a {
font-size: 1.3rem;
text-decoration: none;
color: #25b79f;
display: block;
text-align: center;
}
.contact-content {
width: 100%;
}
}
@media (orientation: landscape) and (max-height: 500px) {
.header {
height: 90vmax;
}
}
Also see: Tab Triggers