Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-paduraru committed Jul 27, 2018
0 parents commit 56906fe
Show file tree
Hide file tree
Showing 286 changed files with 53,950 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Creative Tim (www.creative-tim.com)

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.
164 changes: 164 additions & 0 deletions README.md
@@ -0,0 +1,164 @@
<h1 id="argon-design-system"><a href="https://www.creative-tim.com/product/argon-design-system">Argon Design System</a></h1>

<p><img src="https://s3.amazonaws.com/creativetim_bucket/products/90/original/opt_argon_thumbnail.jpg" alt="Product Gif" /></p>

<p>Start your development with a Design System for Bootstrap 4. It is open source, free and it features many components that can help you create amazing websites.</p>

<h4 id="fully-coded-components">Fully Coded Components</h4>

<p>Argon Design System is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.</p>

<p>You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Design System is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.</p>

<p>Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.</p>

<h4 id="complex-documentation">Complex Documentation</h4>

<p>Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the foundation here.</p>

<h4 id="example-pages">Example Pages</h4>

<p>If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.</p>

<h2 id="table-of-contents">Table of Contents</h2>

<ul>
<li><a href="#demo">Demo</a></li>
<li><a href="#quick-start">Quick Start</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#file-structure">File Structure</a></li>
<li><a href="#browser-support">Browser Support</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#reporting-issues">Reporting Issues</a></li>
<li><a href="#technical-support-or-questions">Technical Support or Questions</a></li>
<li><a href="#licensing">Licensing</a></li>
<li><a href="#useful-links">Useful Links</a></li>
</ul>

<h2 id="demo">Demo</h2>

<ul>
<li><a href="https://demos.creative-tim.com/argon-design-system">Index Page</a></li>
<li><a href="https://demos.creative-tim.com/argon-design-system/examples/landing.html">Landing page</a></li>
<li><a href="https://demos.creative-tim.com/argon-design-system/examples/profile.html">Profile Page</a></li>
<li><a href="https://demos.creative-tim.com/argon-design-system/examples/login.html">Login Page</a></li>
<li><a href="https://demos.creative-tim.com/argon-design-system/examples/register.html">Register Page</a></li>
<li><a href="https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html">Documentation</a></li>
</ul>

<p><a href="https://demos.creative-tim.com/argon-design-system">View More</a></p>

<h2 id="quick-start">Quick start</h2>

<ul>
<li><a href="https://github.com/creativetimofficial/argon-design-system/archive/master.zip">Download from Github</a>.</li>
<li><a href="https://www.creative-tim.com/product/argon-design-system">Download from Creative Tim</a>.</li>
<li>Clone the repo: <code class="highlighter-rouge">git clone https://github.com/creativetimofficial/argon-design-system.git</code>.</li>
</ul>

<h2 id="documentation">Documentation</h2>

<p>The documentation for the Argon Design System is hosted at our <a href="https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html">website</a>.</p>

<h2 id="file-structure">File Structure</h2>

<p>Within the download you’ll find the following directories and files:</p>

<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>argon/
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── assets/
├── css/
│ ├── argon.css
│ ├── argon.css.map
│ ├── argon.min.css
│ ├── argon.min.css.map
└── img/
│ ├── argon/
│ ├── brand/
│ ├── icons/
│ ├── ill/
└── js/
│ ├── argon.js
│ └── argon.min.js
└── scss/
│ ├── bootstrap/
│ ├── custom/
│ ├── argon.scss
└── vendor/
├── bootstrap/
├── bootstrap-datepicker/
├── font-awesome/
├── headroom/
├── jquery/
├── nouislider/
├── nucleo/
├── popper/

</code></pre></div></div>

<h2 id="browser-support">Browser Support</h2>

<p>At present, we officially aim to support the last two versions of the following browsers:</p>

<p><img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64" />
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64" />
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64" />
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64" />
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64" /></p>

<h2 id="resources">Resources</h2>

<ul>
<li>Demo: <a href="https://demos.creative-tim.com/argon-design-system">https://demos.creative-tim.com/argon-design-system</a></li>
<li>Download: <a href="https://www.creative-tim.com/product/argon-design-system">https://www.creative-tim.com/product/argon-design-system</a></li>
<li>Documentation: <a href="https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html">https://demos.creative-tim.com/argon-design-system/docs/getting-started/overview.html</a></li>
<li>License Agreement: <a href="https://www.creative-tim.com/license">https://www.creative-tim.com/license</a></li>
<li>Support: <a href="https://www.creative-tim.com/contact-us">https://www.creative-tim.com/contact-us</a></li>
<li>Issues: <a href="https://github.com/creativetimofficial/argon-design-system/issues">Github Issues Page</a></li>
</ul>

<h2 id="reporting-issues">Reporting Issues</h2>

<p>We use GitHub Issues as the official bug tracker for the Argon Design System. Here are some advices for our users that want to report an issue:</p>

<ol>
<li>Make sure that you are using the latest version of the Argon Design System. Check the CHANGELOG from your copy on our <a href="https://www.creative-tim.com">website</a>.</li>
<li>Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.</li>
<li>Some issues may be browser specific, so specifying in what browser you encountered the issue might help.</li>
</ol>

<h2 id="technical-support-or-questions">Technical Support or Questions</h2>

<p>If you have questions or need help integrating the product please <a href="https://www.creative-tim.com/contact-us">contact us</a> instead of opening an issue.</p>

<h2 id="licensing">Licensing</h2>

<ul>
<li>
<p>Copyright © 2018 Creative Tim (https://www.creative-tim.com)</p>
</li>
<li>
<p>Licensed under MIT (https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md)</p>
</li>
</ul>

<h2 id="useful-links">Useful Links</h2>

<ul>
<li><a href="https://www.creative-tim.com/bootstrap-themes">More products</a> from Creative Tim</li>
<li><a href="https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w">Tutorials</a></li>
<li><a href="https://www.creative-tim.com/bootstrap-themes/free">Freebies</a> from Creative Tim</li>
<li><a href="https://www.creative-tim.com/affiliates/new">Affiliate Program</a> (earn money)</li>
</ul>

<h2 id="social-media">Social Media</h2>

<ul>
<li>Twitter: <a href="https://twitter.com/CreativeTim">https://twitter.com/CreativeTim</a></li>
<li>Facebook: <a href="https://www.facebook.com/CreativeTim">https://www.facebook.com/CreativeTim</a></li>
<li>Dribbble: <a href="https://dribbble.com/creativetim">https://dribbble.com/creativetim</a></li>
<li>Google+: <a href="https://plus.google.com/+CreativetimPage">https://plus.google.com/+CreativetimPage</a></li>
<li>Instagram: <a href="https://www.instagram.com/CreativeTimOfficial">https://www.instagram.com/CreativeTimOfficial</a></li>
</ul>

0 comments on commit 56906fe

Please sign in to comment.