-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
60 lines (55 loc) · 2.5 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Manoj</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Manoj.</h1>
<h2><strong>a student</strong></h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-picture" src="Manoj P.png" alt="manoj-profile photo" width=15%>
<h2><em>Hola</em>.</h2>
<p class="my-description">I am Manoj a <strong>Computer Science</strong> Studnent who loves solving problems and love playing out-door games especially badminton.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="first-skill" src="programming.svg" alt="programming-image">
<h3>Progamming</h3>
<p class="programming">Progamming solves the real world problems easily and helps in advancement of present technologies and help to create our own ideas into real life.</p>
</div>
<div class="skill-row">
<img class="second-skill" src="gamming.svg" alt="gamming-image">
<h3>Online-Gamming</h3>
<p class="game">I love to play it helps to connect with my friends eaisly and helps calm the mind.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You love gammig and programming as I do.</h3>
<p class="contact-me-description">I you have interst in problem sloving as I do then let's solve it together after solving that we can play games.</p>
<a class="btn" href="mailto:manoj0208@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/manoj-reddy-98813b1b9/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/ManojRe18131935">Twitter</a>
<a class="footer-link" href="https://github.com/Manoj020">Github</a>
<p class="copy-right">© Manoj Mandapati.</p>
</div>
</body>
</html>