Skip to content

Commit

Permalink
Merge pull request #18 from andela-sachungo/develop
Browse files Browse the repository at this point in the history
(fix) Remove all instances of soma-tech
  • Loading branch information
sachungo committed Jan 31, 2016
2 parents dceb2d5 + 310b381 commit 4430043
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected function create(array $data)
'password' => bcrypt($data['password']),
]);

flash()->success('Welcome to soma-tech!', 'Thank you for being a member.');
flash()->success('Welcome to SomaTech!', 'Thank you for being a member.');

return $user;
}
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# soma-tech
[![CircleCI Badge](https://circleci.com/gh/andela-sachungo/soma-tech.svg?style=shield&circle-token=eab6015ece8c084d689495dcbbf2bd5bd22c50cb)](https://circleci.com/gh/andela-sachungo/soma-tech/81)
[![CircleCI Badge](https://circleci.com/gh/andela-sachungo/soma-tech.svg?style=shield&circle-token=eab6015ece8c084d689495dcbbf2bd5bd22c50cb)](https://circleci.com/gh/andela-sachungo/soma-tech/83)
[![Coverage Status](https://coveralls.io/repos/andela-sachungo/soma-tech/badge.svg?branch=master&service=github)](https://coveralls.io/github/andela-sachungo/soma-tech?branch=master)
[![StyleCI Badge](https://styleci.io/repos/48097337/shield)](https://styleci.io/repos/48097337)

Soma-tech is a learning management system that helps people learn various technologies. You can upload YouTube videos by category, edit and delete them. You have to log in first before uploading or changing a video from your dashboard. To view the project and play with it, [visit this page](http://soma-tech.herokuapp.com/).
SomaTech is a learning management system that helps people learn various technologies. You can upload YouTube videos by category, edit and delete them. You have to log in first before uploading or changing a video from your dashboard. To view the project and play with it, [visit this page](http://soma-tech.herokuapp.com/).

##Installation instructions
* Clone the repository `git clone <repository>`
Expand Down
4 changes: 2 additions & 2 deletions resources/views/about/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h1>Soma-tech</h1>
<p class="lead">Soma-tech is a learning management system that enables you to learn various technologies.</p>
<h1>SomaTech</h1>
<p class="lead">SomaTech is a learning management system that enables you to learn various technologies.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<footer>
<div class="container">
<div class="text-center" class="color-text" id="footer-text">
Copyright &copy; 2016 soma-tech.app
Copyright &copy; 2016 SomaTech
<br>
By Stacey Achungo - #TIA
</div>
Expand Down

0 comments on commit 4430043

Please sign in to comment.