-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (57 loc) · 2.45 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Tejesh Jain</title>
<link rel="stylesheet" href="Style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body <style>
</style>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="clous image">
<h1 <style mar>
</style>I am Tejesh</h1>
<h2>A <span class="pro">pro</span>grammer</h2>
<img class="bottom-cloud" src="cloud.png" alt="clouds image">
<img src="mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div class="profile">
<img src="my photo-modified.png" alt="Tejesh Jain" width="200" height="200">
<h2>Hello.</h2>
<p class="text-1">I am currently learning web development and coding. I love Tea.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-image" src="https://cdn.dribbble.com/users/3573448/screenshots/14824348/coding_laptop_4x.png" alt="coding picture" width="300" height="250" >
<h3>Coding</h3>
<p>I have knowledge in java,c++ and python</p>
</div>
<br>
<div class="skill-row">
<img class="skill-image-1" src="https://image.shutterstock.com/image-vector/color-sport-background-football-basketball-260nw-1315841180.jpg" alt="sports" width="300" height="250">
<h3>Sports</h3>
<p>I like to play different sports including cricket, football,badminton,chess and swimming.</p>
</div>
</div>
<br><br>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You love coding and playing games </h3>
<p class="text-2">Feel free to get in touch and lets code and play.</p>
<a class="btn" href="mailto:tejeshjain2521@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/tejesh.jain_10_9/">Instagram</a>
<a class="footer-link" href="https://github.com/">Github</a>
<p class="copyright">© 2021 Tejesh Jain.</p>
</div>
</body>
</html>