-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathprkportfolio.html
More file actions
80 lines (63 loc) · 3.3 KB
/
prkportfolio.html
File metadata and controls
80 lines (63 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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>