]> cat aescling's git repositories - mastodon.git/commit
Adding landing page
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 27 Sep 2016 21:12:33 +0000 (23:12 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 27 Sep 2016 21:12:33 +0000 (23:12 +0200)
commite63aebff7a4d978fddd7ed3ddc184ed300843a57
tree959e8d048fe049fa8a69e4d0ff8acf3df2426708
parent45a96e899e96da846dbef0d39d6f02db790fccaa
Adding landing page
16 files changed:
Gemfile.lock
app/assets/images/background-photo.jpeg [new file with mode: 0644]
app/assets/images/background-photo.jpg [deleted file]
app/assets/javascripts/about.coffee [new file with mode: 0644]
app/assets/javascripts/components/components/button.jsx
app/assets/stylesheets/about.scss [new file with mode: 0644]
app/assets/stylesheets/application.scss
app/assets/stylesheets/components.scss
app/controllers/about_controller.rb [new file with mode: 0644]
app/controllers/home_controller.rb
app/helpers/about_helper.rb [new file with mode: 0644]
app/views/about/index.html.haml [new file with mode: 0644]
config/routes.rb
package.json
spec/controllers/about_controller_spec.rb [new file with mode: 0644]
spec/helpers/about_helper_spec.rb [new file with mode: 0644]