adding images to hub

This commit is contained in:
2023-03-02 20:16:49 +01:00
parent f05add9b19
commit 3240d9a094
4 changed files with 8 additions and 2 deletions

BIN
iforte/iforte.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -21,13 +21,19 @@
<div class="col-md-6 col-xl-4 box-c">
<h2>T1 Profile</h2>
<div class="box">
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='t1/index.html'">Launch</button>
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='./t1/index.html'"><img src="./t1/t1_profile.png" style="height: 100px;"><br>Launch</button>
</div>
</div>
<div class="col-md-6 col-xl-4 box-c">
<h2>iForte</h2>
<div class="box">
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='iforte_index.html'" disabled>Coming soon</button>
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='./iforte/index.html'" disabled><img src="./iforte/iforte.png" style="height: 100px;"><br>Coming soon</button>
</div>
</div>
<div class="col-md-6 col-xl-4 box-c">
<h2>ProMotion</h2>
<div class="box">
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='iforte_index.html'" disabled><img src="./promotion/promotion.png" style="height: 100px;"><br>Coming soon</button>
</div>
</div>
</div>

BIN
promotion/promotion.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
t1/t1_profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB