Skip to content

Commit

Permalink
Merge pull request #33 from zen-solutions/2.0.4-dev
Browse files Browse the repository at this point in the history
2.0.4 dev
  • Loading branch information
shaunmackey committed Jan 6, 2024
2 parents 2f84cbe + 13de234 commit 0b431c4
Show file tree
Hide file tree
Showing 125 changed files with 14,616 additions and 14,167 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"printWidth": 80,
"printWidth": 180,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"proseWrap": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "auto",
"bracketSameLine": true
Expand Down
50 changes: 11 additions & 39 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of
experience, nationality, personal appearance, race, religion, or sexual identity
and orientation.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:
Examples of behavior that contributes to creating a positive environment include:

- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
Expand All @@ -22,53 +16,31 @@ include:

Examples of unacceptable behavior by participants include:

- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, or to ban temporarily or permanently any
contributor for other behaviors that they deem inappropriate, threatening,
offensive, or harmful.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. The project team
will review and investigate all complaints, and will respond in a way that it
deems appropriate to the circumstances. The project team is obligated to
maintain confidentiality with regard to the reporter of an incident. Further
details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
49 changes: 11 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# zencss

An open-source, website authoring and design toolkit that helps you build,
style, and debug websites. Current Release is v2.0.2-beta
An open-source, website authoring and design toolkit that helps you build, style, and debug websites. Current Release is v2.0.2-beta

### Pre-Launch Installation

- Download or clone the latest files
[from the zencss repository](https://github.com/zen-solutions/zencss).
- Follow the instructions in the
[zenCSS setup documentation](https://zencss.com/docs/help-desk/installation.html).
- Download or clone the latest files [from the zencss repository](https://github.com/zen-solutions/zencss).
- Follow the instructions in the [zenCSS setup documentation](https://zencss.com/docs/help-desk/installation.html).

## Features

Expand All @@ -23,54 +20,30 @@ style, and debug websites. Current Release is v2.0.2-beta

### Dependencies

For the core framework, none - just pure CSS and Vanilla JavaScript. If you want
to work with our SASS files or JavaScript modules, there are a few dependencies.
We provide
[instructions for that here](https://zencss.com/docs/help-desk/installation-source.html).
For the core framework, none - just pure CSS and Vanilla JavaScript. If you want to work with our SASS files or JavaScript modules, there are a few dependencies. We provide [instructions for that here](https://zencss.com/docs/help-desk/installation-source.html).

### Best Practices for Customization

When working with zenCSS, we recommend using override files instead of directly
modifying the core files. This approach ensures that your customizations are
preserved when updating to newer versions of zenCSS.
When working with zenCSS, we recommend using override files instead of directly modifying the core files. This approach ensures that your customizations are preserved when updating to newer versions of zenCSS.

1. **For CSS:** Create separate CSS files for your custom styles and link them
after the core zenCSS files in your HTML. This will allow your styles to take
precedence.
1. **For CSS:** Create separate CSS files for your custom styles and link them after the core zenCSS files in your HTML. This will allow your styles to take precedence.

2. **For JavaScript:** If you need to extend or modify the JavaScript
functionality, create separate JS modules and import the core zenCSS modules
as dependencies. This way, you can enhance or override specific
functionalities without altering the original source.
2. **For JavaScript:** If you need to extend or modify the JavaScript functionality, create separate JS modules and import the core zenCSS modules as dependencies. This way, you can enhance or override specific functionalities without altering the original source.

# Contributing

Help us make zenCSS better for everyone, any contribution will be considered.
Use the issue tracker for bug reports, features requests and submitting pull
requests.
Help us make zenCSS better for everyone, any contribution will be considered. Use the issue tracker for bug reports, features requests and submitting pull requests.

# Bug Reports

Please try to be as detailed as possible in your report. What is your
environment? What steps will reproduce the issue? What browser(s) and OS
experience the problem? What would you expect to be the outcome? All these
details will help us fix any potential bugs. Please reproduce any issues
[here](https://codepen.io/ScrmSe4L6/pen/ExrQRdE) and include with your bug
report.
Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? What would you expect to be the outcome? All these details will help us fix any potential bugs. Please reproduce any issues [here](https://codepen.io/ScrmSe4L6/pen/ExrQRdE) and include with your bug report.

# Feature Requests

Before opening a feature request, please take a moment to find out whether your
idea fits with the scope and aims of the project. It's up to you to make a
strong case to convince the project's developers of the merits of this feature.
Please provide as much detail and context as possible.
Before opening a feature request, please take a moment to find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.

# Pull Requests

Please ask first before embarking on any significant pull request (e.g.
implementing features, re-factoring code, porting to a different language),
otherwise you risk spending a lot of time working on something that the
project's developers might not want to merge into the project. When contributing
code to this project always ask yourself these questions.
Please ask first before embarking on any significant pull request (e.g. implementing features, re-factoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project. When contributing code to this project always ask yourself these questions.

Is it essential? Will it add value? Is this change necessary?
21 changes: 8 additions & 13 deletions dist/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<!------------ include zenCSS CSS files ------------->
<link rel="stylesheet" href="../../dist/zen.min.css" />
<link rel="stylesheet" href="../../dist/icons.min.css" />

</head>

<!------------ Declare zen class on the body to use zenCSS on the page ------------->
<body class="zen">

<!------------ Header/A spot/Hero ------------->
<z-container-fluid>
<z-row class="pt-0 pb-0">
Expand All @@ -24,10 +22,7 @@
</div>
<div>
<a id="hamburger-button-2">
<img
src="../../img/icons/bars.svg"
class="icon-header up-3"
alt="Menu"/>
<img src="../../img/icons/bars.svg" class="icon-header up-3" alt="Menu" />
</a>
</div>
<nav class="top-nav">
Expand All @@ -36,8 +31,12 @@
</button>
<ul>
<li><a href="#" class="nav-link">Home</a></li>
<li><a href="#" class="nav-link">Services</a></li>
<li><a href="#" class="nav-link">Contact</a></li>
<li>
<a href="#" class="nav-link">Services</a>
</li>
<li>
<a href="#" class="nav-link">Contact</a>
</li>
</ul>
</nav>
</header>
Expand All @@ -47,7 +46,6 @@

<!------------ B spot ------------->
<main class="container-fluid page-title-here">

<z-container-fluid class="theme-cta card hero-section m-0">
<z-container>
<z-row>
Expand Down Expand Up @@ -85,17 +83,14 @@ <h1 class="headline">👋 Hello World</h1>
</z-row>
</z-container>
</z-container-fluid>

</main>

<!------------ Footer ------------->
<footer>
<small class="center">&copy; <span id="current-year"></span>. Built using zenCSS.
</small>
<small class="center">&copy; <span id="current-year"></span>. Built using zenCSS. </small>
</footer>

<!------------ Include zenCSS JS ------------->
<script src="../../dist/zencss.min.js"></script>

</body>
</html>
Loading

0 comments on commit 0b431c4

Please sign in to comment.