-
Notifications
You must be signed in to change notification settings - Fork 0
/
02_Education.htm
56 lines (50 loc) · 2.46 KB
/
02_Education.htm
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Suraj's Portfolio - Education</title>
<link rel="icon" href="/images/faviconnew.jpg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="02_education.css">
<script src="linked.js"></script>
</head>
<body oncontextmenu="return false">
<div class="head">
<button class="name">Suraj Sanganbhatla</button> <br>
<ul>
<li><a href="/index.htm">Home </a></li>
<li class="active"> <button> Education </button> </li>
<li> <a href="/03_Skills.htm"> Skills </a> </li>
<li> <a href="/04_Scholastic.htm"> Scholastic </a> </li>
<li> <a href="/05_Projects.htm"> Projects </a> </li>
<li> <a href="/06_Contact.htm"> Contact </a> </li>
</ul>
</div>
<div class="container">
<b> Bachelor of Technology: (2020-2024) </b><br>
VNR Vignana Jyothi Institute of Engineering and Technology, Hyderabad, Telangana, India <br>
<b> <a href="http://vnrvjiet.ac.in/logo11.png" target="_blank">(NIRF: 113, NAAC: A++)</a> </b><br>
CGPA: *8.6/10 (Till date) <br>
<hr>
<b> Intermediate: (2018-2020) (Telangana State Board of Intermediate Education)</b><br>
Trinity Junior College, Karimnagar, Telangana, India<br>
Score: 966/1000 <br>
<hr>
<b> Higher Education: (2014-2018) (Board of Secondary Education, Telangana)</b><br>
Anglo Vedic Convent High School, Dharmapuri, Telangana, India<br>
10th CGPA: 9.7/10<br>
<hr>
<b> Primary Education: (2009-2013)</b><br>
Kerala English Medium High School, Dharmapuri, Telangana, India<br>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>