Code Monkey home page Code Monkey logo

bootstrap-project-i's Introduction

Bootstrap I

Bootstrap provides a layout grid system, components and much more but it's up to us how we should use them. To get better at using bootstrap, you need to build projects that utilize the grid and incorporate components.

Project 1 - Build a digital resume

Whenever you are introduced to new technology it's good to use something your familiar with against something new. All of you should be familiar with your own resumes. Lets introduce your resume to a new concept: bootstrap. By the end of this project, you will have a single page version of your resume that is fully responsive. You could use this resume in many instances in your future, so make it count!

Prerequisites

  1. LESS preprocessing is needed so make sure you understand how to use your compiler.

Task - Build Your Digital Resume

  • Review the example resume as a way to get ideas for your own resume. The example is there to give you a guideline, please avoid copying it as it would just cheat you of the experience of making your own.

  • Your responsive layout must follow the grid system pattern shown here:

<div class="container">
    <div class="row">
        <div class="col-sm-12">
            <!-- some content here -->
        </div>
    </div>
     <div class="row">
        <div class="col-sm-12">
            <!-- some content here -->
        </div>
    </div>
    etc...
</div>
  • You must use at least 4 of the following components listed here:

    • Jumbotron
    • List Group
    • Badge
    • Buttons
    • Button group
    • Card
    • Nav
  • Incorporate a responsive image of yourself somewhere on the site. (See example for ideas)

  • Introduce a table somewhere in your site that would be relevent to a resume. (See example for ideas)

Stretch Task - Implement a JavaScript-based component in your site

bootstrap-project-i's People

Contributors

bigknell avatar ujaved931 avatar

Watchers

 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.