This commit is contained in:
WickedJack99
2022-09-26 01:51:50 +02:00
parent 681968568e
commit 50353ee95b
26 changed files with 109 additions and 106 deletions

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/blog.css"> <link rel="stylesheet" href="/website/assets/css/blog.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -144,7 +144,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div id="navbarBottom" class="w3-bar w3-black"> <div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/"> <link rel="stylesheet" href="/website/assets/css/">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -48,7 +48,7 @@
<p>The requested page could not be found.</p> <p>The requested page could not be found.</p>
</div> </div>
<div id="navbarBottom" class="w3-bar w3-black"> <div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/styles.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,7 +27,7 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div> <div class="mainDiv">
<h1>About</h1> <h1>About</h1>
<p> <p>
What's uuuuuuuuuuuuuuuuuuuuuuuup!<br> What's uuuuuuuuuuuuuuuuuuuuuuuup!<br>
@@ -36,7 +36,7 @@
<img src="/website/pictures/IMG_1417.jpg" alt="Face Aaron"> <img src="/website/pictures/IMG_1417.jpg" alt="Face Aaron">
</p> </p>
</div> </div>
<div id="navbarBottom" class="w3-bar w3-black"> <div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,8 +27,10 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div class="mainDiv">
<h1>Accessibility</h1> <h1>Accessibility</h1>
<div id="navbarBottom" class="w3-bar w3-black"> </div>
<div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -1 +1 @@
body{background-color:#121212;color:#FFFFFF;margin-top:40px}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} body{background-color:#121212;color:#FFFFFF}.current{color:white}.mainDiv{margin-top:40px}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}

View File

@@ -1 +1 @@
body{background-color:#121212;color:white;margin-top:40px}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}#image00{background-color:black;margin:auto}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px}#image00{background-color:black;margin:auto}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}

View File

@@ -1 +1 @@
body{background-color:#121212;color:white;margin-top:40px}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}

View File

@@ -1 +1 @@
body{background-color:#121212;color:white;margin-top:40px}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} body{background-color:#121212;color:white}.current{color:white}.mainDiv{margin-top:40px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/styles.css"> <link rel="stylesheet" href="/website/assets/css/styles.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,16 +27,17 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div class="mainDiv">
<h1>Latest Posts</h1> <h1>Latest Posts</h1>
<ul>
<ul>
<li> <li>
<h3><a href="/website/2022/09/20/how-to-create-githubpage.html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</a></h3> <h3><a href="/website/2022/09/20/how-to-create-githubpage.html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</a></h3>
</li> </li>
</ul> </ul>
<div id="navbarBottom" class="w3-bar w3-black"> </div>
<div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-26T01:37:30+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt; <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-26T01:51:12+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html">&lt;div class=&quot;outerDiv&quot;&gt;
&lt;div id=&quot;prerequisits&quot;&gt; &lt;div id=&quot;prerequisits&quot;&gt;
&lt;h3&gt;Prerequisits&lt;/h3&gt; &lt;h3&gt;Prerequisits&lt;/h3&gt;
Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt; Install &lt;a href=&quot;https://git-scm.com/downloads&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;br&gt;

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,7 +27,7 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div> <div class="mainDiv">
<h1>Imprint</h1> <h1>Imprint</h1>
<p id="imprintContact"> <p id="imprintContact">
Aaron Moser<br> Aaron Moser<br>
@@ -36,7 +36,7 @@
E-Mail: amoser@stud.hs-offenburg.de<br> E-Mail: amoser@stud.hs-offenburg.de<br>
</p> </p>
</div> </div>
<div id="navbarBottom" class="w3-bar w3-black"> <div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/index.css"> <link rel="stylesheet" href="/website/assets/css/index.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,13 +27,15 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div class="mainDiv">
<div> <div>
<h1>Welcome!</h1> <h1>Welcome!</h1>
</div> </div>
<div id="image00"> <div id="image00">
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px"> <img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
</div>
</div> </div>
<div id="navbarBottom" class="w3-bar w3-black"> <div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,18 +27,20 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div class="mainDiv">
<h1>Privacy Policy</h1> <h1>Privacy Policy</h1>
<h3>Links to external websites</h3> <h3>Links to external websites</h3>
<p> This website contains links to external websites. I have no access on the content of these websites <p> This website contains links to external websites. I have no access on the content of these websites
and take no responsibilities or liablities for the admissibility, correctness, presentation and completeness and take no responsibilities or liablities for the admissibility, correctness, presentation and completeness
of that content.</p> of that content.</p>
<p> I'm informing you that with following those links, probably your IP-address will be recorded.</p> <p> I'm informing you that with following those links, probably your IP-address will be recorded.</p>
<p> If you leave this website I recommend you to check out their Privacy-Policy before accessing their website.</p> <p> If you leave this website I recommend you to check out their Privacy-Policy before accessing their website.</p>
<h3>Cookies :P</h3> <h3>Cookies :P</h3>
<p>I'm hungry, give me some cookies please!</p> <p>I'm hungry, give me some cookies please!</p>
<p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p> <p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p>
<div id="navbarBottom" class="w3-bar w3-black"> </div>
<div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/website/assets/css/law.css"> <link rel="stylesheet" href="/website/assets/css/law.css">
</head> </head>
<body> <body>
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a> <a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
@@ -27,10 +27,12 @@
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a> <a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
</div> </div>
<div class="mainDiv">
<h1>Terms and Conditions</h1> <h1>Terms and Conditions</h1>
<p></p> <p></p>
<p></p> <p></p>
<div id="navbarBottom" class="w3-bar w3-black"> </div>
<div id="navbarBottom" class="w3-bar w3-bottom w3-black">
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> <a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a>

View File

@@ -1,4 +1,4 @@
<div id="navbarBottom" class="w3-bar w3-black"> <div id="navbarBottom" class="w3-bar w3-bottom w3-black">
{% for item in site.data.footerNavbar %} {% for item in site.data.footerNavbar %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a> <a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
{% endfor %} {% endfor %}

View File

@@ -1,4 +1,4 @@
<div id="navbarTop" class="w3-bar w3-black"> <div id="navbarTop" class="w3-bar w3-top w3-black">
{% for item in site.data.navigation %} {% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a> <a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
{% endfor %} {% endfor %}

View File

@@ -1,19 +1,14 @@
body { body {
background-color: #121212; background-color: #121212;
color: #FFFFFF; color: #FFFFFF;
margin-top: 40px;
} }
.current { .current {
color: white; color: white;
} }
#navbarTop { .mainDiv {
position: fixed; margin-top: 40px;
}
#navbarBottom {
position: fixed;
} }
div.console { div.console {

View File

@@ -1,19 +1,14 @@
body { body {
background-color: #121212; background-color: #121212;
color: white; color: white;
margin-top: 40px;
} }
.current { .current {
color: white; color: white;
} }
#navbarTop { .mainDiv {
position: fixed; margin-top: 40px;
}
#navbarBottom {
position: fixed;
} }
#image00 { #image00 {

View File

@@ -1,19 +1,14 @@
body { body {
background-color: #121212; background-color: #121212;
color: white; color: white;
margin-top: 40px;
} }
.current { .current {
color: white; color: white;
} }
#navbarTop { .mainDiv {
position: fixed; margin-top: 40px;
}
#navbarBottom {
position: fixed;
} }
a { a {

View File

@@ -3,7 +3,7 @@ layout: default
title: About title: About
css_file: styles.css css_file: styles.css
--- ---
<div> <div class="mainDiv">
<h1>About</h1> <h1>About</h1>
<p> <p>
What's uuuuuuuuuuuuuuuuuuuuuuuup!<br> What's uuuuuuuuuuuuuuuuuuuuuuuup!<br>

View File

@@ -2,4 +2,6 @@
layout: law layout: law
title: Accessibility title: Accessibility
--- ---
<h1>{{ page.title }}</h1> <div class="mainDiv">
<h1>{{ page.title }}</h1>
</div>

View File

@@ -3,12 +3,13 @@ layout: default
title: Blog title: Blog
css_file: styles.css css_file: styles.css
--- ---
<h1>Latest Posts</h1> <div class="mainDiv">
<h1>Latest Posts</h1>
<ul> <ul>
{% for post in site.posts %} {% for post in site.posts %}
<li> <li>
<h3><a href="{{ '/website' | append: post.url }}">{{ post.title }}</a></h3> <h3><a href="{{ '/website' | append: post.url }}">{{ post.title }}</a></h3>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div>

View File

@@ -2,7 +2,7 @@
layout: law layout: law
title: Blog title: Blog
--- ---
<div> <div class="mainDiv">
<h1>Imprint</h1> <h1>Imprint</h1>
<p id="imprintContact"> <p id="imprintContact">
Aaron Moser<br> Aaron Moser<br>

View File

@@ -4,9 +4,11 @@ title: Homepage
css_file: index.css css_file: index.css
--- ---
<div> <div class="mainDiv">
<div>
<h1>Welcome!</h1> <h1>Welcome!</h1>
</div> </div>
<div id="image00"> <div id="image00">
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px"> <img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
</div>
</div> </div>

View File

@@ -2,14 +2,16 @@
layout: law layout: law
title: Privacy title: Privacy
--- ---
<h1>Privacy Policy</h1> <div class="mainDiv">
<h3>Links to external websites</h3> <h1>Privacy Policy</h1>
<p> This website contains links to external websites. I have no access on the content of these websites <h3>Links to external websites</h3>
<p> This website contains links to external websites. I have no access on the content of these websites
and take no responsibilities or liablities for the admissibility, correctness, presentation and completeness and take no responsibilities or liablities for the admissibility, correctness, presentation and completeness
of that content.</p> of that content.</p>
<p> I'm informing you that with following those links, probably your IP-address will be recorded.</p> <p> I'm informing you that with following those links, probably your IP-address will be recorded.</p>
<p> If you leave this website I recommend you to check out their Privacy-Policy before accessing their website.</p> <p> If you leave this website I recommend you to check out their Privacy-Policy before accessing their website.</p>
<h3>Cookies :P</h3> <h3>Cookies :P</h3>
<p>I'm hungry, give me some cookies please!</p> <p>I'm hungry, give me some cookies please!</p>
<p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p> <p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p>
</div>

View File

@@ -2,6 +2,8 @@
layout: law layout: law
title: Terms & Conditions title: Terms & Conditions
--- ---
<h1>Terms and Conditions</h1> <div class="mainDiv">
<p></p> <h1>Terms and Conditions</h1>
<p></p> <p></p>
<p></p>
</div>