47 lines
2.1 KiB
PHTML
47 lines
2.1 KiB
PHTML
<header class="masthead" style="background-image: url(img/bg-3.jpg)">
|
|
<div class="overlay"></div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-10 mx-auto">
|
|
<div class="page-heading">
|
|
<h1>Finished projects</h1>
|
|
<span class="subheading">This is what I did</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-10 mx-auto">
|
|
<div class="post-preview">
|
|
<a href="https://git.bryanpedini.it/bryanpedini/www.bryanpedini.it">
|
|
<h1 class="post-title">
|
|
This: my website
|
|
</h1>
|
|
<h4 class="post-subtitle">
|
|
Yes, it's free and public available to download, edit and publish under your own name, prior asking me, of course.
|
|
</h4>
|
|
</a>
|
|
<p class="post-meta">
|
|
You can clone my project on another git based repository hosting website, fork your own website from there, and edit whatever you like to.<br>
|
|
Just ask me on my <a href="#">web form</a> or <a href="mailto:copyright@bryanpedini.it">email me</a> if you're interested.
|
|
</p>
|
|
</div>
|
|
<hr>
|
|
<div class="post-preview">
|
|
<a href="https://dev.bryanpedini.it/">
|
|
<h1 class="post-title">
|
|
Any other content?
|
|
</h1>
|
|
<h4 class="post-subtitle">
|
|
There must be something else, right?
|
|
</h4>
|
|
</a>
|
|
<p class="post-meta">
|
|
In fact, you can visit <a href="https://git.bryanpedini.it">my private git repository hosting service</a> or <a href="https://dev.bryanpedini.it">my development website</a> to find more, the last of which is entirely dedicated just on this topic!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |