General improvements
This commit is contained in:
parent
9c3f315527
commit
28afbfe759
4 changed files with 99 additions and 127 deletions
51
contact.html
51
contact.html
|
@ -26,13 +26,14 @@
|
|||
<link rel="stylesheet" href="deps/bulma.min.css">
|
||||
<script src="deps/jquery.min.js"></script>
|
||||
<script src="deps/fontawesome.min.js"></script>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="author" content="MassiveBox" />
|
||||
<meta name="description" content="MassiveBox is a free time developer and FOSS enthusiast. Here you can contact him." />
|
||||
<meta name="keywords" content="developer, web, backend, telegram, session, massive, box, massivebox" />
|
||||
|
||||
<script>
|
||||
|
||||
<script async>
|
||||
$(document).ready(function() {
|
||||
|
||||
// Check for click events on the navbar burger icon
|
||||
|
@ -45,34 +46,18 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//matomo.massivebox.eu.org/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<section class="hero is-primary" style="padding: 2vw 7vw 2vw 7vw; background: #04032d !important">
|
||||
|
||||
|
||||
|
||||
<section class="hero is-primary" style="padding: 2vw 7vw 2vw 7vw; background: #050732 !important">
|
||||
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="./">
|
||||
<img src="assets/navlogo.png" alt="Navigation bar logo">
|
||||
<img src="assets/navlogo.jpg" alt="Navigation bar logo">
|
||||
<div style="width: 15px"></div>
|
||||
<p class="is-size-4"><b><i>MassiveBox</i></b></p>
|
||||
</a>
|
||||
|
@ -92,7 +77,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section is-medium">
|
||||
<div id="header">
|
||||
<p class="title">Contact me</p>
|
||||
|
@ -110,7 +95,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div id="maurizio">
|
||||
<img src="assets/maurizio.png" alt="Maurizio the Cat">
|
||||
<img src="assets/maurizio.jpg" alt="Maurizio the Cat">
|
||||
<p class="subtitle"><a href="https://t.me/ilgattomaurizio">Gatto Maurizio</a> doesn't look happy about you being a robot.</p>
|
||||
<button class="button is-success is-light" onclick="showcontact();">I'm not a robot anymore, Maurizio please spare me</button>
|
||||
</div>
|
||||
|
@ -120,17 +105,17 @@
|
|||
<button class="button is-danger is-light" onclick="showcontact();">No</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<script>
|
||||
$("#maurizio").hide();
|
||||
$("#contact").hide();
|
||||
|
||||
|
||||
function showmaurizio() {
|
||||
$("#maurizio").show();
|
||||
$("#header").hide();
|
||||
$("#riddle").hide();
|
||||
}
|
||||
|
||||
|
||||
function showcontact() {
|
||||
$("#header").show();
|
||||
$("#maurizio").hide();
|
||||
|
@ -138,7 +123,7 @@
|
|||
$("#riddle").hide();
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
|
@ -148,6 +133,6 @@
|
|||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue