Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit da3f84c

Browse files
committed
Improved about page
1 parent 5151979 commit da3f84c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

renderer/about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="container text-center align-middle" style="font-size: 15px;">
2222

2323

24-
<h2>About Event Master Simulator Controller</h2>
24+
<h2>About</h2>
2525

2626
This app is an evolution upon the work started by Nick Lloyd. I had the pleasure of knowing Nick since we were both at school together, and continued to regularly work together until he died in October 2018. <br />
2727
<br />
@@ -43,7 +43,7 @@ <h2>About Event Master Simulator Controller</h2>
4343
This is free software. I'm not doing this for income, just because I felt it was right. <br />
4444
<br />
4545
That said, I have had many people asking about donations so I have set up this page: <br />
46-
<a href="#">Just Giving</a>
46+
<a href="#"><img src="https://widgets.justgiving.com/Button?p=eyJUZXh0IjoiTWluZCAtIFRoZSBNZW50YWwgSGVhbHRoIENoYXJpdHkiLCJJZCI6IjgwMDJjY2FkLWIzYjYtNDA0Zi04ZTE4LTU1NjAzMGY3YmQ3YSIsIkNoYXJpdHlJZCI6MzAwLCJTaXplIjoicyIsIlJlZmVyZW5jZSI6IkdpdEgiLCJUeXBlIjoiQ2hhcml0eURvbmF0ZSJ9" alt="Just Giving" /></a>
4747

4848
<hr>
4949
Thanks for reading, and happy simulating<br />

renderer/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
<div class="col-sm-6">
2727
<h2>Event Master Simulator Controller</h2>
2828
</div>
29-
<div class="col-sm-3 align-middle"><br />
30-
<button class="btn btn-default drewbtnwidth" v-on:click="about()"><span class="glyphicon glyphicon-info-sign" aria-hidden="true"> </span> About</button>
29+
<div class="col-sm-3 align-middle">
3130
</div>
3231
</div>
3332

@@ -285,7 +284,7 @@ <h4>MV Slot</h4>
285284
<button class="btn btn-default drewbtnwidth" v-if="!running" v-on:click="start()"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> Save & Start </button>
286285
<button class="btn btn-default drewbtnwidth" v-if="running" v-on:click="reload()"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Save & Reload</button>
287286
<button class="btn btn-default drewbtnwidth" :disabled="!running" v-on:click="stop()"><span class="glyphicon glyphicon-stop" aria-hidden="true"></span> Stop </button>
288-
287+
<button class="btn btn-default drewbtnwidth" v-on:click="about()"><span class="glyphicon glyphicon-info-sign" aria-hidden="true"> </span> About</button>
289288
</div>
290289
<div class="col-sm-2 text-center">
291290
<span v-if="!running" style="color: red"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Stopped</span>

0 commit comments

Comments
 (0)