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

Jyotiranjan_Prusty_2102060016 #103

Open
wants to merge 1 commit 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
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 task_webDev/Jyotiranjan_Prusty_2102060016/i1.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 task_webDev/Jyotiranjan_Prusty_2102060016/i2.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 task_webDev/Jyotiranjan_Prusty_2102060016/i3.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 task_webDev/Jyotiranjan_Prusty_2102060016/i4.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 task_webDev/Jyotiranjan_Prusty_2102060016/i5.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 task_webDev/Jyotiranjan_Prusty_2102060016/i6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions task_webDev/Jyotiranjan_Prusty_2102060016/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!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>Jyoti's portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>

<body>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li>
<a href="#portfolio">Portfolio</a>
</li>
<li>
<a href="#services">Services</a>
</li>
<li><a href="#contact">Contact me</a></li>
</ul>
</nav>
<section id="home">
<div class="main">
<h1 class="heading">
Heyy!!!!!! <br />WELCOME TO THE WORLD OF "ITSONLYJRP"
</h1>
<button class="btn"><h3>Hire me</h3></button>
</div>
</section>

<section id="about">
<h1 class="heading">ABOUT ME</h1>

<div class="pic">
<img src="Jyotiyellow.jpg" style="width: 600px">
<div class="txtarea">
<div>
<div class="name">
<h2>JYOTRANJAN PRUSTY</h2>
</div>
<p>
<h3>Hii!!! I am Jyotiranjan prusty. I have completed my matriculation from Bidhan Chandra Academy,Baliapal in 2018.I have completed my intermediate from Jupiter Science Higher Secondary School,Bhubaneswar in the year 2020.Currently
I am pursuing my Bachelor of Technoogy Degree in Odisha's oldest engineering college currently known as Veer Surendra Sai university of Technology.I have started my website designing as it is a passion for me always...
</h3>

</p>
</div>
</div>
</div>
</section>
<section id="portfolio">

<h1 class="heading">PORTFOLIO</h1>
<DIV class="gallery"><img src="i1.jpg"><img src="i2.jpg"><img src="i3.jpg"><img src="i4.jpg"><img src="i5.jpg"><img src="i6.jpg"></DIV>
</section>
<sec id="services">
<h1 class="heading">SERVICES</h1>
<div class="row">
<div class="box">
<h1 class="headings">Website designing</h1>
<p>Currently I have started my web designing career with a lot of interest and is able to serve you for the front end designing only.I will start my web designing career as a back-end designer soon.Then only I can serve you with a full stack
web developper.
<br><br><br> THANK YOU</p>

</div>


</div>
</sec>
<sec id="contact">
<h1 class="heading">CONTACT</h1>
<form action="" class="form">
<input type="text" name="name" class="input" placeholder="Enter Your Name"><input type="email" name="email" class="input" placeholder="Enter Your Email"> <textarea name="msg" id="msg" cols="30" rows="10" placeholder="Enter Your Message"></textarea>
<input type="submit" value="SEND" id="send">
</form>
</sec>

</body>

</html>
253 changes: 253 additions & 0 deletions task_webDev/Jyotiranjan_Prusty_2102060016/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,253 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

.navbar {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(3, 3, 3, 0.61);
position: sticky;
top: 0;
}

.navbar ul {
display: flex;
list-style: none;
margin: 20px 0px;
}

.navbar ul li {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: medium;
font-weight: bold;
}

.navbar ul li a {
text-decoration: none;
color: rgb(0, 251, 0);
padding: 8px 25px;
transition: all .5s ease;
}

.navbar ul li a:hover {
background-color: black;
box-shadow: 3px 3px red, -1em 0 .4em blue;
}

#home {
display: flex;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.5);
background: url('black.jpg') no-repeat center center/cover fixed;
height: 840px;
justify-content: center;
align-items: center;
color: white;
}

#home ::before {
content: "";
position: absolute;
top: 0;
right: 0;
height: 900px;
width: 100px;
z-index: -1;
opacity: 0.8;
}

.main {
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 30%;
right: 10%;
}

.heading {
font-family: cursive;
font-size: 2rem;
text-align: center;
margin: 40px 0px;
}

.btn {
padding: 10px 35px;
background-color: transparent;
bottom: 1px solid white;
color: white;
outline: 8px ridge rgba(170, 50, 220, .6);
border-radius: 2rem;
transition: .6s ease;
}

.btn:hover {
cursor: pointer;
background-color: white;
color: black;
box-shadow: 3px 3px red, -1em 0 .4em olive;
font-weight: bold;
}

#about {
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 20px;
margin-bottom: 50px;
background-color: black;
color: white;
text-align: center;
}

.name {
margin-bottom: 20px;
}

.pic {
display: flex;
/* margin-left: -148px; */
}

.heading {
margin-bottom: 80px;
}

.txtarea {
display: flex;
flex-direction: column;
font-family: cursive;
}

#portfolio {
margin-top: -50px;
display: flex;
flex-direction: column;
background-color: rgb(0, 0, 0);
color: white;
box-sizing: border-box;
padding: 20px;
margin-bottom: 50px;
align-items: center;
text-align: center;
padding: 20px;
font-family: cursive;
font-size: 2rem;
/* margin-top: 20px; */
}

.gallery {
display: flex;
flex-wrap: wrap;
margin: 20px;
justify-content: space-around;
box-sizing: border box;
}

.gallery img {
width: 360px;
height: 240px;
margin: 10px;
}

#services {
display: flex;
flex-direction: column;
background-color: black;
color: white;
box-sizing: border-box;
padding: 20px;
margin-bottom: 50px;
align-items: center;
text-align: center;
font-family: cursive;
font-size: 1.5rem;
margin-top: -50px;
}

.row {
display: flex;
flex-wrap: wrap;
margin: 20px;
justify-content: space-around;
box-sizing: border-box;
}

.box {
display: flex;
flex-direction: column;
width: 350px;
height: 470px;
border: 1px solid black;
margin: 10px;
align-items: center;
text-align: justify;
padding: 10px;
border-radius: 15px;
background: linear-gradient(to top, rgb(255, 45, 45) 50%, blue 50%);
background-size: 100% 200%;
transition: all .8s;
font-family: Georgia, serif;
}

.box:hover {
background-position: left bottom;
color: white;
border: none;
box-shadow: 0 0 20px rgb(255, 45, 45);
}

#contact {
display: flex;
flex-direction: column;
background-color: black;
color: white;
box-sizing: border-box;
padding: 20px;
margin-bottom: 50px;
align-items: center;
text-align: center;
font-family: cursive;
font-size: 1.5rem;
margin-top: -50px;
}

.form {
display: flex;
flex-direction: column;
box-sizing: border-box;
align-items: center;
margin: 20px 0px;
}

.input {
padding: 12px;
margin: 15px;
width: 340px;
border: none;
outline: none;
}

#msg {
width: 80%;
padding: 10px;
margin: 15px;
border: none;
outline: none;
}

#send {
padding: 10px;
width: 30%;
margin: 40px;
border: none;
outline: none
}