Skip to content

Commit

Permalink
Update to latest Aegis architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuchia committed Jul 31, 2017
1 parent a19da88 commit 9505e1f
Show file tree
Hide file tree
Showing 55 changed files with 2,263 additions and 5,757 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
charset = utf-8
indent_size = 4
indent_style = tab
90 changes: 90 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"rules": {
"dot-notation": [
2
],
"indent": [
2,
"tab",
{
"SwitchCase": 1,
"ObjectExpression": "first"
}
],
"quotes": [
2,
"double"
],
"linebreak-style": [
2,
"unix"
],
"no-console": [
2,
{
"allow": ["warn", "error"]
}
],
"no-eq-null":[
2
],
"no-eval":[
2
],
"no-implied-eval":[
2
],
"no-redeclare": [
2,
{
"builtinGlobals": true
}
],
"one-var": [
2,
"never"
],
"prefer-const":[
2
],
"semi": [
2,
"always"
],
"keyword-spacing":[
2,
{
"before": true,
"after": true,
"overrides": {
"if": {
"before": false
},
"for": {
"before": false
},
"while": {
"before": false
}
}
}
],
"space-before-blocks":[
2,
"always"
],
"space-before-function-paren": [
2,
"always"
],
"strict":[
2,
"global"
]
},
"env": {
"es6": true,
"browser": true
},
"extends": "eslint:recommended"
}
15 changes: 12 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
*.zip
*.rar
.DS_Store
node_modules/
*~
.Thumbs
.thumbs
._*
build/*
~*
*~
node_modules
build
.conf
.ftpconfig
.sftpconfig
package-lock.json
File renamed without changes.
18 changes: 18 additions & 0 deletions .htmlhintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"tag-pair": true,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"tag-pair": true,
"tag-self-close": false,
"title-require": true,
"doctype-html5": true,
"inline-style-disabled": true,
"space-tab-mixed-disabled": "tab",
"alt-require": true
}
25 changes: 25 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"rules": {
"block-closing-brace-empty-line-before": "never",
"block-closing-brace-newline-after": "always",
"declaration-block-semicolon-newline-after": "always",
"block-opening-brace-space-before": "always",
"color-hex-case": "lower",
"color-named": "never",
"color-no-invalid-hex": true,
"function-comma-newline-after": "never-multi-line",
"function-comma-space-after": "always",
"no-duplicate-selectors": true,
"no-eol-whitespace": true,
"indentation": "tab",
"number-leading-zero": "always",
"property-no-unknown": [ true, {
"ignoreProperties": [
"composes"
]
}],
"selector-list-comma-newline-after": "always",
"unit-case": "lower",
"unit-whitelist": ["em", "rem", "s", "vmax", "vmin", "vh", "vw", "%", "px"]
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Diego Islas Ocampo
Copyright (c) 2015 - 2017 Diego Islas Ocampo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Aegis Template
This template is the simple base for the Aegis Framework, it will allow you to create your webpage quickly, featuring the cutting edge technologies and features of HTML5, CSS3 and Javascript.
# Aegis Framework: Oregano

It also features many properties to make your website it mobile and social friendly!
Oregano is a simple HTML5, CSS3 and JavaScript template, this flavor features just the front-end technologies of Aegis instead of adding a Backend as the other flavors. It will allow you allow you to create your website quickly, featuring the cutting edge technologies.

It also features many properties to make your website mobile, social friendly and even a progressive web app.

Visit the [WebPage](http://www.aegisframework.com/)

## Quick Start:

1. Download the latest release from the [Releases Page](https://github.com/HyuchiaDiego/AegisTemplate/releases).
1. Download the latest release from the [Releases Page](https://github.com/AegisFramework/Oregano/releases/latest).
2. Unzip the File.
3. Place your content on the index.html file and create as many files as you need.
4. Place your custom style on the main.css file.
Expand All @@ -17,10 +18,7 @@ For more information read the [documentation](http://www.aegisframework.com/docu

## Attributions:
[Font Awesome](http://fontawesome.io) by Dave Gandy

[Normalize CSS](http://necolas.github.io/normalize.css/) by Nicolas Gallagher and Jonathan Neal

[Animate CSS](http://daneden.github.io/animate.css/) by Daniel Eden

## License
Aegis is an Open Source project released under the [MIT license](https://github.com/HyuchiaDiego/AegisTemplate/blob/master/LICENSE).
Aegis is an Open Source project released under the [MIT license](https://github.com/HyuchiaDiego/AegisTemplate/blob/master/LICENSE).
Binary file removed dist/AegisTemplate-v0.2.1.min.zip
Binary file not shown.
Binary file removed dist/AegisTemplate-v0.2.1.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
79 changes: 0 additions & 79 deletions gulpfile.js

This file was deleted.

Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/icons/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_167x167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon_96x96.png
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 9505e1f

Please sign in to comment.