Bootcamp/Levels
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 49: Line 49:
         flex-direction: column;
         flex-direction: column;
         justify-content: center;
         justify-content: center;
        text-decoration: none;
        color: inherit;
     }
     }
     .section:hover {
     .section:hover {
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }
    .section:link,
    .section:visited,
    .section:hover,
    .section:active {
            text-decoration: none;
            color: inherit;
        }
     .beginner {
     .beginner {
         background: rgba(255, 218, 187, 0.60);
         background: rgba(255, 218, 187, 0.60);
Line 178: Line 187:


<div class="section-container">
<div class="section-container">
         <div class="section intermediate" onclick="choosePath('intermediate')">
         <a href="/index.php/Bootcamp/Intermediate" class="section intermediate">
             <div class="section-title">INTERMEDIATE</div>
             <div class="section-title">INTERMEDIATE</div>
             <div class="section-content">You have some understanding of models but you need to brush up on what you know and learn what else is new. Join the trail from here!</div>
             <div class="section-content">You have some understanding of models but you need to brush up on what you know and learn what else is new. Join the trail from here!</div>
         </div>
         </a>
         <img src="https://newwikicopy.mdriven.net/images/4/41/Welcome_Video_-_MDrivenBootcamp_%281%29_1.svg" alt="Intermediate Icon" class="icon-placeholder">
         <img src="https://newwikicopy.mdriven.net/images/4/41/Welcome_Video_-_MDrivenBootcamp_%281%29_1.svg" alt="Intermediate Icon" class="icon-placeholder">
     </div>
     </div>
Line 187: Line 196:
<div class="section-container">
<div class="section-container">
         <img src="https://newwikicopy.mdriven.net/images/2/23/Welcome_Video_-_MDrivenBootcamp_%282%29_1.svg" alt="Advanced Icon" class="icon-placeholder">
         <img src="https://newwikicopy.mdriven.net/images/2/23/Welcome_Video_-_MDrivenBootcamp_%282%29_1.svg" alt="Advanced Icon" class="icon-placeholder">
         <div class="section advanced" onclick="choosePath('advanced')">
         <a href="/index.php/Bootcamp/Advanced" class="section advanced">
             <div class="section-title">ADVANCED</div>
             <div class="section-title">ADVANCED</div>
             <div class="section-content">You are very familiar with modeling and now you just want to understand how MDriven does it. Dive right in with the more advanced concepts behind the MDriven tools.</div>
             <div class="section-content">You are very familiar with modeling and now you just want to understand how MDriven does it. Dive right in with the more advanced concepts behind the MDriven tools.</div>
         </div>
         </a>
     </div>
     </div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 23:14, 9 August 2024

This page was edited 174 days ago on 08/10/2024. What links here