ok
Direktori : /home/shopnoc1/www/ |
Current File : /home/shopnoc1/www/fashion.php |
<?php require_once 'header.php';?> <div class="container py-6"> <div class="row"> <div class="col-sm-12"><img src="images/fashion.jpg" class="image-responsive" width="100%"></div> </div> <div class="row"> <div class="col-sm-12"> <h1 style="font-size: 4vw;" class="text-white bg-success py-2 m-1">Fashion Design and Dressmaking</h1> <h4 class="bg-dark text-white py-2">Course Overview</h4> <div class="module"> <h2>Module 1: Introduction to Fashion Design</h2> <ul> <li>Overview of Fashion History</li> <li>Understanding Fashion Trends</li> <li>Elements of Design</li> <li>Fashion Illustration Techniques</li> </ul> </div> <div class="module"> <h2>Module 2: Textiles and Materials</h2> <ul> <li>Types of Fabrics and Their Properties</li> <li>Fabric Selection for Different Designs</li> <li>Introduction to Sustainable Fashion</li> <li>Basic Textile Care and Maintenance</li> </ul> </div> <div class="module"> <h2>Module 3: Pattern Making and Draping</h2> <ul> <li>Introduction to Pattern Making</li> <li>Basic Draping Techniques</li> <li>Creating Patterns for Different Garments</li> <li>Understanding Measurements and Fit</li> </ul> </div> <div class="module"> <h2>Module 4: Dressmaking Techniques</h2> <ul> <li>Essential Sewing Techniques</li> <li>Constructing Garments: Step-by-Step</li> <li>Finishing Techniques and Hand Sewing</li> <li>Creating a Portfolio of Work</li> </ul> </div> <div class="module"> <h2>Module 5: Fashion Marketing and Branding</h2> <ul> <li>Understanding Fashion Marketing</li> <li>Building a Fashion Brand</li> <li>Social Media and Fashion Promotion</li> <li>Creating a Lookbook</li> </ul> </div> <div class="module"> <h2>Module 6: Final Project</h2> <ul> <li>Concept Development</li> <li>Designing and Creating a Garment</li> <li>Presentation of Final Project</li> <li>Feedback and Evaluation</li> </ul> </div> </div> </div> </div> <?php require_once 'footer.php';?>