Update dependencies, clean up about page
This commit is contained in:
parent
b53cd23708
commit
453e0eb77f
4 changed files with 21404 additions and 2279 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -47,6 +47,7 @@ node_modules
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
.env
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|
23671
package-lock.json
generated
23671
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ class Footer extends Component {
|
||||||
return (
|
return (
|
||||||
<div className="ui section divider">
|
<div className="ui section divider">
|
||||||
<div className="ui horizontal inverted small">
|
<div className="ui horizontal inverted small">
|
||||||
<p><i>© 2019 SudoScientist</i></p>
|
<p><i>© sudoscientist</i></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -7,16 +7,13 @@ The backend for this blog is written in golang and the source can be [found here
|
||||||
The frontend for this blog is written using react-redux and can be [found here](https://git.minhas.io/Asara/sudoscientist-js-frontend).
|
The frontend for this blog is written using react-redux and can be [found here](https://git.minhas.io/Asara/sudoscientist-js-frontend).
|
||||||
|
|
||||||
|
|
||||||
## Connect with me
|
### Connect with me
|
||||||
|
|
||||||
### Communication
|
|
||||||
Matrix: `@Asara:devvul.com`
|
Matrix: `@Asara:devvul.com`
|
||||||
|
|
||||||
Fediverse: https://social.devvul.com/Asara
|
|
||||||
|
|
||||||
Email: `amarpreet@minhas.io`
|
Email: `amarpreet@minhas.io`
|
||||||
|
|
||||||
|
IRC: `Asara` on OFTC/Libra
|
||||||
|
|
||||||
### Lightning Network
|
### Lightning Network
|
||||||
Pubkey: `0214b1f6b48998b9eb19d8a756af39a027202cecfe608450109465bbccf3bb74ed`
|
Pubkey: `0214b1f6b48998b9eb19d8a756af39a027202cecfe608450109465bbccf3bb74ed`
|
||||||
|
|
||||||
Node: `redwingxusk66wrrm4yyqyuyndvum4jsnloroxqmie6wv4wefadqgsqd.onion:9735`
|
Node: `redwingxusk66wrrm4yyqyuyndvum4jsnloroxqmie6wv4wefadqgsqd.onion:9735`
|
||||||
|
|
Reference in a new issue