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

simhadri_santosh_2102081013 #96

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
Binary file not shown.
140 changes: 140 additions & 0 deletions task_webDev/simhadri_santosh_2102081013/CSS/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
body { background-color: #FFF5E1;
text-align: center;
margin: 3px;
margin-top: 10%;
bottom: 0px;
color: #0C1E7F;
}
.intro {
text-align: center;
}
h2 {
font-size: 3rem;
font-style: san-serins;
text-align: center;
color: #781C68;
margin-top: 0;
margin-bottom: 0;
}
h1 {
font-size: 5rem;
text-align: center;
font-style: oblique;
display: inline;
background-color: #FFCBCB;
border: hidden 1px;
border-radius: 10%;

}
.name {
font-size: 25px;
color: #9A0680;
display: inline;

}
.about{
text-align: center;
}
.photo {
border: 5px solid;
border-color: olive;
border-style: groove;
border-radius: 50%;
display: inline-block;
padding: 0px;
text-align: center;
box-shadow: #781C68;
margin: 0 auto 0 auto;
}
.it {
color: black;
}

.me {
font-size: 40px;
margin: 0;
}
.achievements {
margin-top: 2.5rem;
text-align: center;
margin-bottom: 2.5rem;
}
h3 {
font-size: 50px;
display: inline-block;
margin-bottom: 10px;
}
.title_img {
height: 50px;
width: 40px;
}
.badge {
margin-left: 10px;
margin-right: 10px;
}
.edu {
margin-bottom: 3rem;
}
.education {
margin: 0% auto;
font-size: 30px;
text-align: center;
}
.contact {
margin-top: 5rem;
margin-bottom: 3rem;
}
.btn {
background: #781C68;
background-image: -webkit-linear-gradient(top, #781C68, #2980b9);
background-image: -moz-linear-gradient(top, #781C68, #2980b9);
background-image: -ms-linear-gradient(top, #781C68, #2980b9);
background-image: -o-linear-gradient(top, #781C68, #2980b9);
background-image: linear-gradient(to bottom, #781C68, #2980b9);
-webkit-border-radius: 15;
-moz-border-radius: 15;
border-radius: 15px;
font-family: Georgia;
color: #ffffff;
font-size: 30px;
padding: 10px 20px 10px 20px;
text-decoration: none;

}

.btn:hover {
background: #9A0680;
background-image: -webkit-linear-gradient(top, #9A0680, #3498db);
background-image: -moz-linear-gradient(top, #9A0680, #3498db);
background-image: -ms-linear-gradient(top, #9A0680, #3498db);
background-image: -o-linear-gradient(top, #9A0680, #3498db);
background-image: linear-gradient(to bottom, #9A0680, #3498db);
text-decoration: none;
}
.footer {
text-align: center;
background-color: #FFD39A;
left: 3px;
right: 3px;
bottom: 0px;
display: inline-block;
margin-bottom: 0px;
position: relative;

width: 100%;
}

.social {
border: 2px solid;
padding: 1px;
border-radius: 50% 50%;
position: relative;

margin-left: 10px;
margin-right: 10px;
height: 50px;
width: 50px;
}
.address {
font-size: 1.5rem;
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions task_webDev/simhadri_santosh_2102081013/contactme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>
My Contact Information
</title>
<link rel="stylesheet" href="css\style.css">
</head>
<body>
<h1>
Address
</h1>
<p class="address">
Jenna Street, B.C.Road, JK Pur, Rayagada, Odisha
<br>
Mobile no:- <strong> <a href="tel:+917205733895">7205733895</a> </strong>
<BR>
Email:- <strong><a href="mailto:[email protected]">[email protected]</a></strong>
</p>
</body>
</html>
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions task_webDev/simhadri_santosh_2102081013/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<html>
<head>
<meta charset="utf-8">
<title>My Personal Portfolio</title>
<link rel="icon" href="CSS\favicon.ico">
<link rel="stylesheet" href="CSS\style.css">
</head>
<body>
<div class="intro">
<br>
<br>
<br>
<h2>Welcome to my page!</h2>
<h2>
I'm
</h2>
<div class="name">
<h1>Simhadri Santosh</h1>
<p><h2>An <span class="it"><strong><em>IT</em></strong></span> Undergrad from VSSUT,Burla</h2></p>
</div>
</div>

<div class="about">
<img class="photo" src="my_profile.png" alt="my_profile.png">
<p class="me">A gentle Coder with an ample knowledge in C & C++.</p>
<!--<p>Lorem ipsum dolor sit amet, quis in duis, iaculis id felis. Consectetuer vestibulum, nunc urna lectus, erat ligula. Hendrerit nam, lectus ante, ut lorem eros.</p>-->
</div>
<div class="achievements">
<h2>Achievements</h2>
<div class="achievements_head">
<img class="title_img" src="coding.png" alt="">
<h3>Coding</h3>

</div>


<img class="badge" src="hackerearth_cpp.png" alt="HackerEarth">
<img class="badge" src="amateur_hacherearth.png" alt="amateur_hacherearth.png">
<img class="badge" src="hackerrank.jpg" alt="hackerrank.jpg">
<img class="badge" src="basic_programming_3.png" alt="basic_programming_3.png">
</div>
<div class="edu">
<h2>Education</h2>
<table class="education" padding="10px" >
<td>Matriculation :- </td>
<td><a href="http://lspublicschooljk.com">Lakshmipat Singhania Public School </a></td>
<td>JK Pur</td>
</tr>
<tr align="center">
<td>Intermediate :- </td>
<td> <a href="http://schools.org.in/visakhapatnam/28132502408/sri-chaitanya-techno-school.html">Sri Chaitanya Techno School </a> </td>
<td>Visakhapatnam</td>
</tr>

</table>
</div>
<div class="contact"><a class="btn" href="contactme.html" target="_main">Contact Me</a></div>


<div class="footer">
<p>© 2022 Simhadri Santosh</p>
<a href="https://www.linkedin.com/in/simhadri-santosh/" target="_blank"><img class="social" src="linkedinicon.jpg" alt="linkedIn"></a>
<a href="https://www.instagram.com/santosh__simhadri/" target="_blank"><img class="social" src="instagramicon.jpg" alt="instagram"></a>
<a href="https://github.com/santoshsimhadri2211" target="_blank"><img class="social" src="githubicon.png" alt="github"></a>

</div>

</body>

</html>
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.