-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (110 loc) · 4.11 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<!-- Via Linkedin learning course -->
<html lang="en">
<head>
<!-- Go to http://fontawesome.io/get-started/ to generate your own embed code! -->
<script src="https://use.fontawesome.com/6e47fdd73a.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yaswanth Bondalapati | Resume</title>
<link href="https://fonts.googleapis.com/css?family=KoHo|Cormorant:400,700" rel="stylesheet">
<link rel="stylesheet" href="resume-style.css">
</head>
<body>
<!-- // Intro -->
<header id="about">
<a href="Yaswanth-Bondalapati.pdf" target="_blank" download class="btn download">Download PDF</a>
<nav>
<a href="#about">About</a>
<a href="#work">project and Skills</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
</nav>
<div class="content-wrap">
<img class="profile-img col-narrow" src="Yaswanth-Bondalapati.JPG" alt="Yaswanth Bondalapati">
<div class="col-wide">
<h1>Yaswanth Bondalapati</h1>
<p>I am computer science Graduate skilled in leadership,with a strong foundation in math, programming logic, and coss-platform coding.seeking to leverage solid development skills with a focus on collaboration, communication and passion.</p>
</div>
</div>
</header>
<main>
<!-- // Internship -->
<section id="work" class="work">
<div class="content-wrap">
<h2>Internship</h2>
<!-- Job 1 Details -->
<div class="col-narrow">
<h3>Web Development Internship at Tech Citi Pvt Ltd</h3>
</div>
<div class="col-wide job-description">
<p>Key contributions:</p>
<ul>
<li>Learnt how to create websites.</li>
<li>Acquired knowledge on how to connect with database.</li>
</ul>
</p>
<p>See more at <a href="https://www.linkedin.com/in/yaswanth-bondalapati-0560a6202/" target="_blank">linkedin</a>.</p>
</div>
<!-- Job 3 Details -->
<div class="col-narrow">
<h3>Projects</h3>
<p>1. Monitoring of crop on farmer field using Machine learning and IOT </p>
<p>2. Automatic Detection of diabetic retinopathy using Deep Learning.</p>
</div>
</div>
</section>
<section id="exptertise" class="exptertise">
<div class="content-wrap">
<h2> Skills</h2>
<div class="col-narrow">
<h3>Languages:</h3>
</div>
<div class="col-wide job-description">
<p> Java ,Python,C-Language,.</p>
</div>
<div class="col-narrow">
<h3>Web Technologies:</h3>
</div>
<div class="col-wide job-description">
<p>HTML,CSS,Java Script.</p>
</div>
<div class="col-narrow">
<h3>Operating Systems:</h3>
</div>
<div class="col-wide job-description">
<p>Windows-7/8/10,Linux.</p>
</div>
<div class="col-narrow">
<h3>Familiar with Microsoft office (WORD,POWER POINT)
</h3>
</div>
</section>
<!-- // Education -->
<section id="education" class="education">
<div class="content-wrap">
<h2>Education</h2>
<!-- School 1 details. -->
<h3>Vellore Institute Of Technology,Vellore </h3>
<p>Computer Software Engineering</p>
<p>2017-2021</p>
<!-- School 2 details. -->
<h3>KKR Gowtham International School</h3>
<p>Maths-Physics-Chemistry</p>
<p>2015-2017</p>
</div>
</section>
</main>
<!-- // Footer & contact info -->
<footer id="contact">
<div class="content-wrap">
<h2>Let's Keep in Touch!</h2>
<!-- Social media links. Add or remove any networks. -->
<div class="contact-info">
<a href="mailto:yaswanthbondalapati4242@gmail.com">yaswanthbondalapati4242@gmail.com</a>
<a href="https://www.linkedin.com/in/yaswanth-bondalapati-0560a6202/>LinkedIn</a>
</div>
</div>
</footer>
</body>
</html>