Skip to content

Commit

Permalink
views
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiahiro committed Jun 27, 2020
1 parent ba3ebf4 commit 8403837
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
Binary file added public/frontend/assets/images/Iro.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 0 additions & 44 deletions resources/views/about.blade.php
Expand Up @@ -113,50 +113,6 @@
</div>
</div>

<!-- Single Feature area -->
<!-- <div class="col-md-6 col-lg-4">
<div class="single-feature-area text-center wow fadeInUp" data-wow-delay="0.4s">
<!-- Feature Icon
<div class="feature-icon">
<img src="assets/img/icon-img/6.svg" alt="">
</div>
<!-- Single Feature Text
<div class="feature-content-text">
<h4>Drag &amp; Drop Building</h4>
<p class="mb-0">Add, delete and move elements around on the front end of your website.</p>
</div>
</div>
</div> -->

<!-- Single Feature area -->
<!-- <div class="col-md-6 col-lg-4">
<div class="single-feature-area text-center wow fadeInUp" data-wow-delay="0.8s">
<!-- Feature Icon
<div class="feature-icon">
<img src="assets/img/icon-img/7.svg" alt="">
</div>
<!-- Single Feature Text
<div class="feature-content-text">
<h4>Drag &amp; Drop Building</h4>
<p class="mb-0">Add, delete and move elements around on the front end of your website.</p>
</div>
</div>
</div> -->

<!-- Single Feature area -->
<!-- <div class="col-md-6 col-lg-4">
<div class="single-feature-area text-center wow fadeInUp" data-wow-delay="0.8s">
<!-- Feature Icon
<div class="feature-icon">
<img src="assets/img/icon-img/8.svg" alt="">
</div>
<!-- Single Feature Text
<div class="feature-content-text">
<h4>Drag &amp; Drop Building</h4>
<p class="mb-0">Add, delete and move elements around on the front end of your website.</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions routes/web.php
Expand Up @@ -28,7 +28,6 @@
});



// backend codes

Route::get('/backend/login', function () {
Expand Down Expand Up @@ -82,10 +81,6 @@

// all users

Route::get('/users_list', function () {
return view('users_list.single_user');
});

Route::get('/backend/view_user', function () {
return view('backend.users_list.show');
});
Expand Down

0 comments on commit 8403837

Please sign in to comment.