Changeset 598 in tmcsimulator for branches/LCSv1/views/default/home.html


Ignore:
Timestamp:
03/25/2020 01:47:16 PM (6 years ago)
Author:
liquan
Message:

Styled index.html (login page), home.html and search.html of LCSv1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/views/default/home.html

    r593 r598  
    11{{extend 'layout.html'}} 
    22 
    3 <h1>Home Page</h1> 
    4 Welcome, {{=name}}<br> 
    5 <h4> 
    6 District Messages 
    7 </h4> 
    8 DTM CONTACTS – CONSTRUCTION:    Adam Ant – 555-888-1111<br> 
    9 PERMITS & MAINTENANCE:  Becky Bee – 555-666-2222<br> 
    10 LCS IT ISSUES:          Carly Cow – 111-555-6666<br> 
     3<div id="main" role="main" class="mainflex" style="text-align: center;"> 
     4    <div id="pageTitle" class="header">Home</div> 
     5    <div class="block-content" style="display: block; text-align:left; min-width: 760px; margin: 4% 0% 7% 0%;"> 
     6        <div style="width:760px;"> 
     7            <p class="heading3">Welcome, {{=name}}</p> 
     8            <div role="heading" aria-level="2" class="heading2">District Messages </div> 
     9            <div role="heading" aria-level="2" class="heading2">DTM CONTACTS - CONSTRUCTION:   
     10                <span style="margin-left: 5%;">Adam Ant - 555-888-1111</span> </div> 
     11            <div role="heading" aria-level="2" class="heading2">PERMITS & MAINTENANCE:  
     12                <span style="margin-left: 5%;"> Becky Bee - 555-666-2222 </span> </div> 
     13            <div role="heading" aria-level="2" class="heading2">LCS IT ISSUES:   
     14                <span style="margin-left: 5%;">  Carly Cow - 111-555-6666 </span></div> 
     15        </div> 
     16    </div> 
     17</div> 
Note: See TracChangeset for help on using the changeset viewer.