CoreID/app/views/welcome.pug
Garrett Mills 13af63a364
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Update 'app/views/welcome.pug'
2021-04-17 02:40:42 +00:00

22 lines
1.1 KiB
Plaintext

extends ./theme/public/base
block append style
link(rel='stylesheet' href='/style-asset/welcome.css')
block masthead
h1.font-weight-light #{_app && _app.name || 'Starship CoreID'}
p.lead Centralized, self-hosted, modern identity services.
p.font-weight-light
a.btn.btn-sm.btn-outline-secondary(href='/dash') Dashboard
block append content
section.py-5#about
.container
h2.font-weight-light What is #{_app && _app.name || 'Starship CoreID'}?
p
| #{_app && _app.name || 'CoreID'} is a self-hosted, open-source identity server designed for
| people who self-host various applications. With its built-in OAuth2, LDAP, and SAML servers
| and self-service password & admin panel, #{_app && _app.name || 'CoreID'} gives you the ability
| to easily integrate a single-sign-on solution into your self-hosting infrastructure without
| jumping through hoops to make it work. You can learn more <a href="https://garrettmills.dev/go/coreid">here.</a>