diff --git a/882nd.html b/882nd.html index 1823dd6..136d21e 100644 --- a/882nd.html +++ b/882nd.html @@ -7,6 +7,8 @@ -

If you are not being redirected to 882nd click here

+

+ If you are not being redirected to 882nd click here +

diff --git a/foxhole_logo_large.png b/foxhole_logo_large.png new file mode 100644 index 0000000..82b93ef Binary files /dev/null and b/foxhole_logo_large.png differ diff --git a/index.html b/index.html index 7893515..42da78f 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,63 @@ - - - - -

You will be redirected to w3docs.com soon!

- - + + + + + + + + + +
+
+ +

Community Network

+
+
+

Welcome to the Foxhole Community Network

+

+ This network is a project mainly setup to allow regiments without their own infrastructure to have easily + memorable urls for their regiment. For example as a shortlink to their discord server +

+
+
+

The Issue

+

+ Invite links are really annoying to use. A lot of regiments setup signs in their facilities, bases or at other + POIs and regiments will use a discord as their main way to contact them. Since it's not really possible to copy + links from foxhole these have to typed in manually, and it's much nicer to type in fhcn.eu/MyRegi + than discord.gg/3WSTf7W5 +

+
+
+

How does it work?

+

Pretty simple: Every registered regiment get's their regiment tag as the url path. So the fictonal regiment + Foo-Bar Brigade get's fhcn.eu/fbb. Which can then forward to any url they want.

+
+
+

How can i register my regiment?

+

+ You can contact me on Discord with your regiment name and the + link you'd like to forward it to. Tags are given out first-come-first-serve. If there are multiple regiments sharing the same tag the first regiment will be given the link. Keep the following in mind: Only the verified regiment leader can request a regiment link ( This will be checked against the factions + high command discord ) +

+

+ If you ever want your regiment removed or the link changed, just contact me +

+
+
+

Terms

+

Since I'm offering this service for absolutely free I'm going to lay down some terms for using it:

+
    +
  1. I reserve the right to remove any link for any reason
  2. +
  3. Regiments using this service agree to follow the Foxhole Terms of Services. Breaking the Foxhole ToS may result in the regiment being removed from fhcn
  4. +
  5. It's not allowed to change the content the link redirects to without notification to me.
  6. +
  7. The fhcn is faction and shard neutral. Any regiment from any faction that fit these terms will be allowed to get registered
  8. +
+
+
+ + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..7ff18c9 --- /dev/null +++ b/main.css @@ -0,0 +1,51 @@ +body { + font-family: 'Jost', sans-serif; + color: white; + background-color: rgb(47, 46, 46); + display: flex; + justify-content: center; + text-align: center; +} + +h1 { font-size: 4em } +h2 { font-size: 2.5em } +h3 { font-size: 2em} +h4 { font-size: 1.5em} + +main { + width: 80%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +section { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +.logo-container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.logo-container h1 { + margin-top: 0px; +} + +code { + background: lightgray; + padding: 2px 4px; + border-radius: 4px; + color: #b00000; +} + +ol { + list-style-position: inside; + list-style-type: upper-roman; +} \ No newline at end of file