Skip to content

Commit

Permalink
banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrein committed Apr 3, 2022
1 parent 12ec2ec commit 91d1e25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ website/dashmap/test.py

# Other
.idea
.vscode
.vscode
docker-commands.md
8 changes: 8 additions & 0 deletions website/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11532,4 +11532,12 @@ iframe {
height: 100px;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: red;
}

.chaos {
padding: 5px;
text-align: center;
background: #1abc9c;
color: white;
font-size: 20px;
}
3 changes: 3 additions & 0 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<title>{% block title %}Home{% endblock %}</title>
</head>
<body>
<div class="chaos">
<a class="chaos" href="https://chaosarchitects.com/"> Love Dashmap and want more? Check out CHAOS!</a>
</div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">DashMap</a>
Expand Down

0 comments on commit 91d1e25

Please sign in to comment.