Initial commit. State 04.2021.

This commit is contained in:
2021-04-22 17:57:16 +02:00
commit 82781cca41
2974 changed files with 975656 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* @package Professional
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class('col-md-6 col-sm-6 grid2'); ?>>
<div class="featured-thumb col-md-6">
<a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><img src="<?php echo get_template_directory_uri()."/defaults/images/dimg".mt_rand(1,7).".jpg"; ?>"></a>
</div><!--.featured-thumb-->
<div class="out-thumb col-md-6">
<header class="entry-header">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<div class="entry-excerpt"><?php echo substr(get_the_excerpt(),0,200)."..."; ?></div>
<div class="readmore"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php _e('Read More...','professional') ?></a></div>
</header><!-- .entry-header -->
</div><!--.out-thumb-->
</article><!-- #post-## -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -0,0 +1,7 @@
<div id="showcase">
<div class="container">
<div class='col-md-4 col-sm-4 showcase'><figure><div><a href='".esc_url($showcase['url'])."'><img src='<?php echo get_template_directory_uri()."/defaults/images/dimg7.jpg"; ?>'><div class='showcase-caption'><div class='showcase-caption-title'><?php _e('Retina Ready','professional') ?></div><div class='showcase-caption-desc'><?php _e('Works Like a Charm on Super HD Devices.','professional') ?></div></div></a></div></figure></div>
<div class='col-md-4 col-sm-4 showcase'><figure><div><a href='".esc_url($showcase['url'])."'><img src='<?php echo get_template_directory_uri()."/defaults/images/dimg5.jpg"; ?>'><div class='showcase-caption'><div class='showcase-caption-title'><?php _e('Translation Ready','professional') ?></div><div class='showcase-caption-desc'><?php _e('Convert the Theme Easily in Your Own Language.','professional') ?></div></div></a></div></figure></div>
<div class='col-md-4 col-sm-4 showcase'><figure><div><a href='".esc_url($showcase['url'])."'><img src='<?php echo get_template_directory_uri()."/defaults/images/dimg4.jpg"; ?>'><div class='showcase-caption'><div class='showcase-caption-title'><?php _e('Retina Ready','professional') ?></div><div class='showcase-caption-desc'><?php _e('View it on iPhone','professional') ?></div></div></a></div></figure></div>
</div>
</div><!--.showcase-->

View File

@@ -0,0 +1,6 @@
<div id="slider-wrapper">
<ul class="bxslider">
<li><a class='slideurl' href='#'><img src='<?php echo get_template_directory_uri()."/defaults/images/dimg9.jpg"; ?>'><div class='slider-caption'><div class='slider-caption-title'><?php _e('Fully Responsive Design','professional') ?></div><div class='slider-caption-desc'><?php _e('Resize your Browser and see it in action.','professional') ?></div></div></a></li>
<li><a class='slideurl' href='#'><img src='<?php echo get_template_directory_uri()."/defaults/images/dimg8.jpg"; ?>'><div class='slider-caption'><div class='slider-caption-title'><?php _e('Fully Responsive','professional') ?></div><div class='slider-caption-desc'><?php _e('Resize your Browser to see the Effect.','professional') ?></div></div></a></li>
</ul>
</div>

View File

@@ -0,0 +1,6 @@
<a title="<?php _e('Facebook','professional') ?>" id="facebook" href="#"></a>
<a title="<?php _e('Google Plus','professional') ?>" id="google" href="#"></i></a>
<a title="<?php _e('Twitter','professional') ?>" id="twitter" href="#"></a>
<a title="<?php _e('RSS Feed','professional') ?>" id="rss" href="#"></a>
<a title="<?php _e('Instagram','professional') ?>" id="instagram" href="#"></a>
<a title="<?php _e('Flickr','professional') ?>" id="flickr" href="#"></a>