-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (56 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>ANISH KUAR</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css folder/styles.css">
<link rel="icon" href="css folder/faviconphoto.ico">
</head>
<body>
<div class="topcontainer">
<img src="images/me.svg" alt="cartoon-img"class="cartoon">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1> I'm Anish.</h1>
<h2>a web <span class="un">dev</span>loper</h2>
<img src="images/cloud.png" alt="cloud-img" class="bottom-cloud">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middelcontainer">
<div class="profile">
<img src="images\anishpic.JPG" alt="Anish photo"class="img" title="Anish Kuar">
<h2>Hello</h2>
<p class="info">I am Anish kuar and I am a web Devloper.I am the student of B.Tech in GALGOTIAS UNIVERSITY.I love to play vollyball and cricket.</p>
</div>
<hr>
<div class="skills">
<h2>My Skill</h2>
<div class="skill-row">
<img src="images\lg-leverage-of-coding.jpg" alt="" class="coding-img">
<h3>Coding and Web Design</h3>
<p>I started learning to code when I was in class 12th Because I want to make my own Website.over time,when I successfully get adminssion in B.Tech from computer science and engineering branch. I started learning web devlopment with the help of udemy.</p>
</div>
<div class="skill-row">
<img src="images\cricket - Copy.jpg" alt=""class="hobbies-img">
<h3>Hobbies:</h3>
<p>But my best skill is actully in playing cricket and vollyball. I love games because games play very important role in creating a discipline mind set.</p>
<h3 class="dream">Dreams:</h3>
<p class="dream">I want to become a good web devloper and a cyber security.It's my dream and i am surely going to achive it at any cost .</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love coding and gaming as much as i do.</h3>
<p>if you love coding and gaming as much as i do ? Let's talk about how awesome they are! But We can't code While we are playing games!</b></p>
<a class="btn" href="mailto:anishkuar396@email.com"title="link">CONTACT ME</a>
</div>
</div>
<div class="bottomcontainer">
<a class="footer-link" href="https://www.linkedin.com/"title="link is not specify">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Anishku48057912/"target="_blank"title="link">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/"title="link is not specify">Website</a>
<p class="copyright">© 2020Anish kuar@The Joker</p>
</div>
</body>
</html>