-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (61 loc) · 2.71 KB
/
index.html
File metadata and controls
65 lines (61 loc) · 2.71 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>
<html>
<head>
<meta charset="UTF-8">
<title>askcoder</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="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=Indie+Flower&family=Merriweather+Sans&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet">
</head>
<body>
<div class="top-container">
<img src="images/cloud.png" alt="cloud-img" class="top-cloud">
<h1 id="main-heading">I'm Ashwin</h1>
<h2 class="p-and-m">
<span class="pro">pro</span>grammer and musician
</h2>
<img src="images/cloud.png" alt="cloud-img" class="bottom-cloud">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://pps.whatsapp.net/v/t61.24694-24/300229450_5452764421413056_7394292609979786371_n.jpg?ccb=11-4&oh=01_AdSD0qb_Y38Y-9F4TGUK09hYILn7KJKDuSEAvvIYFxh8Qw&oe=63B16A8F"
alt="my image" class="profile-image">
<h2>ciao.</h2>
<p>im a student and i would love to code and play piano for the rest of my life.
</p>
</div>
<hr>
<div class="skills">
<h2>What I can do</h2>
<div class="skill-row">
<img class="playing-piano" src="images\playing-piano.png" alt="playing-piano">
<h3>play the piano.</h3>
<p>started playing at the age of 5 and it is one thing i enjoy the most in my mean time.</p>
</div>
<div class="skill-row">
<img class="coding-img" src="https://cdn-icons-png.flaticon.com/512/2115/2115955.png" alt="coding-img">
<h3>code.</h3>
<p>a self-taught programmer who does it as an hobby. i love solving tough coding problems and building
new things from scratch</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Interested in me?</h3>
<p class="chill-music">Feel free to contact me. Maybe we can code together or maybe chill out with some
music!</p>
<a class="btn" href="mailto:ashwinskrishna2006@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/askpiano/">Instagram</a>
<p class="copyright">©2022 ASHWIN askpiano.</p>
</div>
</body>
</html>