49 lines
2.0 KiB
Plaintext
49 lines
2.0 KiB
Plaintext
extends layout.pug
|
|
block title
|
|
|Icy Network
|
|
|
|
block body
|
|
.carousel.slide#myCarousel(data-ride="carousel")
|
|
ol.carousel-indicators
|
|
li.active(data-target="#myCarousel" data-slide-to="0")
|
|
li(data-target="#myCarousel" data-slide-to="1")
|
|
.carousel-inner
|
|
.carousel-item.active
|
|
img.first-slide(src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", alt="First Slide")
|
|
.container
|
|
.carousel-caption.text-left
|
|
h1 Welcome to Icy Network
|
|
p Icy Network is a Single Sign On (SSO) provider.
|
|
//a.btn.btn-lg.btn-primary(href="#" role="button") Learn More
|
|
//.carousel-item
|
|
img.second-slide(src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", alt="Second Slide")
|
|
.container
|
|
.carousel-caption.text-left
|
|
h1 Join our Minecraft Server
|
|
p We have a Minecraft Server up at mc.icynet.eu, join now!
|
|
a.carousel-control-prev(href="#myCarousel" role="button" data-slide="prev")
|
|
span.carousel-control-prev-icon(aria-hidden="true")
|
|
span.sr-only Previous
|
|
a.carousel-control-next(href="#myCarousel" role="button" data-slide="next")
|
|
span.carousel-control-next-icon(aria-hidden="true")
|
|
span.sr-only Next
|
|
.container.marketing
|
|
.row
|
|
.col-lg-4
|
|
span.circular-header.bg-warning
|
|
i.fas.fa-fw.fa-lock
|
|
h2 Secure Login
|
|
p We have a secure login system with the possibility to even further secure your account with Two-Factor Authentication.
|
|
.col-lg-4
|
|
span.circular-header.bg-success
|
|
i.fab.fa-fw.fa-git
|
|
h2 Open Source
|
|
p All of our services are Free and Open Source Software (FOSS) hosted on our own GitLab instance.
|
|
p
|
|
a.btn.btn-secondary(href="https://gitlab.icynet.eu/IcyNetwork", target="_blank") Browse Repositories
|
|
.col-lg-4
|
|
span.circular-header.bg-info
|
|
i.fas.fa-fw.fa-users
|
|
h2 Community-oriented
|
|
p Our services are made to serve communities. We unite them all with a single login system with support for multiple authentication protocols.
|