🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
(Added Edited template with July 12, 2025.)
m (Bot: auto-update documentation menu cards)
 
Line 1: Line 1:
{{Edited|July|12|2025}}
<html>
<html>
<style>
        <head>
#mw-content-text.mw-body-content.mw-content-ltr {
            <meta name="viewport" content="width=device-width, initial-scale=1">
    background-image: url('https://wiki.mdriven.net/images/background_desktop.webp');
            <style>/* MS Learn style documentation */
    background-size: cover;
* {
     background-position: center;
     margin: 0;
     background-repeat: no-repeat;
     padding: 0;
    min-height: 100vh;
     box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
     align-items: flex-start;
    padding: 2em;
}
}


.top-box {
body {
     border-radius: 35px;
     font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto,  
    background: rgba(255, 255, 255, 0.50);
                'Helvetica Neue', Arial, sans-serif;
    padding: 20px;
     background: #fff;
     max-width: 80%;
     color: #242424;
     width: 100%;
     line-height: 1.5;
     text-align: left;
     font-size: 16px;
     font-size: 1.2em;
     margin: 0; /* Remove default body margin */
     color: #000;
     padding: 0; /* Remove default body padding */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 4em;
     opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
}
}


.top-box-title {
.ms-container {
     font-weight: bold;
     max-width: 1200px;
     font-size: 1.5em;
     margin: 0 auto;
     white-space: nowrap;
     padding: 8px 24px 24px 24px; /* Much less top padding */
}
}


.top-box-subtitle {
/* Header */
     font-weight: bold;
.ms-header {
    font-size: 1em;
     margin-bottom: 12px; /* Reduced from 16px */
}
}


.top-box-description {
.ms-title {
     font-size: 1.2em;
     font-size: 28px;
     margin-top: 10px;
    font-weight: 600;
    color: #242424;
     margin-bottom: 4px;
    line-height: 1.2;
}
}


.video-container {
.ms-subtitle {
     text-align: left;
     font-size: 16px;
     margin-bottom: 60px;
     color: #707070;
     opacity: 0;
     font-weight: 400;
    animation: fadeIn 1.5s ease-out 0.5s forwards;
}
}


.video-container iframe {
/* Grid layout */
     width: 100%;
.ms-grid {
     max-width: 800px;
     display: grid;
    height: 450px;
     grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
     border: none;
     gap: 16px;
     border-radius: 15px;
     margin-top: 12px; /* Reduced from 16px */
}
}


.next-step-button {
/* Card style */
     display: inline-block;
.ms-card {
     margin-top: 20px;
     display: flex;
     padding: 10px 20px;
     align-items: flex-start;
    border-radius: 25px;
     padding: 20px;
     background: #E2F5FA;
     background: #fff;
     color: #000;
     border: 1px solid #e1e1e1;
     font-size: 1.1em;
     border-radius: 4px;
    font-weight: bold;
     text-decoration: none;
     text-decoration: none;
     text-align: center;
     color: inherit;
     opacity: 0;
     transition: all 0.2s ease;
     animation: fadeIn 1.5s ease-out 1s forwards;
     cursor: pointer;
}
}


.video-container iframe {
.ms-card:hover {
     width: 100%;
     border-color: #0078d4;
    max-width: 640px;
     box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    height: 360px;
    border: none;
     border-radius: 15px;
}
}


@keyframes fadeIn {
.ms-card:hover .ms-card-icon {
     from { opacity: 0; }
     color: #0078d4;
    to { opacity: 1; }
}
}


@media (max-width: 767px) {
.ms-card-icon {
     #mw-content-text.mw-body-content.mw-content-ltr {
    flex-shrink: 0;
        background-image: url('https://wiki.mdriven.net/images/background_mobile.webp');
    width: 40px;
         padding: 1em;
    height: 40px;
    margin-right: 16px;
    display: flex;
    align-items: center;
     justify-content: center;
    color: #707070;
    transition: color 0.2s ease;
}
 
.ms-card-content {
    flex: 1;
    min-width: 0;
}
 
.ms-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    line-height: 1.4;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
/* Responsive */
@media (max-width: 768px) {
    .ms-container {
        padding: 6px 16px 16px 16px; /* Much less top padding for mobile */
    }
 
    .ms-title {
        font-size: 24px;
    }
 
    .ms-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
 
    .ms-card {
         padding: 16px;
     }
     }
}
}
</style>
    <div class="top-box">
        <span class="top-box-title">MDriven <span style="color:#F67A07;"> Learn </span> presents:<span class="top-box-subtitle">BOOTCAMP</span></span><br>
        <span class="top-box-description">Learn how to model, prototype and build anything.</span>
    </div>


<div class="video-container">
/* Dark mode */
         <iframe src="https://www.youtube.com/embed/ysfF0UbFATE?si=JpWyvMhJ5SPq5wBr" allowfullscreen></iframe>
@media (prefers-color-scheme: dark) {
         <a href="/index.php/Training:Bootcamp/Start" class="next-step-button">NEXT STEP - BOOTCAMP: BEFORE STARTING GUIDE</a>
    body {
    </div>
        background: #1e1e1e;
</html>
        color: #d4d4d4;
    }
 
    .ms-title {
        color: #ffffff;
    }
 
    .ms-subtitle {
        color: #a0a0a0;
    }
 
    .ms-card {
        background: #252526;
        border-color: #3e3e42;
    }
 
    .ms-card:hover {
        border-color: #0e639c;
        background: #2d2d30;
    }
 
    .ms-card-title {
        color: #d4d4d4;
    }
 
    .ms-card-icon {
        color: #8b8b8b;
    }
 
    .ms-card:hover .ms-card-icon {
        color: #0e639c;
    }
}</style>
        </head>
        <body>
            <div class="ms-container">
                <div class="ms-header">
                    <h1 class="ms-title">Bootcamp</h1>
                    <p class="ms-subtitle">Browse guides and technical documentation</p>
                </div>
                <div class="ms-grid">
 
        <a class="ms-card" href="/index.php/Training:Bootcamp">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Bootcamp Introduction</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp%2FStart">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Before Starting Guide</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp%2FStart%2FLevels">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Choose where to start</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_1">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 1</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_2">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 2</span>
            </div>
        </a>
         <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_3">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 3</span>
            </div>
        </a>
         <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_4">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 4</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_5">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 5</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_6">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 6</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_7">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 7</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_8">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 8</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_9">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 9</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_10">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 10</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_11">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 11</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_12">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 12</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_13">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 13</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_14">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 14</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_15">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 15</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_16">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 16</span>
            </div>
        </a>
        <a class="ms-card" href="/index.php/Training:Bootcamp:Chapter_17">
            <div class="ms-card-icon">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M13 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V9L13 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    <path d="M13 2V9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="ms-card-content">
                <span class="ms-card-title">Chapter 17</span>
            </div>
        </a>
                </div>
            </div>
        </body>
        </html>
 
__HIDECREDIT__
 
__NOBREADCRUMBS__

Latest revision as of 02:43, 21 July 2025

__HIDECREDIT__


MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments