diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3a1488d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2017 Pieter-Jan Briers + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..9d95a0c --- /dev/null +++ b/config.toml @@ -0,0 +1,11 @@ +baseURL = "https://rimworldmultiplayer.com/" +languageCode = "en-us" +title = "RWMP" +ignoreFiles = ["\\.ts$", "tsconfig.json$"] +disableKinds = ["taxonomy", "taxonomyTerm"] + +# PYGMENTS (Syntax Highlighting) settings! +# I couldn't get Chroma to parse C# at all. +PygmentsUseClassic = true +PygmentsCodeFences = true +PygmentsUseClasses = true diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..92fb51a --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,28 @@ ++++ +title = "About Rimworld Multiplayer" +description = "YEET" +date = "2019-07-26" +type = "about" ++++ + +# What is Rimworld Multiplayer? + +**Rimworld Multiplayer** is a community driven mod to implement Multiplayer into [Rimworld](https://rimworldgame.com/). The mod is unofficial, and in no way endorsed by Tynan or Ludeon Studios. + +## Status + +Currently, the project is in a "beta" state. We have many tasks ahead of us. On this website you will be able to find progress reports as long as we're kicking. + +## Getting involved + +We can always use extra hands. The entire project is open source and available on GitHub here: + +* Main Repo: [rwmt/Multiplayer](https://github.com/rwmt/Multiplayer). + +We primarily communicate through Discord, although there is an IRC channel that's connected to Discord with a bot. + +* [Discord Invite](https://discord.gg/S4bxXpv) + +And have some general links to some related communities too: + +* [Rimworld Subreddit](https://www.reddit.com/r/RimWorld/) diff --git a/content/about/download/_index.md b/content/about/download/_index.md new file mode 100644 index 0000000..26ea9a5 --- /dev/null +++ b/content/about/download/_index.md @@ -0,0 +1,9 @@ ++++ +title = "Downloads" +date = "" +type = "about" ++++ + +## Download Links + +{{< imgw "/static/images/download/steamicon" >}} diff --git a/content/about/faq/_index.md b/content/about/faq/_index.md new file mode 100644 index 0000000..7efd9d8 --- /dev/null +++ b/content/about/faq/_index.md @@ -0,0 +1,71 @@ ++++ +title = "Frequency Asked Questions" +date = "2019-03-28" +type = "about" ++++ + +# Frequently Asked Questions + +### Q: Where is Zetrith? + +A: No idea. + +### Q: How can players connect to each other? + +A: Players can connect through Steam, LAN, or Direct. To use direct connect, portforward 30502 through UDP or use a software like Hamachi. + +### Q: Does it work between different operating systems? + +A: Currently everyone is cooperatively playing exactly the same game, with same maps, in the same faction. PVP is planned at a later date. + +### Q: Can mods be used in multiplayer? + +A: Yes, but not all mods will work in multiplayer. We have many resources for determining which mods work with Multiplayer. The best way to find out which mods work is looking at our [spreadsheet](https://tinyurl.com/Multiplayer-Spreadsheet). + +### Q: What do the numbers on the mod spreadsheet/website mean? + +A: 0 is untested, 1 is not working, 2 is major issue, 3 is minor issues, and 4 is no issues and working fine. + +### Q: Can I donate? + +A: + +### Q: What is save replay? + +A: A multiplayer save game. + +### Q: How can I change my in-game name? + +A: Your name can be changed under Options > Mod Settings > Multiplayer > Show Settings. + +### Q: Can I play singleplayer with the mod enabled? + +A: Yes, this should not cause any problems even with a lot of other mods enabled even if they are marked as incompatible. + +### Q: Which RimWorld version should I be using? + +A: Current Version. + +### Q: What is the maximum amount of players that can be in a game? + +A: We recommend 8 players max, but there is no hardcoded limit. + +### Q: Can I make a dedicated server? + +A: No. + +### Q: Why does simulating take so long? + +A: Simulations takes place from the last autosave made, so if you do /autosave in chat before saving a replay or someone connects to your game it will speed up the simulation time. The same applies to resyncing, so if the host forces an autosave before someone resyncs it will also speed up their simulation time. + +### Q: Is this mod fully vanilla compatible? + +A: No, currently there are a few features that don't work in multiplayer. Faction renaming, and some caravan events are disabled. + +### Q: How do I convert a Multiplayer game back to Singleplayer? + +A: On the main menu click Multiplayer, select the save you want to convert and click watch. After watching it, select the time you want and click menu > convert to singleplayer. It should show up in your singleplayer folder after that. + +### Q: How to clean a dirty core folder? + +A: This can help you if you're having trouble loading Rimworld or in resolving Desync issues. Go to your Rimworld install folder > Mods > Core and delete the Core folder. Then, verify Rimworld's game files in Steam. diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..5a7c967 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,5 @@ +{{ partial "header.html" . }} + +404 - Not found. + +{{ partial "footer.html" . }} diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..6fd4607 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,19 @@ +{{ partial "header.html" . }} +{{ $paginator := .Paginator }} + +
+
+

Recent posts

{{ template "_internal/pagination.html" . }} +
+
+ + {{ range first 10 $paginator.Pages }} + {{ .Render "summary"}} +
+ {{ end }} + +
+ +{{ partial "footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..cc287d4 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,13 @@ + + + + + diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html new file mode 100644 index 0000000..5acfcf9 --- /dev/null +++ b/layouts/partials/head_includes.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..1e6586a --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,39 @@ + + + + + + {{ partial "meta.html" . }} + + + {{ if .Title }}{{ .Title }} - Rimworld Multiplayer{{ else }}Rimworld Multiplayer{{ end }} + + {{ if .RSSLink }} + + + {{ end }} + + {{ partial "head_includes.html" }} + + +
+
+ +
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html new file mode 100644 index 0000000..006a808 --- /dev/null +++ b/layouts/partials/meta.html @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/layouts/post/single.html b/layouts/post/single.html new file mode 100644 index 0000000..9a2107d --- /dev/null +++ b/layouts/post/single.html @@ -0,0 +1,26 @@ +{{ partial "header.html" . }} + + + +
+

{{ .Title }}

+ + {{ .Content }} + + {{ if .Params.reddit }} +
+ + {{ end }} +
+ +{{ partial "footer.html" . }} diff --git a/layouts/post/summary.html b/layouts/post/summary.html new file mode 100644 index 0000000..dfad15c --- /dev/null +++ b/layouts/post/summary.html @@ -0,0 +1,18 @@ +
+

{{ .Title }}

+ +
+{{ .Summary }} + +{{ if .Truncated }} + +{{ end }} +
diff --git a/layouts/section/about.html b/layouts/section/about.html new file mode 100644 index 0000000..9f7101d --- /dev/null +++ b/layouts/section/about.html @@ -0,0 +1,10 @@ +{{ partial "header.html" . }} + + +
+ {{ .Content }} +
+ +{{ partial "footer.html" . }} diff --git a/publish.py b/publish.py new file mode 100644 index 0000000..61545f9 --- /dev/null +++ b/publish.py @@ -0,0 +1,31 @@ +#!/usr/bin/env python3 +# Used to push an update to the submodule. + +import datetime +import os +import sys +import subprocess + +def main(): + print("Deploying update to the main repo.") + + subprocess.run(["hugo"]) + os.chdir("public") + subprocess.run(["git", "add", "-A"]) + + msg = "" + + if len(sys.argv) == 2: + msg = sys.argv[1] + + else: + date = datetime.datetime.utcnow() + msg = f"Rebuilding site {date.isoformat(timespec='seconds')}" + + + subprocess.run(["git", "commit", "-m", msg]) + subprocess.run(["git", "push", "origin", "master"]) + + +if __name__ == '__main__': + main() diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..6213a13 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +rimworldmultiplayer.com diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..fcc6d21 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,290 @@ +body +{ + color: rgb(200, 200, 200); + font-family: 'Roboto', sans-serif; + text-align: center; + height: 100%; + margin: 0; + font-variant-ligatures: normal; +} + +#background +{ + z-index: -10; + background: url("/images/background.jpg") black; + background-size: cover; + background-attachment: fixed; + height: 100%; + width: 100%; + position: fixed; +} + +html +{ + + height: 100%; +} + +#centercolumn +{ + background-color: rgba(0, 0, 0, 0.6); + margin-left: auto; + margin-right: auto; + margin-top: 0; + width: 75%; + min-height: 100%; + text-align: left; + bottom: 0; + -webkit-box-shadow: 0px 0px 80px 100px rgba(0,0,0,0.6); + box-shadow: 0px 0px 80px 100px rgba(0,0,0,0.6); + position: initial; + display:block; + overflow:auto; +} + +#header +{ + padding-top: 60px; + overflow: auto; +} + +.left +{ + width: 50%; + float: left; + text-align: left; + display: block; +} + +.right +{ + width: 50%; + float: right; + text-align: right; + display: block; +} + +#name +{ + font-size: 30pt; + color: white; + font-family: "RimWordFont"; +} + +#subname +{ + color: grey; +} + +.navlink +{ + + font-size: 25pt; + color: rgb(200, 200, 200); + text-decoration: none; + margin-left: 40px; + font-family: "RimWordFont"; +} + +main +{ + margin-top: 50px; + margin-bottom: 50px; +} + +small +{ + color: grey; +} + +a +{ + color: rgb(200, 200, 200); +} + +#chatlinks +{ + padding: 10px; +} + +#chatlinks a.code +{ + left: 5px; + position: relative; + border-bottom: 1px solid rgba(200, 200, 200, 0.2); + text-decoration: none; +} + +#ircrelaynotice +{ + display: inline-block; + margin-top: 10px; +} + +a img +{ + position: relative; + top: 3px; +} + +hr +{ + margin: 25px 0; + height: 1px; + border: 0; + background: white; + background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(40, 40, 40, 0.7) 15%, rgba(40, 40, 40, 0.7) 50%, rgba(40, 40, 40, 0.7) 85%, rgba(0, 0, 0, 0)); +} + +header > a +{ + text-decoration: none; +} + +.articleheader +{ + margin-bottom: 0px; +} + +.articlemeta +{ + color: dimgrey; + font-size: 12pt; + display: inline-block; + padding-bottom: 7px; +} + +a { + color: rgb(200, 200, 255); +} + +a:link +{ + text-decoration: none; + color: rgb(200, 200, 255); +} + +a:hover +{ + text-decoration: underline; +} + +ul.pagination +{ + display: inline-block; + margin: 0; + padding: 0; +} + +/* pages list horizontally */ +ul.pagination > li +{ + display: inline-block; + +} + +div#recentpostswrapper > h1 +{ + margin-bottom: 0; +} + +li.disabled, li.disabled > a +{ + color: rgb(105, 105, 105); +} + +.bottom-links +{ + margin-bottom: 20px; + color: dimgray; + float: right; +} + +.bottom-links a +{ + color: dimgray; +} + +.bottom-links ul > li +{ + display: inline-block; + margin-left: 25px; +} + +article > h1:first-of-type +{ + /* Make Go Back button stick above title */ + margin-top: 0; +} + +.go-back-link a +{ + color: dimgrey; +} + +img, video { + max-width: 100%; + max-height: 100%; +} + +/* Pygments stuff */ +.highlight { + padding-left: 30px; + border: 2px solid rgba(0, 0, 0, 0.8); + background-color: rgba(0, 0, 0, 0.5); + font-size: 15px; +} + +code { + font-family: "Fira Code", "Source Code Pro", monospace; +} + +.highlight { + --comment: #608b4e; + --string: #a31515; + --keyword: #569cd6; + --method: #dcdcaa; + --classname: #4ec9b0; + --number: #b5cea8; +} + +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: var(--comment) } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: var(--keyword) } /* Keyword */ +.highlight .ch { color: var(--comment) } /* Comment.Hashbang */ +.highlight .cm { color: var(--comment) } /* Comment.Multiline */ +.highlight .cp { color: var(--keyword) } /* Comment.Preproc */ +.highlight .cpf { color: var(--comment) } /* Comment.PreprocFile */ +.highlight .c1 { color: var(--comment) } /* Comment.Single */ +.highlight .cs { color: var(--comment) } /* Comment.Special */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gh { font-weight: bold } /* Generic.Heading */ +.highlight .gp { font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { font-weight: bold } /* Generic.Subheading */ +.highlight .kc { color: var(--keyword) } /* Keyword.Constant */ +.highlight .kd { color: var(--keyword) } /* Keyword.Declaration */ +.highlight .kn { color: var(--keyword) } /* Keyword.Namespace */ +.highlight .kp { color: var(--keyword) } /* Keyword.Pseudo */ +.highlight .kr { color: var(--keyword) } /* Keyword.Reserved */ +.highlight .kt { color: var(--keyword) } /* Keyword.Type */ +.highlight .s { color: var(--string) } /* Literal.String */ +.highlight .m { color: var(--number) } /* Literal.Number */ +.highlight .nc { color: var(--classname) } /* Name.Class */ +.highlight .nn { color: var(--classname) } /* Name.Namespace */ +.highlight .ow { color: #6666ff } /* Operator.Word */ +.highlight .sa { color: var(--string) } /* Literal.String.Affix */ +.highlight .sb { color: var(--string) } /* Literal.String.Backtick */ +.highlight .sc { color: var(--string) } /* Literal.String.Char */ +.highlight .dl { color: var(--string) } /* Literal.String.Delimiter */ +.highlight .sd { color: var(--string) } /* Literal.String.Doc */ +.highlight .s2 { color: var(--string) } /* Literal.String.Double */ +.highlight .se { color: var(--string) } /* Literal.String.Escape */ +.highlight .sh { color: var(--string) } /* Literal.String.Heredoc */ +.highlight .si { color: var(--string) } /* Literal.String.Interpol */ +.highlight .sx { color: var(--string) } /* Literal.String.Other */ +.highlight .sr { color: var(--string) } /* Literal.String.Regex */ +.highlight .s1 { color: var(--string) } /* Literal.String.Single */ +.highlight .ss { color: var(--string) } /* Literal.String.Symbol */ +.highlight .nf { color: var(--method) } /* Name.Function */ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..b0aee7c Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/fonts/animal_silence/animal_silence-demo.html b/static/fonts/animal_silence/animal_silence-demo.html new file mode 100644 index 0000000..379cd84 --- /dev/null +++ b/static/fonts/animal_silence/animal_silence-demo.html @@ -0,0 +1,506 @@ + + + + + + + + + + + + + Animal Silence Regular Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
body
body
body
+
+ bodyAnimal Silence Regular +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + + + +
+
+
+ +

Language Support

+

The subset of Animal Silence Regular in this kit supports the following languages:
+ + English, Arrernte, Bislama, Cebuano, Fijian, Gilbertese, Hmong, Ibanag, Iloko_ilokano, Interglossa_glosa, Interlingua, Lojban, Norfolk_pitcairnese, Oromo, Rotokas, Seychelles_creole, Shona, Somali, Southern_ndebele, Swahili, Swati_swazi, Tok_pisin, Warlpiri, Xhosa, Zulu, Latinbasic, Demo

+

Glyph Chart

+

The subset of Animal Silence Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +

&#29;


+

&#13;

+

&#29;


+

&#32;

+

&#33;

!
+

&#34;

"
+

&#36;

$
+

&#37;

%
+

&#38;

&
+

&#39;

'
+

&#40;

(
+

&#41;

)
+

&#42;

*
+

&#43;

+
+

&#44;

,
+

&#45;

-
+

&#46;

.
+

&#47;

/
+

&#48;

0
+

&#49;

1
+

&#50;

2
+

&#51;

3
+

&#52;

4
+

&#53;

5
+

&#54;

6
+

&#55;

7
+

&#56;

8
+

&#57;

9
+

&#58;

:
+

&#59;

;
+

&#60;

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#160;

 
+

&#173;

­
+

&#8192;

 
+

&#8193;

+

&#8194;

+

&#8195;

+

&#8196;

+

&#8197;

+

&#8198;

+

&#8199;

+

&#8200;

+

&#8201;

+

&#8202;

+

&#8208;

+

&#8209;

+

&#8210;

+

&#8211;

+

&#8212;

+

&#8239;

+

&#8287;

+

&#9724;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + +@font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); +} + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + diff --git a/static/fonts/animal_silence/animal_silence-webfont.woff b/static/fonts/animal_silence/animal_silence-webfont.woff new file mode 100644 index 0000000..3188da3 Binary files /dev/null and b/static/fonts/animal_silence/animal_silence-webfont.woff differ diff --git a/static/fonts/animal_silence/animal_silence-webfont.woff2 b/static/fonts/animal_silence/animal_silence-webfont.woff2 new file mode 100644 index 0000000..007c07a Binary files /dev/null and b/static/fonts/animal_silence/animal_silence-webfont.woff2 differ diff --git a/static/fonts/animal_silence/generator_config.txt b/static/fonts/animal_silence/generator_config.txt new file mode 100644 index 0000000..81e64f6 --- /dev/null +++ b/static/fonts/animal_silence/generator_config.txt @@ -0,0 +1,5 @@ +# Font Squirrel Font-face Generator Configuration File +# Upload this file to the generator to recreate the settings +# you used to create these fonts. + +{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} \ No newline at end of file diff --git a/static/fonts/animal_silence/specimen_files/grid_12-825-55-15.css b/static/fonts/animal_silence/specimen_files/grid_12-825-55-15.css new file mode 100644 index 0000000..3d6aef7 --- /dev/null +++ b/static/fonts/animal_silence/specimen_files/grid_12-825-55-15.css @@ -0,0 +1,129 @@ +/*Notes about grid: +Columns: 12 +Grid Width: 825px +Column Width: 55px +Gutter Width: 15px +-------------------------------*/ + + + +.section {margin-bottom: 18px; +} +.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} +.section {*zoom: 1;} + +.section .firstcolumn, +.section .firstcol {margin-left: 0;} + + +/* Border on left hand side of a column. */ +.border { + padding-left: 7px; + margin-left: 7px; + border-left: 1px solid #eee; +} + +/* Border with more whitespace, spans one column. */ +.colborder { + padding-left: 42px; + margin-left: 42px; + border-left: 1px solid #eee; +} + + + +/* The Grid Classes */ +.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 +{margin-left: 15px;float: left;display: inline; overflow: hidden;} + + +.width1, .grid1, .span-1 {width: 55px;} +.width1_2cols,.grid1_2cols {width: 20px;} +.width1_3cols,.grid1_3cols {width: 8px;} +.width1_4cols,.grid1_4cols {width: 2px;} +.input_width1 {width: 49px;} + +.width2, .grid2, .span-2 {width: 125px;} +.width2_3cols,.grid2_3cols {width: 31px;} +.width2_4cols,.grid2_4cols {width: 20px;} +.input_width2 {width: 119px;} + +.width3, .grid3, .span-3 {width: 195px;} +.width3_2cols,.grid3_2cols {width: 90px;} +.width3_4cols,.grid3_4cols {width: 37px;} +.input_width3 {width: 189px;} + +.width4, .grid4, .span-4 {width: 265px;} +.width4_3cols,.grid4_3cols {width: 78px;} +.input_width4 {width: 259px;} + +.width5, .grid5, .span-5 {width: 335px;} +.width5_2cols,.grid5_2cols {width: 160px;} +.width5_3cols,.grid5_3cols {width: 101px;} +.width5_4cols,.grid5_4cols {width: 72px;} +.input_width5 {width: 329px;} + +.width6, .grid6, .span-6 {width: 405px;} +.width6_4cols,.grid6_4cols {width: 90px;} +.input_width6 {width: 399px;} + +.width7, .grid7, .span-7 {width: 475px;} +.width7_2cols,.grid7_2cols {width: 230px;} +.width7_3cols,.grid7_3cols {width: 148px;} +.width7_4cols,.grid7_4cols {width: 107px;} +.input_width7 {width: 469px;} + +.width8, .grid8, .span-8 {width: 545px;} +.width8_3cols,.grid8_3cols {width: 171px;} +.input_width8 {width: 539px;} + +.width9, .grid9, .span-9 {width: 615px;} +.width9_2cols,.grid9_2cols {width: 300px;} +.width9_4cols,.grid9_4cols {width: 142px;} +.input_width9 {width: 609px;} + +.width10, .grid10, .span-10 {width: 685px;} +.width10_3cols,.grid10_3cols {width: 218px;} +.width10_4cols,.grid10_4cols {width: 160px;} +.input_width10 {width: 679px;} + +.width11, .grid11, .span-11 {width: 755px;} +.width11_2cols,.grid11_2cols {width: 370px;} +.width11_3cols,.grid11_3cols {width: 241px;} +.width11_4cols,.grid11_4cols {width: 177px;} +.input_width11 {width: 749px;} + +.width12, .grid12, .span-12 {width: 825px;} +.input_width12 {width: 819px;} + +/* Subdivided grid spaces */ +.emptycols_left1, .prepend-1 {padding-left: 70px;} +.emptycols_right1, .append-1 {padding-right: 70px;} +.emptycols_left2, .prepend-2 {padding-left: 140px;} +.emptycols_right2, .append-2 {padding-right: 140px;} +.emptycols_left3, .prepend-3 {padding-left: 210px;} +.emptycols_right3, .append-3 {padding-right: 210px;} +.emptycols_left4, .prepend-4 {padding-left: 280px;} +.emptycols_right4, .append-4 {padding-right: 280px;} +.emptycols_left5, .prepend-5 {padding-left: 350px;} +.emptycols_right5, .append-5 {padding-right: 350px;} +.emptycols_left6, .prepend-6 {padding-left: 420px;} +.emptycols_right6, .append-6 {padding-right: 420px;} +.emptycols_left7, .prepend-7 {padding-left: 490px;} +.emptycols_right7, .append-7 {padding-right: 490px;} +.emptycols_left8, .prepend-8 {padding-left: 560px;} +.emptycols_right8, .append-8 {padding-right: 560px;} +.emptycols_left9, .prepend-9 {padding-left: 630px;} +.emptycols_right9, .append-9 {padding-right: 630px;} +.emptycols_left10, .prepend-10 {padding-left: 700px;} +.emptycols_right10, .append-10 {padding-right: 700px;} +.emptycols_left11, .prepend-11 {padding-left: 770px;} +.emptycols_right11, .append-11 {padding-right: 770px;} +.pull-1 {margin-left: -70px;} +.push-1 {margin-right: -70px;margin-left: 18px;float: right;} +.pull-2 {margin-left: -140px;} +.push-2 {margin-right: -140px;margin-left: 18px;float: right;} +.pull-3 {margin-left: -210px;} +.push-3 {margin-right: -210px;margin-left: 18px;float: right;} +.pull-4 {margin-left: -280px;} +.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/static/fonts/animal_silence/specimen_files/specimen_stylesheet.css b/static/fonts/animal_silence/specimen_files/specimen_stylesheet.css new file mode 100644 index 0000000..aecc43c --- /dev/null +++ b/static/fonts/animal_silence/specimen_files/specimen_stylesheet.css @@ -0,0 +1,396 @@ +@import url('grid_12-825-55-15.css'); + +/* + CSS Reset by Eric Meyer - Released under Public Domain + http://meyerweb.com/eric/tools/css/reset/ +*/ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, table, +caption, tbody, tfoot, thead, tr, th, td + {margin: 0;padding: 0;border: 0;outline: 0; + font-size: 100%;vertical-align: baseline; + background: transparent;} +body {line-height: 1;} +ol, ul {list-style: none;} +blockquote, q {quotes: none;} +blockquote:before, blockquote:after, +q:before, q:after {content: ''; content: none;} +:focus {outline: 0;} +ins {text-decoration: none;} +del {text-decoration: line-through;} +table {border-collapse: collapse;border-spacing: 0;} + + + + +body { + color: #000; + background-color: #dcdcdc; +} + +a { + text-decoration: none; + color: #1883ba; +} + +h1{ + font-size: 32px; + font-weight: normal; + font-style: normal; + margin-bottom: 18px; +} + +h2{ + font-size: 18px; +} + +#container { + width: 865px; + margin: 0px auto; +} + + +#header { + padding: 20px; + font-size: 36px; + background-color: #000; + color: #fff; +} + +#header span { + color: #666; +} +#main_content { + background-color: #fff; + padding: 60px 20px 20px; +} + + +#footer p { + margin: 0; + padding-top: 10px; + padding-bottom: 50px; + color: #333; + font: 10px Arial, sans-serif; +} + +.tabs { + width: 100%; + height: 31px; + background-color: #444; +} +.tabs li { + float: left; + margin: 0; + overflow: hidden; + background-color: #444; +} +.tabs li a { + display: block; + color: #fff; + text-decoration: none; + font: bold 11px/11px 'Arial'; + text-transform: uppercase; + padding: 10px 15px; + border-right: 1px solid #fff; +} + +.tabs li a:hover { + background-color: #00b3ff; + +} + +.tabs li.active a { + color: #000; + background-color: #fff; +} + + + +div.huge { + + font-size: 300px; + line-height: 1em; + padding: 0; + letter-spacing: -.02em; + overflow: hidden; +} +div.glyph_range { + font-size: 72px; + line-height: 1.1em; +} + +.size10{ font-size: 10px; } +.size11{ font-size: 11px; } +.size12{ font-size: 12px; } +.size13{ font-size: 13px; } +.size14{ font-size: 14px; } +.size16{ font-size: 16px; } +.size18{ font-size: 18px; } +.size20{ font-size: 20px; } +.size24{ font-size: 24px; } +.size30{ font-size: 30px; } +.size36{ font-size: 36px; } +.size48{ font-size: 48px; } +.size60{ font-size: 60px; } +.size72{ font-size: 72px; } +.size90{ font-size: 90px; } + + +.psample_row1 { height: 120px;} +.psample_row1 { height: 120px;} +.psample_row2 { height: 160px;} +.psample_row3 { height: 160px;} +.psample_row4 { height: 160px;} + +.psample { + overflow: hidden; + position: relative; +} +.psample p { + line-height: 1.3em; + display: block; + overflow: hidden; + margin: 0; +} + +.psample span { + margin-right: .5em; +} + +.white_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); + position: absolute; + bottom: 0; +} +.black_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); + position: absolute; + bottom: 0; +} +.fullreverse { + background: #000 !important; + color: #fff !important; + margin-left: -20px; + padding-left: 20px; + margin-right: -20px; + padding-right: 20px; + padding: 20px; + margin-bottom:0; +} + + +.sample_table td { + padding-top: 3px; + padding-bottom:5px; + padding-left: 5px; + vertical-align: middle; + line-height: 1.2em; +} + +.sample_table td:first-child { + background-color: #eee; + text-align: right; + padding-right: 5px; + padding-left: 0; + padding: 5px; + font: 11px/12px "Courier New", Courier, mono; +} + +code { + white-space: pre; + background-color: #eee; + display: block; + padding: 10px; + margin-bottom: 18px; + overflow: auto; +} + + +.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} + +.box { + padding: 18px; + margin-bottom: 18px; + background: #eee; +} + +.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} + +#bodycomparison { + position: relative; + overflow: hidden; + font-size: 72px; + height: 90px; + white-space: nowrap; +} + +#bodycomparison div{ + font-size: 72px; + line-height: 90px; + display: inline; + margin: 0 15px 0 0; + padding: 0; +} + +#bodycomparison div span{ + font: 10px Arial; + position: absolute; + left: 0; +} +#xheight { + float: none; + position: absolute; + color: #d9f3ff; + font-size: 72px; + line-height: 90px; +} + +.fontbody { + position: relative; +} +.arialbody{ + font-family: Arial; + position: relative; +} +.verdanabody{ + font-family: Verdana; + position: relative; +} +.georgiabody{ + font-family: Georgia; + position: relative; +} + +/* @group Layout page + */ + +#layout h1 { + font-size: 36px; + line-height: 42px; + font-weight: normal; + font-style: normal; +} + +#layout h2 { + font-size: 24px; + line-height: 23px; + font-weight: normal; + font-style: normal; +} + +#layout h3 { + font-size: 22px; + line-height: 1.4em; + margin-top: 1em; + font-weight: normal; + font-style: normal; +} + + +#layout p.byline { + font-size: 12px; + margin-top: 18px; + line-height: 12px; + margin-bottom: 0; +} +#layout p { + font-size: 14px; + line-height: 21px; + margin-bottom: .5em; +} + +#layout p.large{ + font-size: 18px; + line-height: 26px; +} + +#layout .sidebar p{ + font-size: 12px; + line-height: 1.4em; +} + +#layout p.caption { + font-size: 10px; + margin-top: -16px; + margin-bottom: 18px; +} + +/* @end */ + +/* @group Glyphs */ + +#glyph_chart div{ + background-color: #d9f3ff; + color: black; + float: left; + font-size: 36px; + height: 1.2em; + line-height: 1.2em; + margin-bottom: 1px; + margin-right: 1px; + text-align: center; + width: 1.2em; + position: relative; + padding: .6em .2em .2em; +} + +#glyph_chart div p { + position: absolute; + left: 0; + top: 0; + display: block; + text-align: center; + font: bold 9px Arial, sans-serif; + background-color: #3a768f; + width: 100%; + color: #fff; + padding: 2px 0; +} + + +#glyphs h1 { + font-family: Arial, sans-serif; +} +/* @end */ + +/* @group Installing */ + +#installing { + font: 13px Arial, sans-serif; +} + +#installing p, +#glyphs p{ + line-height: 1.2em; + margin-bottom: 18px; + font: 13px Arial, sans-serif; +} + + + +#installing h3{ + font-size: 15px; + margin-top: 18px; +} + +/* @end */ + +#rendering h1 { + font-family: Arial, sans-serif; +} +.render_table td { + font: 11px "Courier New", Courier, mono; + vertical-align: middle; +} + + diff --git a/static/fonts/animal_silence/stylesheet.css b/static/fonts/animal_silence/stylesheet.css new file mode 100644 index 0000000..ba57c61 --- /dev/null +++ b/static/fonts/animal_silence/stylesheet.css @@ -0,0 +1,12 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 8, 2017 */ + + + +@font-face { + font-family: 'animal_silenceregular'; + src: url('animal_silence-webfont.woff2') format('woff2'), + url('animal_silence-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file diff --git a/static/fonts/fira_code/eot/FiraCode-Bold.eot b/static/fonts/fira_code/eot/FiraCode-Bold.eot new file mode 100644 index 0000000..87e9519 Binary files /dev/null and b/static/fonts/fira_code/eot/FiraCode-Bold.eot differ diff --git a/static/fonts/fira_code/eot/FiraCode-Light.eot b/static/fonts/fira_code/eot/FiraCode-Light.eot new file mode 100644 index 0000000..cef0cc0 Binary files /dev/null and b/static/fonts/fira_code/eot/FiraCode-Light.eot differ diff --git a/static/fonts/fira_code/eot/FiraCode-Medium.eot b/static/fonts/fira_code/eot/FiraCode-Medium.eot new file mode 100644 index 0000000..4f96e7f Binary files /dev/null and b/static/fonts/fira_code/eot/FiraCode-Medium.eot differ diff --git a/static/fonts/fira_code/eot/FiraCode-Regular.eot b/static/fonts/fira_code/eot/FiraCode-Regular.eot new file mode 100644 index 0000000..46fb1b7 Binary files /dev/null and b/static/fonts/fira_code/eot/FiraCode-Regular.eot differ diff --git a/static/fonts/fira_code/fira_code.css b/static/fonts/fira_code/fira_code.css new file mode 100644 index 0000000..f8e4a5b --- /dev/null +++ b/static/fonts/fira_code/fira_code.css @@ -0,0 +1,43 @@ +@font-face{ + font-family: 'Fira Code'; + src: url('eot/FiraCode-Light.eot'); + src: url('eot/FiraCode-Light.eot') format('embedded-opentype'), + url('woff2/FiraCode-Light.woff2') format('woff2'), + url('woff/FiraCode-Light.woff') format('woff'), + url('ttf/FiraCode-Light.ttf') format('truetype'); + font-weight: 300; + font-style: normal; +} + +@font-face{ + font-family: 'Fira Code'; + src: url('eot/FiraCode-Regular.eot'); + src: url('eot/FiraCode-Regular.eot') format('embedded-opentype'), + url('woff2/FiraCode-Regular.woff2') format('woff2'), + url('woff/FiraCode-Regular.woff') format('woff'), + url('ttf/FiraCode-Regular.ttf') format('truetype'); + font-weight: 400; + font-style: normal; +} + +@font-face{ + font-family: 'Fira Code'; + src: url('eot/FiraCode-Medium.eot'); + src: url('eot/FiraCode-Medium.eot') format('embedded-opentype'), + url('woff2/FiraCode-Medium.woff2') format('woff2'), + url('woff/FiraCode-Medium.woff') format('woff'), + url('ttf/FiraCode-Medium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; +} + +@font-face{ + font-family: 'Fira Code'; + src: url('eot/FiraCode-Bold.eot'); + src: url('eot/FiraCode-Bold.eot') format('embedded-opentype'), + url('woff2/FiraCode-Bold.woff2') format('woff2'), + url('woff/FiraCode-Bold.woff') format('woff'), + url('ttf/FiraCode-Bold.ttf') format('truetype'); + font-weight: 700; + font-style: normal; +} \ No newline at end of file diff --git a/static/fonts/fira_code/otf/FiraCode-Bold.otf b/static/fonts/fira_code/otf/FiraCode-Bold.otf new file mode 100644 index 0000000..37fe2b5 Binary files /dev/null and b/static/fonts/fira_code/otf/FiraCode-Bold.otf differ diff --git a/static/fonts/fira_code/otf/FiraCode-Light.otf b/static/fonts/fira_code/otf/FiraCode-Light.otf new file mode 100644 index 0000000..1eb728b Binary files /dev/null and b/static/fonts/fira_code/otf/FiraCode-Light.otf differ diff --git a/static/fonts/fira_code/otf/FiraCode-Medium.otf b/static/fonts/fira_code/otf/FiraCode-Medium.otf new file mode 100644 index 0000000..89f0e33 Binary files /dev/null and b/static/fonts/fira_code/otf/FiraCode-Medium.otf differ diff --git a/static/fonts/fira_code/otf/FiraCode-Regular.otf b/static/fonts/fira_code/otf/FiraCode-Regular.otf new file mode 100644 index 0000000..6a4f953 Binary files /dev/null and b/static/fonts/fira_code/otf/FiraCode-Regular.otf differ diff --git a/static/fonts/fira_code/otf/FiraCode-Retina.otf b/static/fonts/fira_code/otf/FiraCode-Retina.otf new file mode 100644 index 0000000..82210b5 Binary files /dev/null and b/static/fonts/fira_code/otf/FiraCode-Retina.otf differ diff --git a/static/fonts/fira_code/specimen.html b/static/fonts/fira_code/specimen.html new file mode 100644 index 0000000..f5982fc --- /dev/null +++ b/static/fonts/fira_code/specimen.html @@ -0,0 +1,65 @@ + + + + + + Fira Code Specimen + + + + + +
# Fira Code Light + +take = (n, [x, ...xs]:list) --> + | n <= 0 => [] + | empty list => [] + | otherwise => [x] ++ take n-1, xs + +last3 = reverse >> take 3 >> reverse
+ + +
# Fira Code Regular + +take = (n, [x, ...xs]:list) --> + | n <= 0 => [] + | empty list => [] + | otherwise => [x] ++ take n-1, xs + +last3 = reverse >> take 3 >> reverse
+ + +
# Fira Code Medium + +take = (n, [x, ...xs]:list) --> + | n <= 0 => [] + | empty list => [] + | otherwise => [x] ++ take n-1, xs + +last3 = reverse >> take 3 >> reverse
+ + +
# Fira Code Bold + +take = (n, [x, ...xs]:list) --> + | n <= 0 => [] + | empty list => [] + | otherwise => [x] ++ take n-1, xs + +last3 = reverse >> take 3 >> reverse
diff --git a/static/fonts/fira_code/ttf/FiraCode-Bold.ttf b/static/fonts/fira_code/ttf/FiraCode-Bold.ttf new file mode 100644 index 0000000..b919d6b Binary files /dev/null and b/static/fonts/fira_code/ttf/FiraCode-Bold.ttf differ diff --git a/static/fonts/fira_code/ttf/FiraCode-Light.ttf b/static/fonts/fira_code/ttf/FiraCode-Light.ttf new file mode 100644 index 0000000..50fe033 Binary files /dev/null and b/static/fonts/fira_code/ttf/FiraCode-Light.ttf differ diff --git a/static/fonts/fira_code/ttf/FiraCode-Medium.ttf b/static/fonts/fira_code/ttf/FiraCode-Medium.ttf new file mode 100644 index 0000000..88a6750 Binary files /dev/null and b/static/fonts/fira_code/ttf/FiraCode-Medium.ttf differ diff --git a/static/fonts/fira_code/ttf/FiraCode-Regular.ttf b/static/fonts/fira_code/ttf/FiraCode-Regular.ttf new file mode 100644 index 0000000..575c21b Binary files /dev/null and b/static/fonts/fira_code/ttf/FiraCode-Regular.ttf differ diff --git a/static/fonts/fira_code/ttf/FiraCode-Retina.ttf b/static/fonts/fira_code/ttf/FiraCode-Retina.ttf new file mode 100644 index 0000000..95fbbc6 Binary files /dev/null and b/static/fonts/fira_code/ttf/FiraCode-Retina.ttf differ diff --git a/static/fonts/fira_code/woff/FiraCode-Bold.woff b/static/fonts/fira_code/woff/FiraCode-Bold.woff new file mode 100644 index 0000000..3e8a8e6 Binary files /dev/null and b/static/fonts/fira_code/woff/FiraCode-Bold.woff differ diff --git a/static/fonts/fira_code/woff/FiraCode-Light.woff b/static/fonts/fira_code/woff/FiraCode-Light.woff new file mode 100644 index 0000000..6d2c9e4 Binary files /dev/null and b/static/fonts/fira_code/woff/FiraCode-Light.woff differ diff --git a/static/fonts/fira_code/woff/FiraCode-Medium.woff b/static/fonts/fira_code/woff/FiraCode-Medium.woff new file mode 100644 index 0000000..a4c30f7 Binary files /dev/null and b/static/fonts/fira_code/woff/FiraCode-Medium.woff differ diff --git a/static/fonts/fira_code/woff/FiraCode-Regular.woff b/static/fonts/fira_code/woff/FiraCode-Regular.woff new file mode 100644 index 0000000..7233c3f Binary files /dev/null and b/static/fonts/fira_code/woff/FiraCode-Regular.woff differ diff --git a/static/fonts/fira_code/woff2/FiraCode-Bold.woff2 b/static/fonts/fira_code/woff2/FiraCode-Bold.woff2 new file mode 100644 index 0000000..7dc70b7 Binary files /dev/null and b/static/fonts/fira_code/woff2/FiraCode-Bold.woff2 differ diff --git a/static/fonts/fira_code/woff2/FiraCode-Light.woff2 b/static/fonts/fira_code/woff2/FiraCode-Light.woff2 new file mode 100644 index 0000000..1938cfc Binary files /dev/null and b/static/fonts/fira_code/woff2/FiraCode-Light.woff2 differ diff --git a/static/fonts/fira_code/woff2/FiraCode-Medium.woff2 b/static/fonts/fira_code/woff2/FiraCode-Medium.woff2 new file mode 100644 index 0000000..be09f4e Binary files /dev/null and b/static/fonts/fira_code/woff2/FiraCode-Medium.woff2 differ diff --git a/static/fonts/fira_code/woff2/FiraCode-Regular.woff2 b/static/fonts/fira_code/woff2/FiraCode-Regular.woff2 new file mode 100644 index 0000000..e93ffe3 Binary files /dev/null and b/static/fonts/fira_code/woff2/FiraCode-Regular.woff2 differ diff --git a/static/fonts/rim_font/RimWordFont.ttf b/static/fonts/rim_font/RimWordFont.ttf new file mode 100644 index 0000000..a71b516 Binary files /dev/null and b/static/fonts/rim_font/RimWordFont.ttf differ diff --git a/static/fonts/rim_font/RimWordFont_1.ttf b/static/fonts/rim_font/RimWordFont_1.ttf new file mode 100644 index 0000000..a71b516 Binary files /dev/null and b/static/fonts/rim_font/RimWordFont_1.ttf differ diff --git a/static/fonts/rim_font/demo.html b/static/fonts/rim_font/demo.html new file mode 100644 index 0000000..2a435f1 --- /dev/null +++ b/static/fonts/rim_font/demo.html @@ -0,0 +1,233 @@ + + + + + + + + + Transfonter demo + + + + +
+
+

RimWordFont

+
.your-style {
+    font-family: 'RimWordFont';
+    font-weight: normal;
+    font-style: normal;
+}
+
+

+ abcdefghijklmnopqrstuvwxyz
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ 0123456789.:,;()*!?'@#<>$%&^+-=~ +

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+
+
+
+

RimWordFont

+
.your-style {
+    font-family: 'RimWordFont';
+    font-weight: normal;
+    font-style: normal;
+}
+
+

+ abcdefghijklmnopqrstuvwxyz
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ 0123456789.:,;()*!?'@#<>$%&^+-=~ +

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+

The quick brown fox jumps over the lazy dog.

+
+
+
+ + \ No newline at end of file diff --git a/static/fonts/rim_font/rimwordfont.css b/static/fonts/rim_font/rimwordfont.css new file mode 100644 index 0000000..62d1541 --- /dev/null +++ b/static/fonts/rim_font/rimwordfont.css @@ -0,0 +1,14 @@ +@font-face { + font-family: 'RimWordFont'; + src: url('RimWordFont.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'RimWordFont'; + src: url('RimWordFont_1.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + diff --git a/static/images/Discord-Logo+Wordmark-White.svg b/static/images/Discord-Logo+Wordmark-White.svg new file mode 100644 index 0000000..22dd113 --- /dev/null +++ b/static/images/Discord-Logo+Wordmark-White.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/background.jpg b/static/images/background.jpg new file mode 100644 index 0000000..df6ae49 Binary files /dev/null and b/static/images/background.jpg differ diff --git a/static/images/icon.png b/static/images/icon.png new file mode 100644 index 0000000..50255b7 Binary files /dev/null and b/static/images/icon.png differ diff --git a/static/images/logo.svg b/static/images/logo.svg new file mode 100644 index 0000000..a5c367a --- /dev/null +++ b/static/images/logo.svg @@ -0,0 +1,177 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/post/download/steamicon.png b/static/images/post/download/steamicon.png new file mode 100644 index 0000000..c4187da Binary files /dev/null and b/static/images/post/download/steamicon.png differ diff --git a/static/images/readme.md b/static/images/readme.md new file mode 100644 index 0000000..17808d5 --- /dev/null +++ b/static/images/readme.md @@ -0,0 +1 @@ +`Discord-Logo+Wordmark-White.svg` is copyrighted by Discord Inc. Permission to use it was granted via a support ticket. \ No newline at end of file diff --git a/static/ts/main.ts b/static/ts/main.ts new file mode 100644 index 0000000..c6a318f --- /dev/null +++ b/static/ts/main.ts @@ -0,0 +1,29 @@ +// Update the random text below the logo. + +/** + * Picks a random element from an array. + * @param array The array to pick from. + */ +function pick(array: T[]): T { + return array[Math.floor(Math.random() * array.length)]; +} + +function onLoaded() { + document.getElementById("subname").innerHTML = pick([ + "Crashing SS13, with no survivors!", + "Get dat fukken remake!", + "Soon™", + "Beat up clowns in HD!", + "Brought to you by ROBUSTENGINE™ SFML Godot Game Engine Clyde", + "Suprisingly not dead!", + "We're at it again!", + "Now with 20% more space!", + "Honking 24/7!" + ]) + "
"; +} + +if (document.readyState !== "loading") { + onLoaded(); +} else { + document.addEventListener("DOMContentLoaded", onLoaded); +} diff --git a/static/ts/tsconfig.json b/static/ts/tsconfig.json new file mode 100644 index 0000000..22dd35a --- /dev/null +++ b/static/ts/tsconfig.json @@ -0,0 +1,14 @@ +{ + "files": [ + "main.ts" + ], + "compileOnSave": true, + "compilerOptions": { + "outDir": "../js", + "removeComments": true, + "alwaysStrict": true, + "charset": "utf-8", + "newLine": "LF", + "target": "es3" + } +}