-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (58 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vedika</title>
<link rel="stylesheet" href="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=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="box">
<img src="./cloud.png" class="cloud1"><br><br>
<h1>Im Vedika</h1><h2 class="pro">a programmer</h2>
<img src="./cloud.png" class="cloud2">
<img src="./mountain.png" class="mountain"></div>
<div class="middle-container">
<div class="profile">
<br>
<img class="profile1" src="./vedika.jpg" alt="mypic" width="50px" height="50px">
<h2>Hello.</h2>
<p>This is vedika chowdhary. Currently pursuing undergrad.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="coding" src="./computer.png" alt="">
<h3>Coding</h3>
<p>Coding has been my passion since I was young. I know python,HTML,CSS,C,C++ and I'm currently learning javascript. </p>
</div>
<div class="skill-row">
<img class="book" src="https://acegif.com/wp-content/uploads/gifs/book-95.gif" alt="">
<h3>Reading Books</h3>
<p>I love to read books whenever I get a chance. My favourite author is Agatha Christie.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h4>For any queries you can contact me below.</h4>
<p>I will revert back to your queries as soon as possible.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<br><br>
<div class="bottom-container">
<br><br>
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://vedika2663.github.io/cv/">Website</a>
<p class="copyright">© Vedika Chowdhary.</p>
</div>
</body>
</html>