Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog #2

Open
wants to merge 8 commits into
base: blog
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wp-config.php
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ běží na Wordpress 3.4.2
## Instalace
- vytvoř si databázi - např. `juniorinternet_blog`
- do ní si naimportuj soubor `.sql`
- zkopíruj si soubor `wp-config-sample.php` a kopii přejmenuj na `wp_config.php`
- edituj `wp_config.php` podle svého nastavení MySQL
- web by měl běžet. Defaultní user: admin / admin (na produkci změněno)

3 changes: 0 additions & 3 deletions wp-content/themes/juniorinternet/404-header.php

This file was deleted.

2 changes: 1 addition & 1 deletion wp-content/themes/juniorinternet/404.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php get_header('classic'); ?>
<?php get_header(); ?>

<div role="banner" class="clearfix banner primary">
<div class="inner">
Expand Down
1 change: 0 additions & 1 deletion wp-content/themes/juniorinternet/archive.php

This file was deleted.

1 change: 0 additions & 1 deletion wp-content/themes/juniorinternet/comments-popup.php

This file was deleted.

12 changes: 11 additions & 1 deletion wp-content/themes/juniorinternet/header-classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

<body <?php body_class('page-classic') ?>>

<?php get_template_part( 'old_browser' ); ?>
<?php get_template_part( 'old_browser' ); ?>

<div role="banner" class="clearfix banner primary small-banner">
<div class="inner">
<span class="year">2013 &mdash; 14. ročník</span>

<p class="main-text">Co se <strong>aktuálně</strong> děje <span class="line-break-mobile"></span> v projektu <a href="<?php echo home_url() ?>"><span>Junior Internet</span></a></p>

<?php get_template_part( 'navigation' ); ?>
</div>
</div>
20 changes: 9 additions & 11 deletions wp-content/themes/juniorinternet/home.php
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
<?php get_header('classic'); ?>
<div role="banner" class="clearfix banner primary small-banner">
<div class="inner">
<span class="year">2013 &mdash; 14. ročník</span>

<p class="main-text">Co se <strong>aktuálně</strong> děje <span class="line-break-mobile"></span> v projektu <a href="<?php echo home_url() ?>"><span>Junior Internet</span></a></p>

<?php get_template_part( 'navigation' ); ?>
</div>
</div>

<div role="main" class="content clearfix tertiary">

<div class="inner">

<?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class('article'); ?>>
<span class="date"><?php the_date() ?></span>
<h3><?php the_title(); ?></h3>
<span class="date"><?php the_time(get_option('date_format')) ?></span>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<?php the_content(); ?>
</div>
<?php endwhile; ?>

<?php if ( $wp_query->max_num_pages > 1 ) : ?>
<div id="nav-below" class="navigation">
<div class="nav-next"><?php previous_posts_link('« Novější články'); ?></div>
<div class="nav-previous"><?php next_posts_link('Starší články »'); ?></div>
</div>
<?php endif; ?>

<?php else: get_template_part('404') ?>
<?php endif; ?>

Expand Down
114 changes: 3 additions & 111 deletions wp-content/themes/juniorinternet/index.php
Original file line number Diff line number Diff line change
@@ -1,111 +1,3 @@
<?php get_header(); ?>

<div role="banner" class="clearfix banner primary">
<div class="inner">
<span class="year">2013 &mdash; 14. ročník</span>
<h1>Junior Internet</h1>
<h2>Odrazový můstek <span class="line-break"></span>pro mladé internetové nadšence.</h2>
<p>Již 14 let pomáháme mladým lidem poznávat internetové technologie, potkávat zajímavé lidi a prosadit se na internetu.</p>
<p class="nav quicknav" role="navigation">
Organizujeme:
<a n:href="competition">Soutěže</a>

<!-- <a href="/konference">Konference</a> -->
<span class="wip" title="V přípravě">Konference</span>

<!-- <a href="/junior-camp">Junior&nbsp;Camp</a> -->
<span class="wip" title="V přípravě">Junior&nbsp;Camp</span>
</p>

<?php get_template_part( 'navigation' ); ?>
</div>

</div>

<div role="main" class="content clearfix secondary competition">

<div class="inner">
<h2>Soutěže</h2>
<p class="extraordinary-text">Ukaž co v tobě je. Přihlaš projekt do soutěže a vyhraj hodnotné ceny.</p>
<p>Junior Internet se může stát tvým odrazovým můstkem, který tě vyhoupne do světa úspěšných mladých internetových webdesignerů, programátorů, internetových novinářů, či náctiletých podnikatelů.</p>
<p>Přihlášky končí <strong>17. února 2013 o půlnoci</strong>.</p>
<div class="categories clearfix">
<div class="category">
<h3>Junior <span>Web</span></h3>
<div class="category-about">
<div>
<p>Webové stránky, internetové služby a projekty umístěné na Internetu.</p>
</div>
</div>
</div>
<div class="category">
<h3>Junior <span>Design</span></h3>
<div class="category-about">
<div>
<p>Design webových stránek či jiné elektronické grafické práce.</p>
</div>
</div>
</div>
<div class="category">
<h3>Junior <span>Text</span></h3>
<div class="category-about">
<div>
<p>Slohová práce na téma "internet a vzdělávání".</p>
</div>
</div>
</div>
<div class="category">
<h3>Junior <span>Erb</span></h3>
<div class="category-about">
<div>
<p>Obecně prospěšné internetové projekty nebo stránky týkající se místa vašeho bydliště.</p>
</div>
</div>
</div>
</div>
<p>Letos udělujeme také <strong>speciální ceny</strong> napříč soutěžemi Junior Web a Junior Erb:</p>
<ul class="special-awards special-list">
<li>Technologické zpracování</li>
<li>Uživatelský prožitek na mobilech</li>
<li>Nadace Vodafone za obecně prospěšný projekt</li>
<li>Cena veřejnosti</li>
</ul>
<p><a href="<?php echo get_option('urlToCompetitionSystem') ?>" class="btn btn-extlarge btn-primary">Přihlásit se do soutěže</a></p>
<p>
<a n:href="competition">další informace</a> |
<a n:href="competition#pravidla">pravidla soutěže &amp; průběh hodnocení</a>
</p>
</div>

</div><!-- / content -->

<div role="complementary" class="content clearfix tertiary">

<div class="inner">
<p class="extraordinary-text">Připravujeme Junior Camp ve školách.</p>
<p>Jeden den plný nových webových technologií a týmové práce ve tvé škole.</p>
</div>

</div><!-- / content -->

<div role="complementary" class="content clearfix primary">

<div class="inner">
<h2>Konference</h2>
<div class="conference clearfix">
<div class="half left-side">
<p>Den plný nezapomenutelných přednášek, nových kamarádů, zajímavých rozhovorů a finále soutěží Junior Internet.</p>
<p>Registrace na konferenci se otevřou v únoru 2013. Vstup je zdarma.</p>
</div>
<div class="half">
<div class="conference-date">
<i class="conference-day">23<span>.</span></i> <strong class="conference-year"><span>březen 2013</span></strong>
</div>
</div>
</div>
</div>

</div><!-- / content -->


<?php get_footer(); ?>
<?php
header("HTTP/1.0 404 Not Found");
get_template_part('404');
1 change: 0 additions & 1 deletion wp-content/themes/juniorinternet/search.php

This file was deleted.

27 changes: 26 additions & 1 deletion wp-content/themes/juniorinternet/single.php
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
<?php get_template_part('404', 'header') ?>
<?php get_header('classic'); ?>

<div role="main" class="content clearfix tertiary">

<div class="inner">

<?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class('article'); ?>>
<span class="date"><?php the_date() ?></span>
<h3><?php the_title(); ?></h3>
<?php the_content(); ?>
</div>
<?php endwhile; ?>

<?php else: get_template_part('404') ?>
<?php endif; ?>

<?php get_sidebar() ?>

</div>

</div><!-- / content -->



<?php get_footer(); ?>