-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (63 loc) · 3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Dhamu Pradeep</title>
<link rel="stylesheet" href="css/style.css">
<link rel="ico" href="images/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Ibarra+Real+Nova&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-png">
<h1>I'm Dhamu.</h1><br>
<p class="para1">a <span class = "pro">pro</span>grammer.</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-png">
<img class="mountain" src="images/mountain.png" alt="mountain-png">
</div>
<div class="middle-container">
<div class="profile">
<img class="profilepicture" src="images/profile.gif" alt="profile picture">
<h2>Hello.</h2>
<p>I am a web developer and a competitive programmer.I love to learn new things and playing cricket.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="cpp-img" src="images/c-.png" alt="C++ icon">
<h3>C++</h3>
<p class="skill-description">I have a excellent knowledge on C++ and practice it each day by solving problems.</p>
</div>
<div class="skill-row">
<img class="python-img" src="images/python.png" alt="python icon">
<h3>Python</h3>
<p class="skill-description-pu">My first programming language I learned is Python because of it's wide range of applications.And it is easy to learn as a beginner</p>
</div>
<div class="skill-row">
<img class="html5-img" src="images/html-5.png" alt="html-5 icon">
<h3>HTML</h3>
<p class="skill-description-pu">I have a good knowlwdge on HTML and I developed some good pages using it.</p>
</div>
<div class="skill-row">
<img class="css-3-img" src="images/css-3.png" alt="css-3 icon">
<h3>CSS</h3>
<p class="skill-description-pu">I started learning CSS to make my websites colorfull and more attractive.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p>Feel free to contact me!!</p>
<a href="mailto:[email protected]" class="BUTTON_PMH">Contact Me !!</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/dhamu-pradeep-s17102002"> <img class="footerimg" src="images/linkedin-logo.png" alt="linkedin png"> </a>
<a class="footer-link" href="https://github.com/DhamuPradeep"> <img class="footerimg" src="images/github.png" alt="githubpng"> </a>
<p class="footer-para">© Dhamu Pradeep.</p>
</div>
</body>
</html>