Skip to content

Commit

Permalink
Merge pull request #1 from verdigado/prepare-release-1.0.0
Browse files Browse the repository at this point in the history
Prepare release 1.0.0
  • Loading branch information
albig authored Nov 23, 2023
2 parents 794da5d + cf59fad commit b436c57
Show file tree
Hide file tree
Showing 12 changed files with 480 additions and 595 deletions.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Sunflower WordPress Child-Theme (Corporate Design 2017)
=======================================================
This child theme extends the sunflower theme. It adds the *old* style of the 2017 corporate design (valid until 2023).

Download
--------

Here you can download the installable child-theme-zip: https://sunflower-theme.de/updateserver/sunflower-ci2017.zip

## Chat-Channel
There is also a chat-channel (access for green party members only)
https://chatbegruenung.de/channel/sunflower-wordpress


Installation
------------

This child theme may be used as is. You can use the content of this repository or just install the download zip file.

## Issues and Contribution

Please use the GitHub issue tracker to report issues or make your code contribution.
Empty file removed assets/img/sunflower1.jpg
Empty file.
6 changes: 4 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
add_action( 'wp_enqueue_scripts', 'sunflower_child_enqueue_styles' );
function sunflower_child_enqueue_styles() {
wp_enqueue_style( 'child-style', get_stylesheet_uri(),
array( 'sunflower-style' ),
array( 'sunflower-style' ),
wp_get_theme()->get('Version') // this only works if you have Version in the style header
);
}
}

require_once 'functions/colors.php';
81 changes: 0 additions & 81 deletions functions/block-patterns/elemente/person-2.html

This file was deleted.

127 changes: 0 additions & 127 deletions functions/block-patterns/elemente/person-3.html

This file was deleted.

21 changes: 0 additions & 21 deletions functions/block-patterns/elemente/programm.html

This file was deleted.

74 changes: 0 additions & 74 deletions functions/block-patterns/elemente/themen.html

This file was deleted.

Loading

0 comments on commit b436c57

Please sign in to comment.