From 62b528d1b144c3f3936ead6f583b45bf63f7af0b Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 19 May 2020 13:18:21 +0200 Subject: [PATCH] Add support section --- _sass/_global.scss | 31 +++++++++++++++++++++++++++++++ portmaster/index.html | 13 ++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/_sass/_global.scss b/_sass/_global.scss index 2b223d2..3be1d9e 100644 --- a/_sass/_global.scss +++ b/_sass/_global.scss @@ -141,3 +141,34 @@ footer { transform: rotate(10deg); } } + +.line { + width:100%; + text-align:center; + border-bottom: 2px solid rgba(0, 0, 0, 0.2); + line-height:0.1em; + margin:10px 0 20px; +} +.line span { + background:#fff; + padding:0 25px; +} + +.support p{ + color: #8a8a8a; +} + +.support a{ + --text-opacity: 1; + color: #667eea; + color: rgba(102, 126, 234, var(--text-opacity)); + text-decoration: inherit; + background-color: transparent; + transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; +} + +.support a:hover{ + opacity: .5; + transition-duration: 150ms; + transition-timing-function: cubic-bezier(.4, 0, .2, 1); +} diff --git a/portmaster/index.html b/portmaster/index.html index d5915f1..6a39b8c 100644 --- a/portmaster/index.html +++ b/portmaster/index.html @@ -207,8 +207,19 @@ redirect_from: +
+

Support

+

+ Please report technical issues on the portmaster + repository, problems with the user interface on the portmaster-ui + repo and ask for help on Reddit +

+
-
+
+

Limted Support

+
+