Skip to content

Commit

Permalink
Added New Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SohelRaja committed Mar 10, 2019
1 parent 07d60dc commit 7af2c9b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Binary file added asserts/images/gallery/linux_image.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 asserts/images/gallery/penguinFace.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 asserts/images/team/shahid.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed asserts/images/team/shahid.jpg
Binary file not shown.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,25 @@ <h1 style="color:rgba(25, 181, 254, 1)" data-aos="flip-down" class="text-center"
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext"></div>
<img src="asserts/images/deskPic.png" style="width:100%;height:400px">
<img src="asserts/images/gallery/penguinFace.jpg" style="width:100%;height:400px">
<div class="text"></div>
</div>

<div class="mySlides fade">
<div class="numbertext"></div>
<img src="asserts/images/deskPic1.jpg" style="width:100%;height:400px">
<img src="asserts/images/gallery/linux_image.jpg" style="width:100%;height:400px">
<div class="text"></div>
</div>

<div class="mySlides fade">
<div class="numbertext"></div>
<img src="asserts/images/penguinFace.jpg" style="width:100%;height:400px">
<img src="asserts/images/gallery/penguinFace.jpg" style="width:100%;height:400px">
<div class="text"></div>
</div>

<div class="mySlides fade">
<div class="numbertext"></div>
<img src="asserts/images/gallery/linux_image.jpg" style="width:100%;height:400px">
<div class="text"></div>
</div>

Expand Down Expand Up @@ -162,7 +168,7 @@ <h5 id="cardText">Soumit Sarkar</h5>
<b id="cardText">Manager</b><hr class="style-two">
</div>
<div class="my_card col-lg-4 col-md-4 col-6">
<img src="asserts/images/team/shahid.jpg" alt="team_photo" class="rounded-circle">
<img src="asserts/images/team/shahid.jpeg" alt="team_photo" class="rounded-circle">
<h5 id="cardText">Md Shahid</h5>
<b id="cardText">Technical Lead</b><hr class="style-two">
</div>
Expand Down

0 comments on commit 7af2c9b

Please sign in to comment.