Add note about deployment in website

This commit is contained in:
Aram 🍐 2019-10-26 14:56:49 -04:00
parent d0f4bcf6e7
commit 5b61ee762f

View file

@ -19,6 +19,7 @@
margin: 0 auto;
width: 100%;
max-width: 800px;
margin-bottom: 50px;
}
.headline {
@ -32,6 +33,15 @@
margin-right: 20px;
}
.footer {
text-align: center;
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
font-size: 12px;
font-style: italic;
}
@media only screen and (max-width: 900px) {
.examples {
margin-left: 20px;
@ -126,6 +136,11 @@
<a href="https://www.linkedin.com/in/aram-peres/" target="_blank">LinkedIn</a> (Aram Peres)</li>
</ul>
</div>
<div class="footer">
<p>
This website, and all my other public web services, are built and deployed to Kubernetes using <a href="https://gitlab.com/momothereal/momoperes.ca" target="_blank">GitLab</a>.
</p>
</div>
</div>
</body>