|
12 | 12 | </noscript>
|
13 | 13 | <!-- End Google Tag Manager (noscript) -->
|
14 | 14 |
|
15 |
| -<section class="text-center container border-bottom mb-3"> |
| 15 | +<section class="text-center container border-bottom pb-3 mb-5"> |
16 | 16 | <div class="row py-lg-2">
|
17 | 17 | <div class="col-lg-6 col-md-8 mx-auto">
|
18 | 18 | <img src="duende-logo.svg" alt="Duende Software Logo" class="img-fluid w-75"/>
|
|
38 | 38 | </section>
|
39 | 39 |
|
40 | 40 | <div class="welcome-page">
|
41 |
| - <h2 id="features">Features</h2> |
| 41 | + <h2 id="features" style="scroll-margin-top: 3em;">Features</h2> |
42 | 42 | <p>
|
43 | 43 | This dashboard provides access to various IdentityServer functionalities for demo purposes only.
|
44 | 44 | </p>
|
|
91 | 91 | </a>
|
92 | 92 | </div>
|
93 | 93 | </div>
|
94 |
| - <div class="card m-2" style="width: 18rem;"> |
95 |
| - <div class="card-body"> |
96 |
| - <h5 class="card-title"> |
97 |
| - <i class="glyphicon glyphicon-paperclip"></i> |
98 |
| - Server Side Sessions |
99 |
| - </h5> |
100 |
| - <p class="card-text">View your current server side sessions.</p> |
101 |
| - </div> |
102 |
| - </div> |
103 | 94 | <div class="card m-2" style="width: 18rem;">
|
104 | 95 | <div class="card-body">
|
105 | 96 | <h5 class="card-title">
|
|
117 | 108 | </div>
|
118 | 109 | </div>
|
119 | 110 |
|
120 |
| - <h2 id="references">References</h2> |
| 111 | + <h2 id="references" style="scroll-margin-top: 3em;">References</h2> |
121 | 112 | <p>To learn more about Duende products and how to implement them, check out our source repositories and samples.</p>
|
122 | 113 | <div class="d-flex align-content-between flex-wrap mb-3">
|
123 | 114 | <div class="card m-2" style="width: 18rem;">
|
|
169 | 160 | </div>
|
170 | 161 | </div>
|
171 | 162 |
|
172 |
| - <h2 id="demo-clients">Demo clients</h2> |
| 163 | + <h2 id="demo-clients" style="scroll-margin-top: 3em;">Demo clients</h2> |
173 | 164 | <p>
|
174 | 165 | You can use this demo server for different types of clients.
|
175 | 166 | Use the below configurations to work with them in your own demo applications
|
|
291 | 282 | }
|
292 | 283 | </div>
|
293 | 284 |
|
294 |
| - <h2 id="sample-apis">Sample APIs</h2> |
| 285 | + <h2 id="sample-apis" style="scroll-margin-top: 3em;">Sample APIs</h2> |
295 | 286 | <p>
|
296 | 287 | This demo server provides several sample API endpoints:
|
297 | 288 | </p>
|
|
306 | 297 | </li>
|
307 | 298 | </ul>
|
308 | 299 |
|
309 |
| - <h2 id="sample-keys">RSA key for JWT/JAR samples</h2> |
| 300 | + <h2 id="sample-keys" style="scroll-margin-top: 3em;">RSA key for JWT/JAR samples</h2> |
310 | 301 | <p>
|
311 | 302 | You can use the below RSA key for all clients requiring private key JWT authentication or JAR:
|
312 | 303 | </p>
|
|
0 commit comments