-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
73 lines (66 loc) · 3.87 KB
/
about.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
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/style.css"/>
<link rel="icon" type="image/x-icon" href="./asserts/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=Oxygen&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" />
<title>Manidhar portfolio website</title>
</head>
<body>
<nav>
<ul>
<li><h1><a href="index.html"><span class="fa-solid fa-graduation-cap"></span><span> Manidhar Reddy</span></a></li></h1>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
<!-- as this a portfolio web site people know linkedin and github icons so i had remove text here -->
<li><a href="https://linkedin.com/in/manidhar-reddy-415374233" target="_blank"><span class="fa-brands fa-linkedin" aria-hidden="true"></span></a></li>
<li><a href="https://github.com/manidhareddy" target="_blank"><span class="fa-brands fa-github"></span></a></li>
<li><a href="https://drive.google.com/file/d/1ofQr14HH6HRrn2ke3_6iTdzdkcU0wPAM/view?usp=sharing" target="_blank" class="button">Resume</a></li>
</ul>
</nav>
<div class="gradient"></div>
<!-- section for projects -->
<div class="section-dkblue">
<section id="projects">
<h2>About Manidhar Reddy</h2>
<article class="reverse">
<div class="text">
<h3>Just the highlights</h3>
<p class="blackbox">I recently graduated from <a href="https://www.gpcet.ac.in/" target="_blank">GPCET</a> with a degree in <i>Computer Science</i>, and I am an enthusiastic learner always seeking to acquire new skills and stay updated with emerging technologies. My primary interests revolve around developing full-stack web applications and Java applications. I am currently dedicating my efforts to a personal project aimed at enhancing my technical abilities and expanding my knowledge in these areas.</p>
<h4>Technical Skills</h4>
<ul class="skills">
<li><i class="fa-brands fa-java" style="color: #f7f7f7;"></i></li>
<li><i class="fa-brands fa-python"></i></li>
<li><i class="fa-brands fa-html5" style="color: #f06529;"></i></li>
<li><i class="fa-brands fa-css3-alt" style="color:#2965f1"></i></li>
<li><i class="fa-brands fa-js" style="color: yellow;"></i></li>
</ul>
<h4>Also Include</h4>
<ul>
<li>Data Structures</li>
<li>oops</li>
<li>Computer Networks</li>
</ul>
</div>
<!-- <img src="./asserts/" alt="screenshot of the sorting algorithm visualizer" /> -->
</article>
</section>
</div>
<div class="gradient"></div>
<footer>
<h2>Manidhar Reddy · Developer</h2>
<ul>
<li><a href="https://linkedin.com/in/manidhar-reddy-415374233" target="_blank"><span class="bi bi-linkedin"></span></a></li>
<li><a href="https://github.com/manidhareddy" target="_blank"><span class="bi bi-github"></span></a></li>
<li><a href="mailto:[email protected]" target="_blank"><span class="bi bi-envelope"></span></a></li>
</ul>
<p><small>© 2023 Manidhar Reddy. All rights reserved.</small></p>
</footer>
</body>
</html>