mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 08:35:19 +00:00
Initial commit
This commit is contained in:
15
_layouts/default.html
Normal file
15
_layouts/default.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top">
|
||||
{% include nav-blog.html %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include contact.html %}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
19
_layouts/front.html
Executable file
19
_layouts/front.html
Executable file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top">
|
||||
{% include nav.html %}
|
||||
{% include header.html %}
|
||||
{% include call-to-action.html %}
|
||||
{% include services.html %}
|
||||
{% include portfolio.html %}
|
||||
{% include feature.html %}
|
||||
{% include quote.html %}
|
||||
{% include aside.html %}
|
||||
{% include contact.html %}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
18
_layouts/funds.html
Normal file
18
_layouts/funds.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top">
|
||||
{% include nav-funds.html %}
|
||||
{% include header-funds.html %}
|
||||
{% include call-to-action-funds.html %}
|
||||
{% include feature-funds.html %}
|
||||
{% include portfolio-funds.html %}
|
||||
{% include services-funds.html %}
|
||||
{% include aside-funds.html %}
|
||||
{% include contact.html %}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
118
_layouts/post.html
Normal file
118
_layouts/post.html
Normal file
@ -0,0 +1,118 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<!-- Post Header -->
|
||||
<header id="header" class="intro-header bg-primary text-center" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-heading">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.subtitle %}
|
||||
<h2 class="subheading">{{ page.subtitle }}</h2>
|
||||
{% endif %}
|
||||
<p class="meta">Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}</p>
|
||||
<a href="#post" class="page-scroll"><i class="fa fa-fw fa-2x fa-arrow-down"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<hr>
|
||||
<!-- Post Content -->
|
||||
<article>
|
||||
<div id="post" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
{% if site.data-ad-client %}
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- jekynewage google ads -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-9204963049240271"
|
||||
data-ad-slot="2973388149"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
{% endif %}
|
||||
<hr>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<hr>
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- jekynewage google ads -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-9204963049240271"
|
||||
data-ad-slot="2973388149"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
|
||||
<ul class="pager">
|
||||
{% if page.previous.url %}
|
||||
<li class="previous">
|
||||
<a href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title}}">← Previous Post</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if page.next.url %}
|
||||
<li class="next">
|
||||
<a href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title}}">Next Post →</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<hr>
|
||||
|
||||
{% if site.disqus_account %}
|
||||
<article>
|
||||
<div id="disqus" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
|
||||
<h2 class="section-heading">Leave a comment! We <i style="color:red"class="fa fa-heart"></i> it!</h2>
|
||||
|
||||
<script id="dsq-count-scr" src="//{{ site.disqus_account }}.disqus.com/count.js" async></script>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script>
|
||||
|
||||
/**
|
||||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
||||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
|
||||
/*
|
||||
var disqus_config = function () {
|
||||
this.page.url = {{ post.url | prepend: site.baseurl }}; // Replace PAGE_URL with your page's canonical URL variable
|
||||
this.page.identifier = {{ post.title | prepend: site.baseurl }};; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||||
};
|
||||
*/
|
||||
|
||||
(function() { // DON'T EDIT BELOW THIS LINE
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = '//{{ site.disqus_account }}.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
{% endif %}
|
17
_layouts/test.html
Normal file
17
_layouts/test.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top">
|
||||
{% include nav.html %}
|
||||
{% include portfolio.html %}
|
||||
{% include header.html %}
|
||||
{% include call-to-action.html %}
|
||||
{% include services.html %}
|
||||
{% include aside.html %}
|
||||
{% include contact.html %}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user