Test: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Undo revision 228353 by Marcin (talk))
No edit summary
 
(97 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
  box-sizing: border-box;
}


.row::after {
{|style="float:right;border:1px solid black"
  content: "";
| {{Infobox
  clear: both;
|name        = Infobox
   display: table;
|bodystyle    =
}
|title        = GAIA Open Source Cordless Drill
|titlestyle   =


[class*="col-"] {
|image        = [[File:check.png|200px|alt=Example alt text]]
   float: left;
|imagestyle   =
   padding: 15px;
|caption      = Short description
}
|captionstyle =
|headerstyle  = background:#ccf;
|labelstyle   = background:#ddf;
|datastyle    =


html {
|header1 = Specifications
   font-family: "Lucida Sans", sans-serif;
|label1  = dfd
}
|data1  = dfd
|header2 =
|label2  = Product Ecology
|data2   = What other GVCS tools does this use?
|header3 =
|label3  = License
|data3  = [[OSHWA]] and [[OSI]] compliant. CC-BY-SA-4.0 International, GPLv3, [[DIN SPEC 3105]].
|header4 =
|label4  = Module 1
|data4  = Describe features of Module 1
|header5 =
|label5  = Module 2
|data5  = Describe features of Module 2
|header6 =
|label6  = Key Specification
|data6  = Key spec data point
|header7 =
|label7  = Construction
|data7  = Describe basic construction technique and materials
|header8 =
|label8  = Productivity
|data8  = Describe how this relates to industrial productivity on a small scale
|header9 = Completion Status
|label9  =
|data9  =
|header10 =
|label10  =
|data10  = Describe whether built, prototyped, etc. Link to relevant [[Genealogy]] and [[Status of Completion]].


.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.menu li {
|belowstyle = background:#ddf;
  padding: 8px;
|below = Do you want more of this? [[Get Involved]]
  margin-bottom: 7px;
}}
  background-color: #33b5e5;
|}
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.menu li:hover {
=Development=
  background-color: #0099cc;
}


.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.footer {
{| class="wikitable"
  background-color: #0099cc;
|+ Development Template
  color: #ffffff;
!
  text-align: center;
! Description
  font-size: 12px;
! Link to Work Product
  padding: 15px;
! %
}


/* For mobile phones: */
|-
[class*="col-"] {
! scope=row |
  width: 100%;
| '''DESIGN''' ||  || 
}


@media only screen and (min-width: 600px) {
|-
  /* For tablets: */
! scope=row | 1
  .col-s-1 {width: 8.33%;}
| [[Requirements + Value Proposition]] ||   [[GAIA Open Source Cordless Drill Requirements + Value Proposition]]  || 0
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
   .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
</style>
</head>
<body>


<div class="header">
|-
  <h1>Chania</h1>
! scope=row | 2
</div>
| [[Industry_Standards]] || [[GAIA Open Source Cordless Drill Industry Standards]] || 0


<div class="row">
|-
  <div class="col-3 col-s-3 menu">
! scope=row | 3
    <ul>
| [[Conceptual Design]] || [[GAIA Open Source Cordless Drill Conceptual Design]] || 0
      <li>The Flight</li>
      <li>The City</li>
      <li>The Island</li>
      <li>The Food</li>
    </ul>
  </div>


  <div class="col-6 col-s-9">
|-
    <h1>The City</h1>
! scope=row | 4
    <p>Chania is the capital of the Chania region on the island of Crete. The city can be divided in two parts, the old town and the modern city.</p>
| [[Module Breakdown]] || [[GAIA Open Source Cordless Drill Module Breakdown]]  || 0
  </div>


  <div class="col-3 col-s-12">
|-
    <div class="aside">
! scope=row | 5
      <h2>What?</h2>
| [[Design Guide]] || [[GAIA Open Source Cordless Drill Design Guide]] || 0
      <p>Chania is a city on the island of Crete.</p>
      <h2>Where?</h2>
      <p>Crete is a Greek island in the Mediterranean Sea.</p>
      <h2>How?</h2>
      <p>You can reach Chania airport from all over Europe.</p>
    </div>
  </div>
</div>


<div class="footer">
|-
  <p>Resize the browser window to see how the content respond to the resizing.</p>
! scope=row |
</div>
| '''TECHNICAL DESIGN''' ||  || 


</body>
|-
</html>
! scope=row | 6
| [[3D CAD]] || [[GAIA Open Source Cordless Drill 3D CAD]] || 0
 
|-
! scope=row | 7
| [[Basic Calculations|Calculations]] || [[GAIA Open Source Cordless Drill Calculations]] || 0
 
|-
! scope=row | 8
| [[Electronics Design]] || [[GAIA Open Source Cordless Drill Electronics Design]] || 0
 
|-
! scope=row | 9
| [[Wiring and Plumbing]] || [[GAIA Open Source Cordless Drill Wiring and Plumbing]] || 0
 
|-
! scope=row | 10
| [[Software]] || [[GAIA Open Source Cordless Drill Software]] || 0
 
|-
! scope=row |
| '''BILL OF MATERIALS ||  ||
 
|-
! scope=row | 11
| [[Proper BOM|BOM]] || [[GAIA Open Source Cordless Drill BOM]] || 0
 
|-
! scope=row | 12
| [[vBOM]] || [[GAIA Open Source Cordless Drill vBOM]] || 0
 
|-
! scope=row | 13
| [[CAM Files]] || [[GAIA Open Source Cordless Drill CAM Files]] || 0
 
|-
! scope=row | 14
| [[Cut List]] || [[GAIA Open Source Cordless Drill Cut List]] || 0
 
|-
! scope=row |
| '''BUILD''' || ||
 
|-
! scope=row | 15
| [[Build Instructions]] || [[GAIA Open Source Cordless Drill Build Instructions]] || 0
 
|-
! scope=row | 16
| [[Fabrication Drawings]] || [[GAIA Open Source Cordless Drill Fabrication Drawings]] || 0
 
|-
! scope=row | 17
| [[Exploded Part Diagram]] || [[GAIA Open Source Cordless Drill Exploded Part Diagram]] || 0
 
|-
! scope=row | 18
| [[Production Engineering]] || [[GAIA Open Source Cordless Drill Production Engineering]] || 0
 
|-
! scope=row |
| '''LIFECYCLE DESIGN''' || ||
 
|-
! scope=row | 19
| [[Build Pictures and Video]] || [[GAIA Open Source Cordless Drill Build Pictures and Video]] || 0
 
|-
! scope=row | 20
| [[Data Collection]] || [[GAIA Open Source Cordless Drill Data Collection]] || 0
 
|-
! scope=row | 21
| [[Change Log + Future Work]] || [[GAIA Open Source Cordless Drill Change Log + Future Work]] || 0
 
|-
! scope=row | 22
| [[Troubleshooting and Repair]] || [[GAIA Open Source Cordless Drill Troubleshooting and Repair]] || 0
 
|}

Latest revision as of 02:57, 3 March 2026

GAIA Open Source Cordless Drill
Example alt text
Short description
Specifications
Product Ecology What other GVCS tools does this use?
License OSHWA and OSI compliant. CC-BY-SA-4.0 International, GPLv3, DIN SPEC 3105.
Module 1 Describe features of Module 1
Module 2 Describe features of Module 2
Key Specification Key spec data point
Construction Describe basic construction technique and materials
Productivity Describe how this relates to industrial productivity on a small scale
Completion Status
Describe whether built, prototyped, etc. Link to relevant Genealogy and Status of Completion.
Do you want more of this? Get Involved
v · d · e

Development

Development Template
Description Link to Work Product %
DESIGN
1 Requirements + Value Proposition GAIA Open Source Cordless Drill Requirements + Value Proposition 0
2 Industry_Standards GAIA Open Source Cordless Drill Industry Standards 0
3 Conceptual Design GAIA Open Source Cordless Drill Conceptual Design 0
4 Module Breakdown GAIA Open Source Cordless Drill Module Breakdown 0
5 Design Guide GAIA Open Source Cordless Drill Design Guide 0
TECHNICAL DESIGN
6 3D CAD GAIA Open Source Cordless Drill 3D CAD 0
7 Calculations GAIA Open Source Cordless Drill Calculations 0
8 Electronics Design GAIA Open Source Cordless Drill Electronics Design 0
9 Wiring and Plumbing GAIA Open Source Cordless Drill Wiring and Plumbing 0
10 Software GAIA Open Source Cordless Drill Software 0
BILL OF MATERIALS
11 BOM GAIA Open Source Cordless Drill BOM 0
12 vBOM GAIA Open Source Cordless Drill vBOM 0
13 CAM Files GAIA Open Source Cordless Drill CAM Files 0
14 Cut List GAIA Open Source Cordless Drill Cut List 0
BUILD
15 Build Instructions GAIA Open Source Cordless Drill Build Instructions 0
16 Fabrication Drawings GAIA Open Source Cordless Drill Fabrication Drawings 0
17 Exploded Part Diagram GAIA Open Source Cordless Drill Exploded Part Diagram 0
18 Production Engineering GAIA Open Source Cordless Drill Production Engineering 0
LIFECYCLE DESIGN
19 Build Pictures and Video GAIA Open Source Cordless Drill Build Pictures and Video 0
20 Data Collection GAIA Open Source Cordless Drill Data Collection 0
21 Change Log + Future Work GAIA Open Source Cordless Drill Change Log + Future Work 0
22 Troubleshooting and Repair GAIA Open Source Cordless Drill Troubleshooting and Repair 0