Skip to content

Pradnya Kanale -Portfolio Assignment #15

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

Open
wants to merge 1 commit into
base: master
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 added astronomy.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 blog.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 harmonium.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 hello.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 leaf.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 paint.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 photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions prkportfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">

<html>

<head>
<meta name="viewport" content="width=device-width, initial-scale=1">

<title> Portfolio </title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>

</head>

<body>
<!---navigation bar---->
<nav>
<a href="#home"><button class="button buttonhome">Home</button></a>
<a href="#aboutme"><button class="button buttonaboutme">About Me</button></a>
<a href="#projects"><button class="button buttonprojects">What all I do?</button></a>
<a href="#contact"><button class="button buttoncontact">Contact</button></a>
</nav>

<div id="container">

<div id="home">
<h1>
H O M E<br>
</h1>
<img src="hello.jpg" class="img1">
<div class="infohome">Hi there! I am Pradnya.<br> If you're visiting this page, it is a nutshell to know me.<br>
Apparently, my areas of interest are computer applications, logic<br> and mathematics.
This portfolio is specially my first attempt<br> to learn CSS.You will learn more about me as you scroll down.</div>

</div>

<div id="aboutme">
<h1>
A B O U T <br>M E<br>
</h1>
<img src="photo.jpg" class="img2">
<div class="infoabout">Clearly, I'm not a coder or a nerd.<br> I've just begun my second year E&TC engineering student at CCOEW.<br>
I love to learn and work on new things and get a hands on<br>experience on it. I haven't yet explored much in any technical<br> field yet
but I keep studying about many new things I come across.<br>Also to mention,I'm an astronomy enthusiast.</div>

</div>

<div id="projects">

<a class="one"><img src="sing.jpg" class="img3"></a>
<a class="two"><img src="leaf.JPG" class="img4"></a>
<a class="five"><img src="astronomy.jpg" class="img5"></a>
<a class="seven"><img src="paint.jpg" class="img6"></a><br>

<h1>
<a class="five"><img src="blog.jpg" class="img7"></a>
<a class="text"> THINGS I AM GOOD AT </a>
<a class="two"><img src="harmonium.jpg" class="img8"></a><br><br>
</h1>
<a class="line"> SINGING • PHOTOGRAPHY • AMATEUR ASTRONOMY • PAINTING • EXPERIMENTING • BLOGGING • HARMONIUM </a>
</div>

<div id="contact">
<h1>
C O N T A C T
</h1><br>
<a class="con">
<iconify-icon data-icon="octicon:mail-24"></iconify-icon><a class="email"> @ p*r*dny**k*n*l*@gm**l.c*m</a><br><br>
<iconify-icon data-icon="octicon:mark-github-16"></iconify-icon><a class="github"> https://pradnyarkanale.github.io/</a><br><br>
<iconify-icon data-icon="octicon:link-16"></iconify-icon><a class="linkedin"> LinkedIn</a><br><br>
<iconify-icon data-icon="octicon:file-16"></iconify-icon><a class="blog"> Visit my latest blog at, https://www.blog.engineersconnect.com/my-favorite-technology-pradnya-r-kanale/></a><br><br>
<iconify-icon data-icon="octicon:device-camera-16"></iconify-icon><a class="photo"> Photography blog on instagram, https://www.instagram.com/the.abstract.thinker/</a><br><br>
</a>
</div>

</div>

</body>

</html>
Binary file added sing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
245 changes: 245 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,245 @@
html
{
scroll-behavior: smooth;
}

body
{
background-color: #000000;
opacity: 1;
}

nav
{
text-align:left;
text-decoration: none;
display:grid;
position: fixed;
top:40%;
transform: translateY(-50%);
z-index: 1;
}

/*----------------------------------------------*/

button {
font-family:sans-serif;
border: none;
color: white ;
padding: 10px 24px;
text-align: center;
text-decoration: none;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
background-color: black;
border-radius:8px;
display: inline-block;
text-transform:uppercase;
}

.button:hover
{
background-color: #696969

}

.button:active {
background-color: #696969;
box-shadow: 0 5px #666;
transform: translateY(4px);

}

/*------------------------------------------------*/

.img1
{

width: 75%;
height: 80vh;
border-radius: 15px;
opacity: 0.9;

}

.img2
{
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 330px;
height:200px;
margin-top: 2%;
}

/*------------------------------------------------------*/

.img3
{
width: 250px;
box-shadow: 2px 2px 8px .5px white;
border-radius: 5px;
position: relative;
margin-top: 3%;
margin-left: 10%;
}

/* --------------------*/

.img4
{

width: 250px;
box-shadow: 2px 2px 8px .5px white;
border-radius: 5px;
margin-left: 3%;
}

/*-----------------------*/


.img5
{
width: 250px;
box-shadow: 2px 2px 8px .1px white;
border-radius: 5px;
margin-left: 3%;
}

/*------------------------*/

.img6
{
width: 250px;
box-shadow: 2px 2px 8px .1px white;
border-radius: 5px;
margin-left: 3%;
}

/*-------------------------*/

.img7
{
width: 250px;
box-shadow: 2px 2px 8px .5px white;
border-radius: 5px;
position: relative;
margin-top: -2%;
margin-left: 10%;
vertical-align: middle;
margin-right: 2%;
}

/*-------------------------*/

.img8
{
width: 250px;
box-shadow: 2px 2px 8px .1px white;
border-radius: 5px;
margin-left: 2%;
margin-top: 2%;
vertical-align: middle;
}

/*--------------------------------------------------*/

.line
{
font-size: 25px;
color: grey;
text-shadow: 0px 0px;
margin-left: 10%;
}

/*--------------------------------------------------*/
#container
{
width:100%;
height: 100vh;
font-family:monospace;
color: white;
text-shadow: 2px 2px #808080;

}


#container div
{
text-align: center;
width:100%;
height: 100vh;
font-size: 150%;
}

/*----------------------------------------------------------*/

.infohome
{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 0%);
text-shadow: 2px 2px #808080;
font-size: 150%;
color: black;


}

.infoabout
{
position:relative;
top: 5%;
left: 50%;
transform: translate(-50%, 0%);
text-align:right;
text-shadow: 2px 2px #808080;
font-size: 150%;
color: white;
}

/*-------------------------------------------------*/

.email
{
font-size: 18px;
text-shadow: 0px 0px #000000;
font-family: monospace;
margin-left: 5%;
}

.github
{
font-size: 18px;
text-shadow: 0px 0px #000000;
font-family: monospace;
word-spacing: 20px;
}

.linkedin
{
font-size: 18px;
text-shadow: 0px 0px #000000;
font-family: monospace;
word-spacing: 50px;
}

.blog
{
font-size: 18px;
text-shadow: 0px 0px #000000;
font-family: monospace;
margin-left: 2%;
}

.photo
{
font-size: 18px;
text-shadow: 0px 0px #000000;
font-family: monospace;
margin-left: 2%;
}

/*-------------------------------------------------------------*/