Skip to content

Commit

Permalink
Add assets, move footer styles to new file, add new footer content
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandoig committed Dec 4, 2020
1 parent aefad52 commit 11d5200
Show file tree
Hide file tree
Showing 15 changed files with 535 additions and 16 deletions.
16 changes: 16 additions & 0 deletions pkg/dashboard/assets/css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.footer {
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
}

.footer a {
color: #999;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}


15 changes: 0 additions & 15 deletions pkg/dashboard/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,6 @@ body {
border-radius: 5px;
}

.footer {
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
}

.footer a {
color: #999;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}

.exemption-alert {
margin-top: 15px;
padding: 15px;
Expand Down
421 changes: 421 additions & 0 deletions pkg/dashboard/assets/images/FW_Insights_Polaris.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions pkg/dashboard/assets/images/polaris_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions pkg/dashboard/assets/images/purple_icon_email.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions pkg/dashboard/assets/images/purple_icon_github.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions pkg/dashboard/assets/images/purple_icon_slack.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions pkg/dashboard/assets/images/purple_icon_twitter.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions pkg/dashboard/assets/images/purple_logo_fairwinds.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions pkg/dashboard/assets/images/white_icon_email.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions pkg/dashboard/assets/images/white_icon_github.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11d5200

Please sign in to comment.