-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (59 loc) · 3.18 KB
/
index.html
File metadata and controls
65 lines (59 loc) · 3.18 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title height="90px">Pranav Prashant</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="top-container">
<!--<img class="bottom-cloud" src="images/cloud.png" alt="cloud-png">-->
<img class="top-cloud" src="images/cloud.png" alt="cloud-png">
<h1>Pranav Prashant</h1>
<h2>a <span class="pro">student</span></h2>
<!--<img src="images/mountain.png" alt="mountain.png">-->
<div class="middle-container">
<div class="profile">
<img class="profile-png"src="images/linkedinprofilepiccircular.png" alt="Pranav's Pic">
<h2>Hello.</h2>
<p class="intro">This is Pranav Prashant a Sophomore at National institute of technology, Calicut.Welcome to my personal website.</p>
</div>
<hr>
<div class="skills">
<h2>What am I fond of?</h2>
<div class="skill-row">
<img class="code1-png" src="https://cdn-icons-png.flaticon.com/512/1006/1006363.png" alt="">
<h3>Coding</h3>
<p>I love to code, though I am still a beginner. I often spend my leisure time coding and developing all skills in the walk of IT sector. </p>
</div>
<div class="skill-row">
<img class="code2-png" src="https://cdn-icons-png.flaticon.com/512/59/59118.png" alt="">
<h3>Analytics </h3>
<p>I am very good at observing a set of data and drawing a conclusion out of it, probably the best one possible:)</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Wish to know more bout me?</h2>
<h3>Feel free to reach me out via any of the following handles</h3>
<p>Love coding as much as I do?<br>Then make sure to hit me up, who knows we might end up building something crazy ;) </p>
<a class="btn" href="mailto:pranavprashant@outlook.in">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/pranavprashant/">LinkedIn</a>
<!-- <a class="footer-link" href="https://twitter.com/ipranavprashant">Twitter</a>-->
<a class="footer-link" href="https://g.dev/pranavprashant">GD</a>
<a class="footer-link" href="https://instagram.com/ipranavprashant">Instagram</a>
<!--<a class="footer-link" href="https://github.com/ipranavprashant">Github</a>-->
<p class="copyright">© Pranav Prashant</p>
</div>
</body>
</html>