Bootcamp/Start/Levels/Intermediate
(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-rig...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 131: Line 131:
</div>
</div>
     <div class="container">
     <div class="container">
        <!-- Image and Box aligned with the steps part -->
    <!-- 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/0/00/Person_intermediate.png" alt="Icon" class="image-icon">
        <div class="info-box">
            <div class="info-box">
            Throughout this training process, we'll familiarize you with the MDriven Designer using the example of a car management system. This includes creating elements like Cars and a Car Factory and adding people such as a Car Owner and Car Dealer. Every chapter adds a different piece to the overall system.
                Throughout this training process, we'll familiarize you with the MDriven Designer using the example of a car management system. This includes creating elements like Cars and a Car Factory and adding people such as a Car Owner and Car Dealer. Every chapter adds a different piece to the overall system.
            Let's begin!
Let's begin!
            </div>
         </div>
         </div>
        <img src="https://wiki.mdriven.net/images/0/00/Person_intermediate.png" alt="Icon" class="image-icon">
</div>
<!-- Section 1 (Chapter 4) -->
<!-- Section 1 (Chapter 4) -->
<div class="section">
<div class="section">

Latest revision as of 10:41, 12 August 2024

Training
INTERMEDIATE: CONTENT & OUTLINE
BEGIN YOUR JOURNEY
Explore how MDriven’s modeling tools can help you achieve your business goals.
Throughout this training process, we'll familiarize you with the MDriven Designer using the example of a car management system. This includes creating elements like Cars and a Car Factory and adding people such as a Car Owner and Car Dealer. Every chapter adds a different piece to the overall system. Let's begin!
Icon