Template:GetStartedHere: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "400px|frameless|center|link={{{link|}}} <noinclude> == Usage == <pre> {{GetStartedHere|link=PAGE_LINK}} </pre> </noinclude>")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:xavier_get_started_here.png|400px|frameless|center|link={{{link|}}}]]
{{#tag:html|
<style>
.gsh-button {
  background-color: #021FE2;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  border-radius: 40px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
 
.gsh-button:hover {
  background-color: #0017b0;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}
</style>
<div style="text-align: center;">
    <a href={{{link|}}}>
        <button class="gsh-button"><b>Get Started Here!</b></button>
    </a>
</div>
}}


<noinclude>
<noinclude>
Line 5: Line 33:


<pre>
<pre>
{{GetStartedHere|link=PAGE_LINK}}
{{GetStartedHere|link=PAGE_URL}}
</pre>
</pre>
[[Category:RidgeRun Templates]]
</noinclude>
</noinclude>

Latest revision as of 16:03, 11 September 2024


Usage

{{GetStartedHere|link=PAGE_URL}}