This commit is contained in:
Ahmed Alaali 2025-06-12 11:22:53 +03:00
parent 9982451b53
commit bfbbad74e9

View File

@ -37,15 +37,31 @@ To clearly illustrate the internal mechanics, structural design, and assembly st
- Included Media - Included Media
- Assembly Video starts with an exploded view and step-by-step buildup - Assembly Video starts with an exploded view and step-by-step buildup
<p align="center"> <!DOCTYPE html>
<img src="images/insert.jpg" style="border: 2px solid black;" /> <html lang="en">
</p> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YouTube Video Embed</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/hN_mbnVWklc" frameborder="0" allowfullscreen></iframe>
</body>
</html>
- Disassembly Video shows teardown process in reverse order - Disassembly Video shows teardown process in reverse order
<p align="center"> <!DOCTYPE html>
<img src="images/insert.jpg" style="border: 2px solid black;" /> <html lang="en">
</p> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YouTube Video Embed</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ylcnBYmR19A" frameborder="0" allowfullscreen></iframe>
</body>
</html>
- Transparent Body Image reveals internal components without hiding the casing - Transparent Body Image reveals internal components without hiding the casing