This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/views/index.pug

49 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-08-02 21:24:01 +00:00
extends layout.pug
block title
|Icy Network
block body
2018-01-28 19:15:53 +00:00
.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
2021-03-06 10:49:03 +00:00
p Icy Network is a Single Sign On (SSO) provider.
2018-02-07 17:03:57 +00:00
//a.btn.btn-lg.btn-primary(href="#" role="button") Learn More
2018-05-20 15:28:26 +00:00
//.carousel-item
2018-01-28 19:15:53 +00:00
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
2019-10-26 09:54:51 +00:00
i.fas.fa-fw.fa-lock
2018-01-28 19:15:53 +00:00
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
2019-10-26 09:54:51 +00:00
i.fab.fa-fw.fa-git
2018-01-28 19:15:53 +00:00
h2 Open Source
p All of our services are Free and Open Source Software (FOSS) hosted on our own GitLab instance.
2018-01-28 19:15:53 +00:00
p
a.btn.btn-secondary(href="https://gitlab.icynet.eu/IcyNetwork", target="_blank") Browse Repositories
2018-01-28 19:15:53 +00:00
.col-lg-4
span.circular-header.bg-info
2019-10-26 09:54:51 +00:00
i.fas.fa-fw.fa-users
2018-01-28 19:15:53 +00:00
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.