diff --git a/wp-content/themes/twentytwelve/404.php b/wp-content/themes/twentytwelve/404.php new file mode 100644 index 000000000..1d7db1e3e --- /dev/null +++ b/wp-content/themes/twentytwelve/404.php @@ -0,0 +1,29 @@ + + +
+
+ +
+
+

+
+ +
+

+ +
+
+ +
+
+ + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/archive.php b/wp-content/themes/twentytwelve/archive.php new file mode 100644 index 000000000..27360df17 --- /dev/null +++ b/wp-content/themes/twentytwelve/archive.php @@ -0,0 +1,75 @@ + + +
+
+ + + + + + + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + +
+
+ + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/author.php b/wp-content/themes/twentytwelve/author.php new file mode 100644 index 000000000..1ee51a397 --- /dev/null +++ b/wp-content/themes/twentytwelve/author.php @@ -0,0 +1,65 @@ + + +
+
+ + + + + + + + + + +
+
+ +
+
+

+ +
+
+ + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + +
+
+ + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/comments.php b/wp-content/themes/twentytwelve/comments.php new file mode 100644 index 000000000..299df3dc5 --- /dev/null +++ b/wp-content/themes/twentytwelve/comments.php @@ -0,0 +1,66 @@ + +
+ +

+
+ + + + + +

+ ' . get_the_title() . '' ); + ?> +

+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + + +
    + 'twentytwelve_comment' ) ); ?> +
+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + + + +

+ + + + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/content-page.php b/wp-content/themes/twentytwelve/content-page.php new file mode 100644 index 000000000..3a44fb147 --- /dev/null +++ b/wp-content/themes/twentytwelve/content-page.php @@ -0,0 +1,23 @@ + + +
> +
+

+
+ +
+ + '' ) ); ?> +
+ +
diff --git a/wp-content/themes/twentytwelve/content-single.php b/wp-content/themes/twentytwelve/content-single.php new file mode 100644 index 000000000..2d80e9c3e --- /dev/null +++ b/wp-content/themes/twentytwelve/content-single.php @@ -0,0 +1,71 @@ + + +
> +
+

+ + + + +
+ +
+ + '' ) ); ?> +
+ + +
diff --git a/wp-content/themes/twentytwelve/content.php b/wp-content/themes/twentytwelve/content.php new file mode 100644 index 000000000..fe0933a80 --- /dev/null +++ b/wp-content/themes/twentytwelve/content.php @@ -0,0 +1,76 @@ + + +
> +
+ +
+

+

+
+ +

+ + + + + +
+ + +
+ +
+ +
+ →', 'twentytwelve' ) ); ?> + '' ) ); ?> +
+ + + +
diff --git a/wp-content/themes/twentytwelve/footer.php b/wp-content/themes/twentytwelve/footer.php new file mode 100644 index 000000000..0803c8917 --- /dev/null +++ b/wp-content/themes/twentytwelve/footer.php @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php new file mode 100644 index 000000000..e278e319c --- /dev/null +++ b/wp-content/themes/twentytwelve/functions.php @@ -0,0 +1,197 @@ +. + add_theme_support( 'automatic-feed-links' ); + + // This theme uses wp_nav_menu() in one location. + register_nav_menu( 'primary', __( 'Primary Menu', 'twentytwelve' ) ); + + // Add support for custom backgrounds + add_custom_background(); +} +endif; // twentytwelve_setup + +// Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link. +function twentytwelve_page_menu_args( $args ) { + $args['show_home'] = true; + return $args; +} +add_filter( 'wp_page_menu_args', 'twentytwelve_page_menu_args' ); + +/** + * Register our sidebars and widgetized areas. Also register the default Epherma widget. + * + * @since Twenty Twelve 1.0 + */ +function twentytwelve_widgets_init() { + register_sidebar( array( + 'name' => __( 'Main Sidebar', 'twentytwelve' ), + 'id' => 'sidebar-1', + 'before_widget' => '", + 'before_title' => '

', + 'after_title' => '

', + ) ); +} +add_action( 'widgets_init', 'twentytwelve_widgets_init' ); + +if ( ! function_exists( 'twentytwelve_content_nav' ) ) : +// Display navigation to next/previous pages when applicable +function twentytwelve_content_nav( $nav_id ) { + global $wp_query; + + if ( $wp_query->max_num_pages > 1 ) : ?> + + comment_type ) : + case 'pingback' : + case 'trackback' : + ?> +
  • +

    ', '' ); ?>

    + +
  • id="li-comment-"> +
    +
    +
    + comment_parent ) + $avatar_size = 39; + + echo get_avatar( $comment, $avatar_size ); + + /* translators: 1: comment author, 2: date and time */ + printf( __( '%1$s on %2$s said:', 'twentytwelve' ), + sprintf( '%s', get_comment_author_link() ), + sprintf( '', + esc_url( get_comment_link( $comment->comment_ID ) ), + get_comment_time( 'c' ), + /* translators: 1: date, 2: time */ + sprintf( __( '%1$s at %2$s', 'twentytwelve' ), get_comment_date(), get_comment_time() ) + ) + ); + ?> + + ', '' ); ?> +
    + + comment_approved == '0' ) : ?> + +
    + + +
    + +
    + +
    + __( 'Reply ', 'twentytwelve' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> +
    +
    + + Posted on by ', 'twentytwelve' ), + esc_url( get_permalink() ), + esc_attr( get_the_time() ), + esc_attr( get_the_date( 'c' ) ), + esc_html( get_the_date() ), + esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), + esc_attr( sprintf( __( 'View all posts by %s', 'twentytwelve' ), get_the_author() ) ), + get_the_author() + ); +} +endif; \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/header.php b/wp-content/themes/twentytwelve/header.php new file mode 100644 index 000000000..42e0ff61b --- /dev/null +++ b/wp-content/themes/twentytwelve/header.php @@ -0,0 +1,46 @@ + section and everything up till
    + * + * @package WordPress + * @subpackage Twenty_Twelve + * @since Twenty Twelve 1.0 + */ +?> +> + + + +<?php wp_title( '|', true, 'right' ); ?> + + + + + + + + + + + +> +
    + + +
    \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/image.php b/wp-content/themes/twentytwelve/image.php new file mode 100644 index 000000000..f705dd010 --- /dev/null +++ b/wp-content/themes/twentytwelve/image.php @@ -0,0 +1,102 @@ + + +
    +
    + + + +
    > +
    +

    + + + + +
    + +
    + +
    +
    + $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) ) ); +foreach ( $attachments as $k => $attachment ) { + if ( $attachment->ID == $post->ID ) + break; +} +$k++; +// If there is more than 1 attachment in a gallery +if ( count( $attachments ) > 1 ) { + if ( isset( $attachments[ $k ] ) ) + // get the URL of the next image attachment + $next_attachment_url = get_attachment_link( $attachments[ $k ]->ID ); + else + // or get the URL of the first image attachment + $next_attachment_url = get_attachment_link( $attachments[ 0 ]->ID ); +} else { + // or, if there's only 1 image, get the URL of the image + $next_attachment_url = wp_get_attachment_url(); +} +?> + ID, array( $attachment_size, $attachment_size ) ); + ?> + + post_excerpt ) ) : ?> +
    + +
    + +
    + +
    + +
    + + '' ) ); ?> +
    + +
    + +
    + + + + + +
    +
    + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/images/flowers.jpg b/wp-content/themes/twentytwelve/images/flowers.jpg new file mode 100644 index 000000000..1f6ad6d4c Binary files /dev/null and b/wp-content/themes/twentytwelve/images/flowers.jpg differ diff --git a/wp-content/themes/twentytwelve/index.php b/wp-content/themes/twentytwelve/index.php new file mode 100644 index 000000000..fde893d67 --- /dev/null +++ b/wp-content/themes/twentytwelve/index.php @@ -0,0 +1,52 @@ + + +
    +
    + + + + + + + + + + + + +
    +
    +

    +
    + +
    +

    + +
    +
    + + + +
    +
    + + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/js/html5.js b/wp-content/themes/twentytwelve/js/html5.js new file mode 100644 index 000000000..6dd03a4ce --- /dev/null +++ b/wp-content/themes/twentytwelve/js/html5.js @@ -0,0 +1,3 @@ +// html5shiv MIT @rem remysharp.com/html5-enabling-script +// iepp v1.6.2 MIT @jon_neal iecss.com/print-protector +/*@cc_on(function(a,b){function r(a){var b=-1;while(++b";return a.childNodes.length!==1}())){a.iepp=a.iepp||{};var c=a.iepp,d=c.html5elements||"abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",e=d.split("|"),f=e.length,g=new RegExp("(^|\\s)("+d+")","gi"),h=new RegExp("<(/*)("+d+")","gi"),i=/^\s*[\{\}]\s*$/,j=new RegExp("(^|[^\\n]*?\\s)("+d+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),k=b.createDocumentFragment(),l=b.documentElement,m=l.firstChild,n=b.createElement("body"),o=b.createElement("style"),p=/print|all/,q;c.getCSS=function(a,b){if(a+""===undefined)return"";var d=-1,e=a.length,f,g=[];while(++d\n" +"Language-Team: LANGUAGE \n" + +#: 404.php:17 +msgid "This is somewhat embarrassing, isn’t it?" +msgstr "" + +#: 404.php:21 +msgid "" +"It seems we can’t find what you’re looking for. Perhaps " +"searching, or one of the links below, can help." +msgstr "" + +#: archive.php:20 +msgid "Daily Archives: %s" +msgstr "" + +#: archive.php:22 +msgid "Monthly Archives: %s" +msgstr "" + +#: archive.php:22 +msgctxt "monthly archives date format" +msgid "F Y" +msgstr "" + +#: archive.php:24 +msgid "Yearly Archives: %s" +msgstr "" + +#: archive.php:24 +msgctxt "yearly archives date format" +msgid "Y" +msgstr "" + +#: archive.php:27 +msgid "Tag Archives: %s" +msgstr "" + +#: archive.php:35 +msgid "Category Archives: %s" +msgstr "" + +#: archive.php:42 +msgid "Blog Archives" +msgstr "" + +#: archive.php:60 author.php:50 index.php:37 search.php:34 +msgid "Nothing Found" +msgstr "" + +#: archive.php:64 author.php:54 index.php:41 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" + +#: author.php:18 +msgid "Author Archives: %s" +msgstr "" + +#: author.php:33 content-single.php:60 +msgid "About %s" +msgstr "" + +#: comments.php:17 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" + +#: comments.php:33 +msgid "One thought on “%2$s”" +msgid_plural "%1$s thoughts on “%2$s”" +msgstr[0] "" +msgstr[1] "" + +#: comments.php:40 comments.php:52 +msgid "Comment navigation" +msgstr "" + +#: comments.php:41 comments.php:53 +msgid "← Older Comments" +msgstr "" + +#: comments.php:42 comments.php:54 +msgid "Newer Comments →" +msgstr "" + +#: comments.php:61 +msgid "Comments are closed." +msgstr "" + +#: content-page.php:18 content-single.php:24 content.php:36 image.php:88 +msgid "Pages:" +msgstr "" + +#: content-page.php:21 content-single.php:52 content.php:74 functions.php:128 +#: functions.php:156 image.php:35 +msgid "Edit" +msgstr "" + +#. translators: used between list items, there is a space after the comma +#: content-single.php:30 content-single.php:33 content.php:45 content.php:55 +msgid ", " +msgstr "" + +#: content-single.php:35 +msgid "" +"This entry was posted in %1$s and tagged %2$s by %5$s. " +"Bookmark the permalink." +msgstr "" + +#: content-single.php:37 +msgid "" +"This entry was posted in %1$s by %5$s. Bookmark the permalink." +msgstr "" + +#: content-single.php:39 +msgid "" +"This entry was posted by %5$s. Bookmark the permalink." +msgstr "" + +#: content-single.php:64 +msgid "View all posts by %s " +msgstr "" + +#: content.php:15 content.php:19 +msgid "Permalink to %s" +msgstr "" + +#: content.php:16 +msgid "Featured" +msgstr "" + +#: content.php:35 +msgid "Continue reading " +msgstr "" + +#: content.php:49 +msgid "Posted in %2$s" +msgstr "" + +#: content.php:61 +msgid "Tagged %2$s" +msgstr "" + +#: content.php:71 +msgid "Leave a reply" +msgstr "" + +#: content.php:71 +msgid "1 Reply" +msgstr "" + +#: content.php:71 +msgid "% Replies" +msgstr "" + +#. #-#-#-#-# twentytwelve.pot (Twenty Twelve .5) #-#-#-#-# +#. Author URI of the plugin/theme +#: footer.php:18 +msgid "http://wordpress.org/" +msgstr "" + +#: footer.php:18 +msgid "Semantic Personal Publishing Platform" +msgstr "" + +#: footer.php:18 +msgid "Proudly powered by %s" +msgstr "" + +#: functions.php:64 +msgid "Primary Menu" +msgstr "" + +#: functions.php:85 +msgid "Main Sidebar" +msgstr "" + +#: functions.php:102 +msgid "Post navigation" +msgstr "" + +#: functions.php:103 +msgid " Older posts" +msgstr "" + +#: functions.php:104 +msgid "Newer posts " +msgstr "" + +#: functions.php:128 +msgid "Pingback:" +msgstr "" + +#. translators: 1: comment author, 2: date and time +#: functions.php:145 +msgid "%1$s on %2$s said:" +msgstr "" + +#. translators: 1: date, 2: time +#: functions.php:151 +msgid "%1$s at %2$s" +msgstr "" + +#: functions.php:160 +msgid "Your comment is awaiting moderation." +msgstr "" + +#: functions.php:169 +msgid "Reply " +msgstr "" + +#: functions.php:187 +msgid "" +"Posted on by %7$s" +msgstr "" + +#: functions.php:193 +msgid "View all posts by %s" +msgstr "" + +#: header.php:39 +msgid "Main menu" +msgstr "" + +#: header.php:40 +msgid "Skip to primary content" +msgstr "" + +#: header.php:41 +msgid "Skip to secondary content" +msgstr "" + +#: image.php:24 +msgid "" +"Published %2$s " +"at %4$s × %5$s " +"in %8$s" +msgstr "" + +#: image.php:39 +msgid "← Previous" +msgstr "" + +#: image.php:40 +msgid "Next →" +msgstr "" + +#: search.php:18 +msgid "Search Results for: %s" +msgstr "" + +#: search.php:38 +msgid "" +"Sorry, but nothing matched your search criteria. Please try again with some " +"different keywords." +msgstr "" + +#: sidebar.php:14 +msgid "Archives" +msgstr "" + +#: sidebar.php:21 +msgid "Meta" +msgstr "" + +#. Theme Name of the plugin/theme +msgid "Twenty Twelve" +msgstr "" + +#. Theme URI of the plugin/theme +msgid "http://wordpress.org/extend/themes/twentytwelve" +msgstr "" + +#. Description of the plugin/theme +msgid "The 2012 theme for WordPress." +msgstr "" + +#. Author of the plugin/theme +msgid "the WordPress team" +msgstr "" diff --git a/wp-content/themes/twentytwelve/license.txt b/wp-content/themes/twentytwelve/license.txt new file mode 100644 index 000000000..d31195ab0 --- /dev/null +++ b/wp-content/themes/twentytwelve/license.txt @@ -0,0 +1,281 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110, USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/wp-content/themes/twentytwelve/page.php b/wp-content/themes/twentytwelve/page.php new file mode 100644 index 000000000..d2d1e6938 --- /dev/null +++ b/wp-content/themes/twentytwelve/page.php @@ -0,0 +1,29 @@ + + +
    +
    + + + + + + +
    +
    + + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/readme.txt b/wp-content/themes/twentytwelve/readme.txt new file mode 100644 index 000000000..57a9aea3a --- /dev/null +++ b/wp-content/themes/twentytwelve/readme.txt @@ -0,0 +1,3 @@ +== Twenty Twelve == + += Changelog = \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/rtl.css b/wp-content/themes/twentytwelve/rtl.css new file mode 100644 index 000000000..8600c6011 --- /dev/null +++ b/wp-content/themes/twentytwelve/rtl.css @@ -0,0 +1,9 @@ +/* +Theme Name: Twenty Twelve + +Adding support for language written in a Right To Left (RTL) direction is easy - +it's just a matter of overwriting all the horizontal positioning attributes +of your CSS stylesheet in a separate stylesheet file named rtl.css. + +http://codex.wordpress.org/Right_to_Left_Language_Support +*/ \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/screenshot.png b/wp-content/themes/twentytwelve/screenshot.png new file mode 100644 index 000000000..c6d14c88c Binary files /dev/null and b/wp-content/themes/twentytwelve/screenshot.png differ diff --git a/wp-content/themes/twentytwelve/search.php b/wp-content/themes/twentytwelve/search.php new file mode 100644 index 000000000..bdf9cd2ec --- /dev/null +++ b/wp-content/themes/twentytwelve/search.php @@ -0,0 +1,49 @@ + + +
    +
    + + + + + + + + + + + + + + + + +
    +
    +

    +
    + +
    +

    + +
    +
    + + + +
    +
    + + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/sidebar.php b/wp-content/themes/twentytwelve/sidebar.php new file mode 100644 index 000000000..d2056e367 --- /dev/null +++ b/wp-content/themes/twentytwelve/sidebar.php @@ -0,0 +1,30 @@ + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/single.php b/wp-content/themes/twentytwelve/single.php new file mode 100644 index 000000000..0aabe1c20 --- /dev/null +++ b/wp-content/themes/twentytwelve/single.php @@ -0,0 +1,30 @@ + + +
    +
    + + + + + + + + +
    +
    + + + \ No newline at end of file diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css new file mode 100644 index 000000000..cb4c2638b --- /dev/null +++ b/wp-content/themes/twentytwelve/style.css @@ -0,0 +1,523 @@ +/* +Theme Name: Twenty Twelve +Theme URI: http://wordpress.org/extend/themes/twentytwelve +Author: the WordPress team +Author URI: http://wordpress.org/ +Description: The 2012 theme for WordPress. +Version: .5 +License: GNU General Public License +License URI: license.txt +Tags: white, light, two-columns, right-sidebar, responsive-width, custom-background, custom-menu, microformats, post-formats, rtl-language-support, translation-ready + +This theme, like WordPress, is licensed under the GPL. +Use it to make something cool, have fun, and share what you've learned with others. +*/ + +/* _reset.scss + * Zero it out ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + vertical-align: baseline; +} + +body { + line-height: 1; +} + +ol, ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +html { + overflow-y: scroll; + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +a:focus { + outline: thin dotted; +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { + display: block; +} + +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +audio:not([controls]) { + display: none; +} + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +img { + border: 0; + -ms-interpolation-mode: bicubic; +} + +.clear { + zoom: 1; +} +.clear:before, .clear:after { + display: table; + content: ""; +} +.clear:after { + clear: both; +} + +/* scaffolding.css.scss +* Basic structure +* ------------------------------------------------------------------ */ +/*--------------------------------------------------------- +Body, links, basics +------------------------------------------------------------ */ +html { + font-size: 87.5%; +} + +body { + font-size: 14px; + font-size: 1rem; + font-family: "Open Sans", Helvetica, Arial, sans-serif; + text-rendering: optimizeLegibility; + color: #444444; +} + +a { + outline: none; + color: #177095; +} +a:hover { + color: #092e3d; +} + +.skip-link, +.assistive-text { + display: none; +} + +/*--------------------------------------------------------- +Page structure +------------------------------------------------------------ */ +div#page { + padding: 0 24px; + padding: 0 1.714285714rem; + background-color: #fff; +} +@media screen and (min-width: 600px) { + div#page { + zoom: 1; + margin: 0 auto; + max-width: 960px; + max-width: 68.571428571rem; + } + div#page:before, div#page:after { + display: table; + content: ""; + } + div#page:after { + clear: both; + } + +} + +div#primary { + margin: 24px 0; + margin: 1.714285714rem 0; +} +@media screen and (min-width: 600px) { + div#primary { + float: left; + width: 65.104166667%; + } + +} + +div#secondary { + margin: 24px 0; + margin: 1.714285714rem 0; +} +@media screen and (min-width: 600px) { + div#secondary { + float: right; + width: 26.041666667%; + } + +} + +/*--------------------------------------------------------- +Header +------------------------------------------------------------ */ +header#masthead { + padding: 24px 0; + padding: 1.714285714rem 0; +} +header#masthead hgroup h1, +header#masthead hgroup h2 { + text-align: center; +} +@media screen and (min-width: 600px) { + header#masthead hgroup h1, + header#masthead hgroup h2 { + text-align: left; + } + +} +header#masthead hgroup h1 a, +header#masthead hgroup h2 a { + color: #444444; + text-decoration: none; +} +header#masthead hgroup h1 a:hover, +header#masthead hgroup h2 a:hover { + color: #177095; + text-decoration: underline; +} +header#masthead hgroup h1 { + font-size: 24px; + font-size: 1.714285714rem; + line-height: 2; +} +@media screen and (min-width: 600px) { + header#masthead hgroup h1 { + font-size: 30px; + font-size: 2.142857143rem; + line-height: 1.6; + } + +} +header#masthead hgroup h2 { + font-weight: normal; + font-size: 13px; + font-size: 0.928571429rem; + line-height: 1.846153846; +} + +/*--------------------------------------------------------- +Navigation +------------------------------------------------------------ */ +nav[role="navigation"] { + display: inline-block; + margin-top: 24px; + margin-top: 1.714285714rem; + width: 100%; + font-size: 13px; + font-size: 0.928571429rem; + border-bottom: 1px solid #ededed; + border-top: 1px solid #ededed; +} +@media screen and (max-width: 600px) { + nav[role="navigation"] { + -webkit-column-count: 2; + -webkit-column-gap: 0.714285714rem; + -moz-column-count: 2; + -moz-column-gap: 0.714285714rem; + column-count: 2; + column-gap: 0.714285714rem; + text-align: center; + } + +} +nav[role="navigation"] ul { + margin: 0; + text-indent: 0; +} +nav[role="navigation"] li ul li { + padding-left: 0; +} +nav[role="navigation"] li a, +nav[role="navigation"] li { + display: inline-block; + text-decoration: none; +} +@media screen and (max-width: 600px) { + nav[role="navigation"] li a, + nav[role="navigation"] li { + display: list-item; + } + +} +nav[role="navigation"] li a { + color: #444444; +} +nav[role="navigation"] li a:hover { + color: #1e1e1e; +} +nav[role="navigation"] li { + margin-right: 40px; + margin-right: 2.857142857rem; + position: relative; +} +nav[role="navigation"] li a { + border-bottom: 0; + line-height: 3.692307692; +} +nav[role="navigation"] li ul { + display: none; + position: absolute; + top: 100%; + padding: 0; + margin: 0; + z-index: 1; +} +nav[role="navigation"] li:hover ul { + display: block; + border-left: 0; +} +nav[role="navigation"] li ul li, +nav[role="navigation"] li ul li a { + text-align: center; +} +nav[role="navigation"] li ul li a { + background: #efefef; + border-bottom: 1px solid #ededed; + display: block; + font-size: 12px; + font-size: 0.857142857rem; + line-height: 1.846153846; + padding: 8px 12px; + padding: 0.571428571rem 0.857142857rem; + width: 90px; +} + +/*--------------------------------------------------------- +Banner +------------------------------------------------------------ */ +section[role="banner"] { + margin-bottom: 48px; + margin-bottom: 3.428571429rem; +} + +/*--------------------------------------------------------- +Sidebar +------------------------------------------------------------ */ +div#secondary aside { + margin-bottom: 48px; + margin-bottom: 3.428571429rem; +} +div#secondary aside h3 { + margin-bottom: 24px; + margin-bottom: 1.714285714rem; + text-transform: uppercase; + font-weight: 300; + font-size: 13px; + font-size: 0.928571429rem; + line-height: 1.846153846; +} +div#secondary aside p, +div#secondary aside li { + font-size: 13px; + font-size: 0.928571429rem; + line-height: 1.846153846; +} + +/*--------------------------------------------------------- +Footer +------------------------------------------------------------ */ +footer[role="contentinfo"] { + clear: both; + zoom: 1; + max-width: 960px; + max-width: 68.571428571rem; + margin-top: 48px; + margin-top: 3.428571429rem; + margin-bottom: 48px; + margin-bottom: 3.428571429rem; + margin-left: auto; + margin-right: auto; + padding: 24px 0; + padding: 1.714285714rem 0; + border-top: 1px solid #ededed; +} +footer[role="contentinfo"]:before, footer[role="contentinfo"]:after { + display: table; + content: ""; +} +footer[role="contentinfo"]:after { + clear: both; +} +footer[role="contentinfo"] a { + font-size: 12px; + font-size: 0.857142857rem; + line-height: 2; + color: #686868; +} +footer[role="contentinfo"] a:hover { + color: #177095; +} + +/* index.css.scss +* Basic post styling +* ------------------------------------------------------------------ */ +/*--------------------------------------------------------- +Basic post styling +------------------------------------------------------------ */ +header.entry-header { + margin-bottom: 42px; + margin-bottom: 3rem; +} +header.entry-header .entry-title { + font-size: 22px; + font-size: 1.571428571rem; + line-height: 1.090909091; +} +header.entry-header .entry-title a { + text-decoration: none; + color: #444444; +} +header.entry-header .entry-title a:hover { + color: #177095; +} +@media screen and (min-width: 600px) { + header.entry-header .entry-title { + font-size: 20px; + font-size: 1.428571429rem; + line-height: 1.2; + } + +} +header.entry-header .entry-format { + margin-top: 24px; + margin-top: 1.714285714rem; + font-weight: normal; +} + +div.entry-meta { + margin-top: 6px; + margin-top: 0.428571429rem; + font-size: 12px; + font-size: 0.857142857rem; + line-height: 2; +} +div.entry-meta a { + color: #686868; +} +div.entry-meta a:hover { + color: #177095; +} + +div.entry-content p { + margin: 24px 0; + margin: 1.714285714rem 0; + line-height: 1.714285714; +} + +div#content article { + padding-bottom: 48px; + padding-bottom: 3.428571429rem; + margin-bottom: 48px; + margin-bottom: 3.428571429rem; + border-bottom: 1px solid #ededed; +} + +div.page-links, +footer.entry-meta { + line-height: 1.714285714; +} + +/*--------------------------------------------------------- +Elements +------------------------------------------------------------ */ +abbr, +acronym, +dfn { + border-bottom: 1px solid #ededed; + cursor: help; +} + +code, +kbd { + font-family: Consolas, Monaco, Lucida Console, monospace; + padding: 0 4px; + padding: 0 0.285714286rem; +} + +mark { + color: #fff; + padding: 0 4px; + padding: 0 0.285714286rem; + font-style: italic; +} + +pre, +tt, +var { + font-family: Consolas, Monaco, Lucida Console, monospace; + margin: 24px 0; + margin: 1.714285714rem 0; + overflow: auto; +} +pre code, +tt code, +var code { + display: block; + padding: 14px; + padding: 1rem; +} + +.alignleft { + float: left; +} + +.alignright { + float: right; +} + +/*--------------------------------------------------------- +Media +------------------------------------------------------------ */ +img, +embed, +object, +video { + max-width: 100%; +} \ No newline at end of file