Internship Report On Web Development
Internship Report On Web Development
CORIZO
Corizo is an edtech platform that helps students with internships, professional training
programs, career guidance, and mentorship. Our aim is to bridge the gap between formal
education and the ever changing requirements of the industry. We at Corizo bring together
the students aiming for successful careers, knowledge and experience accumulated over the
years by our industry experts to create a holistic learning platform. Our platform helps
students discover programs, and get trained in their fields of interest with the latest market
requirements.
2. Himanshu Singh
3. Hemant Ingle
Co-Founder
INTERNSHIP CERIFICATE
INTRODUCTION
SYSTEM SPECIFICATION
Hardware Requirements
Following are the hardware minimum required for the proposed system
Following are the software minimum required for the proposed system
EXISTING SYSTEM
The existing system was a manual one. Whatever be the process involved in the system were
done through register (files). There were lots of complexities involved in the system. . It was
not easy to do several administrative works like managing the customer details, their account
details, withdrawal details etc. the process is more time consuming and it requires a great
manual effort.
Disadvantages
PROPOSED SYSTEM
The system provides paperless maintenance. Initially a cashier or a clerk can be appointed to
do all the transaction and update and maintained the records. In the new system the customer
himself can do all the transaction and the computerized system automatically updates and
maintains the records.
Advantages
Less effort to complete transaction
Less time required.
No need to maintain the bulk of Papers.
FRONT END
HTML
Basic concept
(WWW& HTTP, HTTPS, Client Server Communication)
HTML Forms
(Input, Text Fields, Password, Checkbox, Combo Box, Radio, Text Areas, Files,
Buttons)
HTML5 features
CSS
Basic CSS (selector, internal, external, Inline, Class, Id, Background, font,
Text, Padding, Margin, Border, list CSS, hovering and elements)
JavaScript advanced (get Element by Id, Inner HTML, Get table, index,
DOM, manipulation, Regular Expression)
BACK END
PHP BASIC
Control Structures (if, else, else if, while, do-while, for, for each, break,
continue, switch)
O ur m is s i o n i s P r e v e nt w a t e r p o l l uti o n r e fi ne i t a s
m uc h a s we c a n a nd tr y t o control global warming. Water
treatment is any process that improves the quality of water
to make it more acceptable for use. This method was refined
in the following two decades, and it culminated in the first
treated public water supply in the world, installed by the us.
(1) ASK UP FRONT. Put your green goals in your RFP so vendors
understand that it’s an important p a r t o f t h e c o n v e rs a t io n . Ad v is e
t he m t o p r o v id e s p e c ific s a b o ut t h e ir g re e n initiatives and to come up
with a program within your budget.
(4) WALK THE TOWN. Pick a venue that’s in a central location near
hotels and restaurants. This will reduce the need for transportation and
encourage guests to explore on foot.
(8) REQUEST REUSABLE. When possible, use reusable items for your event—
linens, tableware and silver-ware. Or, at the very least, explore compostable
options.
CODE
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prevent Water Pollution</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
header {
background-color: #4CAF50;
padding: 1em;
text-align: center;
color: white;
}
section {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
h1, h2 {
color: #4CAF50;
}
p{
line-height: 1.6;
}
footer {
background-color: #4CAF50;
padding: 1em;
text-align: center;
color: white;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Prevent Water Pollution</h1>
</header>
<section>
<h2>Introduction</h2>
<p>
Water pollution is a serious environmental issue that affects us all. It's crucial
to take steps to prevent pollution and protect our water resources.
</p>
<h2>Ways to Prevent Water Pollution</h2>
<ul>
<li>Dispose of waste properly.</li>
<li>Avoid the use of harmful chemicals.</li>
<li>Conserve water.</li>
<li>Support organizations working towards water conservation.</li>
</ul>
</section>
<footer>
<p>© 2023 Prevent Water Pollution</p>
</footer>
</body>
</html>
WEB VIEW OF WEBSITE
SCOPE OF THE WORK
The work covered in the thesis tries to solve various issues, which
emerged as a result of literature survey.