Skip to content

Commit

Permalink
Merge pull request #54 from mesosphere/nat/remove-logo
Browse files Browse the repository at this point in the history
fix: remove logo and brand link
  • Loading branch information
s12chung authored Jul 19, 2019
2 parents e777c9c + 81f7f4f commit 556709a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/opsportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ appVersion: "1.0.0"
home: https://github.com/mesosphere/charts
description: OpsPortal Chart
name: opsportal
version: 0.0.3
version: 0.0.4
maintainers:
- name: hectorj2f
2 changes: 1 addition & 1 deletion stable/opsportal/templates/landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ metadata:
app: opsportal-landing
data:
index.html: |
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Konvoy Landing</title> <style> * { box-sizing: border-box; } html, body { color: #1B2029; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; font-weight: 400; height: 100%; margin: 0; padding: 0; } #app { height: 100%; background-color: #F7F8F9; display: flex; align-items: center; justify-content: center; } .landing-container { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 350px; } .card { width: 100%; text-align: center; background-color: white; padding: 32px; border: 1px solid #DADDE2; border-radius: 4px; margin: 24px 0; } .heading { font-weight: 500; font-size: 18px; margin: 0; padding-bottom: 12px; } .button { display: block; background-color: #E1E3E7; border-radius: 4px; padding: 8px; margin-top: 16px; color: inherit; text-decoration: none; cursor: pointer; font-weight: 500; } .button:hover { background-color: #cacccf; } .logo { width: 48px; height: 48px; } .brand-link { color: #4B3499; text-decoration: none; font-size: 12px; } .brand-link:hover { color: #432e89; } .privacy { font-size: 12px; margin-top: 12px; color: #76797E; text-align: center; } .link { color: inherit; } .link:hover { color: #6a6c71; } </style></head><body> <div id="app"> <div class="landing-container"> <div class="logo"> <svg xmlns="http://www.w3.org/2000/svg"> <g fill="none" fill-rule="evenodd"> <path fill="#330072" d="M0 68h68V0H0z"/> <g fill="#FEFEFE"> <path d="M47.464 50.621c0 1.994-1.65 3.61-3.684 3.61-2.035 0-3.684-1.616-3.684-3.61v-7.22c0-1.994 1.65-3.61 3.684-3.61 2.035 0 3.684 1.616 3.684 3.61v7.22zm-3.684-14.44c-4.07 0-7.368 3.232-7.368 7.22v7.22c0 3.988 3.299 7.22 7.368 7.22 4.07 0 7.368-3.232 7.368-7.22v-7.22c0-3.988-3.299-7.22-7.368-7.22zM30.902 39.79v-3.61H16.166v3.61h5.526v14.441h-5.526v3.61h14.736v-3.61h-5.526v-14.44zM27.218 23.544c0 1.994-1.65 3.61-3.684 3.61H19.85v-14.44h3.684c2.034 0 3.684 1.616 3.684 3.61v7.22zm-3.684-14.44h-7.369v21.66h7.369c4.07 0 7.368-3.232 7.368-7.22v-7.22c0-3.988-3.299-7.22-7.368-7.22zM40.112 24.447c0-1.495 1.238-2.708 2.763-2.708h1.842c3.561 0 6.448-2.828 6.448-6.318 0-3.489-2.887-6.318-6.448-6.318h-8.289v3.61h8.29c1.525 0 2.763 1.213 2.763 2.708 0 1.496-1.238 2.708-2.764 2.708h-1.842c-3.56 0-6.447 2.829-6.447 6.318l-.016 6.318h14.736v-3.61H40.112v-2.708z"/> <path d="M53.862 56.355l-2.605 2.553-8.851-8.673 2.605-2.553z"/> </g> </g> </svg> </div> <div class="card"> <h1 class="heading">Welcome to Konvoy!</h1> <a href="/ops/portal/" class="button">Launch Console</a> <a href="/token" class="button">Generate Kubectl Token</a> </div> <a class="brand-link" href="https://mesosphere.com/">D2iQ</a> <div class="privacy"> By logging in you understand that we will process personal information in accordance with our <a href="https://mesosphere.com/privacy/" class="link">Privacy Policy</a> <div></div> </div> </div> </div></body></html>
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Konvoy Landing</title> <style> * { box-sizing: border-box; } html, body { color: #1B2029; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; font-weight: 400; height: 100%; margin: 0; padding: 0; } #app { height: 100%; background-color: #F7F8F9; display: flex; align-items: center; justify-content: center; } .landing-container { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 350px; } .card { width: 100%; text-align: center; background-color: white; padding: 32px; border: 1px solid #DADDE2; border-radius: 4px; margin: 24px 0; } .heading { font-weight: 500; font-size: 18px; margin: 0; padding-bottom: 12px; } .button { display: block; background-color: #E1E3E7; border-radius: 4px; padding: 8px; margin-top: 16px; color: inherit; text-decoration: none; cursor: pointer; font-weight: 500; } .button:hover { background-color: #cacccf; } .privacy { font-size: 12px; margin-top: 12px; color: #76797E; text-align: center; } .link { color: inherit; } .link:hover { color: #6a6c71; } </style></head><body> <div id="app"> <div class="landing-container"> <div class="card"> <h1 class="heading">Welcome to Konvoy!</h1> <a href="/ops/portal/" class="button">Launch Console</a> <a href="/token" class="button">Generate Kubectl Token</a> </div> <div class="privacy"> By logging in you understand that we will process personal information in accordance with our <a href="https://mesosphere.com/privacy/" class="link">Privacy Policy</a> <div></div> </div> </div> </div></body></html>
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit 556709a

Please sign in to comment.