-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45a637a
commit e11beea
Showing
18 changed files
with
137 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,3 @@ body { | |
.container { | ||
max-width: 1230px; | ||
} | ||
|
||
html { | ||
scroll-behavior: smooth; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,4 +97,8 @@ | |
width: 100%; | ||
margin-bottom: 15px; | ||
} | ||
} | ||
} | ||
|
||
.catalogue-input-radio{ | ||
opacity: 1 !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<!-- Main layout used to render all content pages --> | ||
|
||
{{ $pageTitle := PageTitle req }} | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
|
@@ -10,7 +12,7 @@ | |
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>{{ if .page}} {{.page.Title}} {{else}} Developer Portal {{end}}</title> | ||
<title>{{ if $pageTitle}} {{ $pageTitle}} {{else}} {{ if .page}} {{.page.Title}} {{else}} Developer Portal {{end}} {{end}}</title> | ||
<!-- Google Tag Manager --> | ||
{{if IsFullstoryEnabled}} | ||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
|
@@ -21,10 +23,9 @@ | |
{{end}} | ||
<!-- End Google Tag Manager --> | ||
<!-- stoplight.io --> | ||
<script src="/assets/vendor/stoplight/elements/web-components.min.js"></script> | ||
<link rel="stylesheet" href="/assets/vendor/stoplight/elements/styles.min.css"> | ||
<!-- <script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script> --> | ||
<!-- <link rel="stylesheet" href=""> --> | ||
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css"> | ||
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script> | ||
<!-- Load style assets --> | ||
<link href="/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<h1>Welcome to the Developer portal</h1> | ||
|
||
Hi, <strong>{{.user.First}} {{.user.Last}}</strong>.<br/> | ||
Thank you for registering with the Developer Portal. Your admin profile has been created. | ||
Once your profile is activated, you can manage the developer portal content by logging in portal at https://portal.com/admin. | ||
|
||
If you did not perform this action, please contact the customer support team at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Welcome to the Developer portal | ||
|
||
Hi, {{.user.First}} {{.user.Last}}. | ||
Thank you for registering with the Developer Portal. Your admin profile has been created. | ||
Once your profile is activated, you can manage the developer portal content by logging in portal at https://portal.com/admin. | ||
|
||
If you did not perform this action, please contact the customer support team at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Welcome to the Developer portal | ||
|
||
Hi, {{.user.First}} {{.user.Last}}. | ||
Thank you for registering with the Developer Portal. Your admin profile has been created. | ||
Once your profile is activated, you can manage the developer portal content by logging in portal at https://portal.com/admin. | ||
|
||
If you did not perform this action, please contact the customer support team at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<h1>Welcome to the Developer portal</h1> | ||
|
||
Hi, <strong>{{.user.First}} {{.user.Last}}</strong>.<br/> | ||
Thank you for registering with the Developer Portal. Your developer profile has been created. | ||
|
||
If you did not perform this action, please contact the customer support team at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Welcome to the Developer portal | ||
|
||
Hi, {{.user.First}} {{.user.Last}}. | ||
Thank you for registering with the Developer Portal. Your developer profile has been created. | ||
|
||
If you did not perform this action, please contact the customer support team at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Welcome to the Developer portal | ||
|
||
Hi, {{.user.First}} {{.user.Last}} | ||
Thank you for registering with the Developer Portal. Your developer profile has been created. | ||
|
||
If you did not perform this action, please contact the customer support team at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters