-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheducation.html
56 lines (50 loc) · 2.94 KB
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kamal YS Gattu - Education</title>
<link rel="icon" type="image/x-icon" href="Files/icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js"></script>
<script src="scripts.js" defer></script>
</head>
<body>
<div id="profile-section">
<div id = "contact"><h1>Kamal Yeshodhar Shastry Gattu</h1>
<p class="contact-text">
<i class="contact-icons fas fa-map-marker-alt"></i>Lowell, MA |
<i class="contact-icons fas fa-phone-alt"></i> +1 (571) 732-7250 |
<i class="contact-icons far fa-envelope"></i> <a href="mailto:kysgattu0502@gmail.com"> kysgattu0502@gmail.com <br></a>
<i class="contact-icons fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/kysgattu/" target="_blank">LinkedIn.com/in/kysgattu</a> |
<i class="contact-icons fab fa-github"></i> <a href="https://github.com/kysgattu" target="_blank">GitHub.com/kysgattu</a>
<p><b>Download my CV:</b><i> <a href="Files/Kamal_Yeshodhar_Shastry_Gattu_CV.pdf" download="Kamal_Yeshodhar_Shastry_Gattu_CV.pdf">Kamal_Yeshodhar_Shastry_Gattu_CV.pdf</a></i></p>
</p>
</div>
<img id="profile-picture" src="Files/profilepic.jpeg" alt="Profile Picture">
</div>
<div id="menu-bar">
<button onclick="navigateToPage('index.html')">Profile</button>
<button onclick="navigateToPage('education.html')">Education</button>
<button onclick="navigateToPage('experience.html')">Experience</button>
<button onclick="navigateToPage('skills.html')">Skills</button>
<button onclick="navigateToPage('projects.html')">Projects</button>
</div>
<div class="section-box">
<h2 class="box-title">EDUCATION</h2>
<ul>
<li><span class="box-title">Master of Science in Computer Science,</span>
<span class="gpa">3.736/4.0</span><br>
<span class="italicize">University of Massachusetts Lowell, Lowell, MA</span>
<div class="divider"></div>
<li><span class="box-title">Bachelor of Technology in Computer Science & Engineering,</span>
<span class="gpa">GPA: 6.73/10.0</span><br>
<span class="italicize">Jawaharlal Nehru Technological University Hyderabad, Hyderabad, India</span>
</ul>
</div>
<footer>
© 2024 Kamal YS Gattu | <a href="mailto:kysgattu0502@gmail.com">kysgattu0502@gmail.com</a> | <a href="https://linkedin.com/in/kysgattu" target="_blank">LinkedIn</a> | <a href="https://github.com/kysgattu" target="_blank">GitHub</a>
</footer>
</body>
</html>