0
0
This repository has been archived on 2020-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
bryanpedini.it_old/templates/ideas.phtml
Bryan Pedini ec496c7ce1
Almost finished the website - revision 1 obviously
Moved the entire title from the javascript to the PHP section,
finished almost all templates,
moved the footer on the main "template holder" page,
extended the session to three days instead of just one for no technical reasons,
added CHANGELOG,
added three background images
2019-01-20 00:06:11 +01:00

49 lines
2.6 KiB
PHTML

<header class="masthead" style="background-image: url(img/bg-4.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>I want to...</h1>
<span class="subheading">Random thoughts or brilliant ideas?</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="#">
<h1 class="post-title">
Placeholder
</h1>
<h4 class="post-subtitle">
Yes, this is published, and still work in progress
</h4>
</a>
<p class="post-meta">
You're right: after more than 5 different revisions, ten plus days of hard coding almost every day, something like half a hundred small tweaking for performance and graphical details, and an outer man which had never seen the site before judgin' it for completeness...<br>
This website has become public available, the source code is online, you are visiting it just right now, and I still don't have ideas to put here;<br>
Or maybe all of the previous one that were here before became reality and you can enjoy their awesomeness somewhere else on one of my thousands of websites...<br>
Maybe...
</p>
</div>
<div class="post-preview">
<a href="https://git.bryanpedini.it/bryanpedini/personal-website">
<h1 class="post-title">
Website translation
</h1>
<h4 class="post-subtitle">
A little more serious here instead
</h4>
</a>
<p class="post-meta">
I would like to translate my entire website to French, Dutch, Spanish, English (done), and Italian (not a big deal, my mothertongue).<br>
If anyone knows a little bit of PHP, database integration with it, SQL language (all tho it's the least important one), or have any good idea in mind, feel free to send a suggestion to my Telegram bot <a href="https://t.me/bryanpedini_suggestions_bot">@bryanpedini_suggestions_bot</a>
</p>
</div>
</div>
</div>
</div>