mirror of
https://github.com/crydotsnake/bludit-aerial.git
synced 2024-11-22 04:11:35 +01:00
Merge branch 'master' of github.com:crydotsnake/bludit-aerial
This commit is contained in:
commit
dc7682e824
61
index.php
61
index.php
@ -1,49 +1,9 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Aerial by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html lang="<?php echo Theme::lang() ?>">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!-- Header -->
|
||||
<?php include(THEME_DIR_PHP.'header.php'); ?>
|
||||
|
||||
<!-- meta description -->
|
||||
<?php echo Theme::metaTagDescription(); ?>
|
||||
|
||||
<!-- Dynamic title tag -->
|
||||
<?php echo Theme::metaTagTitle(); ?>
|
||||
|
||||
<!-- Include the CSS Files -->
|
||||
<?php echo Theme::css('assets/css/main.css') ?>
|
||||
|
||||
<!-- Load Bludit Plugins: Site head -->
|
||||
<?php Theme::plugins('siteHead'); ?>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body class="is-preload">
|
||||
|
||||
<!-- Load Bludit Plugins: Site Body Begin -->
|
||||
<?php Theme::plugins('siteBodyBegin'); ?>
|
||||
|
||||
<div id="wrapper">
|
||||
<div id="bg"></div>
|
||||
<div id="overlay"></div>
|
||||
<div id="main">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
|
||||
<?php foreach($content as $page): ?>
|
||||
|
||||
<h1><?php echo $page->title(); ?></h1>
|
||||
<p><?php echo $page->content(); ?></p>
|
||||
|
||||
<?php endforeach; ?>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a target="_blank" href="<?php echo $site->twitter() ?>" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
|
||||
@ -53,18 +13,5 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<?php echo $site->footer(); ?><a href="http://html5up.net">HTML5 UP</a>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
window.onload = function() { document.body.classList.remove('is-preload'); }
|
||||
window.ontouchmove = function() { return false; }
|
||||
window.onorientationchange = function() { document.body.scrollTop = 0; }
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!-- Footer -->
|
||||
<?php include(THEME_DIR_PHP.'footer.php'); ?>
|
7
languages/de_CH.json
Normal file
7
languages/de_CH.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Aerial",
|
||||
"description": "Einfaches Landingpage Template von HTML5up.net."
|
||||
}
|
||||
}
|
8
languages/es.json
Normal file
8
languages/es.json
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Aerial",
|
||||
"description": "Tuna simple plantilla de html5up.net."
|
||||
},
|
||||
}
|
7
languages/tr_TR.json
Normal file
7
languages/tr_TR.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Aerial",
|
||||
"description": "HTML5up.net'ten basit açılış sayfası şablonu."
|
||||
},
|
||||
}
|
@ -1 +1,14 @@
|
||||
|
||||
<footer id="footer">
|
||||
<?php echo $site->footer(); ?><a href="http://html5up.net"> HTML5 UP</a>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
window.onload = function() { document.body.classList.remove('is-preload'); }
|
||||
window.ontouchmove = function() { return false; }
|
||||
window.onorientationchange = function() { document.body.scrollTop = 0; }
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1 +1,35 @@
|
||||
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Aerial by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html lang="<?php echo Theme::lang() ?>">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
|
||||
<!-- meta description -->
|
||||
<?php echo Theme::metaTagDescription(); ?>
|
||||
|
||||
<!-- Dynamic title tag -->
|
||||
<?php echo Theme::metaTagTitle(); ?>
|
||||
|
||||
<!-- Include the CSS Files -->
|
||||
<?php echo Theme::css('assets/css/main.css') ?>
|
||||
|
||||
<!-- Load Bludit Plugins: Site head -->
|
||||
<?php Theme::plugins('siteHead'); ?>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body class="is-preload">
|
||||
|
||||
<!-- Load Bludit Plugins: Site Body Begin -->
|
||||
<?php Theme::plugins('siteBodyBegin'); ?>
|
||||
|
||||
<div id="wrapper">
|
||||
<div id="bg"></div>
|
||||
<div id="overlay"></div>
|
||||
<div id="main">
|
||||
|
Loading…
Reference in New Issue
Block a user