Add chaosknoten and fairy dust logos
This commit was merged in pull request #1.
	This commit is contained in:
		
							
								
								
									
										2478
									
								
								app/openscad/thing-logos/camprocket.dxf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2478
									
								
								app/openscad/thing-logos/camprocket.dxf
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2422
									
								
								app/openscad/thing-logos/chaosknoten.dxf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2422
									
								
								app/openscad/thing-logos/chaosknoten.dxf
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -90,7 +90,9 @@
 | 
				
			|||||||
                <label for="name">Name:</label>
 | 
					                <label for="name">Name:</label>
 | 
				
			||||||
                <input type="text" id="name" name="name" style="text-align: center;" placeholder="Name" v-model="name" :disabled="fetching" :aria-invalid="name === ''">
 | 
					                <input type="text" id="name" name="name" style="text-align: center;" placeholder="Name" v-model="name" :disabled="fetching" :aria-invalid="name === ''">
 | 
				
			||||||
                <select id="logo" name="logo" v-model="logo" :disabled="fetching" aria-label="Logo auswählen" required>
 | 
					                <select id="logo" name="logo" v-model="logo" :disabled="fetching" aria-label="Logo auswählen" required>
 | 
				
			||||||
                    <option value="fablab">FabLab</option>
 | 
					                    <option value="chaosknoten">Chaosknoten</option>
 | 
				
			||||||
 | 
					                    <option value="fablab" selected>FabLab</option>
 | 
				
			||||||
 | 
					                    <option value="camprocket">Fairy Dust</option>
 | 
				
			||||||
                    <option value="thw">THW</option>
 | 
					                    <option value="thw">THW</option>
 | 
				
			||||||
                </select>
 | 
					                </select>
 | 
				
			||||||
                <button v-if="!fetching" ref="submitButton" type="submit" @click="generate" :disabled="name === ''">Generieren</button>
 | 
					                <button v-if="!fetching" ref="submitButton" type="submit" @click="generate" :disabled="name === ''">Generieren</button>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user