Skip to content

Commit

Permalink
welcome page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonKinyua committed Jan 31, 2022
1 parent 31e5d72 commit c1f98ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added public/img/Fj13PSh-_400x400.jpg
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/img/robert.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<div class="item">
<div class="single-speaker">
<div class="img-box">
<img src="https://informationcradle.com/wp-content/uploads/2019/05/MHUJj15g_400x400.jpeg"
<img src="{{ asset('img/robert.jpeg')}}"
alt="" />
</div><!-- /.img-box -->
<h3 class="team-name">Robert Kiyosaki</h3>
Expand All @@ -195,7 +195,7 @@
<div class="item">
<div class="single-speaker">
<div class="img-box">
<img src="https://pbs.twimg.com/profile_images/1257396956881498114/Fj13PSh-_400x400.jpg"
<img src="{{ asset('img/Fj13PSh-_400x400.jpg')}}"
alt="" />
</div><!-- /.img-box -->
<h3 class="team-name">Tony Robbins</h3>
Expand Down Expand Up @@ -520,6 +520,7 @@ classical Latin literature from 45 BC, making it over 2000 years old. Richard Mc
<h3>Quick Links</h3>
<ul>
<li><a href="/"><i class="fa fa-angle-right"></i> Home</a></li>
<li><a target="_blank" href="https://school.moodledemo.net/login/index.php"><i class="fa fa-angle-right"></i> Elearning</a></li>
<li><a href="#about"><i class="fa fa-angle-right"></i> About Us</a></li>
<li><a href="#speakers"><i class="fa fa-angle-right"></i> Speakers</a></li>
<li><a href="#sponsors"><i class="fa fa-angle-right"></i> Sponsors</a></li>
Expand Down

0 comments on commit c1f98ed

Please sign in to comment.