Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 999 Bytes

Drivesmart-Website

Drivesmart is an IIT(ISM) Dhanbad based startup and its website link is: https://im-sanyam.github.io/drivesmart-website/ Technologies used : Bootstrap 4, HTML5 and CSS3.

Usage

Just clone the repository and download it. No need to install Bootstrap separately. CDN support for Bootstrap's CSS and JavaScript done by adding the following links in the code of each HTML page.

CSS -

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">

The above should be added in the <head> tag of the code.

JavaScript -

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>

These should be added just after the </body> tag and before </html> tag.

Acknowledgment

  • Bootstrap Documentation