-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (73 loc) · 3.96 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet">
<title>Kushagra Bankey</title>
</head>
<body>
<div class="Div-top">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Kushagra.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain" src="images/mountains.png" alt="mountain-img">
</div>
<div class="Div-middle">
<div class="profile">
<img class="profile-img"
src="images\me.jpeg"
alt="Kushagra's profile photo" width=200px height="=200px">
<h2>Bonjour!</h2>
<p class="intro">I am an undergraduate student at MANIT Bhopal persuing my BTech in Computer Science
and Engineering.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="programmer-icon" src="images/programmer.png"
alt="programmer-icon">
<h3>Competitive Programmer</h3>
<p>I have a passion for solving complex problems through algorithmic thinking and coding.
I have participated in numerous coding competitions and have consistently ranked highly, demonstrating my ability to
write efficient and optimized code under time constraints. I have a strong foundation in data structures and algorithms,
as well as experience working with programming languages C and C++. I am familiar with various
online judges, such as Codeforces, CodeChef and HackerRank, and have contributed to open-source projects on platforms like GitHub.
</p>
</div>
<div class="skill-row">
<img class="web-developer-icon" src="https://cdn-icons-png.flaticon.com/512/1329/1329016.png"
alt="web-developer">
<h3>Web Developer</h3>
<p>I have a strong eye for design and a passion for user experience.
I have experience designing and developing websites using HTML, CSS, and JavaScript. I am skilled in creating responsive
and visually appealing web pages that are optimized for search engines and provide a great user experience. Additionally,
I am constantly keeping up with the latest trends and technologies in web development to ensure that my skills are up to date and relevant.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You want my help?</h3>
<p class="contact-message">If you have a project that you want to get started, think you need my help with something or just fancy
saying hey, then get in touch.</p>
<a class="btn" href="mailto:kushagrabankey1703@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="Div-bottom">
<a class="footer-link" href="https://www.linkedin.com/in/kushagra-bankey-a50b16228/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/BankeyKushagra">Twitter</a>
<a class="footer-link" href="https://github.com/Kushbankey">GitHub</a>
<p class="copyright">© Kushagra Bankey. All rights reserved.</p>
</div>
</body>
</html>