Browse Source

initial commit

master
Bjoern A. Bloehdorn 4 years ago
parent
commit
2b45a41a59
10 changed files with 309 additions and 0 deletions
  1. BIN
      data/favicon.ico
  2. +2
    -0
      data/jquery.slim.min.js
  3. BIN
      data/logo.png
  4. +1
    -0
      data/styles.css
  5. BIN
      shield/BOM_PCB_vTally_Pro_2021-07-16.csv
  6. BIN
      shield/Gerber_PCB_vTally_Pro_2021-07-16.zip
  7. BIN
      shield/PCB.PNG
  8. +219
    -0
      shield/PCB_PCB_vTally_Pro_2021-07-16.json
  9. BIN
      shield/PickAndPlace_PCB_vTally_Pro_2021-07-16.csv
  10. +87
    -0
      shield/SCH_vTally_Pro_2021-07-16.json

BIN
data/favicon.ico View File

Before After

+ 2
- 0
data/jquery.slim.min.js
File diff suppressed because it is too large
View File


BIN
data/logo.png View File

Before After
Width: 120  |  Height: 61  |  Size: 20 KiB

+ 1
- 0
data/styles.css View File

@ -0,0 +1 @@
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}h1,h2{margin-top:0;margin-bottom:.5rem}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}input{overflow:visible}[type=submit]{-webkit-appearance:button}[type=submit]::-moz-focus-inner{padding:0;border-style:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}h1,h2{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-md-6,.col-sm-4,.col-sm-8{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}@media (min-width:768px){.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.table{width:100%;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem}.form-control::-ms-expand{background-color:transparent;border:0}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.form-group{margin-bottom:1rem}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;cursor: pointer}.bg-light{background-color:#090042!important}

BIN
shield/BOM_PCB_vTally_Pro_2021-07-16.csv View File


BIN
shield/Gerber_PCB_vTally_Pro_2021-07-16.zip View File


BIN
shield/PCB.PNG View File

Before After
Width: 297  |  Height: 402  |  Size: 32 KiB

+ 219
- 0
shield/PCB_PCB_vTally_Pro_2021-07-16.json
File diff suppressed because it is too large
View File


BIN
shield/PickAndPlace_PCB_vTally_Pro_2021-07-16.csv View File


+ 87
- 0
shield/SCH_vTally_Pro_2021-07-16.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save