Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Lodash and DisplayJS in the frameworks list #309

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions public/en-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,23 @@ <h3>GENERAL PURPOSE</h3>
<p class="source">
Underscore.js is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.
</p>
<section class="txt">
<ul>
<li><a target="_blank" href="https://lodash.com">Lodash</a></li>
</ul>
</section>

<p class="source">
Lodash is a modern JavaScript utility library delivering modularity, performance & extras. Lodash is pretty similar to Underscore.js
<section class="txt">
<ul>
<li><a target="_blank" href="https://display.js.org">DisplayJS</a></li>
</ul>
</section>

<p class="source">
DisplayJS is a simple JavaScript framework that is easy to use, open-source and user friendly. Its syntax has some common points with jQuery.
</p>
<h3>MV*</h3>
<section class="txt">
<ul>
Expand Down
13 changes: 12 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,17 @@ <h3>GENERAL PURPOSE</h3>
<p class="source">
Underscore.js is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.
</p>
<p class="source">
Lodash is a modern JavaScript utility library delivering modularity, performance & extras. Lodash is pretty similar to Underscore.js
<section class="txt">
<ul>
<li><a target="_blank" href="https://display.js.org">DisplayJS</a></li>
</ul>
</section>

<p class="source">
DisplayJS is a simple JavaScript framework that is easy to use, open-source and user friendly. Its syntax has some common points with jQuery.
</p>
<h3>MV*</h3>
<section class="txt">
<ul>
Expand Down Expand Up @@ -1625,4 +1636,4 @@ <h1>Contributors</h1>
asyncScriptLoad( 'https://apis.google.com/js/plusone.js', 'google-plusone' );
</script>
</body>
</html>
</html>