-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (120 loc) · 6.24 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
<!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>assignment1</title>
</head>
<body>
<header>
<h1 style = "text-align: center;">Portfolio Website
</h1>
</header>
<hr>
<div align = center><img src="./images_and_audio/Bhavik.jpeg" alt="pic" width="300"></div>
<div style = "position:relative; left:80px; top:2px; ">
<p> <h2 > Bhavik Rajpal </h2>
<h2> I am currently a <sub> student </sub> at <i> <b> VESIT INFT Branch.</b></i> I have keen interest in learning new sills and constantly upskilling myself.</h2>
<strong> <h3>Skills: <ul>
<li>C • C++ • Java • Python • JavaScript</li>
<li>HTML • CSS • Mysql</li>
<li >Netbeans • Bootstrap • Tkinter</li>
</ul></h3></strong></p>
<hr>
<hr>
<div align = center></div>
<div style = "position:relative; left:80px; top:2px; ">
<strong> <h2>Projects :</h2><ul>
<h3>
<li>Hospital Management System <a href="https://github.com/bhavikrajpal49/Hospital-Management-System">Github Link</a>
<p>
A user-friendly java application for managing Hospital databases using Mysql and Java.
The application allows CRUD operations for Doctors, Patients, Staffs, Bed-availability, Appointment details.
The application also allows patients to access prescriptions and get detailed health assessments.
This application solved the traditional problem of managing records in a more computerized way rather than paper.</p>
</li>
<br>
<li>Disease Prediction system <a href="https://github.com/bhavikrajpal49/Disease-Prediction-System">Github Link</a>
<p>
A Python application for Prediction of Disease using Naive Bayes Algorithm and Machine Learning.
The application predicts the Disease user is suffering from using ML and AI.
The application also provides Precautionary measures the patient should take to cure the disease.
Developed interactive UI using Tkinter Library.</p>
</li>
<br>
<li >Tesla Website clone <a href="https://github.com/bhavikrajpal49/Tesla-Clone/blob/main/README.md">Github Link</a>
<p>
This Project is a clone of the Tesla Website created using HTML, CSS & JavaScript.
The website is fully responsive which makes it easier to access across various devices.
The main focus of this project was to practice webdev skills by creating clone of existing system.</p>
</li>
</ul></strong></strong></p>
<hr>
<section>
<h2 align = center>Educational Qualifications</h2>
<center>
<table cellspacing = "30" cellpadding = "30" border="5" >
<thead>
<tr >
<th>Institute</th>
<th>Degree</th>
<th>Completed In</th>
</tr>
</thead>
<tbody>
<tr>
<td>VESIT</td>
<td>Baechlors of Engineering</td>
<td>Will complete in 2024</td>
</tr>
<tr>
<td>Pemraj Sarda College</td>
<td>11th,12th Science</td>
<td>2020</td>
</tr>
<tr>
<td>Sacred Heart Convent</td>
<td>School</td>
<td>2018</td>
</tr>
</tbody>
</table>
</center>
</section>
<hr>
<section>
<h2 align = center>What I am currently working on: </h2>
<table cellspacing = "30">
<tr>
<td> <iframe width="560" height="315" src="https://www.youtube.com/embed/DYdVXqXhWyw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></td>
<td style="text-align:justify"> <article> HTML: HTML stands for HyperText Markup Language. It is used to design the front end portion of web pages using markup language. It acts as a skeleton for a website since it is used to make the structure of a website.
CSS: Cascading Style Sheets fondly referred to as CSS is a simply designed language intended to simplify the process of making web pages presentable. It is used to style our website.
JavaScript: JavaScript is a scripting language used to provide a dynamic behavior to our website.
Bootstrap: Bootstrap is a free and open-source tool collection for creating responsive websites and web applications. It is the most popular CSS framework for developing responsive, mobile-first websites. Nowadays, the websites are perfect for all the browsers (IE, Firefox, and Chrome) and for all sizes of screens (Desktop, Tablets, Phablets, and Phones).
Bootstrap 4
Bootstrap 5</article></td>
</tr>
</table>
</section>
<hr>
<h2 align = center> My Favourite Music:</h2>
<div align = center><img src="./images_and_audio/musicbg.jpg" alt="pic" width="300"></div>
<center> <audio controls >
<source src="./images_and_audio/music1.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</center>
</div>
<hr>
<section>
<footer align = left>
<h2>Contact me:</h2>
<h3>Name: Bhavik Rajpal</h3>
<h3>MOB. No: 7972960389</h3>
<h3>Email: [email protected]</h3>
</footer>
</section>
<h2></h2>
</body>
</html>