Skip to content

Commit 6d64f08

Browse files
authored
Merge pull request #47 from commjoen/update-thanks
First iteration
2 parents 929f450 + f45c79a commit 6d64f08

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

src/main/resources/templates/index.html

+32-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<title>Secret Challenge</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.1.2/css/bootstrap.min.css} "/>
8+
<style>
9+
div.thank-you {
10+
border-radius: 25px;
11+
border: 2px solid black;
12+
padding: 10px;
13+
margin: 00px 0px 10px 0px;
14+
}
15+
</style>
816
</head>
917
<body>
1018
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
@@ -55,12 +63,12 @@ <h1 class="display-4"> Welcome </h1>
5563
<p class="lead">Welcome to Wrong-Secrets. With this app, we hope you will re-evaluate your secrets management
5664
strategy</p>
5765
<hr class="my-4">
58-
<p>Special Thanks to: Nanne Baars, Ben de Haan & Madhu Akula for motivating and helping me out to build
59-
this.</p>
66+
<p>For each of the challenges below: try to find the secret! Enter it in the `Answer to solution` box and score points!
67+
Note that some of the challenges require this app to run on additional infrastructure (see in the links below).</p>
6068

6169
</div>
6270
<div class="row">
63-
<div class="col">
71+
<div class="col-12 col-md-9">
6472
<p>
6573
<a href="challenge/1">Challenge 1 (requires Docker)</a><br/>
6674
<a href="challenge/2">Challenge 2 (requires Docker)</a><br/>
@@ -75,7 +83,27 @@ <h1 class="display-4"> Welcome </h1>
7583
<a href="challenge/11">Challenge 11 (requires AWS)</a><br/>
7684
</p>
7785
<p>Don't want to wait for Vault? here is <a href="spoil-7">the secret :(</a>.</p>
78-
<p>Like what you see? Please <a class="github-button" href="https://github.com/commjoen/wrongsecrets" data-icon="octicon-star" aria-label="Star commjoen/wrongsecrets on GitHub">Star us</a></p>
86+
<p>Like what you see? Please <a class="github-button" href="https://github.com/commjoen/wrongsecrets"
87+
data-icon="octicon-star" aria-label="Star commjoen/wrongsecrets on GitHub">Star
88+
us</a></p>
89+
</div>
90+
<div class="col-12 col-lg-3">
91+
<div class="border border-dark thank-you">
92+
OWASP Project Leaders:
93+
<ul>
94+
<li><a href="https://github.com/bendehaan">Ben de Haan @bendehaan</a></li>
95+
<li><a href="https://github.com/commjoen">Jeroen willemsen @commjoen</a></li>
96+
</ul>
97+
Top Contributors:
98+
<ul>
99+
<li><a href="https://github.com/nbaars">Nanne Baars @nbaars</a></li>
100+
</ul>
101+
Special mentions for helping out:
102+
<ul>
103+
<li><a href="https://github.com/madhuakula">Madhu Akula @madhuakula</a></li>
104+
<li><a href="https://github.com/bkimminich">Björn Kimminich @bkimminich</a></li>
105+
</ul>
106+
</div>
79107
</div>
80108
</div>
81109
</div>

0 commit comments

Comments
 (0)