Bootcamp/Start/Levels/Beginner
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(3 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 {
 
.info-box-container {
     display: flex;
     display: flex;
     width: 90%;
     width: 90%;
Line 16: Line 18:
     align-items: center;
     align-items: center;
}
}
.info-box {
.info-box {
     flex-grow: 1;
     flex-grow: 1;
Line 28: Line 31:
     min-height: 0;
     min-height: 0;
     height: auto;
     height: auto;
padding: 30px;
    padding: 30px;
}
 
.image-icon {
    width: 200px;
    height: auto;
    margin-right: 20px;
}
 
.section {
    width: 90%;
    max-width: 1200px;
    margin: 40px 0 20px;
    /* Adjust margin to align with the icon-box */
    padding: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 10px 20px;
    align-items: start;
}
 
.chapter {
    background: #FFDABB;
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: 600;
    grid-row: 1 / 2;
}
 
.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);
}
}
        .image-icon {
            width: 200px;
            height: auto;
            margin-right: 20px;
        }
        .section {
            width: 90%;
            max-width: 1200px;
            margin: 40px 0 20px; /* Adjust margin to align with the icon-box */
            padding: 20px;
            display: grid;
            grid-template-columns: auto 1fr;
            grid-template-rows: auto auto;
            gap: 10px 20px;
            align-items: start;
        }
        .chapter {
            background: #FFDABB;
            padding: 10px 20px;
            font-size: 1.5em;
            font-weight: 600;
            grid-row: 1 / 2;
        }
        .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 152: 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 170: 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 189: 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@mdriven.net on 2025-03-12.

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