Skip to content

Commit

Permalink
Add some initial copyright/info page (EasyRPG#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Apr 12, 2022
1 parent 5ae3166 commit 483dc14
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
59 changes: 59 additions & 0 deletions content/about/website.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: About the EasyRPG Homepage
_menu_weight: 5
---
<div class="info" markdown="1">

## License

> The homepage is currently provided "as-is", we are not able to have a common
> license for all files, as they have been cluttered over the years.
> We are going to clear that up and hope to provide it under a Creative Commons
> license later. We hope that this is in the intention of the original authors
> and designers (see issue [#5](https://github.com/EasyRPG/easyrpg.org/issues/5)
> for reference).

## Content

- Ghabry
- fdelapena
- carstene1ns
- (Possibly others) *FIXME*


## Design

- (Original Author) *FIXME*
- carstene1ns (additions, modifications, scss port)

## Techniques used

- HTML5
- CSS3
- Nanoc static site generator - <https://nanoc.app>

### 3rd party software

Included are the following 3rd party software:

- jQuery - <https://jquery.com> - Copyright (c) JS Foundation and other contributors, provided under the MIT license

- Magnific Popup - <https://dimsemenov.com/plugins/magnific-popup/> - Copyright (c) 2014-2016 Dmitry Semenov, provided under the MIT license

- Favicons have been processed by <https://realfavicongenerator.net>

- IRC contact page is provided by <https://kiwiirc.com>

### Cookies

The Homepage itself does not use cookies. However, the external hosted sites
(Blog, Community, CI...) need cookies to work properly.

### Repository

Homepage development is hosted by GitHub, project files are available in this git repository:

<https://github.com/EasyRPG/easyrpg.org>

</div>
16 changes: 16 additions & 0 deletions content/css/easyrpg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,22 @@ $darkgrey: #202020;
}
}

/* Footer */
#footer {
font-size: 11px;
text-align: center;
padding: 0.5em;

a {
color: $lightgrey;
text-decoration: none;

&:hover {
color: $normalgreen;
}
}
}

.features {
text-align: center;

Expand Down
3 changes: 3 additions & 0 deletions layouts/default.slim
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ html lang="en"
.maxwidth
== render '/menu.*'
== yield
#footer
a href="/about/website"
| &copy; 2007-#{Date.today.year} The EasyRPG project. Some rights reserved.

0 comments on commit 483dc14

Please sign in to comment.