Add chaosknoten and fairy dust logos #1

Open
jan wants to merge 1 commits from jan/fablab-bottle-clip-generator:more-logos into main
3 changed files with 4903 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -90,7 +90,9 @@
<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 === ''">
<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>
Review

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?

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?
<option value="camprocket">Fairy Dust</option>
<option value="thw">THW</option>
</select>
<button v-if="!fetching" ref="submitButton" type="submit" @click="generate" :disabled="name === ''">Generieren</button>