Skip to content

Commit

Permalink
public beta | re-init
Browse files Browse the repository at this point in the history
  • Loading branch information
flurinduerst committed Feb 25, 2016
0 parents commit eddebee
Show file tree
Hide file tree
Showing 47 changed files with 3,099 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
210 changes: 210 additions & 0 deletions .csscomb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
{
"always-semicolon": true,
"block-indent": "\t",
"color-case": "lower",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"quotes": "single",
"remove-empty-rulesets": true,
"space-after-colon": " ",
"space-after-combinator": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": "",
"space-before-combinator": " ",
"space-before-opening-brace": false,
"space-before-selector-delimiter": "",
"space-between-declarations": "\n",
"strip-spaces": true,
"unitless-zero": true,
"vendor-prefix-align": true,
"tab-size": true,
"sort-order": [
[
"$extend",

"display",
"visibility",

"flex",
"flex-wrap",
"flex-direction",
"flex-order",
"flex-pack",
"flex-align",
"justify-content",

"box-sizing",

"position",

"z-index",
"top",
"right",
"bottom",
"left",

"float",
"clear",

"width",
"min-width",
"max-width",
"height",
"min-height",
"max-height",

"overflow",
"overflow-x",
"overflow-y",
"clip",
"zoom",

"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",

"font",
"font-family",
"font-size",
"font-weight",
"font-style",
"font-variant",
"font-size-adjust",
"font-stretch",
"font-effect",
"font-emphasize",
"font-emphasize-position",
"font-emphasize-style",
"font-smooth",
"color",
"line-height",

"table-layout",
"empty-cells",
"caption-side",
"border-spacing",
"border-collapse",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image",

"opacity",
"border",
"border-width",
"border-style",
"border-color",
"border-top",
"border-top-width",
"border-top-style",
"border-top-color",
"border-right",
"border-right-width",
"border-right-style",
"border-right-color",
"border-bottom",
"border-bottom-width",
"border-bottom-style",
"border-bottom-color",
"border-left",
"border-left-width",
"border-left-style",
"border-left-color",
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"border-image",
"border-image-source",
"border-image-slice",
"border-image-width",
"border-image-outset",
"border-image-repeat",
"outline",
"outline-width",
"outline-style",
"outline-color",
"outline-offset",
"background",
"background-color",
"background-image",
"background-repeat",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"background-clip",
"background-origin",
"background-size",
"box-decoration-break",
"box-shadow",
"text-shadow",

"content",
"quotes",
"counter-reset",
"counter-increment",
"resize",
"cursor",
"user-select",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"transition",
"transition-delay",
"transition-timing-function",
"transition-duration",
"transition-property",
"transform",
"transform-origin",
"animation",
"animation-name",
"animation-duration",
"animation-play-state",
"animation-timing-function",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"text-align",
"text-align-last",
"vertical-align",
"white-space",
"text-decoration",
"text-emphasis",
"text-emphasis-color",
"text-emphasis-style",
"text-emphasis-position",
"text-indent",
"text-justify",
"letter-spacing",
"word-spacing",
"text-outline",
"text-transform",
"text-wrap",
"text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"word-wrap",
"word-break",
"tab-size",
"hyphens",
"pointer-events",

"$include"
]
]
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_res
dist
bower_components
node_modules
npm-debug.log
25 changes: 25 additions & 0 deletions 404.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/**
* The template for displaying 404 pages (not found)
*
* @author Flurin Dürst
* @version 1.0
* @since WPegg 0.1
*/
?>


<? get_header(); ?>

<!--===== CONTENT - 404 =====-->
<div class="content">

<h1>Error#404</h1>

<div class="error404">
Page could not be found.
</div>

</div>

<? get_footer(); ?>
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# CHANGELOG

## 0.5.0 | 25.02.2016 | public beta
* added custom styles dropdown for tinymce
* added `current-page-ancestor` to active class in nav css
* added subnav structure template
* simplified navigation to use the the same <nav> for desktop & mobile
* removed `scrolling mobile nav`
* removed `IEHACK` - could add [dino](https://github.com/CLUS-Werbeagentur/dino) in the future
* condition for google maps API
* bugfixes

## 0.4.0 | 23.02.2016
* moved paragraph default-styling from vars.scss to content.scss
* added forward template
* multiple cleanups/re-structuring
* reworked version numbers from now on: [main].[sub].[fix/cleanup/minimal-change] => 0.5.2, 0.14.3, 1.25.19

## 0.32 | 21.01.2016
* added first version of README.md
* reworked responsive mixins
* cleanup & update composer
* update gulpfile
* added iehack

## 0.31 | 21.1.2016
* added flexbox fillup function `flexfill()`

## 0.3 | 05.11.2015
* re-organized theme enviroment (based on sage workflow)
* new folder structure
* splitting files into assets (dev) and dist (output)
* new gulpfile
* bower
* wiredep
* asset-builder
* reworked responsive functionality
* added new plugins
* added theme language support
* cleaned up stuff

### 0.21 | 23.10.2015
* added home template
* changed admin bar handling to plugin "Better Admin Bar"
* added the_post_thumbnail_url function
* several bug fixes (mobilemenu and others)

### 0.2 | 22.10.2015
* added demo functionality
* added footer
* added template "team"
* added additional styling-presets
* deleted template "subcontent" (because new template "team")
* renamed template "googlemaps" to contact
* adjusted csscomb

### 0.18 | 22.10.2015
* added blog/post functionality

### 0.17 | 21.09.2015
* updated comment-structure
* cleanups

### 0.16 | 21.09.2015
* added css variable $fs_text for text-size

### 0.15 | 21.09.2015
* re-organized functions

### 0.14 | 18.09.2015
* added urlcontains function
* re-organized general functions

### 0.13 | 14.09.2015
* added google map API config
* added googlemap templae

### 0.12 | 11.09.2015
* added mobile navigation
* re-worked responsive mixins
* added function to disable html-hardcoded thumbnail-dimensions on images
* multiple cleanups

### 0.11
* multiple cleanups
Loading

0 comments on commit eddebee

Please sign in to comment.