Skip to content

Commit

Permalink
[TASK] add felayout_t3kit into theme_t3kit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Mar 30, 2017
1 parent a469dfa commit 5ac1b1f
Show file tree
Hide file tree
Showing 214 changed files with 21,957 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Public/felayout_t3kit/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "dev/bower_components"
}
33 changes: 33 additions & 0 deletions Resources/Public/felayout_t3kit/.csslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"important":false,
"adjoining-classes": false,
"known-properties": false,
"box-sizing": false,
"box-model": false,
"overqualified-elements": true,
"display-property-grouping": false,
"bulletproof-font-face": false,
"compatible-vendor-prefixes": false,
"regex-selectors": false,
"duplicate-background-images": true,
"duplicate-properties": false,
"empty-rules": 2,
"gradients": false,
"fallback-colors": false,
"font-sizes": false,
"font-faces": true,
"floats": false,
"star-property-hack": 2,
"outline-none": false,
"import": false,
"ids": false,
"underscore-property-hack": 2,
"qualified-headings": false,
"shorthand": false,
"text-indent": false,
"unique-headings": false,
"universal-selector": true,
"unqualified-attributes": true,
"vendor-prefix": false,
"zero-units": 2
}
22 changes: 22 additions & 0 deletions Resources/Public/felayout_t3kit/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false


# package.json or .travis.yml
[{package.json,.travis.yml,bower.json}]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions Resources/Public/felayout_t3kit/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
15 changes: 15 additions & 0 deletions Resources/Public/felayout_t3kit/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
node_modules
css
less
site
small
big
.tmp
temp
.sass-cache
dev/bower_components
.DS_Store
npm-debug.log
*.sublime-*
validation-status.json
.idea
1 change: 1 addition & 0 deletions Resources/Public/felayout_t3kit/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## [Contributing to t3kit](https://github.com/t3kit/t3kit/blob/master/CONTRIBUTING.md)
16 changes: 16 additions & 0 deletions Resources/Public/felayout_t3kit/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = function (grunt) {
require('time-grunt')(grunt)
require('load-grunt-config')(grunt, {
data: {
cssFolder: 'css',
lessFolder: 'less',
dev: 'dev',
temp: 'temp',
bc: 'dev/bower_components'
},
jitGrunt: {
jitGrunt: true
}
})
grunt.loadNpmTasks('grunt-notify')
}
21 changes: 21 additions & 0 deletions Resources/Public/felayout_t3kit/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Pixelant

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
41 changes: 41 additions & 0 deletions Resources/Public/felayout_t3kit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# felayout_bluemountain
[![Release](https://img.shields.io/github/release/t3kit/felayout_bluemountain.svg?style=flat-square)](https://github.com/t3kit/felayout_bluemountain/releases)

[![Build Status](https://travis-ci.org/t3kit/felayout_bluemountain.svg?branch=master)](https://travis-ci.org/t3kit/felayout_bluemountain)

Front-End layout for [theme_t3kit_bluemountain](https://github.com/t3kit/theme_t3kit_bluemountain) project

### [CHANGELOG](https://github.com/t3kit/felayout_bluemountain/blob/master/CHANGELOG.md)
### [Contributing to t3kit](https://github.com/t3kit/t3kit/blob/master/CONTRIBUTING.md)

### Required dependencies:

- [Git](https://git-scm.com/)
- [NodeJs](http://nodejs.org/) >=6.9.1
- [NPM](https://github.com/npm/npm) >=3.10.8
- [Bower](http://bower.io/) >=1.8.0 `npm install -g bower`
- [Grunt-cli](http://gruntjs.com/) >=1.2.0 `npm install -g grunt-cli`

### Installation:

First, clone repo:
```bash
git clone [email protected]:t3kit/felayout_bluemountain.git
```

Next, install Bower/NPM dependencies:

```bash
npm install
bower install
```

### Getting Started:

- Run `grunt` to start static server with livereload `localhost:9004`
- Run `grunt +less` to start static server [_same as `grunt`_] plus it generates all Front-End service files plus **LESS** styling for CMS needs, and copy it to `less` folder. _[with livereload]_
- Run `grunt +css` to start static server [_same as `grunt`_] plus it generates all Front-End service files plus **CSS** styling for CMS needs, and copy it to `css` folder. _[with livereload]_
- Run `grunt check` to check HTML/CSS/JS files according project code conventions
- Run `grunt pushSite` to build your static site and push it to separate branch `site`
- Run `grunt pushCss` to compile all Front-End service files plus **CSS** styling for CMS needs, copy it to separate branch `css` and push to remote git server.
- Run `grunt pushLess` to compile all Front-End service files plus **LESS** styling for CMS needs, copy it to separate branch `less` and push to remote git server.
13 changes: 13 additions & 0 deletions Resources/Public/felayout_t3kit/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "felayout_bluemountain",
"devDependencies": {
"jquery": "3.2.1",
"bootstrap": "3.3.7",
"flag-icon-css": "2.8.0",
"swiper": "3.4.2",
"jQuery.dotdotdot": "1.8.3",
"awesomplete": "1.1.1",
"simplelightbox": "1.10.6",
"jarallax": "1.7.3"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#00aba9</TileColor>
</tile>
</msapplication>
</browserconfig>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
8 changes: 8 additions & 0 deletions Resources/Public/felayout_t3kit/dev/copyToRoot/humans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* TEAM */
Team: t3kit
Site: https://github.com/t3kit
Location: Sweden, Ukraine, ...

/* SITE */
Standards: HTML5, CSS3
Components: TYPO3, t3kit, jQuery, Bootstrap
17 changes: 17 additions & 0 deletions Resources/Public/felayout_t3kit/dev/copyToRoot/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image\/png"
}
],
"theme_color": "#ffffff",
"display": "standalone"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Resources/Public/felayout_t3kit/dev/copyToRoot/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5ac1b1f

Please sign in to comment.