Ignore:
Timestamp:
02/05/22 22:48:19 (2 years ago)
Author:
Petar Partaloski <ppartaloski@…>
Branches:
main
Children:
2efe93e
Parents:
5b447b0
Message:

Fixed and added a better front end, improved clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/classes/templates/template.html

    r5b447b0 rf25e8dd  
    33<head>
    44    <meta charset="UTF-8"/>
    5     <title>Products</title>
     5    <title>weDiscussMovies</title>
    66    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
    77    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
     
    1818<section class="jumbotron text-center">
    1919    <div class="container">
    20         <h1 class="jumbotron-heading">WEB PROGRAMMING SHOP</h1>
    21         <h3 class="jumbotron-heading">All products</h3>
     20        <!--<img th:src="@{/img/logo.png}" style="opacity: 0.3; z-index: 5; position: absolute; margin: auto; height: 225px; width: auto; left: 42%; top: 2%">-->
     21        <h1 class="jumbotron-heading" style="z-index: -1">weDiscussMovies</h1>
    2222    </div>
    2323</section>
     
    2727    <h1 class="danger" th:text="${error?.toString()}"></h1>
    2828</div>
    29 <div th:replace="fragments/searchBarName"></div>
    3029<section th:include="${contentTemplate}"></section>
    3130<div id="dialog-rating" style="display: none">
Note: See TracChangeset for help on using the changeset viewer.