Add chaosknoten and fairy dust logos #1
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
FabLab should be the first option, given that this is hosted on the FabLab subdomain.
Side note: I'd like to make this configurable.
What about the copyright of the other two dxf files? Are they CC-0 or something comparable?