Fix various logo placeholders and header and favicon
This commit is contained in:
parent
8623773edc
commit
9667f34388
10 changed files with 8 additions and 56 deletions
|
|
@ -8,6 +8,8 @@
|
|||
<link href="/static/vendor/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- Fontawesome Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon"/>
|
||||
{{block "extraheader" .}} {{end}}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||
<!-- Fontawesome Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon"/>
|
||||
{{block "extraheader" .}} {{end}}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@
|
|||
<div class="container">
|
||||
<!-- Logo -->
|
||||
<a class="navbar-brand" href="/">
|
||||
<div class="logo-placeholder" style="width: 100px; height: 40px; background-color: #e9ecef; display: flex; align-items: center; justify-content: center; border-radius: 4px;">
|
||||
<span class="text-muted small">Your Logo</span>
|
||||
</div>
|
||||
<img src="/static/img/nidus-logo-no-lettering-64.png" style="height: 48px; display: flex; align-items: center; justify-content: center; "></img>
|
||||
</a>
|
||||
|
||||
<!-- Toggle Button for Mobile -->
|
||||
|
|
@ -19,12 +17,6 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="/">Dashboard</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Projects</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Maps</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- User Info, Notifications & Logout -->
|
||||
|
|
|
|||
|
|
@ -17,20 +17,6 @@
|
|||
margin-bottom: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
.logo-area {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.logo-placeholder {
|
||||
width: 120px;
|
||||
height: 60px;
|
||||
background-color: #e9ecef;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.steps-container {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
|
@ -48,13 +34,6 @@
|
|||
{{define "content"}}
|
||||
<div class="container min-vh-100 d-flex align-items-center justify-content-center py-5">
|
||||
<div class="connect-container">
|
||||
<!-- Logo Area -->
|
||||
<div class="logo-area">
|
||||
<div class="logo-placeholder">
|
||||
<span class="text-muted">Your Logo</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="connect-box">
|
||||
<div class="connect-header">
|
||||
<h1>Connect Your ArcGIS Account</h1>
|
||||
|
|
|
|||
|
|
@ -26,28 +26,11 @@
|
|||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.logo-placeholder {
|
||||
width: 120px;
|
||||
height: 60px;
|
||||
background-color: #e9ecef;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 6px;
|
||||
}
|
||||
</style>
|
||||
{{end}}
|
||||
{{define "content"}}
|
||||
<div class="container min-vh-100 d-flex align-items-center justify-content-center py-5">
|
||||
<div class="register-container">
|
||||
<!-- Logo Area -->
|
||||
<div class="logo-area">
|
||||
<div class="logo-placeholder">
|
||||
<span class="text-muted">Your Logo</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row register-box g-0">
|
||||
<!-- Left side: Registration Form -->
|
||||
<div class="col-md-6 register-form-section">
|
||||
|
|
@ -90,8 +73,9 @@
|
|||
<!-- Right side: Account Information -->
|
||||
<div class="col-md-6 register-info-section">
|
||||
<div>
|
||||
<h2>Account Information</h2>
|
||||
<p class="lead mb-4">What you need to know</p>
|
||||
<div class="logo-area">
|
||||
<img src="/static/img/nidus-logo-256-transparent.png"></img>
|
||||
</div>
|
||||
|
||||
<div class="mb-4">
|
||||
<h5>Who should register?</h5>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue