Coder Social home page Coder Social logo

bootstrapwebsite's Introduction

Web Design using Bootstrap Framework

AIM:

To design a website using bootstrap framework.

DESIGN STEPS:

Step 1:

Requirement collection.

Step 2:

Creating the layout using bootstrap grid system.

Step 3:

Updating the sample content.

Step 4:

Choose the appropriate style and color scheme.

Step 5:

Validate the layout in various browsers.

Step 6:

Validate the HTML code.

Step 6:

Publish the website in the given URL.

PROGRAM :

Home Page:

<!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>Bootstrap Website</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body>
    <div class="container-fluid">
        <div class="page-header text-center bg-success ">
            <h2>Bureau of Police Research and Development</h2>
        </div>
        <div>
            <img class="img-thumbnail" src="dawn.jpg">
        </div>
        <div class="navbar navbar-dark bg-warning">
            <div class="nav-item col-md-4 text-center text-decoration-underline ">
                <a class="nav-link" href="./Home.html" aria-current="page">Home</a>
            </div> 
            <div class="nav-item col-md-4 text-center ">
                <a class="nav-link" href="./History.html">History</a>
            </div>
            <div class="nav-item col-md-4 text-center">
                <a class="nav-link" href="./Contactus.html" >Contact us</a>
            </div> 
        </div>
        <div class="row text-center">
            <div class="col-md-2 ">
                <table class="table table-bordered">
                    <thead>
                        <tr><th>Events</th></tr>
                    </thead>
                    <thead>
                        <tr><th>Gallery</th></tr>
                    </thead>
                    <thead>
                        <tr><th>Azadhi Mahotsav</th></tr>
                    </thead>
                    <thead>
                        <tr><th>e-USTAD</th></tr>
                    </thead> 
                    <thread>
                        <tr><th>Press Release</th></tr>
                    </thread>   
                    <thread>
                        <tr><th>Tenders</th></tr>
                    </thread>               
                </table>
            </div>
            <div class="col-md-8">
                <img class="img img-thumbnail" src="pro.jpg">
            </div>
            <div class="col-md-2">
                <img class="img img-thumbnail" src="lan.png">
                <h3>Directive General of BPRD</h3>
            </div>
        </div>
    </div>
</body>
</html>

History Page:

<!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>Bootstrap Website</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body>
    <div class="container-fluid">
        <div class="page-header text-center bg-success ">
            <h2>Bureau of Police Research and Development</h2>
        </div>
        <div>
            <img class="img-thumbnail" src="dawn.jpg">
        </div>
        <div class="navbar navbar-dark bg-warning">
            <div class="nav-item col-md-4 text-center">
                <a class="nav-link" href="./Home.html" aria-current="page">Home</a>
            </div> 
            <div class="nav-item col-md-4 text-center text-decoration-underline">
                <a class="nav-link" href="./History.html">History</a>
            </div>
            <div class="nav-item col-md-4 text-center ">
                <a class="nav-link" href="./Contactus.html" >Contact us</a>
            </div> 
        </div>
            <div class="col-md-12 text-center">
                <h2>History</h2>
                <h3>Evolution of BPRD</h3>
            </div>
            <div>
                <h3>Modernization:</h3>
                <br/><h4>
                    Modernization Division ensures effective implementation/ introduction of the modern technology/gadgetry in the Police Forces. Identification of emerging technologies and orientation of work on new technologies should be encouraged so that the Police Forces can be equipped with the best and are capable to resist any threat whether in the jungle, streets or in the lab.
                    
                    The Division lease with the national laboratories other scientific organizations and institutions and public and private sector undertakings for modernization programs and stimulating indigenous production of Police equipment and system.
                    
                    The Modernization Division is expected to keep abreast with modernization in the application of science and technology to police work in India and abroad and study new procedures and methodologies with a view to promoting the introduction of suitable equipment and techniques in police work in India to improve its operational efficiency.</h4>
            </div>
            <div>
                <h4><br/>Besides advising the Government of India, the Modernization Division, if required by the State Governments, also advises them on matters falling within the field of its operations.
                    The Modernization Division (erstwhile Development Division) was set up in 1970.  The Division was augmented in 2009 with creation of additional technical posts i.e.  Principal Scientific Officers, Senior Scientific Officers and Senior Scientific Assistants in the field of Explosives/Ballistics, Weapons, Uniform Accouterments, Life Sciences, Building& Design, Electronics, Traffic &Transport. The Modernization Division is headed by Director, an officer rank of the Inspector General of Police.</h4>
            </div>
        </div>
    </div>
</body>
</html>

Contact Us Page:

<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>Bootstrap Website</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body>
    <div class="container-fluid">
        <div class="page-header text-center bg-success ">
            <h2>Bureau of Police Research and Development</h2>
        </div>
        <div>
            <img class="img-thumbnail" src="dawn.jpg">
        </div>
        <div class="navbar navbar-dark bg-warning">
            <div class="nav-item col-md-4 text-center">
                <a class="nav-link" href="./Home.html" aria-current="page">Home</a>
            </div> 
            <div class="nav-item col-md-4 text-center">
                <a class="nav-link" href="./History.html">History</a>
            </div>
            <div class="nav-item col-md-4 text-center text-decoration-underline">
                <a class="nav-link" href="./Contactus.html" >Contact Us</a>
            </div> 
        </div>
        <div class="row">
            <div class="col-md-3">
                <table class="table table-bordered">
                        <tr><th>Contact US</th></tr>
                        <tr><th>Organisation Address</th></tr>
                        <tr><th>Citizens Corner</th></tr>
                </table>

            </div>
            <div class="col-md-9 text-center" style="padding-right: 10px;">
                <h3>Contact US</h3>
                <address>
                    <h3>Address:</h3>
                    <h4>Bureau of Police Research and Development<br/>
                    Ministry of Home Affairs,<br/>
                    NH-8, Mahipalpur<br/>
                    New Delhi (India)<br/></h4>
                    <h3>Telefax:</h3>
                    <h4>Office: +91-11-26781312, Email id: dg[at]bprd[dot]nic[dot]in<br/>
                    ADG Office: +91-11-26781341, Email id: adg[at]bprd[dot]nic[dot]in<br/>
                    Administration Directorate: +91-11-26781326, Email id: igadm[at]bprd[dot]nic[dot]in<br/>
                    Training Directorate: +91-11-26782027, Email id: dirtrg[at]bprd[dot]nic[dot]in<br/>
                    NPM Directorate: +91-11-26781345, Email id: dirnpm[at]bprd[dot]nic[dot]in<br/>
                    MOD Directorate: +91-11-26782023, Email id: igmod[at]bprd[dot]nic[dot]in<br/>
                    Research & CA Directorate: +91-11-26781314, Email id: dirrd[at]bprd[dot]nic[dot]in<br/></h4>
                </address>

            </div>
        </div>
    </div>
</body>
</html>

OUTPUT:

Home Page:

OUTPUT OUTPUT

History Page:

OUTPUT OUTPUT

Contact Us Page:

OUTPUT OUTPUT

Result:

Thus the program to create the webpage using bootstrap is completed successfully.

bootstrapwebsite's People

Contributors

obedotto avatar adithya-siddam avatar obedottoc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.