forked from kriju0726/CSS-My-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (46 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Krish Kumar.</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="scene-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Krish.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="profile-container">
<img src="krish3.png.png" alt="krish-img" width="180" height="180">
<h2>HeLLo!!!</h2>
<p>I am an iOS and Web Developer. I'm the creator of this Extra-ordinary web-page. I ❤️ to play piano and to listen old Ever-green Romantic songs with peaceful mind.</p>
</div>
<hr>
<div class="skill-container">
<center><h2>My Skills!!!</h2></center>
<img class="comp" src="https://cdn-icons-png.flaticon.com/128/3242/3242257.png" alt="web-img">
<h3>Web Design.</h3>
<p>Lorem Ipsum is text of printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. Typesetting industry has been the industry's</p>
<img class="piano-icon" src="piano.png" alt="piano-img">
<h3>Piano</h3>
<p> Piano is a musical instrument, that can be played by the help of fingers.Tone of every song can be produced by it, in a melodious way. It is a very good instrument to make interest in the world of Music.</p>
</div>
<hr>
<div class="contact-container">
<h2>Get in Touch...</h2>
<h3>If, you love piano, as much as i do...</h3>
<p> Piano is a musical instrument, that can be played by the help of finger. Tone of every song can be produced by it, in a melodious way. That move into a pleasant mood in the world of music.</p>
<a class="btn" href="7250243833"> CONTACT ME</a>
</div>
<div class="link-container">
<a class="footer-link" href="https://www.linkedin.com/in/aabhash-barnwal-7056b324b"> LinkedIn.</a>
<a class="footer-link" href="[email protected]"> E-mail.</a>
<a class="footer-link" href="7250243833"> Instagram.</a>
<p class="copyright">@ krish kumar. 2907-2607</p>
</div>
</body>
</html>