-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.73 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>CHANDRAMANI</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="icon" href="f.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap" rel="stylesheet">
</head>
<body>
<div class="top_container">
<img class="first" src="images/cloud.png" alt="cloud-pic">
<h1>I'm Chandramani.</h1>
<h2 class="he" >A Programmer.</h2>
<img class="second" src="images/cloud.png" alt="cloud-pic">
<img src="images/mountain.png" alt="moutain-pic">
</div>
<div class="middle-container">
<div class="profile">
<img class="me" src="images/me.jpeg" alt="chandramani-pic">
<h2>Hello.</h2>
<p class="pa">I'm a determined and hardworking student who is currently studying at DTU. Beside it I'm a amateur web-developer as well as a coder.</p>
</div>
<hr class="one">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skillone" src="images/cs.png" alt="coding-pic">
<h3>Coding</h3>
<p class="pa">I have learnt Data Structure and Algorithm in the language C++. Solving interesting coding problems makes me happy as every code teaches me something.</p>
</div>
<div class="skill-row">
<img class="skillsecond" src="images/game.png" alt="games-pic">
<h3>Online games</h3>
<p class="pa">And I'm pretty good at playing online games such as Pubg, Call of Duty, Clash Of Clan, Clash Royale and many more. And I do it in my free time.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If u like to play online games as much as I do!!!</h3>
<p class="pa">We would play online game together and do coding as well. And we would surely make something interesting!!</p>
<a class="touch" href="mailto:so7085490667@gmail.com"><h2 class="con">CONTACT ME</h2></a>
</div>
</div>
<br>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/chandramani-kumar-patel-20bb83156/"> <img src="images/linkedin.png" alt="linkedin-pic"></a>
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100009527822131"><img src="images/facebook.png" alt="facebook-pic"> </a>
<a class="footer-link" href="https://github.com/CHANDRAMANI70"><img src="images/github.png" alt="git-hub_pic"></a>
<p class="p">© 2020 Chandramani Patel</p>
</div>
</body>
</html>