You are on page 1of 16

Government Polytechnic,

Bramhpuri
Dist. - Chandrapur

Submission
We, the students of First Year (Second semester) of Department of Science and Humanity.
Humbly completed this micro-project work of the time to time described in this report by
our own skills and study between the period form 2023-2024.
As per instruction and guidance of Ms. S. K. Kharkate mam and following students were
associated with us for this work. However, quantum of our contribution has been approved
by the guide.

Micro-Project Group member

Sr. Name Roll No.


no
1 Tanmay Warthe 22CM064
2 Anuj Warutkar 22CM065
3 Aryan Yerojwar 22CM067
4 Pranay Samarth 22CM054
Government Polytechnic,
Bramhpuri
Dist :- Chandrapur
Department of Science and
Humanity

Certificate
This is to certify that the following student of this institute have carried out this micro
project on to prepare chart displaying different types of semiconductors under the guidance
of Mrs. S. K Kharkate mam in the Department of Science and Humanity, during the
session 2023-2024. This work has been in the partial fulfillment of the award for Diploma in
Computer Technology from Maharashtra State Board of Technical Education, Mumbai.

Submitted By

Sr. Name Roll No.


no
1 Tanmay Warthe 22CM064
2 Anuj Warutkar 22CM065
3 Aryan Yerojwar 22CM067
4 Pranay Samarth 22CM054
MICRO-PROJECT REPORT ON
To Develop Departmental Website

The Micro-Project Work Submitted In Partial fulfilment of


Requirement for the Award of Diploma In

Computer Technology
Under the Guidance of
Mrs. S. K. Kharkate

DEPARTMENT OF SCIENCE AND


HUMANITY,
GOVERNMENT POLYTECHNIC,
BRAMHAPURI
2022-2023
PART A

RATIONAL :- Website design is a broad term that encompasses a


wide variety of tasks, all involved in the formation of web pages.
There are essentially two types of web design approaches, which are
dynamic and static design. Static web design is typically based on
basic HTML code. It is essential for diploma student to learn HTML
since the task of static website design is performed by using HTML
coding Even in dynamic websites, the task of presentation of content
is handled through HTML coding. This course introduce web page
design using HTML5 and also give emphasis on learning Cascading
Style Sheets (CSS) which is a style sheet language used for
describing the presentation of a document written in a markup
language for formatting and styling of content. This leaming enables
students to design static web sites and host it on Internet/Intranet

TITLE OF MICRO-PROJECT :- To Develop Departmental


Website
AIM OF MICROPROJECT :- Make Website about Department of
Computer Technology

COURCE OUTCOME :-
1. Use block level formatting tags to present content on web page
2. Use test level formatting tags to present content on web page
3. Apply hyper linking on web page
4. A different location on the same web page
PROPOSER METHODOLOGY :-
1. We will discuss about the microproject in meeting with team
member
2. We will get more information form respective subject teacher,
how to prepare microproject.
3. Discuss about collected information in our group and choose
suitable information.
4. We collect all the information on computer to prepare this
project.
5. We will show first edited information to respected teacher to
confirm either it is set for
6. All group members are assembled in class room for making the
project.

ACTION PLAN :-

Sr no. Discuss of activity Plan short Plan finish Name of


date date responsible team
member
1) Discuss about topic with group All Team
members. member
2) Collecting information from book. Tanmay Warthe

3) Collecting more contain using internet. Anuj Warutkar

4) Making contain presentable using Ms Tanmay Warthe


words.
5) Taking information from guide. Pranay Samarth

6) Making print of micro-project. Aryan Yerojwar


RESOURCES REQUIRMENT :-

Sr no. Name of Specification Quantity Remark


resource
1) Laptop Intel i5 1 Work

2) Internet Networking 1 Collecting


information
3) Mannual To get 1 Collecting
information information

Team Member :-
Sr. Name Roll No.
no
1 Tanmay Warthe 22CM064
2 Anuj Warutkar 22CM065
3 Aryan Yerojwar 22CM067
4 Pranay Samarth 22CM054
PART B

RATIONAL :- Website design is a broad term that encompasses a


wide variety of tasks, all involved in the formation of web pages.
There are essentially two types of web design approaches, which are
dynamic and static design. Static web design is typically based on
basic HTML code. It is essential for diploma student to learn HTML
since the task of static website design is performed by using HTML
coding Even in dynamic websites, the task of presentation of content
is handled through HTML coding. This course introduce web page
design using HTML5 and also give emphasis on learning Cascading
Style Sheets (CSS) which is a style sheet language used for
describing the presentation of a document written in a markup
language for formatting and styling of content. This leaming enables
students to design static web sites and host it on Internet/Intranet

TITLE OF MICRO-PROJECT :- To Develop Departmental


Website
AIM OF MICROPROJECT :- Make Website about Department of
Computer Technology

COURCE OUTCOME :-
1. Use block level formatting tags to present content on web page
2. Use test level formatting tags to present content on web page
3. Apply hyper linking on web page
4. A different location on the same web page
Tags are used in code :-
• <html>
• <head>
• <style>
• <body>
• <header>
• <footer>
• <h1>to<h6>
• <main>
• <section>
• <table>
• <img>
• <a>
• <nav>
• <tr>
• <td>

CODE :-
<!DOCTYPE html>
<html>
<head>
<style>
a:link{ color:black;}
a:visited{color: black;}
a:hover{color: darkblue;}
a:active{color: darkorange;}

</style><title>DEPARMENT WEBSITE</title>
<link rel="stylesheet"
href="C:\Users\ASUS\OneDrive\Documents\HTML
FIRST\Projectwpd.css">

</head>
<body>
<header>
<h1 align="center">COMPUTER TECHNOLOGY <a
href="https://www.gpbramhapuri.edu.in">
<img src="C:\Users\ASUS\OneDrive\Pictures\Saved
Pictures\clg.jpg" align="right" width="130"
height="160"></a></h1>

</header>
<nav>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#photos">Photos</a>
<a href="#laboratry">Laboratry</a>
<a href="#login">Login</a>
<a href="#sign up">Sign up</a>
</nav>
<main><section id="#vision">
<h2><b>Vision :</b></h2>
<h3>To Provide Skilled Diploma Engineeres with Professional
Ethics to Cater to the Changing Needs of Industries and Society.</h3>
<h3>To develop competent diploma computer engineers by
imparting knowlwdge, skill and Ethics values.</h3>
<img src="C:\Users\ASUS\Pictures\Saved Pictures\WhatsApp
Image 2023-04-19 at 21.47.07.jpg" width="100" height="110">
<img src="C:\Users\ASUS\Pictures\Saved Pictures\WhatsApp
Image 2023-04-19 at 21.47.09.jpg" width="100" height="110">
<img src="C:\Users\ASUS\Pictures\Saved Pictures\WhatsApp
Image 2023-04-19 at 21.47.08.jpg" width="100" height="110">

</section>
<section id="#mission">
<h2><b>Mission :</b></h2>
<h3>M1 : To Develop Knowlwdge and Skill Through Learning-
Teaching Process and Extra Curricular Activities.</h3>
<h3>M2 : To Develop and maintain infrastructure for Academic
Exellence. </h3>
<h3>M3 : To updates Competencies of Students and Staff
through Industry-Institute Interaction.</h3>
<h3>M4 : To Inculcate Ethical values through lifelong learning
for Sustainable Development</h3>
</section>
<section id="about">
<h2>About</h2>
<h3 align="left">The Department of Computer Science is
dedicated to the study of algorithms, programming languages, software
design, and computer hardware.
Our mission is to provide students with a strong foundation in
computer science and to advance the field through cutting-edge research.
<h3 align="left">Our department is engaged in a wide range
of research topics, including artificial intelligence, computer graphics,
databases, and programming languages.</h3>
<h3 align="left"> We collaborate with other departments
and universities to advance the state of the art in computer
science.</h3>
<h3 align="left">There is active research to make computers
out of many promising new types of technology, such as optical
computers, DNA computers, neural computers, and quantum computers.
Most computers are universal, and are able to calculate any
computable function, and are limited only by their memory capacity and
operating speed.
However different designs of computers can give very
different performance for particular problems;
for example quantum computers can potentially break some
modern encryption algorithms (by quantum factoring) very
quickly.</h3>
</h3></section>
<section id="Photos">
<h2>Photos</h2>
<img src="C:\Users\ASUS\OneDrive\Pictures\Saved
Pictures\WhatsApp Image 2023-04-21 at 19.08.36.jpg" width="25%"
height="390">
<img src="C:\Users\ASUS\Pictures\Saved
Pictures\WhatsApp Image 2023-04-18 at 21.29.46.jpg" width="25%"
height="390">
<img src="C:\Users\ASUS\OneDrive\Pictures\Saved
Pictures\WhatsApp Image 2023-04-21 at 19.08.39.jpg" width="25%"
height="390">
<img src="C:\Users\ASUS\OneDrive\Pictures\Saved
Pictures\WhatsApp Image 2023-04-21 at 20.19.03.jpg" width="25%"
height="575">
<img src="C:\Users\ASUS\OneDrive\Pictures\Saved
Pictures\WhatsApp Image 2023-04-21 at 22.16.22.jpg" width="50%">
</section>
<section id="laboratry">
<h2>Laboratry</h2>
<table border="3" width="100%" height="690"
bgcolor="lightgray">
<tr><th>Sr. No.</th>
<th>Lab No.</th>
<th>Lab</th>
<th>Lab manager</th></tr>
<tr>
<td>1</td>
<td>124</td>
<td>Computer Center</td>
<td>Kharkate mam</td>
</tr>
<tr>
<td>2</td>
<td>125</td>
<td>Programming Lab</td>
<td>Mane sir</td>
</tr>
<tr>
<td>3</td>
<td>128</td>
<td>Software Testing</td>
<td>Kawale sir</td>
</tr>
<tr>
<td>4</td>
<td>129</td>
<td>Computer Hardware</td>
<td>Ramteke sir</td>
</tr>
</table>
</section>
<footer>

<a href="#">&copy;GPBR</a>
<a href="#">Contact Us</a>
<a href="#">Term of use</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="https://www.gpbramhapuri.edu.in">GOVERNMENT
POLYTECHNIC BRAMHAPURI</a>

</footer>
</main>
</body>
</html>
OUTPUT :-
Team Member :-
Sr. Name Roll No.
no
1 Tanmay Warthe 22CM064
2 Anuj Warutkar 22CM065
3 Aryan Yerojwar 22CM067
4 Pranay Samarth 22CM054
RESOURCES REQUIRMENT :-

Sr no. Name of Specification Quantity Remark


resource
1) Laptop Intel i5 1 Work

2) Internet Networking 1 Collecting


information
3) Mannual To get 1 Collecting
information information

SKILL DEVELOPED :-
1. Team Work
2. Communication skill
3. Problem-solving skill
4. Ability to work in team

You might also like