Skip to content

Added some latest/on-going projects of fossasia #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,490 changes: 1,741 additions & 749 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,33 @@
"test": "./node_modules/.bin/mocha tests --timeout 1500000"
},
"dependencies": {
"@sinonjs/formatio": "github:sinonjs/formatio",
"@sinonjs/samsam": "^4.2.0",
"async": "^2.5.0",
"body-parser": "~1.17.1",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"express": "~4.15.2",
"express": "^4.17.1",
"express-session": "^1.15.3",
"formatio": "^1.2.0",
"jade": "~1.11.0",
"mocha": "^3.4.2",
"jstransformer": "^1.0.0",
"mocha": "^6.2.2",
"moment": "^2.18.1",
"mongoose": "^5.7.7",
"morgan": "~1.9.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-heroku": "^1.0.0",
"pug": "^2.0.4",
"request": "^2.81.0",
"samsam": "^1.3.0",
"serve-favicon": "~2.4.2",
"sinon": "^2.3.7",
"socket.io": "^2.0.2",
"surge": "^0.19.0",
"surge": "^0.21.3",
"sys": "^0.0.1",
"uuid": "^3.0.1"
}
Expand Down
Binary file added public/images/badgeyay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/meilix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/phimp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/susper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/yaydoc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions views/template/header.jade
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,24 @@ nav.navbar.navbar-default
a.custom-icon(href='http://loklak.net', target='_blank')
img(src='/images/loklak.png')
p.custom-title loklak
.custom-menu-item
a.custom-icon(href='http://phimp.me', target='_blank')
img(src='/images/phimp.png')
p.custom-title Phimp.me
.custom-menu-item
a.custom-icon(href='http://susper.com', target='_blank')
img(src='/images/susper.png')
p.custom-title susper
.custom-menu-item
a.custom-icon(href='http://meilix.org', target='_blank')
img(src='/images/meilix.png')
p.custom-title meilix-generator
.custom-menu-item
a.custom-icon(href='http://pslab.io', target='_blank')
img(src='/images/Pslab.png')
p.custom-title PS Lab
.custom-menu-item
a.custom-icon(href='http://badgeyay.com', target='_blank')
img(src='/images/badgeyay.png')
p.custom-title badgeyay
.custom-arrow