Template:RR products: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "{{#tag:html| <div style="border: 1px solid #ddd; padding: 20px; margin: 20px 0; background-color: #f9f9f9;"> <h2 style="text-align: center; color: #232E3C;">All Our Products</h2> <div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center;"> <div style="flex: 1; min-width: 250px; padding: 10px; text-align: center;"> <a href="https://shop.ridgerun.com/collections/all" target="_blank"> <img src="https://developer.ridgerun.co...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#tag:html|
{{#tag:html|
<style>
.image-button {
    flex: 1;
    min-width: 250px;
    padding: 10px;
    text-align: center;
}
.image-button:hover{
    background-color: #eeeeee;
}
</style>
<div style="border: 1px solid #ddd; padding: 20px; margin: 20px 0; background-color: #f9f9f9;">
<div style="border: 1px solid #ddd; padding: 20px; margin: 20px 0; background-color: #f9f9f9;">
   <h2 style="text-align: center; color: #232E3C;">All Our Products</h2>
   <h2 style="text-align: center; color: #232E3C;">All Our Products</h2>
   <div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center;">
   <div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center;">
     <div style="flex: 1; min-width: 250px; padding: 10px; text-align: center;">
     <div class="image-button">
     <a href="https://shop.ridgerun.com/collections/all" target="_blank">
     <a href="https://shop.ridgerun.com/collections/all" target="_blank">
         <img src="https://developer.ridgerun.com/wiki/images/2/2e/Shopping_cart_logo.png" alt="RidgeRun Store" style="max-height: 250px;">
         <img src="https://developer.ridgerun.com/wiki/images/2/2e/Shopping_cart_logo.png" alt="RidgeRun Store" style="max-height: 250px;">
       </a>
       </a>
     </div>
     </div>
     <div style="flex: 1; min-width: 250px; padding: 10px; text-align: center;">
     <div class="image-button">
     <a href="https://app.hubspot.com/documents/5319431/view/810724903?accessId=e71367" target="_blank">
     <a href="https://app.hubspot.com/documents/5319431/view/810724903?accessId=e71367" target="_blank">
         <img src="https://developer.ridgerun.com/wiki/images/e/eb/Product_catalog_logo.png" alt="Product Catalog" style="max-height: 250px;">
         <img src="https://developer.ridgerun.com/wiki/images/e/eb/Product_catalog_logo.png" alt="Product Catalog" style="max-height: 250px;">
Line 26: Line 37:


<noinclude>
<noinclude>
[[Category:RidgeRun Linux Camera Drivers Templates]]
== Usage ==
 
This template creates 2 buttons with links to the RidgeRun Store and catalog. To add it to your page, add the following code:
 
<pre>
{{RR Products}}
</pre>
 
{{#seo:|robots=noindex, nofollow}}
[[Category:RidgeRun Templates]]
</noinclude>
</noinclude>

Latest revision as of 19:13, 9 September 2024

All Our Products

Explore our full range of products in the RidgeRun Store (click on the icon above). The store provides a list of all our products, pricing, and purchasing options for all RidgeRun solutions.

Download our Product Catalog (click on the icon above) for a more detailed overview of all available products.


Usage

This template creates 2 buttons with links to the RidgeRun Store and catalog. To add it to your page, add the following code:

{{RR Products}}