Add note about deployment in website
This commit is contained in:
parent
d0f4bcf6e7
commit
5b61ee762f
1 changed files with 15 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline {
|
.headline {
|
||||||
|
@ -32,6 +33,15 @@
|
||||||
margin-right: 20px;
|
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) {
|
@media only screen and (max-width: 900px) {
|
||||||
.examples {
|
.examples {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
@ -126,6 +136,11 @@
|
||||||
<a href="https://www.linkedin.com/in/aram-peres/" target="_blank">LinkedIn</a> (Aram Peres)</li>
|
<a href="https://www.linkedin.com/in/aram-peres/" target="_blank">LinkedIn</a> (Aram Peres)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue