forked from lukas-h/material-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
29 lines (29 loc) · 927 Bytes
/
imprint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: page
---
<div id="imprint">
<p>
<span class="my-mini-heading">Legal Notice / Imprint</span><br>
<ul>
<li>
<p class="my-item" >Your Name<br>
<span class="my-item-sub">Author</span></p>
</li>
<li>
<p class="my-item">your-email (at) example.com<br>
<span class="my-item-sub">email</span></p>
</li>
<li>
<p class="my-item">© Year Your Name<br>
<span class="my-item-sub">Copyright</span></p>
</li>
<li>
<p class="my-item"><a class="my-link" href="https://www.google.com/analytics/terms/en.html">Google Analytics</a><br>
<span class="my-item-sub">Disclaimer</span></p>
</li>
</ul>
</p>
<p>
{% include mention.html %}
</p>
</div>