Initial commit
This commit is contained in:
parent
6a99d2d451
commit
33edb7b36d
103 changed files with 15723 additions and 5 deletions
8
_includes/about.html
Normal file
8
_includes/about.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<!-- About Section -->
|
||||
<section id="{{ page.title }}" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
{{ page.content | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
17
_includes/blog.html
Normal file
17
_includes/blog.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!-- Blog Section -->
|
||||
<section id="{{ page.title }}" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
|
||||
{{ page.content | markdownify }}
|
||||
|
||||
{% assign post = site.posts.first %}
|
||||
<h4><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <a href="{{ post.url }}"> <strong>{{ post.title }} </a> </strong> <small><a href="{{ site.url }}{{ post.url }}#disqus_thread">Comments</a></small></h4>
|
||||
|
||||
{{ post.content | truncatewords: site.post-preview-words | markdownify }}
|
||||
|
||||
<a href="/blog.html"><h4>Read more</h4></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
42
_includes/career.html
Normal file
42
_includes/career.html
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<!-- Career Section -->
|
||||
<section id="{{ page.title }}" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
|
||||
{{ page.content | markdownify }}
|
||||
|
||||
<ul class="timeline">
|
||||
|
||||
{% for event in site.events %}
|
||||
{% assign loopindex = forloop.index | modulo: 2 %}
|
||||
{% capture class %}
|
||||
{% if loopindex == 0 %}
|
||||
timeline-inverted
|
||||
{% endif %}
|
||||
{% endcapture %}
|
||||
|
||||
<li class="{{ class }}">
|
||||
<div class="timeline-image">
|
||||
<img class="img-circle img-responsive" src="{{ event.image }}" alt="">
|
||||
</div>
|
||||
<div class="timeline-panel">
|
||||
<div class="timeline-heading">
|
||||
<h4>{{ event.date }}</h4>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
<p class="text-muted">{{ event.description | markdownify }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
<li class="timeline-inverted">
|
||||
<div class="timeline-image">
|
||||
<img class="img-circle img-responsive" src="{{ site.career-img }}" alt="">
|
||||
</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
4
_includes/comments.html
Normal file
4
_includes/comments.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{% if site.disqus-shortname %}
|
||||
<div id="disqus_thread"></div>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
{% endif %}
|
||||
16
_includes/contact.html
Normal file
16
_includes/contact.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!-- Contact Section -->
|
||||
<section id="{{ page.title }}" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
|
||||
{{ page.content | markdownify }}
|
||||
|
||||
{% if page.email %}
|
||||
<p><a href="mailto:{{ page.email }}">{{ page.email }}</a></p>
|
||||
{% endif %}
|
||||
|
||||
{% include social-buttons.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
9
_includes/footer.html
Executable file
9
_includes/footer.html
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container text-center">
|
||||
<p>Copyright © {{ site.author }} {{ site.time | date: "%Y" }}</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<p><br /><br /><br /><br /><br /><br /></p>
|
||||
|
||||
33
_includes/head.html
Executable file
33
_includes/head.html
Executable file
|
|
@ -0,0 +1,33 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="{{ site.description }}" />
|
||||
<meta name="author" content="{{ site.author }}" />
|
||||
<meta name="keywords" content="{{ site.keywords }}" />
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
{% if page.url == "/404.html" %}
|
||||
<meta http-equiv="refresh" content="20; url=/">
|
||||
{% endif %}
|
||||
<title>{{ site.title }} {% if page.title %} | {{ page.title }}{% endif %}</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="/css/grayscale.css" rel="stylesheet">
|
||||
<link href="/css/timeline.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
||||
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon }}">
|
||||
</head>
|
||||
17
_includes/header.html
Executable file
17
_includes/header.html
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<!-- Intro Header -->
|
||||
<header class="intro">
|
||||
<div class="intro-body">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h1 class="brand-heading"> </h1>
|
||||
<h1 class="brand-heading"> </h1>
|
||||
<p class="intro-text">{{ content }}</p>
|
||||
<a href="#{{ site.pages_list['About'] }}" class="page-scroll">
|
||||
<img class="img-me" src="{{ site.me-img }}" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
48
_includes/js.html
Executable file
48
_includes/js.html
Executable file
|
|
@ -0,0 +1,48 @@
|
|||
<!-- jQuery -->
|
||||
<script src="/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="/js/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="/js/grayscale.js"></script>
|
||||
|
||||
{% if site.google-tracking-id %}
|
||||
<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),
|
||||
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', '{{ site.google-tracking-id }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% if site.disqus-shortname %}
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = '{{ site.disqus-shortname }}';
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
|
||||
<!-- Comments counter -->
|
||||
|
||||
<script type="text/javascript">
|
||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||
var disqus_shortname = '{{ site.disqus-shortname }}'; // required: replace example with your forum shortname
|
||||
|
||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
||||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||||
}());
|
||||
</script>
|
||||
{% endif %}
|
||||
46
_includes/navigation.html
Executable file
46
_includes/navigation.html
Executable file
|
|
@ -0,0 +1,46 @@
|
|||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
|
||||
<i class="fa fa-bars"></i>
|
||||
</button>
|
||||
{% if page.name == "index.html" %}
|
||||
<a class="navbar-brand page-scroll" href="#page-top">
|
||||
{% else %}
|
||||
<a class="navbar-brand page-scroll" href="/index.html#page-top">
|
||||
{% endif %}
|
||||
<div><img src="{{ site.black-favicon }}" alt=""> {{ site.title }}</div>
|
||||
</a>
|
||||
</div>
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
|
||||
<li class="hidden">
|
||||
<a href="#page-top"></a>
|
||||
</li>
|
||||
{% for p in site.pages_list %}
|
||||
{% if page.name == "index.html" %}
|
||||
<li>
|
||||
<a class="page-scroll" href="#{{ p[1] }}"> {{ p[0] }} </a>
|
||||
</li>
|
||||
{% else %}
|
||||
{% if p[0] == "Blog" %}
|
||||
<li>
|
||||
<a class="page-scroll" href="/blog.html"> {{ p[0] }} </a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li>
|
||||
<a class="page-scroll" href="/index.html#{{ p[1] }}"> {{ p[0] }} </a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
</nav>
|
||||
|
||||
5
_includes/social-buttons.html
Normal file
5
_includes/social-buttons.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<ul class="list-inline social-buttons">
|
||||
{% for network in site.social %}
|
||||
<li><a href="{{ network.url }}" target="_blank"><i class="fa fa-{{ network.title }} fa-fw"></i></a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue