Skip to content

Commit e302f79

Browse files
committed
Legal Terms #77
1 parent b2c8c95 commit e302f79

File tree

1 file changed

+66
-11
lines changed

1 file changed

+66
-11
lines changed

force-app/main/default/pages/OrgCheck_Home_VFP.page

Lines changed: 66 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,70 @@
3333
</header>
3434
</div>
3535
<div class="slds-card__body slds-card__body_inner">
36-
Introducing <b>OrgCheck</b>. An easy-to-install and easy-to-use Salesforce
37-
application in order to quickly analyze your org and its technical debt.<br />
38-
<br />
39-
<center>
40-
<object type="image/svg+xml" data="{!URLFOR($Resource.OrgCheck_Logos_SR, 'Logo.svg')}" width="40%" height="40%">
41-
<img src="{!URLFOR($Resource.OrgCheck_Logos_SR, 'Logo.svg')}" width="40%" height="40%" />
42-
</object>
43-
</center>
44-
<br />
36+
<table>
37+
<tr>
38+
<td width="50%">
39+
<object type="image/svg+xml" data="{!URLFOR($Resource.OrgCheck_Logos_SR, 'Logo.svg')}" width="80%" height="80%">
40+
<img src="{!URLFOR($Resource.OrgCheck_Logos_SR, 'Logo.svg')}" width="80%" height="80%" />
41+
</object>
42+
</td>
43+
<td width="50%">
44+
Introducing <b>OrgCheck</b>. An easy-to-install and easy-to-use Salesforce
45+
application in order to quickly analyze your org and its technical debt.
46+
</td>
47+
</tr>
48+
</table>
49+
</div>
50+
</article>
51+
<article class="slds-card">
52+
<div class="slds-card__header slds-grid">
53+
<header class="slds-media slds-media_center slds-has-flexi-truncate">
54+
<div class="slds-media__figure">
55+
<span class="slds-icon_container slds-icon-standard-observation-component" title="Legal terms">
56+
<svg class="slds-icon slds-icon_small" aria-hidden="true">
57+
<use href="{!URLFOR($Asset.SLDS, 'assets/icons/standard-sprite/svg/symbols.svg#observation_component')}"></use>
58+
</svg>
59+
<span class="slds-assistive-text">Legal terms</span>
60+
</span>
61+
</div>
62+
<div class="slds-media__body">
63+
<h2 class="slds-card__header-title slds-card__header-link slds-truncate">
64+
Legal terms
65+
</h2>
66+
</div>
67+
<div class="slds-no-flex">
68+
</div>
69+
</header>
70+
</div>
71+
<div class="slds-card__body slds-card__body_inner">
72+
<b>OrgCheck is free to use, but is not an official Salesforce product. </b> OrgCheck has not been officially
73+
tested or documented. Salesforce support is not available for OrgCheck. Support requests for OrgCheck
74+
should be directed to GitHub at <a href="https://github.com/VinceFINET/OrgCheck/issues" target="_blank">https://github.com/VinceFINET/OrgCheck/issues</a>.
75+
Source code for OrgCheck can be found at <a href="https://github.com/VinceFINET/OrgCheck" target="_blank">https://github.com/VinceFINET/OrgCheck</a>
76+
under separate and different license terms.
77+
</div>
78+
</article>
79+
<article class="slds-card">
80+
<div class="slds-card__header slds-grid">
81+
<header class="slds-media slds-media_center slds-has-flexi-truncate">
82+
<div class="slds-media__figure">
83+
<span class="slds-icon_container slds-icon-standard-number-input" title="welcome">
84+
<svg class="slds-icon slds-icon_small" aria-hidden="true">
85+
<use href="{!URLFOR($Asset.SLDS, 'assets/icons/standard-sprite/svg/symbols.svg#number_input')}"></use>
86+
</svg>
87+
<span class="slds-assistive-text">Welcome</span>
88+
</span>
89+
</div>
90+
<div class="slds-media__body">
91+
<h2 class="slds-card__header-title slds-card__header-link slds-truncate">
92+
Technical Debt
93+
</h2>
94+
</div>
95+
<div class="slds-no-flex">
96+
</div>
97+
</header>
98+
</div>
99+
<div class="slds-card__body slds-card__body_inner">
45100
Although invisible, <b>Technical Debt</b> has an impact on your project, your
46101
IT budget, your Salesforce app, your end-users and... your business.<br />
47102
You may be interested in this <a target="_blank"
@@ -142,12 +197,12 @@
142197
<div class="slds-card__body slds-card__body_inner">
143198
<table>
144199
<tr>
145-
<td>
200+
<td width="30%">
146201
<object type="image/svg+xml" data="{!URLFOR($Resource.OrgCheck_Logos_SR, 'Mascot.svg')}" width="80%" height="80%">
147202
<img src="{!URLFOR($Resource.OrgCheck_Logos_SR, 'Mascot.svg')}" width="80%" height="80%" />
148203
</object>
149204
</td>
150-
<td>
205+
<td width="70%">
151206
<b>Issues or new ideas?</b><br />
152207
Track them at <br />
153208
<a href="https://github.com/VinceFINET/OrgCheck/issues" target="_blank">https://github.com/VinceFINET/OrgCheck/issues</a><br />

0 commit comments

Comments
 (0)