Best Practices
(Replacing message template with parser tag)
(Added Edited template with July 12, 2025.)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Edited|July|12|2025}}
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
<html>
<html>
Line 17: Line 18:
.contentHeader {
.contentHeader {
   padding: 5em;
   padding: 5em;
  margin-bottom: 2em;
}
}


Line 22: Line 24:
   font-size: 2.25em;  
   font-size: 2.25em;  
}
}
.grid-container {
    display: grid;
    padding: 0 5em;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}


     @media (max-width: 767px) {
     @media (max-width: 767px) {
Line 48: Line 59:
             padding-right: 1em;
             padding-right: 1em;
         }
         }
      .grid-container {
          grid-template-columns: 1fr !important;
          }


       .header3 {
       .header3 {
           padding: 2rem 1em;
           padding: 2rem 1em;
       }
       }
      .grid-container {
    grid-template-columns: 1fr !important;
    padding: 0 2em !important;
}
     }
     }


Line 67: Line 79:
</div>
</div>


  <div style="color: #182933; 500; word-wrap: break-word; font-weight:500; font-size:20px;" class="header3" >Here’s how YOU can make MDriven work for YOU</div>
<div style="display: grid; padding: 0 5em; grid-template-columns: repeat(2, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container">
  <div style="display: grid; padding: 0 5em; grid-template-columns: repeat(3, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container">


</html>
</html>
Line 80: Line 91:
{{#widget:BestPractices|heading=Complexity shows up almost immediately–get the tools to manage it|headingLink=/index.php/BestPractices:Complexity_shows_up_almost_immediately–get_the_tools_to_manage_it|description=Get the tools to manage complexity in your business}}
{{#widget:BestPractices|heading=Complexity shows up almost immediately–get the tools to manage it|headingLink=/index.php/BestPractices:Complexity_shows_up_almost_immediately–get_the_tools_to_manage_it|description=Get the tools to manage complexity in your business}}
{{#widget:BestPractices|heading=Cloud deployment strategies|headingLink=/index.php/BestPractices:Cloud_Deployment_Strategies|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Cloud deployment strategies|headingLink=/index.php/BestPractices:Cloud_Deployment_Strategies|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Subversion|headingLink=/index.php/BestPractices:Subversion|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Version Control Software|headingLink=/index.php/BestPractices:Subversion|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Optimizing for performance|headingLink=/index.php/BestPractices:Optimizing_for_performance|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Optimizing for performance|headingLink=/index.php/BestPractices:Optimizing_for_performance|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Global deployment|headingLink=/index.php/BestPractices:Global_deployment|description=(Description will be added soon)}}
{{#widget:BestPractices|heading=Global deployment|headingLink=/index.php/BestPractices:Global_deployment|description=(Description will be added soon)}}

Latest revision as of 06:27, 20 January 2025

This page was created by Edgar on 2023-11-02. Last edited by Edgar on 2025-01-20.


Best practices
BEST PRACTICES
Suggestions and ideas on how to creatively use MDriven tools.