🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Bootcamp/Start/Levels/Beginner
(Created page with "<html> <style> .container { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 20px; } .info-box-container { display: flex; width: 90%; max-width: 1200px; position: relative; margin-bottom: -20px; } .image-icon { width: 200px; height: auto; margin-right...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Edited|July|12|2025}}
<html>
<html>
   <style>
   <style>
.container {
.container {
            display: flex;
    display: flex;
            flex-direction: column;
    flex-direction: column;
            align-items: center;
    align-items: center;
            width: 100%;
    width: 100%;
            padding: 20px;
    padding: 20px;
        }
}
        .info-box-container {
 
            display: flex;
.info-box-container {
            width: 90%;
    display: flex;
            max-width: 1200px;
    width: 90%;
            position: relative;
    max-width: 1200px;
            margin-bottom: -20px;
    position: relative;
        }
    margin-bottom: 20px;
        .image-icon {
    align-items: center;
            width: 200px;
}
            height: auto;
 
            margin-right: 20px;
.info-box {
        }
    flex-grow: 1;
        .info-box {
    border-radius: 20px;
            flex-grow: 1;
    background: rgba(255, 218, 187, 0.45);
            border-radius: 20px;
    padding: 20px;
            background: rgba(255, 218, 187, 0.45);
    margin-left: 60px;
            padding: 20px;
    display: flex;
            margin-left: 60px; /* Aligns with the steps */
    align-items: flex-start;
        }
    justify-content: flex-start;
        .section {
    text-align: justify;
            width: 90%;
    min-height: 0;
            max-width: 1200px;
    height: auto;
            margin: 40px 0 20px; /* Adjust margin to align with the icon-box */
    padding: 30px;
            padding: 20px;
}
            display: grid;
 
            grid-template-columns: auto 1fr;
.image-icon {
            grid-template-rows: auto auto;
    width: 200px;
            gap: 10px 20px;
    height: auto;
            align-items: start;
    margin-right: 20px;
        }
}
        .chapter {
 
            background: #FFDABB;
.section {
            padding: 10px 20px;
    width: 90%;
            font-size: 1.5em;
    max-width: 1200px;
            font-weight: 600;
    margin: 40px 0 20px;
            grid-row: 1 / 2;
    /* Adjust margin to align with the icon-box */
        }
    padding: 20px;
        .steps {
    display: grid;
            background: rgba(255, 218, 187, 0.40);
    grid-template-columns: auto 1fr;
            padding: 10px 20px;
    grid-template-rows: auto auto;
            font-size: 1.2em;
    gap: 10px 20px;
            font-weight: 400;
    align-items: start;
            grid-column: 2 / 3;
}
            grid-row: 1 / 2;
 
        }
.chapter {
        .description {
    background: #FFDABB;
            font-size: 1em;
    padding: 10px 20px;
            font-weight: 300;
    font-size: 1.5em;
            color: black;
    font-weight: 600;
            grid-column: 2 / 3;
    grid-row: 1 / 2;
            grid-row: 2 / 3;
}
            background:rgba(255, 218, 187, 0.1);
 
        }
.steps {
    background: rgba(255, 218, 187, 0.40);
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 400;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
 
.description {
    font-size: 1em;
    font-weight: 300;
    color: black;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background: rgba(255, 218, 187, 0.1);
}


@media (max-width: 768px) {
@media (max-width: 768px) {
            .chapter, .steps, .description {
    .chapter, .steps, .description {
                font-size: 1em;
        font-size: 1em;
            }
    }
            .section {
 
                padding: 10px;
.section {
                grid-template-columns: 1fr;
        padding: 10px;
                grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
            }
        grid-template-rows: auto auto auto;
            .icon-box-container, .section {
    }
                width: 100%;
 
            }
.icon-box-container, .section {
            .chapter {
        width: 100%;
                grid-column: 1 / 2;
    }
                grid-row: 1 / 2;
 
            }
.chapter {
            .steps {
        grid-column: 1 / 2;
                grid-column: 1 / 2;
        grid-row: 1 / 2;
                grid-row: 2 / 3;
    }
            }
 
            .description {
.steps {
                grid-column: 1 / 2;
        grid-column: 1 / 2;
                grid-row: 3 / 4;
        grid-row: 2 / 3;
            }
    }
        }
 
.description {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
}
 
.headerContent {
.headerContent {
     padding: 5em;
     padding: 5em;
}
}
@media (max-width: 767px) {
@media (max-width: 767px) {
.headerContent {
    .headerContent {
padding: 2rem 1em;
        padding: 2rem 1em;
max-width: none;
        max-width: none;
}
    }
.heading {
 
font-size: 1.5em;
.heading {
}
        font-size: 1.5em;
.sub-heading {
    }
font-size: 1em;
 
}
.sub-heading {
.description {
        font-size: 1em;
font-size: 0.875em;
    }
}
 
.input-container {
.description {
max-width: none;
        font-size: 0.875em;
height: auto;
    }
}
 
.search-icon {
.input-container {
margin-left: 1em;
        max-width: none;
}
        height: auto;
.search-input {
    }
padding-left: 1em;
 
padding-right: 1em;
.search-icon {
}
        margin-left: 1em;
img {
    }
max-width: 100%;
 
height: auto;
.search-input {
}
        padding-left: 1em;
        padding-right: 1em;
    }
 
img {
        max-width: 100%;
        height: auto;
    }
}
}
     </style>
     </style>
Line 130: Line 161:
</div>
</div>
     <div class="container">
     <div class="container">
        <!-- Image and Box aligned with the steps part -->
         <div class="info-box-container">
         <div class="info-box-container">
             <img src="https://wiki.mdriven.net/images/6/6e/Person_beginner.png" alt="Icon" class="image-icon">
             <img src="https://wiki.mdriven.net/images/6/6e/Person_beginner.png" alt="Icon" class="image-icon">
Line 145: Line 175:
             <div class="description">
             <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1 |Introduction to the 1000 Steps Program]]
* [[Training:Bootcamp:Chapter_1 |Introduction to the 1000 Steps Program]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Installation of MDriven Designer - through ClickOnce or locally]]
* [[Training:Bootcamp:Chapter_1| Installation of MDriven Designer - through ClickOnce or locally]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Getting started: Create an empty model and save your file]]
* [[Training:Bootcamp:Chapter_1| Getting started: Create an empty model and save your file]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Introduction to a Class and Attribute]]
* [[Training:Bootcamp:Chapter_1| Introduction to a Class and Attribute]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Get familiar with the OCL Debugger]]
* [[Training:Bootcamp:Chapter_1| Get familiar with the OCL Debugger]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Bring up a Seeker and add objects]]
* [[Training:Bootcamp:Chapter_1| Bring up a Seeker and add objects]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Create an Association]]
* [[Training:Bootcamp:Chapter_1| Create an Association]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_1| Add a Multilink]]
* [[Training:Bootcamp:Chapter_1| Add a Multilink]]
<html>
<html>
             </div>
             </div>
Line 163: Line 193:
             <div class="description">
             <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| Save a copy with previous versions of your file]]
* [[Training:Bootcamp:Chapter_2| Save a copy with previous versions of your file]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| How to remove and restore deleted Associations]]
* [[Training:Bootcamp:Chapter_2| How to remove and restore deleted Associations]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| How to move Associations]]
* [[Training:Bootcamp:Chapter_2| How to move Associations]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| Create an Association to self and note how it works in the tree]]
* [[Training:Bootcamp:Chapter_2| Create an Association to self and note how it works in the tree]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| Understand Auto-diagrams and what happens when you delete attributes]]
* [[Training:Bootcamp:Chapter_2| Understand Auto-diagrams and what happens when you delete attributes]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| Introduction to OCL (Object Constraint Language)]]
* [[Training:Bootcamp:Chapter_2| Introduction to OCL (Object Constraint Language)]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_2| Become familiar with Autoforms and how to use them]]
* [[Training:Bootcamp:Chapter_2| Become familiar with Autoforms and how to use them]]


<html>
<html>
Line 182: Line 212:
             <div class="description">
             <div class="description">
</html>
</html>
* [[Training:The_1000_steps_program_to_MDriven_Chapter_3| Introduction to the MDriven Turnkeycore]]
* [[Training:Bootcamp:Chapter_3| Introduction to the MDriven Turnkeycore]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_3| Change the model into a web application]]
* [[Training:Bootcamp:Chapter_3| Change the model into a web application]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_3| Use the ViewModel Editor to correct errors in ViewModels]]
* [[Training:Bootcamp:Chapter_3| Use the ViewModel Editor to correct errors in ViewModels]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_3| Adopt an Autoform]]
* [[Training:Bootcamp:Chapter_3| Adopt an Autoform]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_3| How to handle naming and presentation of Columns]]
* [[Training:Bootcamp:Chapter_3| How to handle naming and presentation of Columns]]
* [[Training:The_1000_steps_program_to_MDriven_Chapter_3| Introduction to Nested ViewModel class]]
* [[Training:Bootcamp:Chapter_3| Introduction to Nested ViewModel class]]
<html>
<html>
             </div>
             </div>

Latest revision as of 05:08, 12 March 2025

This page was created by Edgar on 2024-08-12. Last edited by Stephanie on 2025-03-12.

Training
BEGINNER: CONTENT & OUTLINE
BEGIN YOUR JOURNEY
Explore how MDriven’s modeling tools can help you achieve your business goals.

MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments