Report
Report
A
In-Plant Report On
TRAINING SUBMITTED BY
25
Dinkarro K . Shinde Smarak Trust’s
DR.A.D.SHINDE INSTITUTE OF
TECHNOLOGY
CERTIFICATE
Date:
Place: 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.
Evaluation Sheet for ESE of Industrial Training by Mentor and Industry Personnel
Name of Industry:-
Signature- Signature-
Sr. No
Name of contents
1. Abstract
2. About Company
3. Introduction
4. Objective
6. Mini Projects
8. Conclusion
Abstract
This report describes my internship SparkLab Software is a leading company that provides
IT solutions, design website and manages website for business needs to perform easily without
any difficulties and they always put 100% every time to fulfill requirements as specified by their
customers withing assigned speculated time period.
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
Designing
2) General
discussion. Day4: 1)
miniproject.
2) Implementing the miniproject.
Week 3:
Day 1: 1) Introduction to CSS
2) Group
discussion. Day 4: 1)
Internal CSS
WEEK 4:
Day 1: 1) Practice session.
2) Questions and answers session.
WEEK 6:
Day 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Login | Bootstrap</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<style type="text/css">
.jumbotron
{
width: 30%;
margin: 50px 40px 60px 450px;
}
</style>
</head>
<body>
<form class="jumbotron">
<div class="form-group">
<center>
<h2>Login</h2><hr>
</center>
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone
else.</small>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<hr><center>
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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NovaSyncer</title>
<link rel="stylesheet" type="text/css" href="Nova.css">
<link rel="stylesheet" type="text/css" href="external css/css/bootstrap.css">
</head>
<body>
<div class="divmain">
<div class="divmain2">
<h3 style="color: blue; font-size: 20px;">NovaSyner</h3>
<h2>Log in to your Account</h2>
<label>Welcome back! Select method to log in</label><br/><br/><br/>
<button>Google</button>
<button style="float: right; color: white; background-color:
blue;">Facebook</button><br/><br/>
<hr><br/>
<input type="email" name="txt_email" placeholder=" Enter
email"><br/><br/>
<input type="password" name="txt_password" placeholder="
Password"><br/><br/>
<input type="checkbox" name="txt_chkbox" value="Remember"
style="float: left;">Remember me
<a href=""><label style="float: right;">Forgot Password</label></a>
<br/><br/>
<input type="submit" name="txt_btn" value="Log in"><br/><br/>
<center>
<label>Don't have an accont ?<a href=""> Creat an
account</a></label>
</center>
</div>
<div class="divmain3" style="background-image: url(ConnectWithUS.png); background-size:
cover;">
</div>
</div>
</body>
</html>
CSS
.divmain
{
width: 60%;
height: 600px;
background-color: white;
border: none;
border-radius: 5px;
margin: 60px 300px;
}
.divmain2
{
width: 41%;
height: 540px;
background-color: white;
padding: 30px 40px;
border-radius: 5px;
float: left;
}
.divmain2:hover
{
outline: 3px ridge rosybrown;
}
.divmain3
{
width: 50%;
height: 600px;
background-color: blue;
border-radius: 5px;
float: right;
cursor: pointer;
}
.divmain3:hover
{
outline: 3px ridge rosybrown;
}
input[type="email"],input[type="password"]
{
width: 100%;
height: 30px;
font-size: 15px;
font-family: Arial;
}
input[type="email"]:hover,input[type="password"]:hover
{
outline: 3px solid skyblue;
}
input[type="submit"]
{
width: 100%;
height: 35px;
font-size: 15px;
font-family: Arial;
background-color: #317dea;
border-radius: 4px;
border: none;
color: white;
cursor: pointer;
}
input[type="submit"]:hover
{
background-color: #0c67ea;
outline: 3px solid #0c67ea;
}
body
{
background-color: #dcdcdc;
}
h2
{
font-family: Arial;
font-weight: Bold;
}
label
{
font-family: arial;
font-size: 15px;
}
a:hover
{
color: black;
cursor: pointer;
}
button
{
width: 45%;
height: 30px;
border-radius: 4px;
border: 1px solid #b7bfbc;
}
button:hover
{
cursor: pointer;
}
Output
Learning and Reflections from the In-Plant training:
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 for workplace. 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 student academic, career, and personal
development skills. Talents and professional skills develop. I am now confident I want follow
this control after graduation and continue my education in this field. In-Plant training gives work
experience that I can’t get in the class In-Plant training is getting the experience way to build
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: / 08 / 2024
Name: Akshay Rajendra Powar
Roll No: 42
Enrollment No: 23212200143
Department Of Computer