-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (54 loc) · 2.96 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
63
64
65
66
67
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Caveat:wght@400;500;600;700&family=Happy+Monkey&family=Orbitron:wght@800&family=Poppins:wght@300;400;500;600&family=Roboto&family=Sacramento&family=Teko&display=swap" rel="stylesheet">
<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=Caveat:wght@400;500;600;700&family=Happy+Monkey&family=Montserrat:wght@300&family=Orbitron:wght@800&family=Poppins:wght@300;400;500;600&family=Roboto&family=Sacramento&family=Teko&display=swap" rel="stylesheet">
<title>Rajender Reddy</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<h1>I'm Rajender Reddy</h1>
<p id="subText"> <span id="web" >Web</span> {Developer}</p>
</div>
<div class="middle-container">
<div class="profile">
<h2>Hello.</h2>
<p>I am Web Developer.</p>
<p>I love riding bikes and learning new things. Tech enthusiast</p>
</div>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="softskill-code " src="./images/code-solid.svg" alt="soft skills icons">
<h3>Design & Development</h3>
<p>Started to code after graduation. Now designing building websites and learning everyday </p>
</div>
<div class="projects">
<h2>Projects</h2>
<img class="tindog" src="./images/tindog.png" alt="project tindog">
<h3 id="projectname"><a href="./Bootstrap/index.html">TinDog</a></h3>
<p class="dpxn">A dating website for dogs. Wooff wooff <br> Built on Bootstrap Framework</p>
</div>
</div>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love the design of this page. let me know</h3>
<p>tweet to me via my social handles</p>
<button class="button" ><a class="btn" href="mailto:rajender.reddybellanagari@gmail.com">CONTACT ME</a></button>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/rajender-bellanagari/" target="_blank">LinkedIn |</a>
<a class="footer-link" href="https://twitter.com/somuontwt/" target="_blank">Twitter |</a>
<a class="footer-link" href="https://github.com/Pekka1721" target="_blank">Github</a>
<p class="footerp">© Rajender Reddy Bellanagari.</p>
</div>
</body>
</html>