Bootcamp/Levels
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
<html>
<html>
     <style>
     <style>
         .bootcamp-container {
    body {
    width: 100%;
        margin: 0;
    max-width: 1125px;
         padding: 0;
    height: auto;
        font-family: 'Outfit', sans-serif;
    position: relative;
    }
    margin: auto;
    .bootcamp-container {
    padding: 10px;
        width: 100%;
    box-sizing: border-box;
        max-width: 1125px;
     transform-origin: top center;
        position: relative;
}
        margin: auto;
.header {
        padding: 10px;
    width: 100%;
        box-sizing: border-box;
    height: 70px;
     }
    background: #E2F5FA;
    .header {
    display: flex;
        width: 100%;
    align-items: center;
        height: 70px;
    justify-content: center;
        background: #E2F5FA;
    margin-top: 20px;
        display: flex;
}
        align-items: center;
.header-text {
        justify-content: center;
    font-family: 'Outfit', sans-serif;
        margin-top: 20px;
    font-size: 28px;
     }
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.orange-text {
    color: #FFAE6D;
}
.section-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.section {
    flex: 1 1 60%;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin: 10px;
}
.section:hover {
    transform: scale(1.05);
}
.beginner {
    background: rgba(255, 218, 187, 0.60);
}
.intermediate {
    background: rgba(217, 217, 217, 0.45);
}
.advanced {
    background: #112B3C;
    color: white;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
.section-content {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}
.icon-placeholder {
    flex: 1 1 30%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    margin: 10px;
}
.icon-1 {
    background-image: url('https://newwikicopy.mdriven.net/images/0/0e/MDrivenBootcamp_1.svg');
}
.icon-2 {
    background-image: url('https://newwikicopy.mdriven.net/images/0/0e/MDrivenBootcamp_1.svg');
}
.icon-3 {
     background-image: url('https://newwikicopy.mdriven.net/images/0/0e/MDrivenBootcamp_1.svg');
}
 
/* Media queries for mobile responsiveness */
@media screen and (max-width: 768px) {
     .header-text {
     .header-text {
         font-size: 22px;
        font-family: 'Outfit', sans-serif;
         font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }
    .orange-text {
        color: #FFAE6D;
    }
    .section-container {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }
    .section {
        border-radius: 20px;
        padding: 20px;
        box-sizing: border-box;
        cursor: pointer;
        transition: transform 0.3s ease;
        flex: 1;
    }
    .section:hover {
        transform: scale(1.05);
    }
    .beginner {
        background: rgba(255, 218, 187, 0.60);
    }
    .intermediate {
        background: rgba(217, 217, 217, 0.45);
    }
    .advanced {
        background: #112B3C;
        color: white;
     }
     }
     .section-title {
     .section-title {
         font-size: 20px;
         font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
     }
     }
     .section-content {
     .section-content {
         font-size: 16px;
         font-size: 20px;
        font-weight: 400;
     }
     }
     .icon-placeholder {
     .icon-placeholder {
         display: none;
         width: 150px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 20px;
    }
    .icon-1 {
        background-image: url('https://newwikicopy.mdriven.net/images/0/0e/MDrivenBootcamp_1.svg');
    }
    .icon-2 {
        background-image: url('https://newwikicopy.mdriven.net/images/0/0e/MDrivenBootcamp_1.svg');
     }
     }
     .section-container {
     .icon-3 {
        flex-direction: column;
        background-image: url('https://newwikicopy.mdriven.net/images/0/0e/MDrivenBootcamp_1.svg');
    }
 
/* Media queries for mobile responsiveness */
    @media screen and (max-width: 768px) {
        .header-text {
            font-size: 22px;
        }
        .section-title {
            font-size: 20px;
        }
        .section-content {
            font-size: 16px;
        }
        .icon-placeholder {
            width: 100px;
            height: 100px;
        }
        .section-container {
            flex-direction: column;
            align-items: center;
        }
     }
     }
}
</style>
</style>
</head>
</head>
<body>
<body>
<div class="bootcamp-container">
<div class="bootcamp-container">
<div class="header">
    <div class="header">
    <div class="header-text">
        <div class="header-text">
        <span class="orange-text">Choose</span> the right option for you
            <span class="orange-text">Choose</span> the right option for you
        </div>
     </div>
     </div>
</div>


<div class="section-container">
<div class="section-container">
    <div class="section beginner" onclick="choosePath('beginner')">
        <div class="icon-placeholder icon-1"></div>
        <div class="section-title">BEGINNER</div>
        <div class="section beginner" onclick="choosePath('beginner')">
        <div class="section-content">You are brand new to MDriven modeling and tools and you've got a lot of questions. This is the place to start - right from the basics!</div>
            <div class="section-title">BEGINNER</div>
            <div class="section-content">You are brand new to MDriven modeling and tools and you've got a lot of questions. This is the place to start - right from the basics!</div>
        </div>
     </div>
     </div>
    <div class="icon-placeholder icon-1"></div>
</div>


<div class="section-container">
<div class="section-container">
    <div class="icon-placeholder icon-2"></div>
        <div class="section intermediate" onclick="choosePath('intermediate')">
    <div class="section intermediate" onclick="choosePath('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>
        <div class="icon-placeholder icon-2"></div>
     </div>
     </div>
</div>


<div class="section-container">
<div class="section-container">
    <div class="section advanced" onclick="choosePath('advanced')">
        <div class="icon-placeholder icon-3"></div>
        <div class="section-title">ADVANCED</div>
        <div class="section advanced" onclick="choosePath('advanced')">
        <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-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>
     </div>
     </div>
    <div class="icon-placeholder icon-3"></div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 20:39, 28 July 2024

Choose the right option for you
BEGINNER
You are brand new to MDriven modeling and tools and you've got a lot of questions. This is the place to start - right from the basics!
INTERMEDIATE
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!
ADVANCED
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.

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