-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (54 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ajneesh</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:ital,wght@1,600&family=Sacramento&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Ajneesh</h1>
<h2 id="first-sub">A programmer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
<div class="middle-container">
<div class="profile">
<img id="profile-img" src="images/profile.png" alt="My profile photo">
<h2>Hello.</h2>
<p>I am a student of information science and engineering studing at the Siddaganga Institute of technology</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="img1" id="cir" src="https://media.giphy.com/media/xT9IgzoKnwFNmISR8I/giphy.gif" alt="computer">
<h3>Coding</h3>
<p>I am a student learning python and web development coding .And also have an experience in coding C and C++ language, as a student of Information science and engineering</p>
</div>
<div class="skill-row gaming">
<img class="img2" src="images/joystick.png" alt="gaming-related">
<h3>Gaming</h3>
<p>I love gaming and am a undisputed great player. I play pc games such as Assassin's Creed, Watch Dogs and GTA V along with some mobile games .</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love gaming as i do .</h3>
<p class="contact-message">Love gaming as i do? We can talk about them along with coding and playing with fire and ice.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link anchor" href="https://www.linkedin.com/in/ajneesh-patil-8aa719204/">LinkedIn</a>
<a class="footer-link anchor" href="https://twitter.com/">Twitter</a>
<a class="footer-link anchor" href="https://www.google.com">Website</a>
<p class="cp">© 2021 Ajneesh.</p>
<div class="waste">Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</div>
</body>
</html>