-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (181 loc) · 10.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Personal Portfolio</title>
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<!-- <i class='bx bx-menu-alt-left' id="menu-icon"></i> -->
<div id="toggle">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
<nav class="navbar">
<a href="#home" class="acitve">Home</a>
<a href="#education">Education</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact Information</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, Its Me</h3>
<h1>Prathit Panchal</h1>
<h3>And I'm a <span>Web Developer</span></h3>
<p> I am a dynamic web developer with a passion for crafting innovative digital experiences. With a keen eye for detail and a knack for problem-solving, I bring creativity and technical expertise to every project I undertake. </p>
<div class="social-media">
<a href="https://www.facebook.com/prathit.panchal.3" target="_blank"><i class='bx bxl-facebook' ></i></a>
<a href="https://twitter.com/panchal_prathit" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://www.instagram.com/prathitpanchal?igsh=MXdvMnNlOXJzMzJ6aA%3D%3D&utm_source=qr" target="_blank"><i class='bx bxl-instagram-alt' ></i></a>
<a href="https://www.linkedin.com/in/prathit-panchal-2b9014275?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app"target="_blank"><i class='bx bxl-linkedin'></i></a>
</div>
<a href="https://docs.google.com/document/d/1u5N1vpmaxwENXQJ5osR5vKK-yJWrtm4qVBHi92HjzqI/edit?usp=sharing" class="btn" target="_blank">Download CV</a>
</div>
<div class="home-img">
<img src="images/Screenshot-2024-04-10.png">
</div>
</section>
<section class="education" id="education">
<div class="education-img">
<img src="images/Vellore_Institute_of_Technology_seal_2017.svg.png">
</div>
<div class="education-content">
<h2 class="heading">Education <span>Details</span></h2>
<h3>School <span>Zydus School For Excellence</span> </h3>
<h3>College <span>Vellore Institute of Technology</span> </h3>
<h3>Course Persued <span>Computer Science and Engineering</span> </h3>
<a href="https://vit.ac.in" class="btn" target="_blank">Read More</a>
</div>
</section>
<section class="skills" id="skills">
<div class="Content">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-container">
<div class="skills-box">
<i class='bx bx-code-alt'></i>
<h3>Web Development</h3>
<p>I have designed many webpages till now and have knowledge about HTML CSS Javascript and React based Webpages <br> <br> </p>
<a href="https://en.wikipedia.org/wiki/Web_development" class="btn" target="_blank">Read More</a>
</div>
<div class="skills-box">
<i class='bx bxl-apple' ></i>
<h3>iOS App Development</h3>
<p>I have designed an iOS based quiz app on the famous movie series Harry Porter and have basic knowledge in developing apps on Xcode</p>
<a href="https://developer.apple.com/tutorials/app-dev-training/" class="btn" target="_blank">Read More</a>
</div>
<div class="skills-box">
<i class='bx bxl-java'></i><i class='bx bxl-python' ></i><i class='bx bxl-c-plus-plus' ></i>
<h3>Object Oriented Programming</h3>
<p>I have designed many Object Oriented Programs in Java,Python and C++ <br> <br> <br></p>
<a href="https://en.wikipedia.org/wiki/Object-oriented_programming" class="btn" target="_blank">Read More</a>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="projects-container">
<div class="projects-box">
<img src="images/harryporter.jpeg">
<div class="projects-layer">
<h4>Harry Porter</h4>
<p>I made an iOS application based on the movie series harry porter which states the different spells selected by the user</p>
<a href="https://drive.google.com/drive/folders/1uqiWvIgEuQbjN3s_ppELPnYpHEOveeAA?usp=share_link" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/quiz.jpeg">
<div class="projects-layer">
<h4>Quiz</h4>
<p>I made a quiz application for iOS which would ask random questions to the users and would evaluate their answers and show if the answer was correct or not and give points accordindly </p>
<a href="https://drive.google.com/drive/folders/1uqiWvIgEuQbjN3s_ppELPnYpHEOveeAA?usp=share_link" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/calculator.png">
<div class="projects-layer">
<h4>Calculator - Web App</h4>
<p>I made a simple calculator which would calculate the problems and give resluts accordingly</p>
<a href="https://prathit22bce0538.github.io/calculator/" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/vet.png">
<div class="projects-layer">
<h4>Fluffy Friends - Web App</h4>
<p>I was a part of the team and I helped in making the One stop pet solution and solve all problems of the users like vet,petfood,health-insuarance etc</p>
<a href="https://prathit22bce0538.github.io/22BCE0538Prathit/web_project/Index.html" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/hotelmanagement.jpeg">
<div class="projects-layer">
<h4>Hotel Management Software</h4>
<p>I made a hotel management software in java which would help hotels manage their business</p>
<a href="https://drive.google.com/file/d/1D6_GoUiMNjf1oFHS4NqDHd7bvisUXSzc/view?usp=share_link" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/obstacle avoiding robot.png">
<div class="projects-layer">
<h4>Obstacle Avoidance Robot</h4>
<p>I made a robot which uses IR sensors and detect obstacle and avoids them I have used a Wifi microcontroller development board and build a program for it which commands the robot via blynk IOT app.</p>
<a href="https://drive.google.com/file/d/1xuoRm1TJ9z12X5kB0tQfeeQdjkyqzF7M/view?usp=share_link" target="_blank"><i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contact_Content">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email Address">
</div>
<div class="input-box">
<input type="number" placeholder="Mobile Number">
<input type="text" placeholder="Email Subject">
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<a href="https://mail.google.com/mail/u/2/?ogbl#inbox?compose=DmwnWtMnZvBzhbHhgBmhsQHbCPQqndGTzRtlZjRPcwhlQfKsQxdTLTTqsTlRFmCQpHLgQrDDjPBb" class="btn" target="_blank">Send Message</a>
</form>
</div>
</section>
<footer class="footer">
<div class="footer-text">
<p>© 2024 by Prathit Panchal | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bxs-up-arrow-circle'></i></a>
</div>
</footer>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="js/script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<script type="text/javascript">
$( document ).ready(function() {
$("#toggle").click(function() {
$(this).toggleClass("on");
$(".navbar").slideToggle();
});
$(".Tabs").click(function() {
if ($(window).width() <= 767) {
$(this).toggleClass("on");
$(".navbar").slideToggle();
}
});
});
</script>
</body>
</html>