Removed themes
This commit is contained in:
parent
cbc2b1ddd4
commit
c74ca19319
|
@ -1,391 +0,0 @@
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Default tags
|
|
||||||
------------------------ */
|
|
||||||
* {
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: #2672ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover,
|
|
||||||
a:focus
|
|
||||||
{
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 1.4em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
display: block;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
empty-cells: show;
|
|
||||||
border: 1px solid #cbcbcb;
|
|
||||||
width: 100%;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead {
|
|
||||||
background-color: #e0e0e0;
|
|
||||||
color: #000;
|
|
||||||
text-align: left;
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr {
|
|
||||||
display: table-row;
|
|
||||||
vertical-align: inherit;
|
|
||||||
border-color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pure-button {
|
|
||||||
font-size: 0.9em;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.logo {
|
|
||||||
}
|
|
||||||
|
|
||||||
img.logo {
|
|
||||||
width: 32px;
|
|
||||||
float: left;
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr:nth-child(even) {background-color: #f2f2f2}
|
|
||||||
|
|
||||||
tr:hover {background-color: #e7f0ff}
|
|
||||||
|
|
||||||
th, td {
|
|
||||||
padding: 0.5em 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre, pre code {
|
|
||||||
font-size: 14px !important;
|
|
||||||
}
|
|
||||||
pre, code {
|
|
||||||
border-radius: 3px;
|
|
||||||
font-family: Consolas,"Liberation Mono",Courier,monospace;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
background: #f6f6f6 none repeat scroll 0 0;
|
|
||||||
border: 1px solid #e7e9ee;
|
|
||||||
color: #4d4d4c;
|
|
||||||
line-height: 21px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
padding: 10px 10px;
|
|
||||||
}
|
|
||||||
pre, code {
|
|
||||||
white-space: pre-wrap;
|
|
||||||
}
|
|
||||||
code, kbd, pre, samp {
|
|
||||||
font-family: monospace,monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
background: #f6f6f6;
|
|
||||||
padding: 4px;
|
|
||||||
font-size: 14px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
color: #7e7e7e;
|
|
||||||
font-family: "Helvetica Neue",Arial,sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 200;
|
|
||||||
margin: 26px 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note {
|
|
||||||
background: #e6ddba none repeat scroll 0 0;
|
|
||||||
color: #4a4a4a;
|
|
||||||
font-size: 0.9em;
|
|
||||||
margin: 30px 0;
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note-title {
|
|
||||||
color: #333;
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note p {
|
|
||||||
background: rgba(255, 255, 255, 0.8);
|
|
||||||
padding: 12px 10px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.edit-this-page {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Content / Main
|
|
||||||
------------------------ */
|
|
||||||
#layout {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
|
||||||
padding: 2em 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subhead {
|
|
||||||
text-transform: uppercase;
|
|
||||||
color: #aaa;
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
padding: 0.4em 0;
|
|
||||||
font-size: 80%;
|
|
||||||
font-weight: 500;
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
|
||||||
font-size: 0.9em;
|
|
||||||
color: #999;
|
|
||||||
text-align: center;
|
|
||||||
margin: 30px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Paginator
|
|
||||||
------------------------ */
|
|
||||||
#paginator {
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paginator a {
|
|
||||||
color: #2672ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paginator ul {
|
|
||||||
clear: both;
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 0;
|
|
||||||
overflow: auto;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paginator li {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paginator li.left {
|
|
||||||
float: left !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paginator li.list {
|
|
||||||
background: #e0e0e0;
|
|
||||||
color: #747474;
|
|
||||||
padding: 2px 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#paginator li.right {
|
|
||||||
float: right !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Pages and Posts
|
|
||||||
------------------------ */
|
|
||||||
.page,
|
|
||||||
.post {
|
|
||||||
margin: 0 0 70px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-title,
|
|
||||||
.post-title
|
|
||||||
{
|
|
||||||
font-size: 2.6em;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-title a,
|
|
||||||
.post-title a
|
|
||||||
{
|
|
||||||
color: #555;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page a.read-more,
|
|
||||||
.post a.read-more{
|
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
padding: 2px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.page-content,
|
|
||||||
.post-content {
|
|
||||||
color: #444;
|
|
||||||
line-height: 1.7em;
|
|
||||||
margin-top: 22px;
|
|
||||||
margin-bottom: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-content hr,
|
|
||||||
.post-content hr {
|
|
||||||
display: block;
|
|
||||||
height: 1px;
|
|
||||||
border: 0;
|
|
||||||
border-top: 1px solid #ccc;
|
|
||||||
margin: 30px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-content h2,
|
|
||||||
.post-content h2
|
|
||||||
{
|
|
||||||
color: #555;
|
|
||||||
margin: 30px 0 30px 0;
|
|
||||||
font-size: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-content h3,
|
|
||||||
.post-content h3
|
|
||||||
{
|
|
||||||
color: #555;
|
|
||||||
margin: 35px 0 25px 0;
|
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-content h4,
|
|
||||||
.post-content h4
|
|
||||||
{
|
|
||||||
color: #555;
|
|
||||||
margin: 25px 0 15px 0;
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-meta,
|
|
||||||
.page-meta {
|
|
||||||
font-size: 90%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-meta span.date,
|
|
||||||
.page-meta span.date {
|
|
||||||
color: #999;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-meta span.author,
|
|
||||||
.page-meta span.author {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Sidebar
|
|
||||||
------------------------ */
|
|
||||||
.sidebar {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-content {
|
|
||||||
padding: 30px 10px 0 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar a {
|
|
||||||
color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar a:hover {
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar h1.title {
|
|
||||||
font-size: 1.4em;
|
|
||||||
font-weight: lighter;
|
|
||||||
margin: 0 0 0 20px;
|
|
||||||
padding: 0;
|
|
||||||
color: #333;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Plugins
|
|
||||||
------------------------ */
|
|
||||||
div.plugin {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin h2 {
|
|
||||||
border-bottom: 1px solid #ccc;
|
|
||||||
color: #ccc;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 1em;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-content {
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-content ul {
|
|
||||||
display: block;
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 5px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-content ul > li > ul > li {
|
|
||||||
border-left: 1px solid #dddddd;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding: 5px 0 5px 10px;
|
|
||||||
margin-left: 13px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-content ul > li > ul > li > a {
|
|
||||||
color: #555;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-content ul > li > ul > li.selected {
|
|
||||||
border-left: 4px solid #2672ec;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-pages span.parent {
|
|
||||||
color: #2672ec;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 1em;
|
|
||||||
margin: 8px 0 2px;
|
|
||||||
padding: 10px 0 4px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.plugin-pages h2 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------
|
|
||||||
Responsive
|
|
||||||
------------------------ */
|
|
||||||
|
|
||||||
@media (min-width: 48em) {
|
|
||||||
.content {
|
|
||||||
padding: 1em 3em 0;
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
||||||
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade{10%{transform:scale(1, 1)}35%{transform:scale(1, 1.7)}40%{transform:scale(1, 1.7)}50%{opacity:1}60%{transform:scale(1, 1)}100%{transform:scale(1, 1);opacity:0}}[data-language] code,[class^="lang"] code,pre [data-language],pre [class^="lang"]{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";animation:50ms ease-in-out 2s forwards fade-in}[data-language] code.rainbow,[class^="lang"] code.rainbow,pre [data-language].rainbow,pre [class^="lang"].rainbow{animation-delay:0s}[data-language] code.loading,[class^="lang"] code.loading,pre [data-language].loading,pre [class^="lang"].loading{animation-play-state:paused}pre{position:relative}pre.loading .preloader div{animation-play-state:running}pre.loading .preloader div:nth-of-type(1){background:#0081f5;animation:fade 1.5s 300ms linear infinite}pre.loading .preloader div:nth-of-type(2){background:#5000f5;animation:fade 1.5s 438ms linear infinite}pre.loading .preloader div:nth-of-type(3){background:#9000f5;animation:fade 1.5s 577ms linear infinite}pre.loading .preloader div:nth-of-type(4){background:#f50419;animation:fade 1.5s 715ms linear infinite}pre.loading .preloader div:nth-of-type(5){background:#f57900;animation:fade 1.5s 853ms linear infinite}pre.loading .preloader div:nth-of-type(6){background:#f5e600;animation:fade 1.5s 992ms linear infinite}pre.loading .preloader div:nth-of-type(7){background:#00f50c;animation:fade 1.5s 1130ms linear infinite}pre .preloader{position:absolute;top:12px;left:10px}pre .preloader div{width:12px;height:12px;border-radius:4px;display:inline-block;margin-right:4px;opacity:0;animation-play-state:paused;animation-fill-mode:forwards}pre{border:1px solid #ccc;word-wrap:break-word;padding:6px 10px;line-height:19px;margin-bottom:20px}pre code{border:0;padding:0;margin:0;border-radius:0}code{border:1px solid #eaeaea;margin:0px 2px;padding:0px 5px;font-size:12px}pre,code{font-family:Consolas, 'Liberation Mono', Courier, monospace;color:#333;background:#f8f8f8;border-radius:3px}pre,pre code{font-size:13px}pre .comment{color:#998}pre .support{color:#0086B3}pre .tag,pre .tag-name{color:navy}pre .keyword,pre .css-property,pre .vendor-fix,pre .sass,pre .class,pre .id,pre .css-value,pre .entity.function,pre .storage.function{font-weight:bold}pre .css-property,pre .css-value,pre .vendor-fix,pre .support.namespace{color:#333}pre .constant.numeric,pre .keyword.unit,pre .hex-color{font-weight:normal;color:#099}pre .entity.class{color:#458}pre .entity.id,pre .entity.function{color:#900}pre .attribute,pre .variable{color:teal}pre .string,pre .support.value{font-weight:normal;color:#d14}pre .regexp{color:#009926}
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<defs>
|
|
||||||
<pattern id="pattern-0" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse" viewBox="0 0 100 100">
|
|
||||||
<path d="M 0 0 L 50 0 L 50 100 L 0 100 Z" style="fill: black;"/>
|
|
||||||
</pattern>
|
|
||||||
</defs>
|
|
||||||
<path style="fill: rgb(255, 255, 255); stroke: rgb(0, 0, 0); stroke-miterlimit: 4; stroke-dasharray: none; stroke-width: 24.1239;" d="M 145.686 14.63 C 141.613 8.89 130.833 68.155 113.248 128.344 C 108.415 144.89 115.288 161.582 117.782 176.059 C 121.971 183.412 126.134 194.145 129.663 207.523 C 130.852 212.029 131.89 216.619 132.816 221.212 C 123.039 245.985 117.522 274.055 117.522 303.808 C 117.522 331.213 122.224 357.181 130.601 380.471 C 146.382 392.392 161.695 409.741 174.269 431.302 C 180.153 441.39 185.014 451.718 188.888 461.98 C 209.024 476.655 232.243 485.043 256.97 485.043 C 280.324 485.043 302.327 477.571 321.665 464.381 C 325.671 453.331 330.362 441.894 337.169 431.302 C 350.642 410.34 367.256 390.2 384.224 378 C 395.979 359.286 397.512 331.335 396.418 303.808 C 395.283 275.244 391.314 248.191 382.244 224.145 C 383.028 218.304 384.004 212.46 385.214 206.717 C 388.261 192.245 392.179 180.77 396.288 173.244 C 397.911 159.088 403.396 142.737 398.19 126.913 C 377.42 63.769 380.058 117.247 374.011 122.306 C 366.364 128.705 325.935 65.939 327.529 128.344 C 327.702 135.15 328.069 141.8 328.596 148.266 C 307.662 131.942 282.324 152.098 256.136 152.098 C 229.291 152.098 205.058 132.425 183.779 149.512 C 184.059 142.203 184.108 134.65 183.911 126.913 C 182.317 64.508 171.016 50.32 145.686 14.63 Z" id="path2987"/>
|
|
||||||
<path id="path3763" d="M 256.314 390.825 C 246.312 390.825 223.405 410.421 223.405 423.826 C 223.405 427.497 224.537 430.973 226.554 434.092 C 230.352 435.689 234.037 438.012 237.065 440.902 C 238.481 442.253 239.65 443.635 240.582 445.009 C 245.429 446.974 251.018 448.098 256.97 448.098 C 262.593 448.098 267.889 447.097 272.542 445.33 C 273.509 443.851 274.748 442.358 276.274 440.902 C 279.518 437.806 283.517 435.361 287.6 433.762 C 289.485 430.731 290.537 427.367 290.537 423.826 C 290.537 410.421 266.971 390.825 256.314 390.825 Z" style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0); stroke-miterlimit: 4; stroke-dasharray: none; stroke-width: 24.1239;"/>
|
|
||||||
<path style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0); stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-width: 24.1239;" d="M 228.658 314.39 C 264.037 255.967 201.722 177.034 170.636 242.749 C 156.716 272.177 189.433 341.163 228.658 314.39 Z" id="path3779"/>
|
|
||||||
<path style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0); stroke-miterlimit: 4; stroke-width: 18;" d="M 323.461 270.414 C 323.461 276.224 318.143 280.937 311.582 280.937 C 305.022 280.937 299.702 276.224 299.702 270.414 C 299.702 264.6 305.022 259.888 311.582 259.888 C 318.143 259.888 323.461 264.6 323.461 270.414 Z" id="path3785"/>
|
|
||||||
<path style="stroke: rgb(0, 0, 0); stroke-miterlimit: 4; fill: rgb(255, 255, 255); stroke-width: 24.1239;" d="M 232.976 268.819 C 232.976 284.42 220.013 297.069 204.021 297.069 C 188.032 297.069 175.068 284.42 175.068 268.819 C 175.068 253.21 188.032 240.565 204.021 240.565 C 220.013 240.565 232.976 253.21 232.976 268.819 Z" id="path-1"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,41 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html lang="<?php echo $Site->language() ?>">
|
|
||||||
<head>
|
|
||||||
<!-- Meta tags -->
|
|
||||||
<?php include('php/head.php') ?>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Plugins Site Body Begin -->
|
|
||||||
<?php Theme::plugins('siteBodyBegin') ?>
|
|
||||||
|
|
||||||
<!-- Layout -->
|
|
||||||
<div id="layout" class="pure-g">
|
|
||||||
|
|
||||||
<!-- Sidebar -->
|
|
||||||
<div class="sidebar pure-u-1 pure-u-md-1-4">
|
|
||||||
<?php include('php/sidebar.php') ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Main -->
|
|
||||||
<div class="content pure-u-1 pure-u-md-3-4">
|
|
||||||
|
|
||||||
<!-- Content -->
|
|
||||||
<?php
|
|
||||||
include(THEME_DIR_PHP.'page.php');
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<div class="footer">
|
|
||||||
<p><?php echo $Site->footer(); ?> | <?php echo $Language->get('Powered by') ?> <a target="_blank" href="http://www.bludit.com">Bludit</a></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Plugins Site Body End -->
|
|
||||||
<?php Theme::plugins('siteBodyEnd') ?>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?php
|
|
||||||
$GITHUB_BASE_URL = '__GITHUB_BASE_URL__';
|
|
||||||
$HOW_TO_EDIT_LINK = '__HOW_TO_EDIT_LINK__';
|
|
||||||
|
|
||||||
if (!$Site->homepage()) {
|
|
||||||
echo 'This theme need a home page defined, please select one page on <b>Admin panel->Settings->Advanced->Home page</b>';
|
|
||||||
exit;
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"theme-data":
|
|
||||||
{
|
|
||||||
"name": "Docs",
|
|
||||||
"description": "An ideal theme for a documentation page. It uses pages and subpages for a correct visualization and for a correct indexing tracking by search engines. The documentation of Bludit is based on this theme."
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"author": "Bludit",
|
|
||||||
"email": "",
|
|
||||||
"website": "http://themes.bludit.com",
|
|
||||||
"version": "1.0",
|
|
||||||
"releaseDate": "2017-07-10",
|
|
||||||
"license": "MIT",
|
|
||||||
"compatible": "2.0",
|
|
||||||
"notes": ""
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
echo Theme::charset('utf-8');
|
|
||||||
echo Theme::viewport('width=device-width, initial-scale=1, user-scalable=no');
|
|
||||||
|
|
||||||
echo Theme::headTitle();
|
|
||||||
echo Theme::headDescription();
|
|
||||||
|
|
||||||
echo Theme::favicon('img/favicon.png');
|
|
||||||
|
|
||||||
echo Theme::css('css/pure-min.css');
|
|
||||||
echo Theme::css('css/grids-responsive-min.css');
|
|
||||||
echo Theme::css('css/blog.css');
|
|
||||||
echo Theme::css('css/rainbow-github.css');
|
|
||||||
|
|
||||||
echo Theme::fontAwesome();
|
|
||||||
echo Theme::jquery();
|
|
||||||
|
|
||||||
echo Theme::js('js/rainbow-custom.min.js');
|
|
||||||
|
|
||||||
// Load plugins with the hook siteHead
|
|
||||||
Theme::plugins('siteHead');
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Pure and Google Fonts -->
|
|
||||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic,latin-ext" rel="stylesheet" type="text/css">
|
|
||||||
<style>
|
|
||||||
html, button, input, select, textarea,
|
|
||||||
.pure-g [class *= "pure-u"] {
|
|
||||||
font-family: 'Open Sans', sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<h1 class="subhead">
|
|
||||||
<?php
|
|
||||||
$parentKey = $page->parentKey();
|
|
||||||
if ($parentKey) {
|
|
||||||
echo $pagesByParentByKey[PARENT][$parentKey]->title();
|
|
||||||
echo ' -> ';
|
|
||||||
}
|
|
||||||
echo $page->title();
|
|
||||||
?>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<section class="page">
|
|
||||||
<?php Theme::plugins('pageBegin') ?>
|
|
||||||
|
|
||||||
<header class="page-header">
|
|
||||||
<h2 class="page-title">
|
|
||||||
<?php echo $Page->title() ?>
|
|
||||||
</h2>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="page-content">
|
|
||||||
<?php echo $Page->content() ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="edit-this-page">
|
|
||||||
<?php
|
|
||||||
echo '<a class="pure-button pure-button-primary" href="'.$GITHUB_BASE_URL.$Page->key().'/'.FILENAME.'"><i class="fa fa-pencil"></i> Edit this page</a>';
|
|
||||||
echo '<a class="pure-button" href="'.$HOW_TO_EDIT_LINK.'"><i class="fa fa-info-circle"></i> How to edit this page ?</a>';
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php Theme::plugins('pageEnd') ?>
|
|
||||||
</section>
|
|
|
@ -1,44 +0,0 @@
|
||||||
<div class="sidebar-content">
|
|
||||||
|
|
||||||
<div class="logo">
|
|
||||||
<img class="logo" src="<?php echo HTML_PATH_ADMIN_THEME ?>img/logo.svg" />
|
|
||||||
<h1 class="title"><?php echo $Site->title() ?></h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$html = '<div class="plugin plugin-pages">';
|
|
||||||
$html .= '<div class="plugin-content">';
|
|
||||||
$html .= '<ul class="parent">';
|
|
||||||
|
|
||||||
foreach ($pagesByParent[PARENT] as $parent) {
|
|
||||||
$html .= '<li class="parent">';
|
|
||||||
$html .= '<span class="parent">'.$parent->title().'</span>';
|
|
||||||
|
|
||||||
if (!empty($pagesByParent[$parent->key()])) {
|
|
||||||
$html .= '<ul class="child">';
|
|
||||||
foreach ($pagesByParent[$parent->key()] as $child) {
|
|
||||||
if ($child->key()==$page->key()) {
|
|
||||||
$html .= '<li class="child selected">';
|
|
||||||
} else {
|
|
||||||
$html .= '<li class="child">';
|
|
||||||
}
|
|
||||||
$html .= '<a class="child" href="'.$child->permalink().'">';
|
|
||||||
$html .= $child->title();
|
|
||||||
$html .= '</a>';
|
|
||||||
$html .= '</li>';
|
|
||||||
}
|
|
||||||
$html .= '</ul>';
|
|
||||||
}
|
|
||||||
$html .= '</li>';
|
|
||||||
}
|
|
||||||
|
|
||||||
$html .= '</ul>';
|
|
||||||
$html .= '</div>';
|
|
||||||
$html .= '</div>';
|
|
||||||
|
|
||||||
echo $html;
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
</div>
|
|
|
@ -1,69 +0,0 @@
|
||||||
body {
|
|
||||||
color: #333;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-list {
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-container-title {
|
|
||||||
padding: 7em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-container-main {
|
|
||||||
padding-bottom: 7em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-author img {
|
|
||||||
max-width: 50%;
|
|
||||||
border-radius: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-author .name {
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-author .social a {
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.plugin-content ul {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.page-parent {
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Page and post content
|
|
||||||
------------------------------------------------
|
|
||||||
*/
|
|
||||||
.bl-page-post-content p {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-page-post-content ul {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-page-post-content h1,
|
|
||||||
.bl-page-post-content h2,
|
|
||||||
.bl-page-post-content h3,
|
|
||||||
.bl-page-post-content h4,
|
|
||||||
.bl-page-post-content h5,
|
|
||||||
.bl-page-post-content h6 {
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bl-page-post-content h1:not(:first-child),
|
|
||||||
.bl-page-post-content h2:not(:first-child),
|
|
||||||
.bl-page-post-content h3:not(:first-child),
|
|
||||||
.bl-page-post-content h4:not(:first-child),
|
|
||||||
.bl-page-post-content h5:not(:first-child),
|
|
||||||
.bl-page-post-content h6:not(:first-child) {
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade{10%{transform:scale(1, 1)}35%{transform:scale(1, 1.7)}40%{transform:scale(1, 1.7)}50%{opacity:1}60%{transform:scale(1, 1)}100%{transform:scale(1, 1);opacity:0}}[data-language] code,[class^="lang"] code,pre [data-language],pre [class^="lang"]{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";animation:50ms ease-in-out 2s forwards fade-in}[data-language] code.rainbow,[class^="lang"] code.rainbow,pre [data-language].rainbow,pre [class^="lang"].rainbow{animation-delay:0s}[data-language] code.loading,[class^="lang"] code.loading,pre [data-language].loading,pre [class^="lang"].loading{animation-play-state:paused}pre{position:relative}pre.loading .preloader div{animation-play-state:running}pre.loading .preloader div:nth-of-type(1){background:#0081f5;animation:fade 1.5s 300ms linear infinite}pre.loading .preloader div:nth-of-type(2){background:#5000f5;animation:fade 1.5s 438ms linear infinite}pre.loading .preloader div:nth-of-type(3){background:#9000f5;animation:fade 1.5s 577ms linear infinite}pre.loading .preloader div:nth-of-type(4){background:#f50419;animation:fade 1.5s 715ms linear infinite}pre.loading .preloader div:nth-of-type(5){background:#f57900;animation:fade 1.5s 853ms linear infinite}pre.loading .preloader div:nth-of-type(6){background:#f5e600;animation:fade 1.5s 992ms linear infinite}pre.loading .preloader div:nth-of-type(7){background:#00f50c;animation:fade 1.5s 1130ms linear infinite}pre .preloader{position:absolute;top:12px;left:10px}pre .preloader div{width:12px;height:12px;border-radius:4px;display:inline-block;margin-right:4px;opacity:0;animation-play-state:paused;animation-fill-mode:forwards}pre{border:1px solid #ccc;word-wrap:break-word;padding:6px 10px;line-height:19px;margin-bottom:20px}pre code{border:0;padding:0;margin:0;border-radius:0}code{border:1px solid #eaeaea;margin:0px 2px;padding:0px 5px;font-size:12px}pre,code{font-family:Consolas, 'Liberation Mono', Courier, monospace;color:#333;background:#f8f8f8;border-radius:3px}pre,pre code{font-size:13px}pre .comment{color:#998}pre .support{color:#0086B3}pre .tag,pre .tag-name{color:navy}pre .keyword,pre .css-property,pre .vendor-fix,pre .sass,pre .class,pre .id,pre .css-value,pre .entity.function,pre .storage.function{font-weight:bold}pre .css-property,pre .css-value,pre .vendor-fix,pre .support.namespace{color:#333}pre .constant.numeric,pre .keyword.unit,pre .hex-color{font-weight:normal;color:#099}pre .entity.class{color:#458}pre .entity.id,pre .entity.function{color:#900}pre .attribute,pre .variable{color:teal}pre .string,pre .support.value{font-weight:normal;color:#d14}pre .regexp{color:#009926}
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,76 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<head>
|
|
||||||
<?php include(THEME_DIR_PHP.'head.php') ?>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<header id="fh5co-header" role="banner">
|
|
||||||
<nav class="navbar navbar-default" role="navigation">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-10 col-md-offset-1">
|
|
||||||
|
|
||||||
<!-- Logo
|
|
||||||
-->
|
|
||||||
<div class="navbar-header">
|
|
||||||
<a class="navbar-brand" href="<?php echo $Site->url() ?>"><?php echo $Site->title() ?></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Links
|
|
||||||
-->
|
|
||||||
<div id="fh5co-navbar" class="navbar-collapse collapse">
|
|
||||||
<ul class="nav navbar-nav navbar-right">
|
|
||||||
<li><a href="<?php echo $Site->url() ?>"><span>Home <span class="border"></span></span></a></li>
|
|
||||||
<li><a href="<?php echo Theme::rssUrl() ?>"><span>RSS <span class="border"></span></span></a></li>
|
|
||||||
<li><a href="<?php echo Theme::sitemapUrl() ?>"><span>Sitemap <span class="border"></span></span></a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div id="fh5co-main">
|
|
||||||
|
|
||||||
<!-- Main
|
|
||||||
-->
|
|
||||||
<?php
|
|
||||||
if ($Url->whereAmI()=='page') {
|
|
||||||
include(THEME_DIR_PHP.'page.php');
|
|
||||||
} else {
|
|
||||||
include(THEME_DIR_PHP.'home.php');
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Footer
|
|
||||||
-->
|
|
||||||
<footer id="fh5co-footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-10 col-md-offset-1 text-center">
|
|
||||||
<p><?php echo $Site->footer() ?> <br> Diego Najar - <a href="https://www.linkedin.com/in/diegonajar?locale=en_US">Linkedin</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- Javascript
|
|
||||||
-->
|
|
||||||
<?php
|
|
||||||
Theme::jquery();
|
|
||||||
Theme::javascript('jquery.waypoints.min.js');
|
|
||||||
Theme::javascript('main.js');
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Load plugins
|
|
||||||
- Hook: Site body end
|
|
||||||
-->
|
|
||||||
<?php
|
|
||||||
Theme::plugins('siteBodyEnd');
|
|
||||||
?>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,5 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
define('PARENT_PAGES_LINK', false);
|
|
||||||
|
|
||||||
?>
|
|
File diff suppressed because one or more lines are too long
|
@ -1,131 +0,0 @@
|
||||||
;(function () {
|
|
||||||
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
// iPad and iPod detection
|
|
||||||
var isiPad = function(){
|
|
||||||
return (navigator.platform.indexOf("iPad") != -1);
|
|
||||||
};
|
|
||||||
|
|
||||||
var isiPhone = function(){
|
|
||||||
return (
|
|
||||||
(navigator.platform.indexOf("iPhone") != -1) ||
|
|
||||||
(navigator.platform.indexOf("iPod") != -1)
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
// Burger Menu
|
|
||||||
var burgerMenu = function() {
|
|
||||||
$('body').on('click', '.js-fh5co-nav-toggle', function(){
|
|
||||||
if ( $('#fh5co-navbar').is(':visible') ) {
|
|
||||||
$(this).removeClass('active');
|
|
||||||
} else {
|
|
||||||
$(this).addClass('active');
|
|
||||||
}
|
|
||||||
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
// Animate Projects
|
|
||||||
|
|
||||||
var animateBox = function() {
|
|
||||||
if ( $('.animate-box').length > 0 ) {
|
|
||||||
$('.animate-box').waypoint( function( direction ) {
|
|
||||||
|
|
||||||
if( direction === 'down' && !$(this.element).hasClass('animated') ) {
|
|
||||||
|
|
||||||
$(this.element).addClass('fadeIn animated');
|
|
||||||
|
|
||||||
}
|
|
||||||
} , { offset: '80%' } );
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
// Animate Leadership
|
|
||||||
var animateTeam = function() {
|
|
||||||
if ( $('#fh5co-team').length > 0 ) {
|
|
||||||
$('#fh5co-team .to-animate').each(function( k ) {
|
|
||||||
|
|
||||||
var el = $(this);
|
|
||||||
|
|
||||||
setTimeout ( function () {
|
|
||||||
console.log('yaya');
|
|
||||||
el.addClass('fadeInUp animated');
|
|
||||||
}, k * 200, 'easeInOutExpo' );
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
};
|
|
||||||
var teamWayPoint = function() {
|
|
||||||
if ( $('#fh5co-team').length > 0 ) {
|
|
||||||
$('#fh5co-team').waypoint( function( direction ) {
|
|
||||||
|
|
||||||
if( direction === 'down' && !$(this.element).hasClass('animated') ) {
|
|
||||||
|
|
||||||
setTimeout(animateTeam, 200);
|
|
||||||
|
|
||||||
|
|
||||||
$(this.element).addClass('animated');
|
|
||||||
|
|
||||||
}
|
|
||||||
} , { offset: '80%' } );
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
// Animate Feature
|
|
||||||
var animateFeatureIcons = function() {
|
|
||||||
if ( $('#fh5co-services').length > 0 ) {
|
|
||||||
$('#fh5co-services .to-animate').each(function( k ) {
|
|
||||||
|
|
||||||
var el = $(this);
|
|
||||||
|
|
||||||
setTimeout ( function () {
|
|
||||||
el.addClass('bounceIn animated');
|
|
||||||
}, k * 200, 'easeInOutExpo' );
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
};
|
|
||||||
var featureIconsWayPoint = function() {
|
|
||||||
if ( $('#fh5co-services').length > 0 ) {
|
|
||||||
$('#fh5co-services').waypoint( function( direction ) {
|
|
||||||
|
|
||||||
if( direction === 'down' && !$(this.element).hasClass('animated') ) {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
setTimeout(animateFeatureIcons, 200);
|
|
||||||
|
|
||||||
|
|
||||||
$(this.element).addClass('animated');
|
|
||||||
|
|
||||||
}
|
|
||||||
} , { offset: '80%' } );
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$(function(){
|
|
||||||
|
|
||||||
burgerMenu();
|
|
||||||
animateBox();
|
|
||||||
teamWayPoint();
|
|
||||||
featureIconsWayPoint();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
}());
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"theme-data":
|
|
||||||
{
|
|
||||||
"name": "Klean",
|
|
||||||
"description": "Based on the theme Clean, minimalist, fast, and klean."
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"theme-data":
|
|
||||||
{
|
|
||||||
"name": "Klean",
|
|
||||||
"description": "Basado en el tema Clean, minimalista, rapido y limpio."
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"author": "FREEHTML5.co",
|
|
||||||
"email": "",
|
|
||||||
"website": "https://freehtml5.co/",
|
|
||||||
"version": "16.10.13",
|
|
||||||
"releaseDate": "2016-10-13",
|
|
||||||
"license": "",
|
|
||||||
"compatible": "1.5.2",
|
|
||||||
"notes": "Responsive theme for Bludit adapted by Diego."
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
<?php
|
|
||||||
echo Theme::charset('utf-8');
|
|
||||||
echo Theme::viewport('width=device-width, initial-scale=1');
|
|
||||||
|
|
||||||
echo '<meta http-equiv="X-UA-Compatible" content="IE=edge">';
|
|
||||||
echo '<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700" rel="stylesheet">';
|
|
||||||
|
|
||||||
echo Theme::headTitle();
|
|
||||||
echo Theme::headDescription();
|
|
||||||
|
|
||||||
echo Theme::favicon('img/favicon.png');
|
|
||||||
|
|
||||||
echo Theme::fontAwesome();
|
|
||||||
|
|
||||||
echo Theme::css('css/style.css');
|
|
||||||
echo Theme::css('css/bludit.css');
|
|
||||||
echo Theme::css('css/rainbow-github.css');
|
|
||||||
|
|
||||||
echo '<!--[if lt IE 9]>';
|
|
||||||
echo Theme::js('js/respond.min.js');
|
|
||||||
echo '<![endif]-->';
|
|
||||||
|
|
||||||
echo Theme::js('js/rainbow-custom.min.js');
|
|
||||||
|
|
||||||
// Load plugins with the hook siteHead
|
|
||||||
Theme::plugins('siteHead');
|
|
||||||
?>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
// PRINT PAGES and SUB-PAGES
|
|
||||||
// ------------------------------------------------------
|
|
||||||
|
|
||||||
foreach ($pagesByParent[PARENT] as $Parent) {
|
|
||||||
echo '<div class="bl-list">';
|
|
||||||
echo '<div class="container">';
|
|
||||||
echo '<div class="row">';
|
|
||||||
echo '<div class="col-md-12 text-center">';
|
|
||||||
|
|
||||||
if (PARENT_PAGES_LINK) {
|
|
||||||
echo '<h1><a class="page-parent" href="'.$Parent->permalink().'">'.$Parent->title().'</a></h1>';
|
|
||||||
} else {
|
|
||||||
echo '<h1>'.$Parent->title().'</h1>';
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!empty($pagesByParent[$Parent->key()])) {
|
|
||||||
echo '<ul class="list-unstyled">';
|
|
||||||
foreach($pagesByParent[$Parent->key()] as $Child) {
|
|
||||||
echo '<li><h4><a href="'.$Child->permalink().'">'.$Child->title().'</a></h4></li>';
|
|
||||||
}
|
|
||||||
echo '</ul>';
|
|
||||||
}
|
|
||||||
|
|
||||||
echo '</div>';
|
|
||||||
echo '</div>';
|
|
||||||
echo '</div>';
|
|
||||||
echo '</div>';
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
|
@ -1,105 +0,0 @@
|
||||||
<!-- Page title and description
|
|
||||||
-->
|
|
||||||
<div class="bl-container-title text-center">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-8 col-md-offset-2">
|
|
||||||
<h1 class="title"><?php echo $Page->title() ?></h1>
|
|
||||||
<p class="description"><?php echo $Page->description() ?></p>
|
|
||||||
<p class="date">Published <?php echo $Page->date() ?></p>
|
|
||||||
<?php if ($Page->dateModified()) { ?>
|
|
||||||
<p class="dateModified">Updated: <?php echo $Page->dateModified() ?></p>
|
|
||||||
<?php } ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Page content and author
|
|
||||||
-->
|
|
||||||
<div class="bl-container-main">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<div class="col-md-10 col-md-offset-1">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<!-- Author
|
|
||||||
-->
|
|
||||||
<div class="col-md-3 col-md-push-9">
|
|
||||||
|
|
||||||
<div class="bl-author text-center">
|
|
||||||
<?php
|
|
||||||
$User = $Page->user();
|
|
||||||
$author = $User->username();
|
|
||||||
if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) {
|
|
||||||
$author = $User->firstName().' '.$User->lastName();
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Author profile
|
|
||||||
-->
|
|
||||||
<img src="<?php echo $User->profilePicture() ?>" alt="">
|
|
||||||
|
|
||||||
<!-- Author name
|
|
||||||
-->
|
|
||||||
<h4 class="name"><?php echo $author ?></h4>
|
|
||||||
|
|
||||||
<!-- Social networks
|
|
||||||
-->
|
|
||||||
<?php
|
|
||||||
if( Text::isNotEmpty( $User->twitter()) )
|
|
||||||
echo '<div class="social"><i class="icon-twitter"></i> <a href="'.$User->twitter().'">Twitter</a></div>';
|
|
||||||
|
|
||||||
if( Text::isNotEmpty( $User->facebook()) )
|
|
||||||
echo '<div class="social"><i class="icon-facebook"></i> <a href="'.$User->facebook().'">Facebook</a></div>';
|
|
||||||
|
|
||||||
if( Text::isNotEmpty( $User->googleplus()) )
|
|
||||||
echo '<div class="social"><i class="icon-google"></i> <a href="'.$User->googleplus().'">Google+</a></div>';
|
|
||||||
|
|
||||||
if( Text::isNotEmpty( $User->instagram()) )
|
|
||||||
echo '<div class="social"><i class="icon-instagram"></i> <a href="'.$User->instagram().'">Instagram</a></div>';
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Page content
|
|
||||||
-->
|
|
||||||
<div class="col-md-9 col-md-pull-3">
|
|
||||||
|
|
||||||
<!-- Load plugins
|
|
||||||
- Hook: Page Begin
|
|
||||||
-->
|
|
||||||
<?php Theme::plugins('pageBegin') ?>
|
|
||||||
|
|
||||||
<!-- Cover Image
|
|
||||||
-->
|
|
||||||
<?php
|
|
||||||
if( $Page->coverImage() ) {
|
|
||||||
echo '<div class="bl-cover-image">';
|
|
||||||
echo '<img src="'.$Page->coverImage().'" alt="Cover Image">';
|
|
||||||
echo '</div>';
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Page content
|
|
||||||
- The flag TRUE is to get the full content.
|
|
||||||
- This content is Markdown parsed.
|
|
||||||
-->
|
|
||||||
<div class="bl-page-post-content">
|
|
||||||
<?php echo $Page->content(true) ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Load plugins
|
|
||||||
- Hook: Page End
|
|
||||||
-->
|
|
||||||
<?php Theme::plugins('pageEnd') ?>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue