Browse Source

Animated gif on home page displaying graph ability.

pull/11/head
CetaceanNation 5 years ago
parent
commit
435c5d738a
2 changed files with 2 additions and 2 deletions
  1. BIN
      public/img/recording.gif
  2. +2
    -2
      public/index.html

BIN
public/img/recording.gif View File

Before After
Width: 777  |  Height: 709  |  Size: 25 MiB

+ 2
- 2
public/index.html View File

@ -73,7 +73,7 @@
<span class="sr-only">Next</span>
</a>
</div>
<div class="main container-fluid" style="top: -100px;">
<div class="main container-fluid" style="top: -50px;">
<div class="home-content row align-items-center">
<div class="side-txt col">
<div class="text-title text-center" style="padding: 10px;">
@ -97,7 +97,7 @@
</p>
</div>
</div>
<img class="side-img img-fluid col" src="./img/graphExample.png" />
<img class="side-img img-fluid col" style="top: 50px;" src="./img/recording.gif" />
</div>
<p>check</p>
</div>

Loading…
Cancel
Save