Portfolio
* Added lektor htmlmin plugin * Improved sass grid * Little update in contact page * Added featherlight lightbox for project details screenshots * Only loading lightbox libraries if needed * Portfolio content review from migration
This commit is contained in:
parent
ea7ea8cc69
commit
a3262ea645
149 changed files with 987 additions and 22 deletions
|
@ -11,6 +11,8 @@
|
|||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<meta http-equiv="cleartype" content="on">
|
||||
|
||||
{% block endhead %}{% endblock %}
|
||||
</head>
|
||||
<body class="{% block body_class %}{% endblock %}">
|
||||
<header class="center">
|
||||
|
@ -19,7 +21,7 @@
|
|||
<nav class="main-menu">
|
||||
<a href="{{ '/'|url }}">/about</a>
|
||||
<a href="{{ '/blog'|url }}">/blog</a>
|
||||
{#<a href="{{ '/portfolio'|url }}">/portfolio</a> #}
|
||||
<a href="{{ '/portfolio'|url }}">/portfolio</a>
|
||||
<a href="{{ '/contact'|url }}">/contact</a>
|
||||
</nav>
|
||||
<hr class="light">
|
||||
|
@ -32,7 +34,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
<script type="text/javascript" src="{{ '/static/js/app-min.js'|url }}"></script>
|
||||
|
||||
{% block endbody %}{% endblock %}
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
|
@ -41,7 +43,6 @@
|
|||
|
||||
ga('create', 'UA-41989443-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue