Skip to content

apurva1112/drivesmart-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Upload the website code here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published