Skip to content

Commit 8eb5ae1

Browse files
committed
DEVDOCS-14769 - updating the banner/header image for the Ruby launcher
1 parent 874392b commit 8eb5ae1

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

app/views/admin_api/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container-fill-bg header-div">
2-
<div class="jumbotron jumbotron-fluid">
2+
<div class="jumbotron jumbotron-fluid" style="background-color: #210058!important">
33
<table>
44
<tbody>
55
<tr>
@@ -8,7 +8,7 @@
88
<p class="Xlead">Run and explore Docusign Admin API code examples with Authorization Code Grant or JWT Grant authentication</p>
99
</td>
1010
<td>
11-
<img src="banner-code.png" />
11+
<img src="header.png" />
1212
</td>
1313
</tr>
1414
</tbody>

app/views/clickwrap/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div class="container-fill-bg header-div">
3-
<div class="jumbotron jumbotron-fluid">
3+
<div class="jumbotron jumbotron-fluid" style="background-color: #210058!important">
44
<table>
55
<tbody>
66
<tr>
@@ -9,7 +9,7 @@
99
<p class="Xlead">Run and explore Click API code examples with Authorization Code Grant or JWT Grant authentication</p>
1010
</td>
1111
<td>
12-
<img src="banner-code.png" />
12+
<img src="header.png" />
1313
</td>
1414
</tr>
1515
</tbody>

app/views/ds_common/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!-- IF not signed in -->
22
<div class="container-fill-bg" style="margin-top:-60px!important; padding-top:30px!important;">
3-
<div class="jumbotron jumbotron-fluid"> <table>
3+
<div class="jumbotron jumbotron-fluid" style="background-color: #210058!important"> <table>
44
<tbody>
55
<tr>
66
<td>
77
<h1 class="display-4">Ruby Launcher</h1>
88
<p class="Xlead">Run and explore eSignature REST API code examples with Authorization Code Grant or JWT Grant authentication</p>
99
</td>
1010
<td>
11-
<img src="banner-code.png" />
11+
<img src="header.png" />
1212
</td>
1313
</tr>
1414
</tbody>

app/views/monitor_api/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container-fill-bg header-div">
2-
<div class="jumbotron jumbotron-fluid">
2+
<div class="jumbotron jumbotron-fluid" style="background-color: #210058!important">
33
<table>
44
<tbody>
55
<tr>
@@ -8,7 +8,7 @@
88
<p class="Xlead">Run and explore Monitor API code examples with JWT Grant authentication</p>
99
</td>
1010
<td>
11-
<img src="banner-code.png" />
11+
<img src="header.png" />
1212
</td>
1313
</tr>
1414
</tbody>

app/views/room_api/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div class="container-fill-bg header-div">
3-
<div class="jumbotron jumbotron-fluid">
3+
<div class="jumbotron jumbotron-fluid" style="background-color: #210058!important">
44
<table>
55
<tbody>
66
<tr>
@@ -10,7 +10,7 @@
1010
Code Grant).</p>
1111
</td>
1212
<td>
13-
<img src="banner-code.png"/>
13+
<img src="header.png"/>
1414
</td>
1515
</tr>
1616
</tbody>

public/banner-code.png

-52.3 KB
Binary file not shown.

public/header.png

73.2 KB
Loading

0 commit comments

Comments
 (0)