neilcsmith-net commented on a change in pull request #1552: Use Material CSS to 
make the example look nicer
URL: https://github.com/apache/netbeans/pull/1552#discussion_r331965325
 
 

 ##########
 File path: 
groovy/gradle.htmlui/src/org/netbeans/modules/gradle/htmlui/resources/src_main_webapp_pages_index.html.fmk
 ##########
 @@ -22,24 +22,59 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title></title>
+        <title>Java Frontend Application</title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+        <link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css";>
+        <script 
src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js";></script>
     </head>
     <body>
-        <h1>Your Todos (<span data-bind="text: numTodos"></span>)</h1>
-        <label for="key">New Todo:</label>
-        <input id="key" type="text" data-bind="textInput: desc" 
placeholder="Enter a task"/>
-        <button data-bind="click: addTodo, enable: desc">Add</button>
-        <ul class="todos" data-bind='foreach: todos'>
-            <li>
-                <span data-bind="text: $data"></span>
-            </li>
-        </ul>
+        <div class="navbar-fixed">
+            <nav>
+                <div class="naĆ­-wrapper" >
+                    <a href="#" class="brand-logo center">Java Frontend 
Application</a>
+                    <ul id="nav-mobile" class="right hide-on-med-and-down">
+                        <li><a target="_blank" 
href="http://netbeans.org";>NetBeans</a></li>
+                        <li><a target="_blank" 
href="https://github.com/dukescript/kt-mvvm-demo/tree/FXBeanInfo#readme";>JavaFX</a></li>
+                        <li><a target="_blank" 
href="https://materializecss.com/";>Material CSS</a></li>
 
 Review comment:
   Shouldn't that say Materialize CSS ?  Otherwise happy to merge for 11.2.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to