Skip to content

Commit

Permalink
chore: add text and images
Browse files Browse the repository at this point in the history
  • Loading branch information
dataprostudio committed Oct 14, 2024
1 parent 7c68449 commit f8fdb1c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
File renamed without changes
File renamed without changes
Binary file added images/erp.png
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 images/secure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,19 @@ <h1 class="neonText">NX8020™</h1>
<div id="Slideshow_Background">
<div id="Slideshow_Container">
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/one.png" alt="One">
<img class="Slideshow_Images" src="images/tasks.png" alt="Tasks">
</div>
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/two.png" alt="Two">
<img class="Slideshow_Images" src="images/datalake.png" alt="Data Lake">
</div>
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/three.png" alt="Three">
<img class="Slideshow_Images" src="images/erp.png" alt="ERP">
</div>
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/four.png" alt="Four">
<img class="Slideshow_Images" src="images/secure.png" alt="Secure">
</div>
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/datapipeline.png" alt="Data Pipeline">
</div>
<a class="Previous" onclick="plusSlides(-1)">&#10094;</a>
<a class="Next" onclick="plusSlides(1)">&#10095;</a>
Expand Down

0 comments on commit f8fdb1c

Please sign in to comment.