-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (70 loc) · 3.19 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
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Padmasri R</title>
<link rel="stylesheet" href="css\style.css" />
<link rel="icon" href="image\favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=PT+Serif:ital,wght@1,700&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img id="top-cloud" src="image\cloud.png" alt="cloud">
<h1>I'm Padmasri</h1>
<p><h2>A Web Developer.</h2></p>
<img id="bottom-cloud" src="image\cloud.png" alt="cloud">
<img src="image\bg.png" alt="picture" width="80%">
</div><br />
<div class="middle-container">
<div class="profile">
<img class="me" src="image\me.png" alt="profile_picture">
<h2>Hello 😊</h2>
<p>I'm an Engineer based out in India.</p>
<p>I am passionate about acquiring new skills.</p>
<p>I love learning new languages! I speak English,Tamil,Telugu,French and German.</p>
<p>and I also enjoy playing Basketball</p>
<p>I strongly beleive that life is lived to it's fullest when you love ❤ what you do!</p>
</div><br />
<hr>
<h3>
“Ignite your Interest, Involve in Innovation.”
</h3>
<hr>
<br />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-pic1" src="image\computer.png" alt="computer">
<h3>Coding</h3>
<p>I like finding new solutions for problems.</p>
<p>Implementing and Creating new solutions revitalizes me everday.</p>
</div>
<div class="skill-row">
<img class="skill-pic2" src="image\camera.png" alt="photography">
<h3>Photography</h3>
<p>The best images are the ones that retain their strength and impact over the years, regardless of the number of times they are viewed. Don't They?</p>
<p>The vivid colors of nature is all that attracts me todays photography.</p>
</div>
<div class="skill-row">
<img class="skill-pic3" src="image\lead.png" alt="leader">
<h3>Leadership</h3>
<p>Empowering the team I work with and initiating tasks in an organised manner is what I always do.</p>
<p>I keep up the bubbling energy of the team and I also motivate them to do their best work.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Having new ideas or Interested in web designing.</h3>
<p class="cnt">Dont hesitate to ping me, let's figure out if it works to give life to your ideas!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div><br />
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/padmasri-r-b969b0185/">LinkedIn</a>
<a class="footer-link" href="https://www.github.com/padhu-bot/">Git-Hub</a>
<a class="footer-link" href="https://web.facebook.com/padmasri.ramkumar">Facebook</a>
<p class="last">© 2020 Padmasri Ramkumar.</p>
</div>
</body>
</html>