10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00

374 commits

Author SHA1 Message Date
dd8b461034 feat: HippieClock structure
- Restructure options with defaults
- Separate date and values of geTime()
- Use this.values inside class
- Add debug console output
- Add handler to updateOptions()
2026-03-06 23:45:19 +01:00
6c98beb148 docs: New TODO 2026-03-06 23:42:03 +01:00
43de7d86fa build: Use ES module system
- Update package.json with type
- Change eleventy config to use import and export
- Add comments for jshint and inspection
2026-03-04 19:22:55 +01:00
1db7faaf18 build: Update eleventy to 3.1.2 2026-03-02 19:17:09 +01:00
c3de29d634 feat: Move element creation to #init() for HippieClock 2026-03-01 22:23:14 +01:00
a1aae6a902 fix: Change size option on resize only once 2026-03-01 22:19:19 +01:00
6a574d92c2 feat: Add overlay to HippieClock
- Add method to create overlay element
- Use DateDisplay and TimeDisplay classes
- Add button to toggle display
- Update style for header
- Add methods to handle shapes
2026-03-01 20:57:15 +01:00
91df239a42 feat: More private methods for HippieClock 2026-03-01 20:05:50 +01:00
d0fde7cc6a fix: HippieClock ring for hours 2026-03-01 20:04:28 +01:00
7f4b4aeaee feat: Changes to HippieClock
- Make some methods private
- Add wrap element to parts
- Change color of sections
- Fix resize by changing styles of wrap element
2026-03-01 18:47:01 +01:00
48b6e1d0ed feat: Changes to template inheritance
Changes to what goes where.
2026-03-01 16:31:10 +01:00
10c71a3909 feat: Update HippieClock
- Add calculation for days in year
- Combine calculations for getTime()
2026-03-01 13:45:30 +01:00
8d1d182be4 feat: Add moon phase to HippieClock 2026-03-01 13:01:10 +01:00
0aca2bf3ee docs: Add ISO 8601 week to HippieClock 2026-03-01 12:25:35 +01:00
5261754da5 docs: Update clock
- Screen now uses template script
- Use mapping for section stroke
2026-03-01 11:46:19 +01:00
8ce1e14fad docs: New JS content for TODO 2026-03-01 11:44:49 +01:00
ee43638cbc feat: Add global function to map values 2026-03-01 11:44:19 +01:00
56633b364e feat: Remove legacy clock version 2026-03-01 10:50:43 +01:00
05f2ab1c0d feat: Update HippieClock
- Add sections
- Sections now use ring max value
2026-03-01 10:49:51 +01:00
ad135a58c1 feat: Update HippieClock
- Add all rings
- Add 24/12 hour switch
- Options can now be updated
- Add max to updateShape()
- Change attributes for addRing()
2026-03-01 08:47:12 +01:00
667269e4e7 feat: Update HippieClock
- Add update possibility
- Ring now has start and angle
- Date functions added to class
2026-02-28 18:56:21 +01:00
62b21b5e68 feat: New class HippieClock
Adapt everything to a class based prototype.

- Functionality of clock still missing
- Original version is hidden
- Size now is dynamic
- Parts can be added
2026-02-28 11:31:57 +01:00
743d9fba9e feat: Update clock
- Update resizeClock()
- Change background of groups
2026-02-28 11:27:23 +01:00
2f87621756 feat: Change clock layout
- Clock is now centered in window
- Clock is resized according to window
2026-02-26 19:30:30 +01:00
a924065931 feat: Add functions to clock
- Add toggle button for sections
- Add function to draw background
2026-02-26 00:40:54 +01:00
8fb6181154 feat: Add day of year to clock
- Add ring for day of year
- New sections
- Move button
- Center clock
2026-02-25 23:35:29 +01:00
6e75d9b290 feat: New content for clock
- Add background canvas
- Add marker
- Add sections
2026-02-25 21:13:53 +01:00
8af4dc92d9 docs: Update content of TODO
- Add demo tasks
- Remove clock task
2026-02-25 21:09:13 +01:00
318af09d40 feat: Add styles to table screen 2026-02-25 17:54:28 +01:00
39591b2c37 docs: Update content of TODO 2026-02-25 17:52:23 +01:00
5765207e51 feat: Change table classes 2026-02-21 14:09:10 +01:00
2d3c049d40 feat: Remove pageBase from liquid templates
- Remove pageBase global from all liquid templates
- Change " to ' for all liquid tags
2026-02-21 12:58:31 +01:00
d64bf61a9c feat: Replace layouts template
- Change nunjucks to liquid for layouts screen
- Add shortcodes for placeholders to eleventy
2026-02-21 12:16:34 +01:00
b10379782f feat: Add functionality to table screen
- New templates for rows with different content
- Rows can now be repositioned
- Change of rows now causes a reindex
2026-02-21 09:28:50 +01:00
fd5f3ba89f chore: Add possibility to deploy
- New npm scripts
- New folder for deployment content
- Currently using a fixed --pathprefix option with hippie as value
- Add deploy to gitignore
2026-02-19 20:43:52 +01:00
d04e0e3174 feat: Add content to table screen 2026-02-17 21:53:06 +01:00
6c5bf2e54d feat: Replace nunjucks with liquid for introduction screen 2026-02-17 21:01:00 +01:00
f28bed372c feat: Optimize components screen
- Fix typos
- Format
- Rework shift and capslock detection
2026-02-17 20:33:44 +01:00
63c899b789 feat: Replace template fpr components screen
- Nunjucks to liquid
- Rename partials
- Add footer partial
2026-02-16 00:30:01 +01:00
0daf19bd87 feat: Change usage of templates
- Remove unnecessary super blocks
- Use simple templates
- Remove pageBase variable from templates
2026-02-16 00:26:58 +01:00
78a761f9cf feat: Change template for 10print screen 2026-02-15 23:11:33 +01:00
0ac6766fb0 feat: Change template for game screen
- Move SCSS module
- Change template to simple
2026-02-15 22:47:02 +01:00
36cf5178f2 feat: Replace nunjucks with new template and screen
- Replace ui index with liquid
- Add simple template inheriting from default
2026-02-15 21:59:25 +01:00
e11cb2f184 fix: Remove unnecessary super block from app template 2026-02-15 21:55:56 +01:00
d72f47bdd6 feat: Update hippie-style module 2026-02-15 10:53:11 +01:00
2baad1d314 feat: Replace nunjucks with liquid for basics screen
- Add liquid template page
- Basics screen now uses liquid
- Correct script block in templates
- Add parameters to meta and log partials
- Add liquid partials for page and placeholder content
2026-02-15 10:28:57 +01:00
ca9f6e21ea style: Remove hyphens for liquid layout tags 2026-02-15 10:28:56 +01:00
aa4c0968ae feat: Reflect new hr styles 2026-02-14 20:45:30 +01:00
9d98b69e31 feat: Features for table screen
- Add active state for rows
- Add addition of rows
2026-02-14 19:17:46 +01:00
9bf97019ca docs: More details for JS part 2026-02-14 18:54:14 +01:00
5092c1680d feat: Add capitalizeFirstLetter() to app 2026-02-14 18:53:48 +01:00
e5516c81f1 chore: Display jshint option for curly braces 2026-02-14 18:44:45 +01:00
15a9b83e80 feat: Content and interaction for table screen
- Add getRandomFormattedString(), toggleColumn() and convertToRomanNumeral() to app
- Update hippie styles
- Add button to toggle index column
- Add select group to autofill numbering
2026-02-14 13:26:06 +01:00
b1c7f4100e feat: Unify format for IDs 2026-02-14 12:18:07 +01:00
759283fd9f docs: Update README and TODO
- Better structure for TODOs
- Add information about JavaScript to README
2026-02-14 12:16:55 +01:00
0a5bc191d3 chore: Set 11 as ECMAScript version in jshint 2026-02-14 12:15:18 +01:00
498f59a939 feat: Replace ui cli and tui with liquid versions 2026-02-13 19:59:22 +01:00
bbd1a9674e feat: Replace ui explorer with liquid template
- Explorer screen uses app.liquid layout instead of _app_frame.njk
- Rename to just Explorer
2026-02-13 19:23:10 +01:00
a85dbbe27c feat: Additional content and style for table screen
- More columns with placeholder content
- Special styles for textarea and td
- New style for io module
2026-02-13 18:04:07 +01:00
f83b5aa258 feat: Move and add functions
- Add global function randomFloatFrom()
- Move getRandomColor() to app
2026-02-13 17:35:09 +01:00
0dfba8e6ee feat: Improve CSS declaration for gallery 2026-02-13 11:41:00 +01:00
5783711080 chore: Change jshint configuration 2026-02-13 11:40:16 +01:00
1b3a320b17 feat: New table screen for ui
- Add table screen to ui examples
- Display table with placeholder content
- Add global function replaceLineBreaks()
2026-02-13 11:39:52 +01:00
ddbd406fc8 feat: Move function to app scope
- Move randomIntFrom() to app.js
- Add global entry to jshint configuration
2026-02-13 11:27:44 +01:00
148f4e0a21 chore: Update jshint
Remove unused options and environments.
2026-02-12 18:36:06 +01:00
d6827e6dfd fix: const to let 2026-02-09 21:29:00 +01:00
9ce027285c chore: Reformat jshint stuff
- Remove comments from jshint
- Replace " with '
- Replace var with const
2026-02-09 21:17:53 +01:00
7912b002a2 feat: Change edge detection for HippieTaskBar
- Add position to options
- New function for edge detection according to mouse position
- set and use options.position
2026-02-09 21:08:30 +01:00
9696442a91 feat: Remove cases that cannot happen
Optimize HippieTaskBar by removing cases that cannot happen.
2026-02-09 19:09:02 +01:00
fe8008c5b5 fix: Path to hippie-style 2025-12-01 17:12:05 +01:00
eea7a08e3a chore: Repo maintenance
- Change submodule hippie-style to development branch by default
- Change hippie-script dependency to https instead of git, because of an error with npm install
- Audit dependencies with npm audit fix
2025-12-01 17:10:58 +01:00
3168d6cb7e feat: Add simple blog structure 2025-11-23 14:18:20 +01:00
29c705f272 feat: Add 10print screen 2025-11-23 14:17:46 +01:00
15bfbcc97b feat: Update clock
Display full circle when seconds or minutes turn to 0.
2025-11-23 14:17:24 +01:00
1a1badc786 feat: Update clock to use color from CSS 2025-11-16 13:27:46 +01:00
86fce27554 feat: More elements for clock and style change
- Add day of month
- Clock uses maximum canvas size
2025-11-16 13:21:25 +01:00
9e560d7e62 feat: More clock work
Add function to change start of week.
2025-11-16 13:09:16 +01:00
f257a44d89 feat: Add day of week and month to clock 2025-11-16 13:05:25 +01:00
847c4a9f6b feat: Update clock
Add switch for 12/24-hour format.
2025-11-16 12:57:43 +01:00
1e874c4ac8 feat: Add elements to clock
Add rings for minutes and hours.
2025-11-16 12:43:10 +01:00
dfa315310f feat: Update clock
- Change how the arc is drawn
- Update the ring according to seconds
2025-11-16 12:35:39 +01:00
fcdbfb41ef feat: Add clock screen
- New screen for a ring clock
- Add a canvas with the first ring
- No functionality yet
2025-11-16 12:29:19 +01:00
432af47d2c feat: Add start screen
- Rename existing ui start screen to tile
- Add start screen
- Search input for DuckDuckGo
- Unfinished portal content
2025-11-16 12:13:57 +01:00
1b7e4f4888 feat: Replace blank screen with liquid version
- Add title to full template
- Remove unnecessary title from screens
- Change CRLF to LF
2025-11-09 14:33:44 +01:00
5663813ecf feat: Replace index screen with liquid version
- _default.njk is now a single full.liquid
- Simplify structure
- Add log partials as liquid
2025-11-09 12:58:41 +01:00
5f8e048c84 feat: Replace status screens with liquid versions
- maintenance.njk is now a single status.liquid
- All status screens use liquid
- Simplify structure
2025-11-08 21:58:23 +01:00
b7b1d15456 feat: Update hippie-script
- Update to new version
- Move brand from hippie to HIPPIE
- Add hippie-script to all remaining templates
2025-11-03 19:37:19 +01:00
a3eb2250ab feat: Add hippie-script as dependency
Foundation to move all global JavaScript to the new repo.
2025-11-02 17:18:12 +01:00
e39d515b9e chore: Typo in package.json 2025-11-02 14:12:52 +01:00
50b43cdc2f feat: More styling for placeholder 2025-11-02 13:12:04 +01:00
a18b42bb2a feat: More dynamic styling for placeholder
- Create global setAttributesAccordingToPosition
- Change style of placeholder to show snap side
2025-11-02 12:22:08 +01:00
53897754e2 chore: More globals for jshint 2025-11-02 12:19:09 +01:00
3dc836656a fix: Placeholder moving away from cursor
- Create global centerElementUnderCursor for centering
- Change order of actions for mouse move
2025-11-02 11:57:04 +01:00
aa5d095e64 feat: Change placeholder while dragging
- Move edge detection to global function
- Change placeholder style during mouse move
2025-11-02 11:40:54 +01:00
0f561d360a feat: Change task bar placeholder
- Add content
- Reflect style from task bar
2025-11-02 11:39:11 +01:00
667485fce1 fix: Task bar flex style 2025-11-02 11:32:57 +01:00
13b1924360 refactor: Move stuff around and rename
- DragAdv is now HippieTaskBar
- Remove previous version
- Move unused stuff
- Replace Clock with TimeDisplay
2025-11-02 10:20:51 +01:00
77178886cd feat: Update DateDisplay
- formatDate now distinguishes direction
- Update task bar options with hierarchy
- Add direction to options
- Rename setPosition to setOptions
2025-11-02 10:14:54 +01:00
20b43b8d35 feat: Integrate date in task bar
- Date format can now be changed dynamically
- Date element is now created in task bar class
- Class can accept options, currently only for date
- Date format is changed according to position
- Changed dom structure for clock
- Refactor setPosition method to be more flexible
- Changed flex style for task bar items to inherit the direction
2025-11-02 09:26:19 +01:00
abf393191c style: Reformat and comment 2025-11-02 09:18:12 +01:00
9d15f22f5d feat: Remove jquery usage in globals.js 2025-11-01 12:25:48 +01:00
8a17baed12 fix: Wrong selector for gallery items 2025-11-01 12:18:08 +01:00
d65016c5d1 style: Change " to ' 2025-11-01 12:04:26 +01:00
4a347b821e fix: Pass through copy for jquery 2025-11-01 12:01:58 +01:00
b79edd4858 feat: Restructure scripts
- Combine app.js and functions.js
- Rename functions.js to app.js
- Rename variables.js to globals.js
- Remove global.js and add setup call to screen template
- Use local jquery in old templates
2025-11-01 11:54:25 +01:00
496b6e37d8 feat: Add date to task bar
- Add date display to task bar
- Add new DateDisplay class to app.js
- Update TimeDisplay to be like DateDisplay
2025-11-01 11:34:00 +01:00
cc4649df1e chore: Update jshint to es9 2025-11-01 11:21:19 +01:00
bac4b73c08 feat: Add time to task bar
- Add app.js to windows screen
- Add time display to task bar
- Add new TimeDisplay class to app.js
- Add play and pause buttons as example
- Fix event handlers of task bar according to bubbling and propagation
2025-11-01 11:21:19 +01:00
c259ead9a0 feat: Replace new with start screen
- Convert to liquid
- Add old ongoing function for now
- Add macros as partials
- Rename data source to better reflect usage
- Update app.js to fulfill jshint
2025-10-28 19:51:59 +01:00
6c252875fa chore: Update jshint rules 2025-10-28 19:45:27 +01:00
6098a1e62d feat: Style and content for windows 2025-10-27 23:24:49 +01:00
1ada62f6ec feat: Optimize DragAdv class
- Only use left mouse button
- Handle element and placeholder together
2025-10-27 23:24:37 +01:00
0996ace34f fix: Task bar drag behaviour
- Placeholder is centered to mouse cursor
- Placeholder is positioned on mouse down not only on move
2025-10-27 21:54:36 +01:00
e0cfcfac13 feat: Add and rename screens
- Add windows screen
- Add windows.js
- Different variants of classes for drag and edge snap behaviour
- Rename js files to better distinguish usage
2025-10-27 21:33:38 +01:00
3c9c438b25 feat: Add game and gallery screens 2025-10-27 21:23:26 +01:00
e21b9d36b5 feat: Replace form screen with liquid version 2025-10-27 21:16:41 +01:00
ff5d4bd3eb feat: Add jquery dependency
- Add jquery version 3.7.1
- Remove external script resource from app template
- Add eleventy passthrough to build/vendor
2025-10-27 21:15:57 +01:00
c77bcd8bdc feat: Replace ui drag screen with liquid template
- Recreate io macros as liquid partials
- Add app template based on default
- Drag screen uses app.liquid layout instead of _app_frame.njk
2025-10-27 20:51:17 +01:00
6b644ca9f3 feat: Add macro for frame status bar 2025-10-27 20:41:38 +01:00
46988576a9 fix: Typo in css class 2025-10-27 20:40:18 +01:00
afc733f4d4 feat: Replace default screen using liquid instead of nunjucks 2025-10-26 15:29:12 +01:00
07656b404f feat: Introduce liquid templates 2025-10-26 15:19:14 +01:00
c1fea8064e feat: Adapt new hippie-style structure
Sass deprecations removed.
2025-10-26 11:37:47 +01:00
d9f7ae1ff9 feat: Change frame screens
- Move page title to template
- Remove redundant title blocks
- Base frame pages on correct template
- Base ui index on default template
2025-10-25 09:34:30 +02:00
ac8f55a7c9 feat: Change global mouse interaction
- Add .body_intro to intro screen
- Change mouse over identifier
- Introduce HippieFade as global function
- Replace #js_mob with HippieFade
- Remove old partial
2025-10-25 09:32:22 +02:00
65d80fcbc4 style: Add editorconfig for css
Change indentation for CSS and SCSS to 2 instead of the default which is 4.
2025-10-25 09:15:41 +02:00
50b0d864c2 feat: Replace deprecated sass color functions 2025-10-25 09:03:58 +02:00
41c5757790 feat: Change label styles and update layouts
- Update styles
- Update layouts screen and rearrange other examples
2025-10-20 19:27:23 +02:00
5f54ab6bbe build: Update Sass dependency to 1.93.x 2025-10-17 23:04:31 +02:00
9c821fed90 feat: New component example for hgroup 2025-10-10 18:29:04 +02:00
7c83a33920 feat: Update hippie-style 2025-10-10 18:27:54 +02:00
8ace5526bf feat: Add editorconfig
Single format defined for all file types.
2025-10-10 18:22:11 +02:00
a3656b86fe feat: Update gitignore
- Add .idea directory
- Remove duplicates
2025-06-27 21:55:36 +02:00
1ddba29d9c feat: Update drag page and other small things
- Add parameter to NewDiv class
- Add instance with content to drag page
- Drag page now also uses frame template
- Use macro for footer in explorer
2025-06-23 22:31:18 +02:00
e572f64259 feat: Add app frame template
- All frame pages use app frame template
- Add form page to frames and add header
2025-06-23 22:08:31 +02:00
0c37acf47f feat: Restructure styles for cli and new pages
- Remove header from cli
- Add body_cli class
- Remove unnecessary frame element
2025-06-23 20:12:47 +02:00
f1d17490e0 fix: Remove body_ui class because it is not needed 2025-06-23 20:11:06 +02:00
c0c87771b6 feat: Change cli page
- New styles and strcture
- Add event listeners
- Add function to resize prompt according to input
- Append prompts to history element
2025-06-23 19:34:53 +02:00
e76f457851 feat: Set pageClass in app template 2025-06-23 19:30:50 +02:00
10d6fe7d82 feat: Add close event
- Frame elements now can be closed
- Event is added in template
- Action leads back in history
2025-06-22 18:17:42 +02:00
07e2e8ff6d feat: New ui content
- New frame examples
- Move first parts to macros
2025-06-22 17:42:35 +02:00
24efcefab3 feat: Move files
- Template app is now part of hippie and not demo anymore
- Update includes
- Settings module is now called frame
2025-06-22 17:40:23 +02:00
0a27169a1b fix: Layout of footer for settings 2025-06-22 15:57:55 +02:00
6e722cd907 feat: Restructure settings
- New styles
- New content
2025-06-22 15:49:32 +02:00
30ad2f3067 feat: Change normalize css dependency
- Remove old v7.0.0 vendor file
- Add node package for normalize css
- Still not in use
2025-06-21 14:35:43 +02:00
a33163d556 feat: Add bootstrap icons dependency
- Add node package for bootstrap icons
- New eleventy config addPassthroughCopy for package files
- Change link to local resource
- Change all node dependencies to production
2025-06-21 14:22:31 +02:00
8b7241c4da feat: Change styles and ui
- Change to hippie styles
- Remove unused styles and components
- Change colors for ui pages
2025-06-21 13:39:36 +02:00
52daf0ca51 feat: Change placeholder and usage
- Move files
- Remove demo folder for art
- Remove unused files
- Add placeholders
- Move flag to placeholder
- Replace content with placeholders
2025-06-21 12:11:03 +02:00
57dffa3502 feat: New settings
- Add dependency to bootstrap icons
- Add example content
- Restructure layout
- Now more usage of base hippie styles
2025-06-20 17:09:06 +02:00
5786e9e4b0 feat: Update components to new hippie styles 2025-06-20 17:03:31 +02:00
06e4a80b66 fix: Remove wrong page id 2025-06-20 17:00:07 +02:00
d83ae3ea22 feat: Adapt new hippie styles
- Use bound io class
- Remove over specified styles
2025-06-19 16:45:20 +02:00
3b380e954a feat: Changes to style and logic for ui parts
- Update hippie styles
- Move top element for new page to header macro
- Reassign ui and example collections
2025-06-19 16:21:09 +02:00
08e258d7aa feat: Create new ui index
- New index page for ui collection
- Move intro to examples and rename
2025-06-19 16:13:22 +02:00
7950d23b14 feat: More content for components and layouts
- Update hippie styles
- Add demo images
- New components content
- New layout structure and content
2025-06-19 14:20:56 +02:00
4d00d34d63 feat: Add content for components page
- New elements in sections part
- Reindent
2025-06-19 12:36:56 +02:00
c98ebb44ca style: Reindent and reformat 2025-06-19 12:02:32 +02:00
07f51e80a2 feat: Add macros
- New footer macros
- New header macro
- Use macros in partials
2025-06-19 12:02:06 +02:00
7f84235f08 fix: Clean up small things
- Rename footer macro
- Remove unnecessary div in components page
- Rename file comments
2025-06-19 11:07:54 +02:00
4fcd7742a8 feat: Consolidate body navigation
- Update html spec in components page
- Add form components
- Add JS for components which is not globally available
- Move body navigation to main template
- Reformat main template
2025-06-19 10:08:00 +02:00
8f15664d57 style: Spaces to tabs 2025-05-18 13:08:58 +02:00
875041bacf feat: Update composeMail function
- Move function to hippie functions
- Use vanilla instead of jQuery
- Add examples to introduction page
- Reindent
2025-05-18 13:02:30 +02:00
9fbc19388f feat: Update card script
- Use vanilla instead of jQuery
- Remove super script
- Remove event for dither variant
- Reindent
2025-05-18 12:44:47 +02:00
9ff731395a feat: Improve details
- Prevent text selection for agreement step
- Extend mouse out time
- Hint toast is now part of intro step
- Agreement step can now be solved with keyboard
- Remove more event listeners when step is solved
2025-05-18 12:07:10 +02:00
ba063b0760 fix: Indentation for frontmatter 2025-05-18 11:45:26 +02:00
13b9318f56 feat: Changes to event handling and steps
- New idle object
- New handlers for idle state
- Idle uses global colors
- Add mouse over style to idle
- Set pointer events style from js
- Reindent ui index
2025-05-18 11:20:48 +02:00
fe2261fda5 feat: Change app template
- Add global variables to app template
- Add flag colors to global variables
- Change var declaration
2025-05-18 11:17:48 +02:00
8942dc3632 refactor: Move script parts around
- Run setup function in global script
- Move common script assets to hippie main template
- Remove unused scrcipt from components page
2025-05-17 13:04:31 +02:00
6cfe5b21e1 feat: Consolidate intro scripts
- Change script source from ui to intro
- Test variants with classes
- Move active scripts parts to index
- Remove old ui script
2025-05-17 11:06:45 +02:00
8937b36a1e feat: Changes to ui form and drag
- Use common styles
- Move NewDiv class to external script
- Align script for form and drag pages
2025-05-15 20:00:51 +02:00
ad150fadf2 feat: Add form ui example
Test css grid system for form fields.
2025-05-14 19:00:13 +02:00
79ad6f452d feat: Add empty default page 2025-05-04 22:25:55 +02:00
b0bb338bee feat: New idle step
- Add idle step after agreement
- New content for agreement
- Move brand information to macro
- New step class for common style
2025-05-04 22:25:03 +02:00
fa5e74a100 feat: Refactor listeners
- Add handler functions for event listeners
- Change agreement step to wait for interaction
- Remove listeners after each step
- Add steps object
2025-05-03 15:12:16 +02:00
7255b009b9 feat: Add loader step
- Add loader element with progress display
- Add styles for loader, spinner and bar
- Move event listeners for hint to intro step
- Add loadCore function to simulate loader
- Keep alternative progress bar for document loading display
2025-05-03 12:34:23 +02:00
2c001aaa4e feat: Refactor ui steps as promises 2025-05-02 20:35:58 +02:00
234f4e6e7d feat: New ui index
Init example starts like an application with fullscreen steps leading to an idle or menu state.
Each step has specific events to trigger the next step.

- Add index screen to ui
- Add own script
- Update ui style
2025-05-02 19:50:26 +02:00
37986e7b4b feat: Reflect style changes in hippie-style
- Update submodule
- Rename changed classes
2025-05-02 14:05:33 +02:00
58cb0eba2c feat: Add sprite folder to gitignore 2025-04-14 20:50:23 +02:00
a43def2e92 feat: New order for meta elements 2025-04-14 20:16:32 +02:00
2c61450238 feat: Separate style for drag example 2025-04-14 20:16:10 +02:00
2e2091a179 feat: Add soungbook example
- Add songbook to demo
- Add macro for song
- Add style module
2025-04-12 16:41:47 +02:00
024540e389 feat: Move macros for general usage 2025-04-12 15:49:46 +02:00
04a26a2289 feat: Change meta link to button 2025-04-12 14:30:54 +02:00
b039c506a8 feat: Change and move content
- Add info to basics
- Move table variants from basic to components
2025-04-12 14:25:55 +02:00
4cf279bee5 feat: draggable is now a class 2024-08-15 23:06:21 +02:00
8e06f8feb8 feat: add color to draggables 2024-08-15 22:59:52 +02:00
22ad9eb6cc feat: add new draggable elements 2024-08-15 22:49:11 +02:00
3a867c169a feat: add ui examples 2024-08-15 22:41:12 +02:00
26f5539f3f feat: update submodule 2024-08-14 18:25:06 +02:00
42a20c83f5 feat: replace transition with new variable 2024-08-14 18:08:41 +02:00
95a18e636f fix: change placeholder language 2024-08-14 18:02:45 +02:00
7ae8799d4f feat: add variables to templates 2024-08-14 17:57:41 +02:00
eae17727f9 style: portal flex 2024-08-11 21:59:28 +02:00
9f8aa510db fix: better overflow for gates 2024-08-11 21:40:02 +02:00
15bca45965 fix: indentation in title 2024-08-11 18:44:43 +02:00
d7c4bcb518 feat: update gitignore 2024-08-11 18:20:17 +02:00
fa63f026c5 fix: move demo links to correct templates 2024-08-11 17:23:31 +02:00
cf3149d69b refactor: remove legacy js files 2024-08-11 17:22:24 +02:00
23438e7cb3 fix: change tags for demo purpose 2024-08-11 15:34:55 +02:00
da86b19aba feat: use collections and add frontmatter 2024-08-11 15:15:07 +02:00
c18ed30b74 feat!: move every layout to demo folder
- source/screens is now free for user files
- rename demo templates to their equivalent sources
- add demo maintenance template
- demo templates use html base element
2024-08-11 12:05:18 +02:00
4710f41f5a refactor: remove gulp leftovers 2024-08-11 00:52:06 +02:00
be425e8be5 feat: change log output and template structure
- new global variable debugMode
- demo templates are now based on hippie defaults joined with template inheritance
- add log macros
- new function logAdd()
- log uses global state
2024-08-10 15:25:41 +02:00
c55c1c9b66 style: typos 2024-08-09 20:06:00 +02:00
a5f07468e7 feat: enable markdown template format 2024-08-09 20:03:07 +02:00
b17e16abd9 feat: add placeholder and rearrange files 2024-08-08 20:42:28 +02:00
8eb377717a fix: variable naming 2024-08-08 20:35:08 +02:00
268202f33d feat: restructure screens, new todos
- Move files and folders
- Rename pages
- New todos
2024-08-06 21:15:39 +02:00
31bbee51ea feat: modify intro page and new todos
- Add hgroup element to intro
- Correct some spelling
- New todos
2024-03-31 00:21:47 +01:00
4e252b4cc8 docs: add contribution section to readme
New guidelines for contribution. Added information to support the usage of Conventional Commits.
2024-03-30 20:52:37 +01:00
53be787dc0 chore: update dependencies 2024-03-30 20:45:49 +01:00
836d045541 New TODO 2024-03-25 17:56:11 +01:00
de0a6e835a Additions to intro page
- Added description for title attribute
- Fixed typo
- Better structure for example table
2023-10-27 22:09:00 +02:00
959f84c655 Added possibility to start hot reloading local server 2023-10-25 22:22:19 +02:00
7f6734a6e3 Added CHANGELOG
Still incomplete because the last recorded version is certainly not correct.
2023-10-25 21:41:45 +02:00
3358e1858b Fixed missing global data 2023-10-25 21:30:02 +02:00
ef9d665849 Introduced 11ty
Set new version based on all changes since last version change, which was 0.4.2.

Removed obsolete devDependencies, now only using 11ty and sass.

Update to package.json fields

- New sass version
- Update to project links
- Rearranged fields
- New commands for 'scripts' that include changes from branch testing-npm-scripts
- Added field 'private' to prevent publishing by mistake

Added configuration for 11ty to reflect previous behaviour from gulp.

- Moved source/templates/demo/data.json to source/screens/demo.json so it can be used
- Fixed demo template so it can use the data source
- Removed source/data/demo.json which was not used
2023-10-25 20:25:09 +02:00
e856e53114 Correction for media query 2023-10-25 17:32:33 +02:00
b6ec313f26 Added description for acronym to README 2023-10-25 17:31:34 +02:00
6e7615b44d Submodule hippie-style to branch main 2023-10-24 19:49:46 +02:00
9415d4d957 Rechtschreibung korrigiert 2023-10-24 18:59:28 +02:00
69c04c3234 Error screens
- Added new screen for 503 server error
- Corrected classes for 500 screen
2023-10-22 13:49:12 +02:00
1d7f2eb839 Migration to new home
- Project links updated in README
- Update to text in README
- Changed CRLF to LF for some files
- Small additions to .gitignore for Sass
2023-10-18 18:18:11 +02:00
Stephan Hagedorn
778d7d14d5 logPerf without JQuery
(cherry picked from commit cf3fde601e)
2023-10-17 22:01:27 +02:00
31e896462e Submodule updated to new host 2023-10-17 21:51:18 +02:00
Stephan Hagedorn
f7a5481fd2 Submodule 2022-08-08 21:46:38 +02:00
Stephan Hagedorn
534115ff28 Modules and maintenance
- Update to modules
- Added ESLint configuration
- Tried to fix SASS but still no automatic reload
- Gulp not working anymore
2022-08-08 21:43:54 +02:00
sthag
6b217b6ebb New sass module
* Changed sass module to dart-sass
* Fixed missing sass compiler for gulp-sass
2022-02-13 11:50:28 +01:00
sthag
f54dbe92d9 Update to modules 2022-02-13 11:26:41 +01:00
f7dd7c93e3 Added card and portal modules 2021-03-14 21:47:11 +01:00
32215de810 Update to hippie-style 2021-03-14 20:32:20 +01:00
bf1a6ca742 Update hippie-style again 2021-03-14 20:12:39 +01:00
d228284001 Change to hippie-style 2021-03-14 20:00:54 +01:00
202729f9ba Fix to watcher order 2021-03-13 15:27:50 +01:00
827e6c1cde Fix data path 2021-03-13 13:50:03 +01:00
06ba111392 Move tasks to separate files and simplify 2021-03-09 22:54:56 +01:00
dde26ec45e Changes to global config for templates 2021-03-09 15:54:23 +01:00
dd5ff43e16 Testing js file handling 2021-03-09 13:33:39 +01:00
731c19dd61 New gulp config file 2021-03-08 22:10:41 +01:00
003a115923 Additions to js debug code 2021-03-08 15:58:07 +01:00
Stephan Hagedorn
489786aadc Update to modules 2021-03-08 15:01:17 +01:00
Stephan Hagedorn
84957f75a0 Work on demo mode and readme 2020-12-22 20:10:58 +01:00
Stephan Hagedorn
d812ed6208 maintenance
* added sprite file to gitignore
* removed linting from dev task
* testing new npm scripts
2020-05-24 17:33:54 +02:00
Stephan Hagedorn
df064b8a94 Style changes
* removed demo module from basic style
* include submodule changes
2020-05-08 20:02:08 +02:00
Stephan Hagedorn
b2ea5b01aa Requirements updated and new nunjucks variables
Fixed problems with base paths.
2020-04-04 23:56:49 +02:00
8567604ea6 forgot new file, also in submodule 2020-02-01 14:57:07 +01:00
5c3cda58b1 changes to license file and submodule update 2020-02-01 13:56:32 +01:00
Stephan
767b3024fa debug output 2019-11-16 15:23:35 +01:00
Stephan
11b30671d4 debug performance 2019-11-16 14:32:17 +01:00
Stephan
9b9b0cb1c6 update and vaildation
* updated dependencies
* added html validator
* checked html results
* new readme
2019-11-16 13:26:19 +01:00
Stephan
d18254b61d fixed missing change to mixin 2019-11-15 21:47:09 +01:00
150fb3fdbc switched to style submodule usage
* changed paths to style module
* removed initial style folder which was moved to the submodule
2019-11-15 20:27:50 +01:00
d205031fff submodule integration
* switched to submodule development branch
* updated submodule
2019-11-15 19:38:34 +01:00
830037f5e5 submodule configuration 2019-11-12 20:27:27 +01:00
63b54f2749 added style module 2019-11-12 19:55:53 +01:00
Stephan
6f95393409 crlf 2019-11-12 19:46:04 +01:00
Stephan
83464a1cf4 Update to modules
* added node-sass as local dependency
* updated modules
2019-11-09 12:42:43 +01:00
Stephan
4401761a6b Update to modules
* npm update
* new gulp switch ofr user json
2019-07-07 11:38:27 +02:00
Stephan
abeb843718 Fixed broken pipe for sass 2019-04-22 19:25:00 +02:00
Stephan
67e3cc1eca Missing semicolon 2019-04-14 21:58:48 +02:00
Stephan
175816c359 Fix leftover imports 2019-04-06 12:35:12 +02:00
Stephan
371cb450f8 New es6 coding standard
* Added babel presets to setup standards
 * set jshint to es6
 * reworked javascript and cerated first two modules
2019-04-06 12:31:07 +02:00
Stephan
3d4eef5eb0 Code formatting according to standardjs 2019-03-31 21:30:46 +02:00
Stephan
e2bbe9273a Added svg files to art glob 2019-03-31 20:56:34 +02:00
Stephan
50a1a6d925 Changes to content
Removed some stale screens.
2019-03-31 20:49:00 +02:00
Stephan
6095870ce3 Javascript again
* Added babel to get to use ES6
 * restructure for head srcipt
 * general work on javascript files
2019-03-31 12:00:57 +02:00
Stephan
9ce65091f4 Javascript work 2019-03-30 16:52:20 +01:00
Stephan
4cb89ec7af Javascript work
* removed cache and remember from js task
 * renamed js variables
 * reworked js code
 * added logPerf function to page head
2019-03-29 18:41:27 +01:00
Stephan
0fa1b3c4b4 Changed Buffer in json task
Because of DeprecationWarning.
Buffer() to Buffer.from()
2019-03-28 20:40:41 +01:00
Stephan
ae780c4993 Added sprite files to gitignore 2019-03-28 20:33:58 +01:00
Stephan
d51d70ee1f Added user files to gitignore 2019-03-27 13:15:17 +01:00
Stephan
0ad1936e47 Renamed card module class 2019-03-26 20:28:27 +01:00
Stephan
a764b0844d New template head structure for css links
Moved css link in page head into links block
for better override possibility.
2019-03-26 20:17:57 +01:00
Stephan
c23bf9d426 Forgot bodyClass on some templates 2019-03-26 20:02:58 +01:00
Stephan
a0f3582f81 Nunjucks work
* Update to jquery 3.3.1
 * Removed test json file

New template variable bodyClass. Better block structure to be able to 
better differentiate content in screens.
2019-03-26 19:44:31 +01:00
Stephan
e2f42f7dc8 Removed text-align from card content 2019-03-24 10:18:52 +01:00
Stephan
069efe1e1d Changed class names for card module 2019-03-24 10:17:05 +01:00
Stephan
1acbdf6c95 Rework of the sass card module 2019-03-24 09:56:34 +01:00
Stephan
6775ea0712 Addition to user file handling
Enabled usage of predeterminded javascript user files. Added 
`variables.js`, `functions.js` and `globals.js` to build queue.
Therefore added option for emtpy single globs.

Changed some sass for better modular usage.
2019-03-23 14:56:48 +01:00
Stephan
874ecaa7cf Fix for index file override 2019-03-23 13:13:37 +01:00
Stephan
ef9236f47a Created entry file switch
Added checks for index.njk and data.json files to switch from demo file 
usage.
To prevent override of default files.

Updated explanation on demo entry page.
2019-03-21 21:45:43 +01:00
cd870b1bfe NOTE test commit from wsl
Discrepancy from atom git status
2019-03-21 20:39:53 +01:00
Stephan
891b4be9dc Removed old bower file 2019-03-21 20:37:00 +01:00
Stephan
8dc9724a3e Update everything
gulpjs
 * new spritesmith plugin
 * reworked exports
 * new nunjucks-render version fixing dependency issues!

File structure
New naming scheme for nunjucks files. Underscore used for files which 
are imported and not directly displayed.

Nunjucks blocks where renamed and are placed differently.

New macro for navigational elements.
2019-03-21 20:22:22 +01:00
Stephan
902016afff Make reports folder if it does not exist 2019-03-19 20:32:49 +01:00
Stephan
2fcb93f6d6 Add json to build process 2019-03-19 19:45:24 +01:00
Stephan
f0724ab056 Restructured json files 2019-03-19 19:43:07 +01:00
Stephan
22405b61c9 Added template block
new link block for head section
2019-03-19 19:33:45 +01:00
Stephan
a500dd824d New JSON gulp plugin
- added json example file
- renamed json template input file
2019-03-19 18:15:35 +01:00
Stephan
45f59f578b Major step for build process
- updated to 0.4.0
- corrected license for npm
- update to gulp 4
- updated all dependencies
- new and removed packages, see `package.json`
- changed file structure, renamed `pages` to `screen` and new `data` 
folder
- complete change of `gulpfile.js` with similar output
2019-03-16 13:21:57 +01:00
Stephan
90894f3253 Maintenance and a little bit more content
- added favicon
- changes to the gulp sprite module
- changes to gulp linting
- fixed javascript scroll function and added setup function content
- fixed javascript indentation
- new error pages
- changed css for link colors
- fixed css sprites
2018-11-07 20:20:49 +01:00
Stephan
8d9f440ac2 Correction for 92d1609
.gitignore for art path wasn't correct
2018-10-11 18:53:26 +02:00
Stephan
c0ab137753 Korrekturen für vorherigen Push
- Details der nunjucks Vorlagen korrigiert
- Fehler der <titel> Einbindung in nunjucks Vorlagen behoben
2018-10-10 22:41:15 +02:00
Stephan
92d1609213 Next content push
- changed .gitignore for art folder
- add gulp processing for art
- changed nunjucks templates file structure to reflect demo files
- removed file for new styles
- renamed most sass variables
- added sass function for space classes
- great progress with content of the intro page
- moved old gulp tasks to DEPRECATED.md
2018-10-09 23:47:51 +02:00
Stephan
48437cc4f4 demo.6 - Demo content and style changes
- sorted many styles for better groups
- started renaming of variables $basic_front_color becomes
$color_front_basic for example
- new demo page examples
- moved config file examples to deprecated file
2018-10-07 16:58:07 +02:00
Stephan
c391799d02 General push forward with more content (interactive elements)
- added list for deprecated packages
- removed deprecated node packages
- reactivated gulp vendor task
- work on intro page
- redefined interactive styles
- better variables in config
2018-10-06 15:11:33 +02:00
Stephan
8b81ed92e1 demo.5
* removed double underscore (__) separators in class names
* more LF CR to LF
* new scss config variables
* some little style changes
2018-10-01 21:10:58 +02:00
Stephan
0a78f526f5 demo.4
* restructure of all templates and pages
* fixed gulp reloading of pages
* restructured style elements accroding to HTML5.2 doc
* changed basic line-height
* added positional styles
* added demo_module styles
2018-08-31 18:52:21 +02:00
Stephan
a810ec2770 demo.3
* moved templates to demo structure
* new sass version
* restructure of some styles for demo
2018-08-20 22:42:46 +02:00
Stephan Hagedorn
4708896f79 reactivated js gulp task 2018-08-16 10:33:04 +02:00
Stephan
273cef9234 updated dependencies 2018-06-02 17:23:21 +02:00
Stephan
ce6597b6d1 demo.2
- restructured input files
- sorted gulpfile and separated old stuff
- next up are node module updates
2018-05-26 14:29:50 +02:00
Stephan
8bc8da74db demo.1
- added possibility to add data into tempaltes via json
- restructured output files
- some work on styles
2018-05-08 23:00:46 +02:00
Stephan
1bb57b109b focus on demo
- sorted files to demo folder
- try to focus more on the creation of demo example files
2018-04-30 20:20:13 +02:00
Stephan
c781f5c6c5 general work
- renamed nunjucks extension to njk
- removed old demo html files
- started to change CRLF to LF
- detail work on style definitions
- added structure for demo files
2018-04-30 19:09:17 +02:00
Stephan
cf8fd24a85 new sass linting 2017-10-03 23:27:11 +02:00
Stephan Hagedorn
b8733af03c gulp tasks and nunjucks templating
- reworked nearly all gulp tasks
- added html templating with nunjucks
- replaced some old html files
- started correction of scss and js files according to lint results
2017-10-02 00:02:06 +02:00
Stephan
6e4b8cf94b Merge pull request #3 from sthag/development
Development
2017-09-29 23:06:19 +02:00
Stephan Hagedorn
91ad030dd8 t to the s 2017-09-29 23:04:47 +02:00
Stephan Hagedorn
bcc5ab661a clean up after pull request
- added es6 uglify
- pimped status pages in demo-index
- added first modular hippie file
2017-09-29 22:47:41 +02:00
Stephan
b9003c4a28 Merge pull request #2 from sthag/testing-gulp
Testing gulp
2017-09-29 20:52:09 +02:00
Stephan Hagedorn
ba1418dca0 fixed demo header 2017-09-29 00:28:56 +02:00
Stephan Hagedorn
212b41f4a3 new status sections 2017-09-28 01:12:52 +02:00
Stephan Hagedorn
42e0ccee4e new normalize.css 2017-09-27 13:28:28 +02:00
Stephan Hagedorn
a2fa4f1b2f removed build folder 2017-09-27 11:30:31 +02:00
Stephan Hagedorn
8b0fd6f9b9 build should not be in the repo 2017-09-27 11:28:34 +02:00
Stephan Hagedorn
010c8953c2 new index
fixed some browser sync settings
new index file
2017-09-27 08:27:36 +02:00
Stephan Hagedorn
a4a1fbc14d gulp and file structure overhaul
new gulp setup
including new npm packages
new file structure
moved all development files to source/
used files are in build/ now
2017-09-26 22:02:10 +02:00
Stephan Hagedorn
3a2140dad6 New demos 2017-09-20 17:28:25 +02:00
Stephan Hagedorn
ebffacd3fd More media query 2017-09-18 16:58:53 +02:00
Stephan Hagedorn
5f8b8e3b60 Addition to media queries 2017-09-18 10:51:11 +02:00
Stephan Hagedorn
7dc73a8f3f New screen size vars 2017-09-15 09:13:10 +02:00
Stephan Hagedorn
7e5c9cdf0d Mostly renaming 2017-09-01 15:32:07 +02:00
Stephan Hagedorn
e8ab9a51d7 Mainly work on interactive elements 2017-09-01 00:16:21 +02:00
Stephan Hagedorn
483d9b0bd8 Remove dummy color 2017-08-29 11:09:14 +02:00
Stephan Hagedorn
0c4e801690 New examples and new default variable structure 2017-08-29 10:50:34 +02:00
Stephan Hagedorn
a8fabf373e Missed change for z-index 2017-08-25 15:20:46 +02:00
Stephan Hagedorn
d5c5da67ea New z-index variables 2017-08-25 13:32:35 +02:00
Stephan Hagedorn
cf72f18cbf Remove explicit font color 2017-08-24 15:56:31 +02:00
Stephan Hagedorn
f668d3a6b1 Defaults for color palette 2017-08-24 10:21:46 +02:00
Stephan Hagedorn
bf00d39692 Override working again 2017-08-24 09:22:15 +02:00
Stephan Hagedorn
fa6f9cf1d8 New margins needed 2017-08-23 17:09:37 +02:00
Stephan Hagedorn
8ec7ce370f Renaming 2017-08-23 11:25:00 +02:00
Stephan Hagedorn
615e5df2d9 Changed interactive elements
also tried to define global margin variable
2017-08-23 09:43:56 +02:00
Stephan Hagedorn
f97f76ee3d New stuff 2017-08-22 16:50:09 +02:00
Stephan Hagedorn
db96a298fb Tweaks 2017-08-22 00:09:50 +02:00
Stephan Hagedorn
9ae96ba419 Fix for latest changes
Some variables were missing
2017-08-21 14:57:34 +02:00
Stephan Hagedorn
9b2f7260ad New content
Renamed many variables
New modules for special elements
Added demo content
2017-08-21 08:06:46 +02:00
Stephan Hagedorn
933806cb72 Klassennamen und Variablen
Neuer Standard für Klassennamen _ und __
2017-08-18 01:35:50 +02:00
Stephan Hagedorn
e7ca01dd40 Beispiel-Datei strukturiert 2017-08-17 19:47:06 +02:00
Stephan
9c03fb44cc Neuer Ansatz für css Benennung
Paar grundlegende Klassen umbenannt.
Neue .gitignore
2017-08-16 19:49:36 +02:00
Stephan
7e85f9f654 Changed defaults
Also removed 3rd party flexbox mixins
2017-02-27 17:51:25 +01:00
Stephan
ff3af38c25 Kein Kommentar 2017-02-07 16:31:48 +01:00
Stephan
0d9570db4f Kein Kommentar 2017-02-07 16:28:31 +01:00
Stephan
199dbbdb8a Add reference for content-box model 2017-02-07 16:24:43 +01:00
Stephan
c36cb6f853 changed some variables 2017-01-17 17:02:12 +01:00
Stephan
c558f6342b Added override file
Lets see if that helps
2017-01-16 14:00:42 +01:00
Stephan
ad7cbc1788 ... more default 2017-01-12 21:00:04 +01:00
Stephan
e2f60b1b59 make label default again 2017-01-12 20:57:55 +01:00
Stephan
28ed7926bd new box-sizing 2017-01-12 20:53:18 +01:00
Stephan
388b18152e ... and square 2017-01-12 20:39:11 +01:00
Stephan
2c9ee5f8e4 make lists default again 2017-01-12 20:38:36 +01:00
Stephan
34c73a2d47 print font 2017-01-10 13:38:28 +01:00
Stephan
a7a92e7703 working with print module 2017-01-09 18:09:33 +01:00
Stephan
163ba00508 make print styles an extra module 2017-01-09 17:37:44 +01:00
Stephan
d91c029d4d Mainly experimental stuff for print 2016-12-15 11:44:35 +01:00
Stephan
ed66b9f6ee First print styles and cdn switch 2016-12-14 12:54:39 +01:00
Stephan
e3105a8698 Now using the concept of variable defaults from sass
First defaults added
2016-12-09 22:38:12 +01:00
Stephan
fc96f02023 New variables
Concept of config and default file does not work.
Needs to be changed
2016-12-09 22:23:31 +01:00
Stephan
73bba3e161 Noticed problem with config overrides
No solution yet
2016-12-09 16:43:55 +01:00
Stephan
9f7cb5d71f Added aside styles 2016-12-09 10:39:49 +01:00
Stephan
224f68e17c Last commit missed some files 2016-12-08 23:22:56 +01:00
Stephan
eb4b4bfaca Add example html file
Therefore also added normalize.css
This has to be different in the future
2016-12-08 23:21:28 +01:00
Stephan
d8a0b5e8d0 New structure, indentation and content
Adapted w3c structure for html5 elements
New files for different sections of elements
Indentation now made with tabs
Added optional "above the fold" file
2016-12-08 17:50:51 +01:00
Stephan
81acd33c77 Add height to html
This is important to know and remember
2016-12-08 12:13:14 +01:00
Stephan
f700f9be72 Small fix
Missing body height
2016-12-08 12:09:15 +01:00
Stephan
c1c24b0967 Small fix 2016-12-08 12:03:30 +01:00
Stephan
da18a756f3 Changes to selector naming and structuring
Modules are still on old scheme
2016-12-08 12:00:56 +01:00
Stephan
f87bcf3df1 Removed normalize.css 2016-12-07 19:06:52 +01:00
Stephan
3598c3fc8f Small fixes 2016-12-01 18:00:18 +01:00
Stephan
f2dfe32ca2 Added sass and changed basic structure
Many things to do.
2016-12-01 15:37:49 +01:00
Stephan
ad4697dd9e Update LICENSE 2016-11-09 16:02:43 +01:00
Stephan
fa8048b5f4 Started development branch with some dummy files 2016-11-09 15:49:04 +01:00