-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.code-workspace
More file actions
244 lines (231 loc) · 6.14 KB
/
portfolio.code-workspace
File metadata and controls
244 lines (231 loc) · 6.14 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background-color: black;
}
h2 {
color: aliceblue;
}
div {
background-color: aqua;
width: 100%;
height: 450px;
text-align: left;
font-size: 40px;
margin-right: 20px;
border-radius: 10px;
}
.first {
text-align: left;
font-size: 50px;
padding-top: 10px;
padding-left: 10px;
}
.third {
font-size: 35px;
padding-left: 10px;
}
.center {
float: right;
width: 300px;
height: 300px;
padding-right: 50px;
padding-bottom: 100px;
}
.education {
background-color: aqua;
}
.four {
font-size: 35px;
padding-top: 1px;
padding-bottom: 1px;
}
.firstone {
width: 45%;
height: 80%;
background-color: white;
padding: 10px;
margin: 10px;
border-radius: 10px;
font-size: 35px;
float: left;
}
.non-technical {
width: 45%;
height: 80%;
background-color: white;
padding: 10px;
margin: 10px;
margin-right: 20px;
border-radius: 10px;
font-size: 35px;
float: right;
}
.secondone {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
}
.projects {
text-align: center;
font-weight: bold;
}
.six {
color: black;
font-size: 35px;
}
.contacts {
color: rgb(255, 255, 255);
font-size: 15px;
text-align: left;
margin-top: 20px;
background-color: black;
width: 100%;
height: 45px;
padding-top: 30px;
padding-bottom: 40px;
margin-top: 20px;
}
.last {
width: 100%; /* Adjust the height as needed */
background-color: aqua; /* Added background color */
border-radius: 10px;
height: 80px;
margin-bottom: 50px;
padding-bottom: 40px;
}
#contact {
padding-top: 20px;
}
.last i {
font-size: 50px;
text-align: center;
padding-top: 30px;
padding-left: 20px;
}
</style>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<nav>
<ul>
<li><a href="#home">HOME</a></li>
<li><a href="#educ">EDUCATION</a></li>
<li><a href="#skills">SKILLS</a></li>
<li><a href="#project">PROJECTS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
<br />
<h2 id="home">HOME</h2>
<div>
<p class="first">Hello</p>
<img
src="https://media.licdn.com/dms/image/D5603AQFlzu6J4lk2gg/profile-displayphoto-shrink_800_800/0/1706883987277?e=1715817600&v=beta&t=hEMxtidjfObo_8O7bvkwPShccqkgNFW8XihVrWBYoU0"
alt="Paris"
class="center"
/>
<p class="third">
<b style="font-size: 50px"> I'm Yamini Chakka </b><br />
<br />
ABOUT ME : <br />
As, I am enthusiastic in web development I've honed my skills in
front-end and back-end development to create dynamic and innovative
websites that leave a lasting impression. And I am eager to learn new
things for further growth.
</p>
</div>
<h2 id="educ">EDUCATION</h2>
<div class="education">
<ul class="four">
<li>
<p>Lendi Institute Of Engineering & Technology</p>
<p>UnderGrad: Bachelor of Technology in Computer Science</p>
</li>
<li>
<p>Narayana Junior College</p>
<p>Year of Graduation: 2020</p>
</li>
<li>
<p>Gurajada Public School</p>
<p>Year of Graduation: 2018</p>
<br />
</li>
</ul>
<br />
</div>
<h2 id="skills">SKILLS</h2>
<div class="secondone">
<br />
<div class="firstone">
<h3>Technical</h3>
<ul>
<li>C</li>
<li>Java(Core)</li>
<li>Data Structures</li>
<li>FrontEnd Languages</li>
</ul>
</div>
<div class="non-technical">
<h3>Non-Technical</h3>
<ul>
<li>Problem-Solving skills</li>
<li>Time Management</li>
<li>Leadership Qualities</li>
<li>Critical Thinking</li>
</ul>
</div>
</div>
<h2 id="project">PROJECTS</h2>
<div>
<p class="projects">The Android App Market On Google Play</p>
<div class="six">
<p>
<b>Theme:</b><br />
The main aim of this project is to give the best analysis of various
apps that are in the play store. By using Tableau we have represented
the various insights using the data visualization techniques like Bar
charts, pie charts and so on.
</p>
<p>
<b>Outcome:</b><br />
The main outcome of this project is to get the best user friendly app.
</p>
<p>
<b>Source Code:</b><br />
<a href="https://lnkd.in/g4p4ekwj">App Analyzer</a>
</p>
</div>
</div>
<br />
<br />
<div class="contacts">
<h2 id="contact">CONTACT</h2>
<div class="last">
<a href="https://github.com/Yamini-525"
><i class="fa-brands fa-github"></i
></a>
<a href="https://www.linkedin.com/in/yamini-chakka-49944223b/"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://www.instagram.com/"
><i class="fa-brands fa-instagram"></i
></a>
<a href="https://www.whatsapp.com/"
><i class="fa-brands fa-whatsapp"></i
></a>
</div>
</div>
</body>
</html>