-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathabout-dialog.html
34 lines (34 loc) · 1.35 KB
/
about-dialog.html
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
<div class="about-dialog dialog modal" data-title="About">
<div class="dialog-body">
<table>
<tr>
<td valign="top">
<div id="snapcore" />
</td>
<td valign="top">
<div style="font-size: 20px;">GraphQL Extension</div>
<div>
<b>Version</b> 3.0.0
</div>
<div>
<b>Authored by</b> Olivier Refalo
<i>"I Model therefore I am..."</i>
</div>
<br>
<div style="font-size: 14px;" class="license">
Hope you enjoy this extension and the clarity it brings to GraphQL models.
<br/>If you get serious about GraphQL, SnapCore provides key accelerators to support the IT velicity.
<br/>Please click the link below to know more.
</div>
<br>
<div>
<a class="thirdparty" href="#">http://www.snapcore.com</a>
</div>
</td>
</tr>
</table>
</div>
<div class="dialog-footer">
<button class="k-button dialog-button primary" data-button-id="close">Close</button>
</div>
</div>