-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
61 lines (58 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anurag Kashyap🧑💻</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=Merriweather&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud" class="responsive">
<h1>I'm Anurag.</h1>
<h2>a programmer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud" class="responsive">
<img src="mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="anurag.png" alt="My img" class="responsive">
<h2>Hello.</h2>
<p class="intro">I am currently a student in <a class="college" href="https://www.kiet.edu/">KIET GROUP OF INSTITUITIONS</a>,Pursuing my B.tech in Computer Science.I ❤️ Programming.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="development" src="dev.jpg" alt="" class="responsive">
<h3>Programming</h3>
<p>Currently i am comfortable with few programming languages,and learning DSA and web development.This website ia a part of my project.</p>
</div>
<div class="skill-row">
<img class="mtvn" src="mtvnimg.png" alt="">
<h3>Motivation</h3>
<p>I love motivational(self development) books and also i'm a good motivator.I like working in team,and lead my team whenever given the oportunity.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Always available for you.</h3>
<p class="touch">I'm available for any development works,Drop here if we can work together and have a cup of coffee😊.</p>
<a class="btn" href="mailto:anuragkashyap026@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/anurag-kumar-099b251b6/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/why_so_seriousI">Twitter</a>
<a class="footer-link" href="https://akashyap25.github.io/Anuragsweb/">Website</a>
<p class="copyright">© Anurag Kashyap.</p>
</div>
</body>
</html>