File tree Expand file tree Collapse file tree 4 files changed +66
-77
lines changed Expand file tree Collapse file tree 4 files changed +66
-77
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 273273
274274#a-title {
275275 text-decoration : none ;
276- }
277-
278- /* My added styles */
279-
280- nav {
281- padding : 1rem 2rem ;
282- min-height : 60px ;
283- box-sizing : border-box ;
284- }
285-
286- .nav-link {
287- padding-right : 2rem ;
288- }
289-
290- .demo-title {
291- text-align : center ;
292- }
293-
294- #demo-container {
295- width : 100% ;
296- height : 50vh ;
297- position : relative ;
298- }
299-
300- canvas #target {
301- display : block ;
302- margin-inline : auto ;
303- }
304-
305- .demo-button-box {
306- display : flex ;
307- justify-content : center ;
308- /* margin-left: 35%; */
309- /* margin-right: 35%; */
310- }
311-
312- .demo-button {
313- width : 1em ;
314- height : 1em ;
315- border-radius : 50% ;
316- background : deeppink ;
317- padding : 0.25em ;
318- font-size : 3em ;
319- cursor : pointer ;
320- user-select : none ;
321-
322- display : flex ;
323- justify-content : center ;
324- align-items : center ;
325- }
326-
327- .demo-button :hover {
328- background : hotpink ;
329- }
330-
331- h1 {
332- margin-left : 2rem ;
333- }
334-
335- h3 ,
336- p {
337- margin-left : 3rem ;
338- }
339-
340- ul {
341- margin-left : 3rem ;
342- }
343-
344- .highlight {
345- margin-left : 1.5rem ;
346276}
Original file line number Diff line number Diff line change 11---
22---
3- /* @import 'jekyll-theme-hacker'; */
43@use ' jekyll-theme-hacker' ;
54
5+ nav {
6+ padding : 1rem 2rem ;
7+ min-height : 60px ;
8+ box-sizing : border-box ;
9+ }
10+
11+ .nav-link {
12+ padding-right : 2rem ;
13+ }
14+
15+ .demo-title {
16+ text-align : center ;
17+ }
18+
19+ #demo-container {
20+ width : 100% ;
21+ height : 50vh ;
22+ position : relative ;
23+ }
24+
25+ canvas #target {
26+ display : block ;
27+ margin-inline : auto ;
28+ }
29+
30+ .demo-button-box {
31+ display : flex ;
32+ justify-content : center ;
33+ }
34+
35+ .demo-button {
36+ width : 1em ;
37+ height : 1em ;
38+ border-radius : 50% ;
39+ background : deeppink ;
40+ padding : 0.25em ;
41+ font-size : 3em ;
42+ cursor : pointer ;
43+ user-select : none ;
44+
45+ display : flex ;
46+ justify-content : center ;
47+ align-items : center ;
48+ }
49+
50+ .demo-button :hover {
51+ background : hotpink ;
52+ }
53+
54+ h1 {
55+ margin-left : 2rem ;
56+ }
57+
58+ h3 ,
59+ p {
60+ margin-left : 3rem ;
61+ }
62+
63+ ul {
64+ margin-left : 3rem ;
65+ }
66+
67+ .highlight {
68+ margin-left : 1.5rem ;
69+ }
70+
671.pipeline-step {
772 display : grid ;
873 grid-template-columns : 1fr auto 1fr ;
Original file line number Diff line number Diff line change 22 - Thresholding sucks??
33 - Clean up code (any speedups?)
44 - Switch to Typescript
5-
6- - General
7- - Reduce layers of Sass
8- - Fix senseless so it doesn't need an insane buildstep and weird source dir
9- - update Makefile to have build and serve rules
You can’t perform that action at this time.
0 commit comments