-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (56 loc) · 2.87 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pranay's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/coding.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Pattaya&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pattaya&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I'm Pranay</h1>
<h2>a <span>pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img src="./images/pranayp.jpg" alt="Pranay's Profile Photo">
<h2>Hello.</h2>
<p class="intro">I'm a programmer and a Web-developer. Aspiring to be a full-stack developer. In my free time, I'm also a Poet 💖, sharing my thoughts through poems.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="design-1" src="./images/comp.png" alt="web-design-image">
<h3>Design & Development</h3>
<p>I took keen interest in web-Development in my 3rd year of my college, I was a programmer and once i wanted to have my own website where i can share my poems that i write so since then i started my journey in web-Development.</p>
</div>
<div class="skill-row">
<img class="design-2" src="./images/code1.png" alt="Coding-image">
<h3>Programming</h3>
<p>These are my side skills I focus on other than web-development, such as C, C++, Python, Java, SQL, and much more. </p>
</div>
</div>
<br>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love web-Development as much as I do .</h3>
<p class="contact-message">If you love web-Development as much as I do? Let's talk & collab together and create something interesting.</p>
<a class="btn" href="mailto:pranayprasad7001@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/"><img class="icon" src="./images/linkedin.png" alt="linkedin-icon"></a>
<a class="footer-link" href="https://twitter.com/"><img class="icon" src="./images/twitter.png" alt="twitter-icon"></a>
<a class="footer-link" href="https://www.facebook.com/"><img class="icon" src="./images/facebook.png" alt="facebook-icon"></a>
<p class="copyright">Copyright © 2021 Pranay Prasad.</p>
</div>
</body>
</html>