Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishabisht committed Jun 25, 2024
1 parent 32889e9 commit 98f8701
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 1 addition & 6 deletions website1.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
<title>Document</title>

<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="website1.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">

<script src="https://kit.fontawesome.com/218cf28944.js" crossorigin="anonymous"></script>
<!-- font awesome saved in local drive: -->
<script src="all.js"></script>
<!-- font awesome free using cdn link:
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->

<link href="https://fonts.googleapis.com/css?family=Lato:900|Merriweather:900&display=swap" rel="stylesheet">
</head>

Expand Down
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Bootstrap Dummy Website
Rough implementation of bootstrap.
# Learn - Bootstrap Website

This repository is dedicated to building a website using Bootstrap for styling. It serves as a practical guide for learning how to effectively incorporate Bootstrap's CSS framework to create visually appealing and responsive web designs. The focus is on utilizing Bootstrap's ready-to-use components to streamline the development process and enhance the overall user interface.


## Technologies used
`html` `bootstrap` `css`
File renamed without changes.

0 comments on commit 98f8701

Please sign in to comment.