mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
Remove Piwik, misc tweaks
This commit is contained in:
parent
8346651680
commit
498a8f1abe
|
@ -22,9 +22,10 @@
|
|||
<div class="col-lg-10">
|
||||
<h2>Hello world!</h2>
|
||||
|
||||
My name is <strong>Noah</strong> and this is my website. I am a software engineer who lives in
|
||||
Los Angeles. My areas of expertise are primarily in Perl and Python back-end
|
||||
software development, however I believe I have a knack for the front end as well.<p>
|
||||
My name is <strong>Noah</strong> and this is my website. I am a 29-year-old software
|
||||
engineer who lives in Los Angeles. My areas of expertise are primarily in Perl and
|
||||
Python back-end software development, however I believe I have a knack for the front
|
||||
end as well.<p>
|
||||
|
||||
I built Kirsle.net from the ground up. Its back-end code has been rewritten a
|
||||
dozen different times, in two different languages. I made the web design in Photoshop and
|
||||
|
|
|
@ -125,10 +125,9 @@
|
|||
|
||||
<div class="k-section">Subdomains</div>
|
||||
<ul>
|
||||
<li>» <a href="http://sh.kirsle.net/">Shell Scripts</a></li>
|
||||
<li>» <a href="http://rpm.kirsle.net/">Linux RPMs</a></li>
|
||||
<li>» <a href="http://rophako.kirsle.net/">Rophako CMS</a></li>
|
||||
<li>» <a href="http://mc.kirsle.net/">Minecraft Server</a></li>
|
||||
<li>» <a href="http://rpm.kirsle.net/">Linux RPMs</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="k-section">Miscellany</div>
|
||||
|
@ -245,21 +244,5 @@
|
|||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.kirsle.net/piwik/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', 1]);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
|
||||
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="https://www.kirsle.net/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Piwik Code -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* http://tmtheme-editor.herokuapp.com/#/theme/Monokai%20Bright
|
||||
* Using: https://github.com/davinche/pygments-from-tmtheme
|
||||
*/
|
||||
.codehilite { background-color: #272822; color: #F8F8F2; }
|
||||
.codehilite { color: #F8F8F2; }
|
||||
.codehilite .ge { font-style: italic; }
|
||||
.codehilite .gs { font-weight: bold; }
|
||||
.codehilite .c { color: #75715E; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user