-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
39 lines (30 loc) · 1.52 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<style>
#aboutBBF{
z-index: 30;
left:30%;
top:25%;
position: absolute;
}
aboutBBF h1{
size=20%;
}
</style>
<div id="aboutBBF" style="display:none">
<h1>Umbra: Game Scenario Designer</h1>
<h2>Copyright 2017-2018 Nick Baf(Bafatakis) under the GNU GPL v3 license <img src="img/network/gpl.png" style="width:100px;height:47px;"></h2>
<p>Thesis project for the Academic year 2016-2017 based on the paper <br>
"Tool-Assisted Game Scenario Representation through Flow Charts" by <br>
Maria-Eleni Paschali Phd Candidate, Nikolaos Bafatakis BSc , Apostolos Ampatzoglou Phd and Ioannis Stamelos.
</p>
<br>
<h2>Open Source Licenses</h2>
<p>This programm uses Vis.js under Apache Licence.<br> Uses Chart.js under MIT License <br> All logos used are under the CC v3 license <br> Google fonts are a property of Alphabet Inc.</p>
<br>
<p>Chocobo breeded by Koichi Ishii and Square Soft. 1988</p>
<br>
<p style="font-size: 130%;">Umbra: Is a messenger dog in <i style="font-size: 132%">Final Fantasy XV. </i> <br>
If you look directly into Umbra's eyes you can travel anywhere in the world and relive memories from the past.
<br>Umbra will always watch the world that you created and help your characters shape their own story.</p>
<p>Coded with <img src="img/network/heart.png" alt="love" style="width:15px;height:15px;"> in SKG while listening exclusively in FF OST.</p>
<a onclick="aboutBaf('close')" style="font-size:100px; cursor: pointer;">Close......</a>
</div>