-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (57 loc) · 2.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
<title>Ranjan</title>
</head>
<body>
<div class="top-container">
<div class="topcloud">
<img src="images/cloud.png" alt="cloud-img">
</div>
<h1>I'm Ranjan</h1>
<h2 class="intro">a programmer</h2>
<div class="bottomcloud">
<img src="images/cloud.png" alt="cloud-img">
</div>
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profilepic" src="images\Profile.jpeg" alt="Ranjan's profile picture" height="150">
<h2>Hello.</h2>
<p>I am a Web developer and a game developer.I❤️playing video games and watching fantasy movies.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skillpic1" src="images\game-development.png" alt="html1-img">
<h3>Design and Development</h3>
<p>I started coding when I was 12 years old.The first programming language that I learnt is Java.I started to learn coding so that I can build my own games and websites,though still a learner.</p>
</div>
<div class="skill-row">
<img class="skillpic2" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQsfi0-EHTaWJNHhetRMSXh_rcxknrQUOjsIg&usqp=CAU" alt="games-img">
<h3>Video Games</h3>
<p>Well I am a casual gamer.I am good at open world games.The worst part is that I am bad at shooting games.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love video games as much as I do.</h3>
<p>Love playing video games as I do?Feel free to contact and share some tips and cheats for any game!</p>
<a class="BUTTON_NBN" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ranjan-reddy-65097620b/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Ranjan93430874">Twitter</a>
<a class="footer-link" href="https://ranjan161202.github.io/cv/">Website</a>
<p class="copyright">© 2021 Ranjan Reddy@Personal Site.</p>
</div>
</body>
</html>