Browse Source

🔨 Change file structure

master
Haris Razis 4 years ago
parent
commit
2c8d05862d
  1. 115
      .gitignore
  2. 0
      .vscode/launch.json
  3. 0
      app.js
  4. 0
      bin/www
  5. 0
      config/creds.js
  6. 0
      docker-compose.yml
  7. 0
      dockerfile
  8. 0
      locales/el.json
  9. 0
      locales/en.json
  10. 0
      makefile
  11. 0
      package-lock.json
  12. 0
      package.json
  13. 0
      public/assets/particlesjs-config.json
  14. 0
      public/images/annie-spratt-QckxruozjRg-unsplash.jpg
  15. 0
      public/images/thomas-jensen-ISG-rUel0Uw-unsplash.jpg
  16. 0
      public/images/undraw_content_team_3epn.svg
  17. 0
      public/images/undraw_server_q2pb.svg
  18. 0
      public/images/undraw_taking_notes_tjaf.svg
  19. 0
      public/images/undraw_version_control_9bpv.svg
  20. 0
      public/images/undraw_work_together_h63l.svg
  21. 0
      public/images/yancy-min-842ofHC6MaI-unsplash.jpg
  22. 0
      public/javascripts/bs-init.js
  23. 0
      public/javascripts/search.js
  24. 0
      public/stylesheets/Footer-Dark.css
  25. 0
      public/stylesheets/Navigation-with-Button.css
  26. 0
      public/stylesheets/bootstrap.min.css
  27. 1
      public/stylesheets/styles.min.css
  28. 0
      routes/index.js
  29. 0
      views/documentation.ejs
  30. 0
      views/error.ejs
  31. 0
      views/faq.ejs
  32. 4
      views/index.ejs
  33. 0
      views/partials/footer.ejs
  34. 2
      views/partials/header.ejs

115
.gitignore

@ -1,3 +1,114 @@
web/node_modules/
web/config/
# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# End of https://www.toptal.com/developers/gitignore/api/node

0
web/.vscode/launch.json → .vscode/launch.json

0
web/app.js → app.js

0
web/bin/www → bin/www

0
web/config/creds.js → config/creds.js

0
docker/docker-compose.yml → docker-compose.yml

0
web/dockerfile → dockerfile

0
web/locales/el.json → locales/el.json

0
web/locales/en.json → locales/en.json

0
web/makefile → makefile

0
web/package-lock.json → package-lock.json

0
web/package.json → package.json

0
web/public/assets/particlesjs-config.json → public/assets/particlesjs-config.json

0
web/public/images/annie-spratt-QckxruozjRg-unsplash.jpg → public/images/annie-spratt-QckxruozjRg-unsplash.jpg

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 318 KiB

0
web/public/images/thomas-jensen-ISG-rUel0Uw-unsplash.jpg → public/images/thomas-jensen-ISG-rUel0Uw-unsplash.jpg

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 250 KiB

0
web/public/images/undraw_content_team_3epn.svg → public/images/undraw_content_team_3epn.svg

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
web/public/images/undraw_server_q2pb.svg → public/images/undraw_server_q2pb.svg

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

0
web/public/images/undraw_taking_notes_tjaf.svg → public/images/undraw_taking_notes_tjaf.svg

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

0
web/public/images/undraw_version_control_9bpv.svg → public/images/undraw_version_control_9bpv.svg

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
web/public/images/undraw_work_together_h63l.svg → public/images/undraw_work_together_h63l.svg

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
web/public/images/yancy-min-842ofHC6MaI-unsplash.jpg → public/images/yancy-min-842ofHC6MaI-unsplash.jpg

Before

Width:  |  Height:  |  Size: 457 KiB

After

Width:  |  Height:  |  Size: 457 KiB

0
web/public/javascripts/bs-init.js → public/javascripts/bs-init.js

0
web/public/javascripts/search.js → public/javascripts/search.js

0
web/public/stylesheets/Footer-Dark.css → public/stylesheets/Footer-Dark.css

0
web/public/stylesheets/Navigation-with-Button.css → public/stylesheets/Navigation-with-Button.css

0
web/public/stylesheets/bootstrap.min.css → public/stylesheets/bootstrap.min.css

1
web/public/stylesheets/styles.min.css → public/stylesheets/styles.min.css

@ -1065,7 +1065,6 @@ span {
#sidebar ul li.active>a,
a[aria-expanded=true] {
color: #fff;
background: #6d7fcc
}

0
web/routes/index.js → routes/index.js

0
web/views/documentation.ejs → views/documentation.ejs

0
web/views/error.ejs → views/error.ejs

0
web/views/faq.ejs → views/faq.ejs

4
web/views/index.ejs → views/index.ejs

@ -1,6 +1,6 @@
<%- include("partials/header.ejs") %>
<header style="height: 90vh;">
<header style="height: 90vh; background-color: #f8f9fa;">
<div id="particles-js"></div>
<div class="container mb-5 mt-4">
<div class="col-sm-12 mt-5">
@ -66,7 +66,7 @@
href="https://api-client.swarmlab.io:8088">See more!</a>
</div>
</div>
<div class="row no-gutters mt-5">
<div class="row no-gutters mt-5 mb-5">
<div class="col-lg-6 text-white" style="background: url(/images/undraw_version_control_9bpv.svg) center / contain; height: 35vh;
background-repeat: no-repeat;"><span></span>
</div>

0
web/views/partials/footer.ejs → views/partials/footer.ejs

2
web/views/partials/header.ejs → views/partials/header.ejs

@ -20,7 +20,7 @@
<nav class="navbar navbar-expand-md navigation-clean-button">
<div class="container"><a class="navbar-brand text-monospace" href="/">swarmlab.io</a><button
data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle
navigation</span><span class="navbar-toggler-icon"></span></button>
navigation</span> <span class="icon-menu"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav mr-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="/#features">Features</a>
Loading…
Cancel
Save