Widget: Homepage: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 105: Line 105:
         }
         }
     </style>
     </style>
    <script>
        function search(event) {
            console.log(event)
        }
    </script>


     <div id="hp-wrapper">
     <div id="hp-wrapper">
Line 120: Line 126:


         <div id="hp-main">
         <div id="hp-main">
             <div class="hp-search">
             <form class="hp-search" onsubmit="search(event)">
                 <input class="form-control form-control-lg" type="text" placeholder="Search">
                 <input class="form-control form-control-lg" type="text" placeholder="Search">
             </div>
             </form>





Revision as of 13:55, 20 June 2022

Development verstion of the DCT Homepage.
Not ready for production!