Pratikreport 24
Pratikreport 24
Pratikreport 24
A
In-Plant Report On
SUBMITTED BY
Mr.R.S.Beli
CERTIFICATE
This is to certify that, .Pratik Bhairavnath Bhosale has successfully
completed the Implant Training work entitled “Web Development”under my
supervision, in the partial fulfillment of the requirements for the Diploma in
Computer Engineering, and the report submitted to M.S.B.T.E. MUMBAI for an
academic year 2024-2025.
Date :
Place : Dr.A.D.Shinde IOT,Bhadgaon.
The In-Plant training opportunity I had with SparkLab Software Pvt.Ltd Company was a
great chance for leading and professional development. Therefore, I consider myself as a very
lucky individual as I was provided with an opportunity to be a part of it, and also I thank MSBTE
to include such an activity in our syllabus.
Bearing in mind previous I am using this opportunity to express my deepest gratitude and
special thanks to Mr.Rohit Pote sir (CEO of SparkLab Software) who in spite of being
extraordinarily busy with his duties, took time out to hear, guide and keep, me on the correct path
allowing me to carry out my project at their esteemed organization and extending during the
training.
I express my deepest thanks to Staff of SparkLab for taking part in useful decisions and
giving necessary advices and guidance and arranged all facilities to make life easier. I choose
this moment to acknowledge his contribution gratefully.
Enroll.no: 2209610277
Department of Computer
Table of Contents
Sr.
Name of contents
No
1. Abstract
2. About Company
3. Introduction
4. Objective
6. Mini Projects
8. Conclusion
Abstract
The scope of this document is to identify and describe the analysis carried out, projects
completed, experience gained and focuses on the achievement as a software engineer Intern.
About Company
SparkLab Software is a leading company that provides IT solutions for business needs to
perform easily without any difficulties and they always put 100% every time to fulfill
requirements as specified by their customers within assigned speculated time period.
Introduction
The In-Plant training is an integral platform for anyone to gain experience in an actual
workplace. In-Plant training is a good opportunity for students to learn, to gain experience and
also to make preparation. Men learn through experience, and a real life is full of different kinds
of experiences. We will encounter many difficulties and obstacles, and with experiences we are
expected to be able to encourage and complete the cleansing process. Experience in my eyes is a
very valuable thing in life because we need to be brave in taking risks. It is also not something
that we simply create, but we need to undergo through it. By doing my In-Plant training in an
actual workplace, it helps me to know and discover myself from different angle. It also helps me
to control and develop my attitude and behavior in dealing with different kinds of people and
situation.
I have decided to take the In-Plant training course to grab the golden opportunities to apply
theories and knowledge that I have in real working life setting through learning in college, I
learned about theories but by doing In-Plant training. I learnt the practicality approach on dealing
with a real world. Even though it was not that much, it still has profound results in some aspects
of my life. In some ways, through the In-Plant training. I also have learned that I am still lacking
as an individual and employee. In-Plant training helps me to identify my weaknesses and also my
strengths. A working life is very challenging as it requires great effort, commitment, and
abilities, those are something that I need to be prepared and trained to.
What we actually learned: -
Week 1
Day 1: 1) Introduction to company and the program details were introduced
Day2: 1) understanding the concept of HTML, How to use HTML Text editor
Week 2
Day1: 1) Problems and Practice set
2) General discussion.
2) Group discussion.
WEEK 4:
Day 1: 1) Practice session .
2) Questions and answers session.
2) Setup bootstrap
WEEK 6:
Day1: 1) Introduction to Hosting and Domain
To provide students the opportunity to test their interest in a particular career before
permanent commitments are made.
In-Plant trainings will increase a student's sense of responsibility and good work habits.
In-Plant training programs will increase student earning potential upon graduation.
To enhance the ability to improve students creativity skills and sharing ideas.
To build a good communication skill with group of workers and learn to learn proper
behavior of corporate life in industrial sector.
The student will be able instilled with good moral values such as responsibility,
commitment and trustworthy during their training.
Mini Projects done in In-Plant training period:
A login form is a user interface element on a website or app that allows registered users
to identify themselves by providing their credentials (typically a username and password)
to gain access to a secure section of the website or app
Code
body>
<div class="divm">
<center
>
<h2>
Login
</h2>
<br>
<br>
</center>
</div>
<div class="divmain">
<center>
<h2>Signup</h2>
<br>
<br>
<br>
<input type="password" name="new_Pass" placeholder="create a password" required>
<br>
<br>
<br>
<input type="password" name="con_pass" placeholder="confirm password" required>
<br>
<br>
<br>
<input type="submit" name="btn" value="Signup">
<br>
<br>
<label>already have a account</label>
<a href style="color:blue;" ="form1.html"> login
</a>
<br>
<br>
<hr>
<br>
<br>
<input type="submit" name="btn_signup" value="Login with facebook"
style="background-color: 0F53CB;color:darkblue;font-family: normal;font-size: 20px ;color: white;">
<br>
<br>
<br>
<a href="task1.html">
<input type="submit" name="btn_signup" value="Login with google "
style="background-color:whitesmoke;color: gray; font-family: normal;
font-size: 20px;;"
font>
</a>
</center>
</div>
</body>
CSS
<style type="text/css">
body {
background-color: 3396FF;
}
.divm
{
background-color: white;
width: 25%;
height: 600px;
margin-right: 30px;
margin-left: 200px;
margin-top: 40px;
margin-bottom: 20px;
padding: 30px;
border:3px solid black;
border-radius: 10px;
float:left;
}
.divmain
{
width: 25%;
height:600px;
margin-left:20px;
margin-top: 40px;
margin-right: 300px;
border-radius:10px;
padding: 20px;
background-color: white;
float: right;
padding: 30px;
border:3px solid black;
border-radius: 10px;
}
Output
2) Designing a webpage using Bootstrap
While form elements handle user input, <div> elements help structure and style the
form. Wrap form controls (like input fields) and their corresponding labels inside <div>
containers.Apply CSS styles to these <div> elements to control their appearance, layout, and
spacing.
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BookStudio</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
rel="stylesheet">
<style>
body {
background-color: #000;
color: #fff;
font-family: Arial, sans-serif;
}
.header {
position: relative;
text-align: center;
color:whitesmoke;
}
.header img {
width: 100%;
height: auto;
opacity: 0.8;
}
.header .overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header h1 {
font-size: 4rem;
font-weight: bold;
}
.header p {
font-size: 1.5rem;
}
.navbar {
background-color: #000;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">BookStudio</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-
target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle
navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="header">
<img
src="https://images.inc.com/uploaded_files/image/1920x1080/getty_501794256_20001490
</body>
</html>
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION, MUMBAI
Name of Industry:
I increased my other skills during In-Plant training like Awareness, self- managing and
problem solving etc. and among which self-control makes me a more attractive and smooth
candidate for employment. Person’s skill is necessary for over social and personal lives it’s not
significant forworkplace. To meet new people and apply network skills as make a network of line
of work deal,respect teacher and reference.
In-Plant training is also helpful to improve a student academic, career, and personal
development skills’. Talents and professional skills also develop. I am now confident I want to
follow this control after graduation and continue my education in this field. In-Plant training
gives the work experience that I can’t get in the class In-Plant training is getting the experience
way to build the confidence.
Conclusion:
On the whole, this In-Plant training was a useful experience. I have gained new
knowledge, skills and met many new people. I achieved several of my learning goals, however
for some the conditions did not permit.
I got insight into professional practice. I learned the different facets of working within a
Company. I experienced that financing, as in many organizations, is an important factor for the
progress of projects. Related to my study I learned more about the python and its use in today’s
life. There is still a lot to discover and to improve.
The In-Plant training was also good to find out what my strengths and weaknesses are.
This helped me to define what skills and knowledge I have to improve in the coming time. It
would be better that the knowledge level of the language is sufficient to contribute fully to
projects. After my master I think that I could start my working career. However I could perform
certain tasks in coding better if I practice/know more the coding methodologies applied in
various fields. It would also be better if I can present and express myself more confidently.
At last this In-Plant training has given me new insights and motivation to pursue a career
in software engineering.
Date: / /2024
Name: Pratik Bhairavnath Bhosale
Roll No: 21
Department Of Computer
CERTIFICATE