-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
242 lines (215 loc) · 10.9 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
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
<!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>Srilochan</title>
<!-- Favicon -->
<link rel="icon" href="images/icon.jpg" type="image/jpg">
<!-- Open graph -->
<meta name="description" content="Hey there 👋 I'm Dhravya Shah and this is my portfolio website."/>
<meta content="#9affe1" name="theme-color">
<!-- Particles js and Typed js -->
<script src="./particles.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- Styles -->
<link rel="stylesheet" href="./styles.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- Animate.css -->
<!-- <link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/> -->
<!-- Icons -->
<!-- <link rel="icon" href="./favicon.ico"> -->
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- in your header -->
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="navbar__container">
<a href="#home" id="navbar__logo">Kalakunta Srilochan</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="#home" class="navbar__links" id="home-page">Home</a>
</li>
<li class="navbar__item">
<a href="#about" class="navbar__links" id="about-page">About</a>
</li>
<li class="navbar__item">
<a href="#resume" class="navbar__links" id="resume-page">Projects & Experience</a>
</li>
<li class="navbar__item">
<a href="#stack" class="navbar__links" id="stack-page">Tech Stack</a>
</li>
</ul>
</div>
</nav>
<!-- Landing -->
<div class="container">
<div id="particles-js"></div>
<section class="home__section" id="home">
<h1 id="main-name">
Hi! I'm Srilochan 👋
</h1>
<p>
I'm a <span class='typing'></span>
</p>
<div class="social__icons">
<a href=https://github.com/Srilochan7 class="icons" target="_blank"> <i class="fab fa-github fa-3x"></i></a>
<a href=mailto:[email protected] class="icons" target="_blank"><i class="fa fa-envelope fa-3x" ></i></a>
<a href=https://x.com/Srilochan7 class="icons" target="_blank"><i class="fab fa-twitter fa-3x" ></i></a>
<a href=https://www.linkedin.com/in/srilochan-kalakunta-b079a7256/ class="icons" target="_blank"><i class="fab fa-linkedin fa-3x" ></i></a>
</div>
</section>
</div>
<!-- About -->
<section class="about__section" id="about">
<div class="about__container">
<div class="about__card">
<h1>
<i class="fas fa-paint-brush"></i>
About Me
</h1>
<br>
<p> Hi, I'm Srilochan Kalakunta 👋 <p> <br>
<p>
I am a 19 year old interested in App development and Machine Learning. I am mainly specialised in App development using Flutter and I'm also intrested in AIML and currently learning MERN stack, and I'm also working on my start-up called ExpertEase <br><br>
</p>
<p>I am the developer of <a href='https://play.google.com/store/apps/details?id=com.upgradex.game' target='_blank'>0 zone</a>, 0-ZONE is an addictive clicker game where you tap to score points, level up, unlock button themes, and compete globally on the leaderboard. I'm currently working on other projects where and actively learning.<br>
<br>
</p>
<p>
In my free time I enjoy doing editing and playing games.
</p>
<br>
</div>
</div>
</section>
<!-- Projects -->
<section class="resume__section" id="resume">
<div class="toggle__bar">
<button class="toggle__btn active__btn" id="prj__btn"><h1>Projects</h1></button>
<button class="toggle__btn" id="exp__btn"><h1>Experience</h1></button>
</div>
<div class="resume__container">
<div class="timeline" id="projects">
<ul>
<li>
<div class="timeline__content">
<h3 class="date">2023</h3>
<h1><a href='https://spacebot.ga' target="_blank">Fast Cart</a></h1>
<p> A billing interface in the shopping mall and super markets which solves the problem of being in a queue for a period of time, which was made using flutter. </p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">2024</h3>
<h1><a href='https://github.com/Srilochan7/E-HUB' target="_blank">E HUB</a></h1>
<p> E-Hub is a community-driven platform that connects tech enthusiasts from tier 3 colleges with hackathons, bootcamps, and opportunities for growth and collaboration.</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">2024 </h3>
<h1><a href='https://play.google.com/store/apps/details?id=com.upgradex.game' target="_blank">0 zone</a></h1>
<p>0-ZONE is an addictive clicker game where you tap to score points, level up, unlock button themes, and compete globally on the leaderboard</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">2024 - Present</h3>
<h1><a href='#' target="_blank">RenZ</a></h1>
<p>RenZ is an e-commerce platform exclusively for Gen Z, offering a wide range of fashionable products for purchase and rent, making trendy styles accessible and affordable.</p>
</div>
</li>
</ul>
</div>
<div class="timeline noshow" id="experience">
<ul>
<li>
<div class="timeline__content">
<h3 class="date"> July 2024 - Present</h3>
<h1>Campus Ambassedor</h1>
<p>Geeks for Geeks</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date"> August 2024 - Present</h3>
<h1>Flutter Lead & Flutter Mentor
</h1>
<p>Ace training & Placements</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">September 2024 - Present</h3>
<h1>Campus Ambassedor</h1>
<p>Girl Script Summer of Code</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">September 2024 - Present</h3>
<h1>Flutter Developer</h1>
<p>Talecto</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Stack -->
<section class="tech__section" id="stack">
<div class="tech__container">
<h1>Languages</h1>
<ul class="tech__icons">
<li class="icon__item"><i class="devicon-python-plain"></i></li>
<li class="icon__item"><i class="devicon-html5-plain-wordmark"></i></li>
<li class="icon__item"><i class="devicon-c-plain"></i></li>
<li class="icon__item"><i class="devicon-cplusplus-plain"></i></li>
<li class="icon__item"><i class="devicon-java-plain"></i></li>
<li class="icon__item"><i class="devicon-javascript-plain"></i></li>
<!-- <li class="icon__item"><i class="devicon-css-plain"></i></li>
<li class="icon__item"><i class="devicon-rust"></i></li>
<li class="icon__item"><i class="devicon-dart"></i></li> -->
<!-- <li class="icon__item"><i class="devicon-cplusplus-plain"></i></li> -->
</ul>
</div>
<div class="tech__container">
<h1>Frameworks, Tools and Technologies</h1>
<ul class="tech__icons">
<li class="icon__item"><i class="devicon-python-plain"></i></li>
<li class="icon__item"><i class="devicon-flutter-original"></i></li>
<li class="icon__item"><i class="devicon-github-original"></i></li>
<li class="icon__item"><i class="devicon-git-plain-wordmark"></i></li>
<li class="icon__item"><i class="devicon-vscode-plain"></i></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer class="sticky__footer">
<p><a href='mailto:[email protected]'>Contact me!</a></p>
</footer>
<script>
// particle.js config
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'particlesjs-config.json', () => {
console.log('Particles.js config loaded!');
});
</script>
<script src="./main.js"></script>
</body>
</html>