Skip to content

Commit

Permalink
Test feedback page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-sig committed Apr 15, 2024
1 parent 5a4c47b commit 26535b0
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/landing/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="shortcut icon" type="image/x-icon" href="/ci-training/images/favicon.png" />

<style>
img.thankyou {
.thankyou {
display: block;
width: 800px;
margin: 50px auto 50px auto;
Expand All @@ -16,14 +16,16 @@
</head>

<body>
<img src="/ci-training/images/feedback-thankyou.svg" class="thankyou" />
<div class="buttons">
<a href="/">
<img src="/ci-training/images/button-docs.svg" />
</a>
<a href="mailto:[email protected]">
<img src="/ci-training/images/button-support.svg" />
</a>
<div class="thankyou">
<img src="/ci-training/images/feedback-thankyou.svg" />
<div class="buttons">
<a href="/">
<img src="/ci-training/images/button-docs.svg" />
</a>
<a href="mailto:[email protected]">
<img src="/ci-training/images/button-support.svg" />
</a>
</div>
</div>

<script>
Expand Down

0 comments on commit 26535b0

Please sign in to comment.