adding images to hub
This commit is contained in:
BIN
iforte/iforte.png
Normal file
BIN
iforte/iforte.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
10
index.html
10
index.html
@@ -21,13 +21,19 @@
|
|||||||
<div class="col-md-6 col-xl-4 box-c">
|
<div class="col-md-6 col-xl-4 box-c">
|
||||||
<h2>T1 Profile</h2>
|
<h2>T1 Profile</h2>
|
||||||
<div class="box">
|
<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>
|
</div>
|
||||||
<div class="col-md-6 col-xl-4 box-c">
|
<div class="col-md-6 col-xl-4 box-c">
|
||||||
<h2>iForte</h2>
|
<h2>iForte</h2>
|
||||||
<div class="box">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
promotion/promotion.png
Normal file
BIN
promotion/promotion.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
t1/t1_profile.png
Normal file
BIN
t1/t1_profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user