login pages for certain apps
This commit is contained in:
parent
02181e53e1
commit
470624552d
@ -40,7 +40,7 @@ func getStarterLinks(baseUri string) []AppLink {
|
|||||||
Title: "User Management",
|
Title: "User Management",
|
||||||
Description: "Create and Manage Users",
|
Description: "Create and Manage Users",
|
||||||
Image: "/static/img/users.png",
|
Image: "/static/img/users.png",
|
||||||
Url: "https://panel." + baseUri,
|
Url: "https://panel." + baseUri + "/log_in/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Title: "Nextcloud",
|
Title: "Nextcloud",
|
||||||
@ -75,7 +75,7 @@ func getCreatorLinks(baseUri string) []AppLink {
|
|||||||
Title: "Wordpress",
|
Title: "Wordpress",
|
||||||
Description: "Your website",
|
Description: "Your website",
|
||||||
Image: "/static/img/wordpress.png",
|
Image: "/static/img/wordpress.png",
|
||||||
Url: "https://" + baseUri,
|
Url: "https://" + baseUri + "/wp-admin",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ func getEnterpriseLinks(baseUri string) []AppLink {
|
|||||||
Title: "Castopod",
|
Title: "Castopod",
|
||||||
Description: "Podcast Distribution",
|
Description: "Podcast Distribution",
|
||||||
Image: "/static/img/castopod.png",
|
Image: "/static/img/castopod.png",
|
||||||
Url: "https://castopod." + baseUri,
|
Url: "https://castopod." + baseUri + "/cp-auth/login",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
{{template "main" .}}
|
{{template "main" .}}
|
||||||
</main>
|
</main>
|
||||||
<footer class="footer main-grid">
|
<footer class="footer main-grid">
|
||||||
|
<img class="footer__kitty" src="/static/img/kitty.png" alt="">
|
||||||
<p class="footer__excerpt">Powered by <a href="https://www.federated.computer">Federated Computer</a></p>
|
<p class="footer__excerpt">Powered by <a href="https://www.federated.computer">Federated Computer</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
@ -150,6 +150,8 @@ h1 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__excerpt {
|
.footer__excerpt,
|
||||||
|
.footer__kitty {
|
||||||
grid-column: 2/3;
|
grid-column: 2/3;
|
||||||
|
justify-self: center;
|
||||||
}
|
}
|
BIN
ui/static/img/kitty.png
Normal file
BIN
ui/static/img/kitty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user