Skip to content

Commit 9d0c62d

Browse files
authored
Merge pull request OWASP#1055 from OWASP/feature-layout-update
Fixing ui by moving blocks around
2 parents b273be5 + 898ebeb commit 9d0c62d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/main/resources/templates/welcome.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,6 @@
155155
<li><a href='https://www.github.com/jonathanGiles'>Jonathan Giles @jonathanGiles</a></li>
156156
</ul>
157157
</div>
158-
<div class="border border-dark thank-you text-center">
159-
Developing our solution in 3 clouds costs money. Want to help us to cover our cloud bills?
160-
<a
161-
href="https://owasp.org/donate/?reponame=www-project-wrongsecrets&title=OWASP+wrongsecrets"
162-
target="_blank"
163-
>Donate</a
164-
>.
165-
</div>
166158
</div>
167159
<div class="col-12 col-lg-7">
168160
<div class="border border-dark thank-you">
@@ -214,11 +206,19 @@
214206
<li>Tokens (Session, Refresh, Authentication, Activation, etc.)</li>
215207
</ul>
216208
</div>
217-
<div class="border border-dark thank-you">
209+
<div class="border border-dark thank-you text-center">
218210
Want to see if your tool of choice detects all the secrets available in this project?
211+
<br/>
212+
<a href="https://github.com/OWASP/wrongsecrets/#use-owasp-wrongsecrets-as-a-secret-detection-benchmark">
213+
Check the instructions in the README
214+
</a>.
215+
</div>
216+
<div class="border border-dark thank-you text-center">
217+
Developing our solution in 3 clouds costs money. Want to help us to cover our cloud bills?
219218
<a
220-
href="https://github.com/OWASP/wrongsecrets/#use-owasp-wrongsecrets-as-a-secret-detection-benchmark"
221-
>Check the instructions in the README</a
219+
href="https://owasp.org/donate/?reponame=www-project-wrongsecrets&title=OWASP+wrongsecrets"
220+
target="_blank"
221+
>Donate</a
222222
>.
223223
</div>
224224
</div>

0 commit comments

Comments
 (0)