Test Sponsors

This commit is contained in:
Kevin Giszewski
2017-09-07 14:15:28 -04:00
parent 6a9c56df58
commit 7d8a6e28fa
3 changed files with 30 additions and 3 deletions
+20
View File
@@ -357,6 +357,7 @@
}
}
}
.settings {
padding: 14px;
background-color: #f8f8f8;
@@ -391,6 +392,7 @@
.archetypeEditorControls {
float: right;
}
.archetypeEditorControls, .archetypeFieldsetGroups {
i {
cursor: pointer;
@@ -433,6 +435,22 @@
.donate-link {
font-weight: 700;
}
.sponsors {
padding-bottom: 10px;
margin-bottom: 5px;
margin-left: 5px;
display: inline-table;
float: right;
a {
float: none;
}
h4 {
border-bottom: 1px solid #ccc;
}
}
ul {
list-style: none;
@@ -453,6 +471,8 @@
.archetypeFieldsets {
margin-left: 0;
border-top: 5px solid;
padding-top: 5px;
}
.archetypeFieldsetWrapper {
+10 -3
View File
@@ -1,12 +1,19 @@
{{VERSION_HTML}}
<div class="archetypeConfig" ng-controller="Imulus.ArchetypeConfigController">
<h2 class="archetype-headline"><img src="../App_Plugins/Archetype/assets/logo_50.png"/>Archetype<small>{{dllVersion}}</small><a href="https://twitter.com/archetypekit" target="_blank"><img src="../App_Plugins/Archetype/assets/twitter.png"/></a></h2>
<p>At a minimum your Archetype needs at least one fieldset with at least one property. Please use the link below for the full manual. We would really love a donation if you find Archetype useful. If your company wants to sponsor this project, please get in touch!</p>
<h2 class="archetype-headline"><img src="../App_Plugins/Archetype/assets/logo_50.png"/>Archetype<small>{{dllVersion}}</small>
<div class="sponsors">
<h4>Our Sponsors</h4>
<a href="https://hellotonic.com/" target="_blank"><img title="Tonic Incorporated" src="../App_Plugins/Archetype/assets/tonic_logo_50.png"/></a>
</div>
</h2>
<p>At a minimum your Archetype needs at least one fieldset with at least one property. Please use the link below for the full manual. We would really love a donation if you find Archetype useful. Be sure to visit our sponsors!</p>
<p>
<a class="manual-link" href="https://github.com/kgiszewski/ArchetypeManual" target="_blank">Archetype Manual</a> |
<a class="manual-link" href="https://github.com/kgiszewski/Archetype/blob/master/Terms%20of%20Service.md" target="_blank">Terms of Service</a> |
<a class="manual-link" href="https://www.youtube.com/watch?v=79LksNwGjLk" target="_blank">Quick Start Video</a> |
<a class="manual-link donate-link" href="https://www.paypal.com/donate/?token=Ip-QQHlvfCuG7aiaQDEBNpA4Ah1hbpHVV5ZXk3qRBNWXGvIeAf3z4rWh2IhKgGYaQ5jfiG&country.x=US&locale.x=US" target="_blank">Donate!</a>
<a class="manual-link" href="https://twitter.com/archetypekit" target="_blank">Twitter</a> |
<a class="manual-link" href="https://github.com/kgiszewski/Archetype" target="_blank">GitHub</a> |
<a class="manual-link donate-link" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBKWLURGLGU6L" target="_blank">Donate!</a>
</p>
<ul class="archetypeFieldsets" ui-sortable="sortableOptions" ng-model="archetypeConfigRenderModel.fieldsets">
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB