-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 2.98 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
<!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>Krishna Kadu</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<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=Merriweather&family=PT+Sans&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-png">
<h1>I'm Krishna </h1>
<h2>A <span class="Dev">Dev</span>eloper</h2>
<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="avatar" src="images/Avatar.png" alt="avatar">
<h2>Hello.</h2>
<p>Myself , Krishna a student pursuing B.E(IT) and I have interests in Web development and Machine learning .</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="gcloud" src="images\gcloud.png" alt="gcloud">
<h3>Gcloud</h3>
<p>Through 30 days of google cloud , I was able to learn all fundamentals of cloud infrastructure and performing basic data science on cloud.</p>
</div>
<div class="skill-row">
<img class="c" src="images\C++.png" alt="c">
<h3>C++</h3>
<p>I can write code in C++ and implement some data structures and algorithm. </p>
</div>
<div class="skill-row">
<img class="java" src="images/java.png" alt="java">
<h3>Java</h3>
<p>I mostly write object oriented programs in java.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Would love to connect</h3>
<p class="bottom-p">Also , I love Tech , Gaming and Music.So feel free to contact me for chat.</p>
<span><img class="btn-ico" src="images/message.png" alt=""></span><a class="btn" href="mailto:krish2kadu@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="http://linkedin.com/in/krishna-kadu-67313621a" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://instagram.com/krishnak_02" target="_blank">Instagram</a>
<a class="footer-link" href="https://github.com/KaiserKadu" target="_blank">Github</a>
<p class="copyright">© Krishna Kadu.</p>
</div>
</body>
</html>