Add and move typefaces and logos to corresponding dirs, update reference in files
This commit is contained in:
		@@ -21,7 +21,7 @@ prizes = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
module draw(j) {
 | 
					module draw(j) {
 | 
				
			||||||
  translate([0, 40])
 | 
					  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])
 | 
					  translate([0, 12])
 | 
				
			||||||
  text(j[0], center=true, halign="center", size=5);
 | 
					  text(j[0], center=true, halign="center", size=5);
 | 
				
			||||||
  translate([0, 6])
 | 
					  translate([0, 6])
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,15 +8,15 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
//s=1;
 | 
					//s=1;
 | 
				
			||||||
//scale([s,s,0])
 | 
					//scale([s,s,0])
 | 
				
			||||||
use <../D-DIN.otf>
 | 
					use <../typefaces/D-DIN.otf>
 | 
				
			||||||
use <../D-DIN-Bold.otf>
 | 
					use <../typefaces/D-DIN-Bold.otf>
 | 
				
			||||||
use <../D-DINExp.otf>
 | 
					use <../typefaces/D-DINExp.otf>
 | 
				
			||||||
use <../D-DIN-Bold.otf>
 | 
					use <../typefaces/D-DIN-Bold.otf>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
difference(){
 | 
					difference(){
 | 
				
			||||||
    color("pink") square([60,42], center=true);
 | 
					    color("pink") square([60,42], center=true);
 | 
				
			||||||
  union(){
 | 
					  union(){
 | 
				
			||||||
    scale([0.35,0.35,0]) translate([-90,6,1]) import("../k-space-ee.svg", dpi=300); 
 | 
					    scale([0.35,0.35,0]) translate([-90,6,1]) import("../logotypes/k-space-ee.svg", dpi=300); 
 | 
				
			||||||
    translate([0,3.5,0])
 | 
					    translate([0,3.5,0])
 | 
				
			||||||
      text("Hackathon  2024", halign="center", valign="bottom", size=5.1, font="D\\-DIN:style=Regular");
 | 
					      text("Hackathon  2024", halign="center", valign="bottom", size=5.1, font="D\\-DIN:style=Regular");
 | 
				
			||||||
    translate([0,1,0])
 | 
					    translate([0,1,0])
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB  | 
| 
		 Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB  | 
		Reference in New Issue
	
	Block a user