Compare commits

...

2 Commits

Author SHA1 Message Date
Artur Kerge
75cfe1d019 Add and move typefaces and logos to corresponding dirs, update reference in files 2024-07-26 00:21:10 +03:00
Artur Kerge
61657fc013 Add use of local typefaces, small tweaks to sign 2024-07-26 00:15:46 +03:00
7 changed files with 11 additions and 6 deletions

View File

@ -21,7 +21,7 @@ prizes = [
module draw(j) {
translate([0, 40])
import("../k-space_logotype_boxy_black.svg", dpi=300, center=true);
import("../logotypes/k-space_logotype_boxy_black.svg", dpi=300, center=true);
translate([0, 12])
text(j[0], center=true, halign="center", size=5);
translate([0, 6])

View File

@ -8,17 +8,22 @@
//s=1;
//scale([s,s,0])
use <../typefaces/D-DIN.otf>
use <../typefaces/D-DIN-Bold.otf>
use <../typefaces/D-DINExp.otf>
use <../typefaces/D-DIN-Bold.otf>
difference(){
color("pink") square([60,42], center=true);
union(){
scale([0.35,0.35,0]) translate([-90,2,1]) import("../k-space-ee.svg", dpi=300);
translate([0,2.5,0])
scale([0.35,0.35,0]) translate([-90,6,1]) import("../logotypes/k-space-ee.svg", dpi=300);
translate([0,3.5,0])
text("Hackathon 2024", halign="center", valign="bottom", size=5.1, font="D\\-DIN:style=Regular");
translate([0,0,0])
translate([0,1,0])
text("Firstname", halign="center", valign="top", size=6, font="D\\-DIN:style=DIN\\-Bold");
translate([0,-7,0])
translate([0,-6.5,0])
text("Lastname", halign="center", valign="top", size=6, font="D\\-DIN:style=DIN\\-Bold");
translate([0,-14.5,0])
translate([0,-14,0])
text("Best In Showing Up", halign="center", valign="top", size=4, font="D\\-DIN Exp:style=Regular");
}
}

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB