Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simonLegah/UnityProject
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LandmakTechnology/UnityProject2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 22, 2023

  1. Add files via upload

    legah2045 authored Jul 22, 2023
    Copy the full SHA
    b83b08c View commit details
  2. Copy the full SHA
    997ce85 View commit details
Showing with 7 additions and 7 deletions.
  1. BIN src/main/resources/static/img/darlene.jpg
  2. +7 −7 src/main/resources/templates/index.html
Binary file added src/main/resources/static/img/darlene.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<body>
<div class="container">
<h1 class="text-center">Spring Boot App + MongoDB Demo</h1>
<h1 class="text-center">Unity DevOps Project</h1>
<h1 class="text-center">BSc. Project</h1>
<div class="col-md-6">
<form name="saveUser" action="/save" method="post"
class="form-horizontal">
@@ -67,16 +67,16 @@ <h2>Saved Users</h2>

<div class="row-md-8">
<div class="col-md-3">
<img th:src="@{/img/logo.jpg}" alt="logo.jpg" height="250">
<img th:src="@{/img/darlene.jpg}" alt="darlene.jpg" height="250">
</div>
<div class="col-md-8">
<h4 class="text-center">Winifred A. Zenabuin - Consultant,
<h4 class="text-center">Nwana Darlene - Consultant,
DevOps Engineer</h4>
<h4 class="text-center">Contact @ 1 437 778 2285 ,
abihngeng@yahoo.com</h4>
<h4 class="text-center">Contact @ +237 680 192 392 ,
Darlenenwana@gmail.com</h4>
<h5 class="text-center">
Copyrights 2020 by <a href="https://www.linkedin.com/in/winifred-zenabuin-1b430b194/">Winifred A
Zenabuin</a>
Copyrights 2020 by <a href="https://https://www.linkedin.com/in/nwana-darlene-abb320234//">
Nwana Darlene</a>
</h5>
</div>
</div>