About Page support
This commit is contained in:
parent
6c698acef0
commit
6813f512e6
7 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,5 +5,5 @@
|
|||
/coverage/
|
||||
/.eslintcache
|
||||
/.env
|
||||
/public/soapbox/soapbox.json
|
||||
/public/soapbox
|
||||
/deploy.sh
|
||||
|
|
BIN
app/gabsocial/actions/about.js
Normal file
BIN
app/gabsocial/actions/about.js
Normal file
Binary file not shown.
Binary file not shown.
BIN
app/gabsocial/features/about/index.js
Normal file
BIN
app/gabsocial/features/about/index.js
Normal file
Binary file not shown.
|
@ -192,6 +192,7 @@
|
|||
|
||||
.public-layout {
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 960px;
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
|
|
3
public/soapbox/about/index.html
Normal file
3
public/soapbox/about/index.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<h1>Hello world!</h1>
|
||||
|
||||
<p>You made it.</p>
|
0
public/soapbox/about/tos.html
Normal file
0
public/soapbox/about/tos.html
Normal file
Loading…
Reference in a new issue