Skip to content

Commit

Permalink
Created changes by Bootstrap and Json (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
weebo-ary authored Dec 26, 2020
1 parent 38eae1f commit c4ad10e
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 321 deletions.
3 changes: 3 additions & 0 deletions templates/dashboard/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
11 changes: 11 additions & 0 deletions templates/dashboard/dash_footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">


<footer class="footer mt-auto py-3 bg-info">
<div id="footer" class="container" style="color:white;">
<h3 id="footer-contents"> BLOGGER </h3>
Expand Down
Loading

0 comments on commit c4ad10e

Please sign in to comment.