This repository was archived by the owner on Mar 6, 2022. It is now read-only.
Commit da3f84c 1 parent 5151979 commit da3f84c Copy full SHA for da3f84c
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
< div class ="container text-center align-middle " style ="font-size: 15px; ">
22
22
23
23
24
- < h2 > About Event Master Simulator Controller </ h2 >
24
+ < h2 > About</ h2 >
25
25
26
26
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 />
27
27
< br />
@@ -43,7 +43,7 @@ <h2>About Event Master Simulator Controller</h2>
43
43
This is free software. I'm not doing this for income, just because I felt it was right. < br />
44
44
< br />
45
45
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 >
47
47
48
48
< hr >
49
49
Thanks for reading, and happy simulating< br />
Original file line number Diff line number Diff line change 26
26
< div class ="col-sm-6 ">
27
27
< h2 > Event Master Simulator Controller</ h2 >
28
28
</ 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 ">
31
30
</ div >
32
31
</ div >
33
32
@@ -285,7 +284,7 @@ <h4>MV Slot</h4>
285
284
< 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 >
286
285
< 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 >
287
286
< 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 >
289
288
</ div >
290
289
< div class ="col-sm-2 text-center ">
291
290
< span v-if ="!running " style ="color: red "> < span class ="glyphicon glyphicon-remove " aria-hidden ="true "> </ span > Stopped</ span >
You can’t perform that action at this time.
0 commit comments