-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
96 lines (90 loc) · 3.97 KB
/
authors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="http://lanopuljic.com/images/favicon.png" type="image/x-icon" />
<link href="//fonts.googleapis.com/css?family=Lato:400,700|Source+Code+Pro|Nunito:300" rel="stylesheet" type="text/css">
<link href="http://lanopuljic.com/theme/css/lanox.css" rel="stylesheet">
<link rel="stylesheet" href="http://lanopuljic.com/theme/css/pygments.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="http://lanopuljic.com/theme/js/jquery-1.11.3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="Lano" />
<meta name="description" content="Lano's Thoughts and Writings" />
<meta property="og:site_name" content="#! Shit Lano Says"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="#! Shit Lano Says"/>
<meta property="og:description" content="Lano's Thoughts and Writings"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://lanopuljic.com"/><title>#! Shit Lano Says #! Shit Lano Says - Authors
</title>
</head>
<header>
<div class="logo">
<!--<h1>LP</h1>-->
</div>
<div class="hero" style="background-image: url('/images/logo.jpg')">
<h1><a href="http://lanopuljic.com/">#! Shit Lano Says <strong></strong></a>
<div class="tagline"> Life is binary, zeros and ones. </div>
</h1>
</div>
<!-- Menu Starts From Here -->
<div class="container menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/pages/about.html">About</a></li>
<li><a href="/pages/work.html">Work</a></li>
<li><a href="/archives.html">Archives</a></li>
</ul>
<!--<hr> This prints orange line under the menu -->
</div>
<!-- Menu ends above this comment -->
</header>
<body>
<h1>Authors on #! Shit Lano Says</h1>
<ul> <li><a href="http://lanopuljic.com/author/lano.html">Lano</a> (7)</li>
</ul>
<footer>
<div class="container">
<div class="bio">
<br>
<a href="https://twitter.com/lanox_" class="twitter-follow">@lano</a> builds things by banging on a keyboard.
<ul class="social">
<li><a class="sc-github" href="http://github.com/lanox" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a class="sc-twitter" href="http://github.com/lanox" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a class="sc-linkedin" href="https://br.linkedin.com/in/lanopuljic/en" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</footer> <script>
var $top = $('.go-top');
// Show or hide the sticky footer button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$top.fadeIn(200);
} else {
$top.fadeOut(200);
}
});
// Animate the scroll to top
$top.click(function(event) {
event.preventDefault();
$('html, body').animate({scrollTop: 0}, 300);
})
// Makes sure that the href="#" attached to the <a> elements
// don't scroll you back up the page.
$('body').on('click', 'a[href="#"]', function(event) {
event.preventDefault();
});
</script>
<script type="text/javascript">
(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),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51180854-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55c72deca9344b40" async="async"></script>
</body>
</html>