-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (212 loc) · 13.6 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="main.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
</head>
<body class="main-body">
<nav class="navbar">
<div class="logo"><a href="#">Portfolio!</a></div>
<div class="menu-toggle" id="menu-toggle">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="navdiv" id="navdiv">
<li><a href="#welcome">Home</a></li>
<li><a href="#intro">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<script src="script.js"></script>
</nav>
<div id="welcome" class="welcome">
<div class="welcome-left">
<h2 class="w">Welcome to My Portfolio!</h2>
<h3 class="w">I’m Tejeswar Naidu Sabbavarapu</h3>
<h3 class="w">A passionate student of Computer Science</h3>
<div class="con-icons social-media-container">
<div class="con-icons">
<a href="https://www.instagram.com/tej_6002/" target="_blank" tabindex="0"
aria-label="My instagram"><svg viewBox="0 0 448 512" class="SocialHandle">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
</svg></a>
<a href="https://www.linkedin.com/in/tejeswar-" target="_blank"
aria-label="My Linkdin"><svg class="SocialHandle" viewBox="0 0 448 512">
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" />
</svg></a>
<a href="https://github.com/Tejeswar001" target="_blank" aria-label="My github"><svg viewBox="0 0 496 512"
class="SocialHandle">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg></a>
<a href="mailto:[email protected]" target="_blank" aria-label="My G mail"><svg id="GmailLogo"
viewBox="0 0 512 512">
<path
d="M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z" />
</svg></a>
</div>
</div>
</div>
<div class="tan"><img src="anime.webp" alt="tanjiro" class="pic1"></div>
</div>
<div id="intro" class="intro">
<div class="intro-left">
<h2>Introduction</h2>
<p> </p>
<p class='pass-w'>I’m excited to have you here. This portfolio is a collection of my work and experiences in the dynamic field of Computer Science and Engineering, with a focus on Artificial Intelligence and Data Engineering.</p>
<p> </p>
<p class='pass-w'>I specialize in leveraging the power of AI and data to create innovative solutions, and my projects reflect my dedication to advancing technology and my commitment to excellence. Each piece of work in this portfolio showcases my ability to harness cutting-edge technologies and my passion for continuous learning.</p>
<p> </p>
<p class='pass-w'>Whether you're here to explore my achievements, understand my journey, or discuss future opportunities, I hope you find this portfolio inspiring and informative.</p>
<p> </p>
<p class='pass-w'>Thank you for visiting, and I look forward to connecting with you!</p>
<div class="learn_more"><a class="button" href="TEJESWAR's Resume-hackerresume.pdf" download>Download resume</a></div>
</div>
<div class="intro-right">
<div class="skills" id="skills">
<h2>Skills</h2>
<div class="skill-category">
<h3>Programming Languages</h3>
<div class="skill_skill">
<div class="skill">Python</div>
<div class="skill">C++</div>
<div class="skill">JavaScript</div>
<div class="skill">HTML</div>
<div class="skill">Bash</div>
</div>
</div>
<div class="skill-category">
<h3>Libraries/Frameworks</h3>
<div class="skill_skill">
<div class="skill">NumPy</div>
<div class="skill">Pandas</div>
<div class="skill">Seaborn</div>
<div class="skill">Matplotlib</div>
<div class="skill">Tkinter</div>
</div>
</div>
<div class="skill-category">
<h3>Tools/Platforms</h3>
<div class="skill_skill">
<div class="skill">Git</div>
<div class="skill">VS Code</div>
<div class="skill">Arduino</div>
</div>
</div>
<div class="skill-category">
<h3>Database</h3>
<div class="skill_skill">
<div class="skill">MySQL</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div id="projects" class="projects">
<h2 id="pro">My Projects</h2>
<div class="projects-container">
<div class="project">
<img src="YouTube Thumbnail .png" alt="Project 1">
<h3>Zomato clone</h3>
<p>A Zomato clone built with Python's Tkinter library and MySQL. It includes features like restaurant search, menu display, user reviews, and order management.</p>
<a href="https://github.com/Tejeswar001/Zomato-Clone-with-Python-Tkinter-and-MySQL" target="_blank">View Project</a>
</div>
<div class="project">
<img src="vilion plot.png" alt="Project 2">
<h3>Exploratory Data Analysis (EDA)</h3>
<p>This analysis aims to understand the factors influencing customer churn in a telecommunications company.</p>
<a href="https://github.com/Tejeswar001/BootCamp-Jun-2024/tree/BootCampProgress/Analysis" target="_blank">View Project</a>
</div>
<div class="project">
<img src="dice.webp" alt="Project 3">
<h3>Dices Simulator</h3>
<p>Dices Simulator using Python</p>
<a href="https://github.com/Tejeswar001/dices" target="_blank">View Project</a>
</div>
<div class="project">
<img src="queue.png" alt="Project 3">
<h3>Restaurant Booking Queue</h3>
<p>Implemented Queue data structure in python with GUI using Tkinter. To understand the operations of queue in real applications</p>
<a href="https://github.com/Tejeswar001/Restaurant-Booking-using-Queue" target="_blank">View Project</a>
</div>
<div class="project">
<img src="Inventory_web.png" alt="Project 4">
<h3>Inventory Monitor</h3>
<p>Built a web application using next.js and google firebase,to monitor and manage the items in a store</p>
<a href="https://github.com/Tejeswar001/InventoryMonitor" target="_blank">View project</a>
</div>
<div class="project">
<img id="spic" src="schema.png" alt="Project 5">
<h3>Star Schema of Cab booking System</h3>
<p>Created a star schema for cab booking system database,to make complex quries easy and understandable in less time.</p>
<a href="https://github.com/Tejeswar001/Cab-booking-system-Star-Schema" target="_blank">View project</a>
</div>
</div>
<div class="github-link"><p id="pro2">For more Projects and a detailed view</p></div>
<div class="github-link"><a class="button" href="https://github.com/Tejeswar001" download>Github</a></div>
</div>
<!-- Footer -->
<footer>
<div class="footer-contact-form" id="contact">
<h2>Collaborate with Me</h2>
<form id="contactForm" action="https://formspree.io/f/xqakkevb" method="POST">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject">
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="submit-btn">Send Message</button>
</form>
</div>
</footer>
<script>
$(document).ready(function() {
function initializeSlick() {
if ($(window).width() <= 768) { // Mobile screen width
if (!$('.projects-container').hasClass('slick-initialized')) { // Prevent multiple initializations
$('.projects-container').slick({
slidesToShow: 1, // Show one project per slide on mobile
slidesToScroll: 1,
infinite: true,
dots: true, // Show navigation dots
arrows: false, // Enable next/prev arrows
autoplay: true,
autoplaySpeed: 3000
});
}
} else {
if ($('.projects-conatiner').hasClass('slick-initialized')) {
$('.projects-container').slick('unslick'); // Destroy slick if screen is larger than mobile
}
}
}
// Initialize on load
initializeSlick();
// Reinitialize on window resize (to handle resize events)
$(window).resize(function() {
initializeSlick();
});
});
</script>
</body>
</html>