Skip to content

Commit

Permalink
Update mange page
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Apr 15, 2024
1 parent 5b9561b commit d2ddecd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
20 changes: 12 additions & 8 deletions manage/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&display=swap" rel="stylesheet">
<style>
:root {
/* Primary theme color */
--primary-color: #F9BB2D;
/* Primary theme text color */
--primary-text-color: #121212;
}
/* Primary theme color */
--primary-color: #F9BB2D;
/* Primary theme text color */
--primary-text-color: #121212;
}
</style>
{% block head %}
{% endblock %}
</head>

<body>
<div class="flex-layout" style="flex-direction: column;">
<div style="min-width: 1160px; display: flex;flex-direction: column;">
Expand All @@ -31,9 +32,11 @@
<li class="nav-item"><a href="export.html">Export/Import</a></li>
</ul>
<div style="padding: 30px 80px; background-color: white; position: relative;">
<div class="logo flex-layout">
<img src="../assets/icon.png" alt="rust-search-extension-logo"> Rust Search Extension
</div>
<a href="https://rust.extension.sh" style="text-decoration: none">
<div class="logo flex-layout">
<img src="../assets/icon.png" alt="rust-search-extension-logo"> Rust Search Extension
</div>
</a>
{% block content %}
{% endblock %}
</div>
Expand All @@ -45,4 +48,5 @@
{% block js %}
{% endblock %}
</body>

</html>
3 changes: 3 additions & 0 deletions manage/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
<div class="setting-item">
<a href="https://go.extension.sh">Go Search Extension</a>
</div>
<div class="setting-item">
<a href="https://k8s.extension.sh">Kubernetes Search Extension</a>
</div>
</div>
</div>
<div class="setting-group">
Expand Down

0 comments on commit d2ddecd

Please sign in to comment.