@@ -63,10 +63,8 @@ <h4 style="margin:0">Add Layers:</h4>
6363 < p > Dropout</ p >
6464 </ button >
6565 < div class ="vr " style ="height:70% "> </ div >
66- < a class ="default-upload smallest-default-upload node-selection node-selection-menu-expander buttonlike "
67- style ="height:80%; " id ="drop_node_add " href ="https://github.com/LemonOrangeWasTaken/DeepFusion/discussions/new " target ="_blank ">
68- < p class ="default-upload-decor " style ="cursor: pointer; "> ···</ p >
69- < p style ="margin-left:0.65rem; cursor: pointer; "> Suggestions?</ p >
66+ < a class ="buttonlike node-selection " style ="width: fit-content " id ="drop_node_add " href ="https://github.com/LemonOrangeWasTaken/DeepFusion/discussions/categories/feature-requests " target ="_blank ">
67+ < p style ="cursor: pointer; "> Suggestions?</ p >
7068 </ a >
7169 </ section >
7270 </ div >
105103 < button id ="check-net " style ="width:100% ">
106104 < p > Check Network</ p >
107105 </ button >
108- < button id ="compile-net " class ='default-upload smaller-default-upload '>
109- < p class ="default-upload-decor "> ···</ p >
110- < p style ="margin-left:0.65rem "> Compile</ p >
106+ < button id ="compile-net " style ="padding:0; width:70% ">
107+ < p > Compile</ p >
111108 </ button >
112109 </ section >
113110
@@ -130,38 +127,40 @@ <h4>
130127 style ="width:17rem; height:calc(100vh - 3.2rem); bottom:0; left:0;
131128 display:flex; align-items: center; justify-content: flex-start; padding:0.2rem 0.8rem 0 0.8rem; flex-direction: column; overflow: auto; ">
132129
133- < section style ="width:95%; height: fit-content ">
134- < div class ="terminal " style ="min-height:10rem; height:calc(100vh - 24rem) " id ="dfterm ">
135- < span style ="margin:0.5vh 0 0 0 "> Welcome to DeepFusion < span style ="color:greenyellow "> Beta 1.0 </ span > .</ span >
130+ < section style ="width:95%; height: fit-content; position:relative ">
131+ < div class ="terminal " style ="min-height:10rem; height:calc(100vh - 24rem); position: relative; " id ="dfterm ">
132+ < span style ="margin:0.5vh 0 0 0 "> Welcome to DeepFusion < span style ="color:greenyellow "> Beta 1.1 </ span > .</ span >
136133 < span > If you want to you can support this project on
137134 < a style ="color:rgb(0, 153, 255); font-weight: 600; " href ="https://github.com/LemonOrangeWasTaken/DeepFusion "> GitHub</ a >
138135 , or subscribe to my
139136 < a style ="color:rgb(255, 68, 68); font-weight: 600; " href ="https://www.youtube.com/channel/UCut2xeBl7HcPEPatqpEUoQw "> YouTube</ a > .
140137 Yes you can scroll on this makeshift terminal when it overflows.
141138 </ span >
142139 < span style ="margin:0 "> ---</ span >
143- < span class ="info "> Type "help", "about", or "license" for more information</ span >
140+ < span class ="info "> Type "help", "whatsnew", or "license" for more information</ span >
141+
144142 </ div >
145-
143+
144+ <!-- terminal control buttons -->
145+ < section id ="terminal-ctrl "
146+ style ="position: absolute; right:0.4rem; bottom:2.45rem; display: flex; flex-direction: row; justify-content: flex-end;
147+ padding: 0; width:fit-content ">
148+
149+ < button class ="terminal-btn " id ="zoom-in-term " title ="Zoom In Terminal ">
150+ < img style ="width:auto; height:0.5rem; margin:0 " src ="../zoom-in.svg " alt ="Zoom In Terminal ">
151+ </ button >
152+ < button class ="terminal-btn " id ="zoom-out-term " title ="Zoom Out Terminal ">
153+ < img style ="width:0.5rem; height:auto; margin:0 " src ="../zoom-out.svg " alt ="Zoom Out Terminal ">
154+ </ button >
155+
156+ </ section >
157+
146158 <!-- terminal input section. It will also contain the buttons for configuring the terminal. -->
147159
148- < section style ="display:flex; width:100%; height:auto; position: relative; ">
160+ < section id =" term-input-container " style ="display:flex; width:100%; height:auto; position: relative; ">
149161 < input type ="text " class ="terminal-in " id ="term-input "
150162 style ="font-family: 'Source Code Pro'; font-size: 0.75rem; " placeholder =">>> ">
151163 </ input >
152-
153- <!-- terminal control buttons -->
154- < section id ="terminal-ctrl "
155- style ="position: absolute; right:0.4rem; top:-3rem; display: flex; flex-direction: row; justify-content: flex-end; padding: 1rem 0 0 0; width:55%; pointer-events: none; ">
156-
157- < button class ="terminal-btn ">
158- < img style ="width:0.75rem; height:auto; margin:0 " src ="../zoom-in.svg " alt ="Zoom In Terminal ">
159- </ button >
160- < button class ="terminal-btn ">
161- < img style ="width:0.75rem; height:auto; margin:0 " src ="../zoom-out.svg " alt ="Zoom Out Terminal ">
162- </ button >
163-
164- </ section >
165164 </ section >
166165 </ section >
167166
@@ -271,7 +270,7 @@ <h3 class="unselectable" style="cursor:pointer">
271270 </ section >
272271
273272 <!-- version watermark -->
274- < p style ="position: absolute; bottom:8rem; font-size: 0.9rem; font-family: Montserrat; opacity: 0.4; "> Public Beta 1.0 </ p >
273+ < p style ="position: absolute; bottom:8rem; font-size: 0.9rem; font-family: Montserrat; opacity: 0.4; "> Public Beta 1.1 </ p >
275274
276275 <!-- canvas area -->
277276 < section id ="canvas-drag " style ="position:absolute; display:flex; justify-content: center; align-items:center;
@@ -305,12 +304,12 @@ <h3 class="unselectable" style="cursor:pointer">
305304 .pagecontainer {display : none;}
306305 </ style >
307306 < div class ="noscriptmsg " style ="z-index:999; position:absolute; width:100%; height:100%; top:0; left:0; display:flex; flex-direction: column;
308- align-items: center; justify-content: center; background-color: #00000083 ; backdrop-filter: blur(5px); ">
307+ align-items: center; justify-content: center; background-color: #00000065 ; backdrop-filter: blur(5px); ">
309308 < h1 style ="font-family: arial; text-align: center; margin-bottom:2rem; cursor: text; z-index: 1000; ">
310309 ( ._.)
311310 </ h1 >
312311 < h2 style ="letter-spacing:0; font-weight: 500; font-size: 2rem; cursor: text; z-index: 1000; ">
313- You don" t seem to have Javascript enabled...
312+ You don' t seem to have Javascript enabled...
314313 </ h2 >
315314 < h4 style ="text-align:center; margin-top:1vh; font-weight: 400; font-size: 1rem; z-index: 1000; margin-top:1rem ">
316315 This site needs Javascript to function properly.
@@ -319,12 +318,14 @@ <h4 style="text-align:center; margin-top:1vh; font-weight: 400; font-size: 1rem;
319318 </ noscript >
320319
321320 < script src ="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@2.0.0/dist/tf.min.js "> </ script >
321+ < script data-host ="https://microanalytics.io " data-dnt ="false " src ="https://microanalytics.io/js/script.js " id ="ZwSg9rf6GA " async defer > </ script >
322322 < script src ="../anime.min.js "> </ script >
323323 < script src ="../json2html.min.js "> </ script >
324324 < script src ="terminal-handler.js "> </ script >
325325 < script src ="events.js "> </ script >
326326 < script src ="style.js "> </ script >
327327 < script src ="node-templates.js "> </ script >
328+ < script src ="terminal-templates.js "> </ script >
328329 < script src ="menu-templates.js "> </ script >
329330 < script src ="menu-handler.js "> </ script >
330331 < script src ="standards.js "> </ script >
0 commit comments