mirror of
https://github.com/alee14-projects/website.git
synced 2025-01-22 07:53:13 -05:00
Reverted message & upgraded packages
This commit is contained in:
parent
c15bc60f47
commit
28747364bc
4 changed files with 1042 additions and 2537 deletions
|
@ -21,7 +21,7 @@ const Footer = () => (
|
|||
<div>
|
||||
<footer className="page-footer mt-5 font-small green">
|
||||
<div className="footer-copyright text-center py-3">
|
||||
© Copyright 2017-2020, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>.
|
||||
© Copyright 2017-2021, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>.
|
||||
View the <a href="/about#credits">credits</a> to see our stack.
|
||||
</div>
|
||||
</footer>
|
||||
|
|
18
package.json
18
package.json
|
@ -20,15 +20,15 @@
|
|||
},
|
||||
"homepage": "https://github.com/aleeproductions/website#readme",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.11.2",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.11.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.11.2",
|
||||
"@fortawesome/react-fontawesome": "^0.1.7",
|
||||
"isomorphic-unfetch": "^3.0.0",
|
||||
"next": "^9.1.4",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0"
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"isomorphic-unfetch": "^3.1.0",
|
||||
"next": "^10.0.5",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"frontmatter-markdown-loader": "^3.1.0"
|
||||
|
|
|
@ -23,7 +23,8 @@ const Index = () => (
|
|||
<Layout>
|
||||
<div className="container">
|
||||
<h1>Announcement</h1>
|
||||
<p>UPDATE: As of right now, Alee Productions is rebranding once again. This time we're giving it a proper name and the new name will be announced soon. We're doing this because we're turning this into an actual company and we need to have a good name rather than a medicore name.</p>
|
||||
<p>We is planning on rewriting the website once again.</p>
|
||||
<p>Right now the website has been mashed up into one page.</p>
|
||||
<h1>TOS</h1>
|
||||
<a href="/tos">Read the ToS here.</a>
|
||||
<h1>About</h1>
|
||||
|
|
Loading…
Reference in a new issue