Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
s7_spruge_k
calendar
Commits
fc920730
Commit
fc920730
authored
Jun 19, 2019
by
Martins Berzins
Browse files
Changed page design
parent
42f0fb7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
4 deletions
+23
-4
src/main/resources/templates/chooseCal.html
src/main/resources/templates/chooseCal.html
+1
-1
src/main/resources/templates/statistics.html
src/main/resources/templates/statistics.html
+22
-3
No files found.
src/main/resources/templates/chooseCal.html
View file @
fc920730
...
...
@@ -2,7 +2,7 @@
<html
xmlns:th=
"www.tymeleaf.org"
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
C
hoose
</title>
<title>
C
alendar analysis
</title>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.min.css"
rel=
"stylesheet"
>
<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"
>
...
...
src/main/resources/templates/statistics.html
View file @
fc920730
...
...
@@ -44,11 +44,30 @@
</div>
</nav>
<a
href=
"/graph"
>
Compare Calendars
</a><br>
<a
href=
"/choose-cal"
>
Calendar Analysis
</a>
<div
class=
"container w-50 "
>
<br><br><br>
<div
class=
"form-group row"
>
<div
class=
"card"
style=
"width: 18rem;"
>
<img
class=
"card-img-top"
src=
"https://assets.workshare.com/media/1434/i1060/0af5a3290326eab974fc.png"
alt=
"Card image cap"
>
<div
class=
"card-body"
>
<h5
class=
"card-title"
>
Calendar Analysis
</h5>
<p
class=
"card-text"
>
See detailed statistics of your calendar.
</p>
<a
href=
"/choose-cal"
class=
"btn btn-dark"
>
Analyze
</a>
</div>
</div>
<div
class=
"card"
style=
"width: 18rem;"
>
<img
class=
"card-img-top"
src=
"https://static1.squarespace.com/static/572bb9b620c647e2e6de4029/t/573c97841bbee0441dda6e1c/1463588748464/spyglass-53.png"
alt=
"Card image cap"
>
<div
class=
"card-body"
>
<h5
class=
"card-title"
>
Compare Calendars
</h5>
<p
class=
"card-text"
>
See the comparison between your calendar's activities.
</p>
<a
href=
"/graph"
class=
"btn btn-dark"
>
Compare
</a>
</div>
</div>
</div>
</div>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin=
"anonymous"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment