Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snehansu Behera 949 Portfolio #28

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
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
59 changes: 59 additions & 0 deletions Contactme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>My contacts</title>
</head>
<link rel="stylesheet" href="styles.css">

<link rel="preconnect" href="https://fonts.googleapis.com">

<body>
<div class="cont">
<h1>Contact Me Here:</h1>

<p>Telephone: 8902151625</p>
<p>Email: [email protected]</p>

<hr class="line2">
<h2>Submit Your Details:</h2>
<form class="" action="mailto:[email protected]" method="post" enctype="text/plain">


<label for="Name">Your Name:</label></td>
<input type="text" name="yourName " id="Name"></td>

<br><br>



<label for="Email">Your Email:</label></td>
<input type="email" name="yourEmail " id="Email"></td>



<br><br>



<label>Your Massage:</label><br>
<textarea name="yourMassage " id="" cols="30" rows="1">
</textarea>
<br>

<input type="submit">
<input type="reset">
</form>
</div>
<div class="thank">
<h2 style=" font-family: 'Kaushan Script', cursive; font-weight: normal;color: whitesmoke;
text-shadow: 2px 2px 4px #000000; font-size: 280%;">Thank You</h2>

</div>



</body>

</html>
Binary file added LINKEDIN-modified.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 coolboy-modified.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 favicon (2).ico
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.
277 changes: 222 additions & 55 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,223 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Basic Portfolio Website</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<!-- We will be creating many elements in this document with some class (to add some styling later) -->
<!-- home page -->
<div id="home" class="homePage">
<div class="intro"> <!-- creating a master div to have child elements in it -->
<div class="name">Hi, I am &#60;name&#62;</div> <!-- creating a div to enter your name (edit your name here) -->
<p>Frontend developer</p> <!-- paragraph tag -->
<button class="your_button">button</button> <!-- creating a button -->
</div>
<div class="myImage"> <!-- always a good habbit to add master divs -->
<img src="https://miro.medium.com/max/3960/0*HICLyAdNSIyT0ODU.jpg" alt="MyImage"> <!-- adding a image using url -->
</div>
</div>

<!-- about me -->
<div id="aboutme" class="about"> <!-- again a master div -->
<div class="about_heading"> <!-- child div for heading -->
About me
</div>
<!-- adding a paragraph tag to write "about me", edit it and write about you -->
<p class="para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum voluptates provident molestias a
animi facilis iusto voluptatum repellat eligendi consequatur distinctio placeat mollitia veritatis
recusandae, ad, quasi commodi enim quos! Quasi aspernatur veniam, blanditiis sint necessitatibus dicta
libero voluptatibus reiciendis asperiores nemo maiores ducimus corrupti magnam error voluptatum ab velit.
</p>
</div>

<!-- contact -->
<div id="contact" class="contact_sec"> <!-- adding a master div again -->
<div class="contact_heading">
Contact Me <!-- adding a chiid div for heading -->
</div>
<div class="contact_info">
<!-- adding more divs for personal details, edit them! -->
<div class="Email">Email : <span class='data'>[email protected]</span></div>
<div class="mobile_no">Mobile no : <span class='data'>+91 XXXXXXXXXX</span></div>
<!-- adding anchor tag to directly redirect user to your profile, add links to your profile in href -->
<div class="linkdin">linkdin :<span class='data'> <a
href="https://www.linkedin.com/company/gdsc-iiit-kalyani/">Linkdin IN</a></span></div>
<div class="github">Github : <span class='data'> <a href="https://github.com/GDSC-IIIT-Kalyani">Github</a></span></div>
<div class="others">Others :<span class='data'> <a href="https://gdsc.bio.link/">BIO</a></span></div>
</div>
</body>

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">

<title>Snehansu Behera</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon (2).ico">
<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=Kaushan+Script&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
</head>

<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary" style="padding-top: 0; padding-bottom: 0;"
style="background-color: blue;">
<div class="container-fluid" style="padding-right: 0; background-color: #37306B; padding-left: 40px;">
<a class="navbar-brand" href="#">
<h4 style="color: white;"><span>Portfolio</span></h4>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#home" style="margin-left: 20px;">
<h6 style="color: white;">Home</h6>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" style="margin-left: 20px;">
<h6 style="color: white;">About</h6>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education" style="margin-left: 20px;">
<h6 style="color: white;">Education</h6>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills" style="margin-left: 20px;">
<h6 style="color: white;">Skills</h6>
</a>
</li>

<li class="nav-item">
<a class="nav-link" href="#contact" style="margin-left: 20px;">
<h6 style="color: white;">Contact</h6>
</a>
</li>
</ul>
</div>
</div>
</nav>

<section id="home">
<div class="container1">

<h1 class="h1" style=" font-family: 'Kaushan Script', cursive; font-weight: normal;
font-size: 380%;
margin: 50px auto 0px auto;
line-height: 2;
color: whitesmoke;
text-shadow: 2px 2px 4px #000000">
Hi! I'm Snehansu
</h1>

<p class="para">an Aspiring Web Developer.</p>
</div>
</section>

<section id="about">

<div class="container2">
<div class="profile">
<img class="profile-pic" src="coolboy-modified.png" alt="profile">
<h2 style="font-family: Audiowide, sans-serif;">Hello.</h2>
<p class="intro">I'm currently persuing B.Tech in Computer
Science and Engineering from IIIT Kalyani.
</p>
</div>
<hr class="line1">
<section id="education">
<div class="skills">


<h2 class="vertical" style="font-family: Audiowide, sans-serif;">My Education</h2>
<div class="skill-row" style="line-height: 1.5;">

<img class="book1" src="https://em-content.zobj.net/thumbs/120/google/350/books_1f4da.png"
alt="books">


<p><span>
<h5 style="text-decoration: wavy;">Secondary Education</h5>
</span></p>
<p>PEARL ROSARY SCHOOL</p>
<p>Grade : A</p>


<img class="book2" src="https://em-content.zobj.net/thumbs/120/google/350/books_1f4da.png"
alt="books">

<p><span>
<h5>Higher Secondary</h5>
</span></p>
<P> SRI AUROBINDO VIDYAMANDIR</P>
<p>Grade : A+</p>

</div>

</div>

</section>
<section id="skills" style="padding-top: 50px; padding-bottom: 50px;">


<h2 class="vertical" style="font-family: Audiowide, sans-serif;">My Skills
</h2>
<div class="skill-row" style="line-height: 1.5;"></div>
<table class="table" style="width: 50%;">
<tr>
<td>
<h4 style="font-family: 'Kaushan Script', cursive;
font-weight: normal; color: whitesmoke;
text-shadow: 2px 2px 4px #000000;">HTML</h6>
</td>
<td>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-container w3-blue w3-round-xlarge" style="width:80%">80%</div>
</div>
</td>
<tr>
<td>
<h4 style="font-family: 'Kaushan Script', cursive;
font-weight: normal; color: whitesmoke;
text-shadow: 2px 2px 4px #000000;">CSS</h6>
</td>
<td>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-container w3-blue w3-round-xlarge" style="width:60%">60%</div>
</div>
</td>
</tr>
<tr>
<td>
<h4 style="font-family: 'Kaushan Script', cursive;
font-weight: normal; color: whitesmoke;
text-shadow: 2px 2px 4px #000000;">C</h6>
</td>
<td>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-container w3-blue w3-round-xlarge" style="width:90%">90%</div>
</div>
</td>
</tr>
<tr>
<td>
<h4 style="font-family: 'Kaushan Script', cursive;
font-weight: normal; color: whitesmoke;
text-shadow: 2px 2px 4px #000000;">MANAGEMENT</h6>
</td>
<td>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-container w3-blue w3-round-xlarge" style="width:70%">70%</div>
</div>
</td>
</tr>


</table>



</section>

<hr class="line2">
</div>

</section>



<section id="contact">
<div class="container3">
<div class="contact-me">
<h2>Get In Touch</h2>
<p>You can reach out to me through different social media platforms.</p>

<a href="Contactme.html"><img class="footer-link" src="favicon.ico" alt="contact-page"></a>
<a href="https://www.linkedin.com/in/snehansu-behera-314b17258/"><img class="footer-link"
src="LINKEDIN-modified.png" alt="LinkedIn"></a>
<a href="https://twitter.com/SnehansuBehera1"><img class="footer-link" src="twitter bird-modified.png"
alt="Twitter"></a>
<a href="https://www.instagram.com/be_snehans08/"><img class="footer-link"
src="instagram logo-modified.png" alt="Instagram"></a>
<p>© 2023 Snehansu Behera.</p>
</div>

</div>
</section>



<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-heAjqF+bCxXpCWLa6Zhcp4fu20XoNIA98ecBC1YkdXhszjoejr5y9Q77hIrv8R9i"
crossorigin="anonymous"></script>

</body>

</html>
Binary file added instagram logo-modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading