Skip to content

Commit 56e48fa

Browse files
authored
chore(readme): remove non working links
1 parent 866349b commit 56e48fa

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
4242
- [General](#general)
4343

4444
### CSS/UI Frameworks
45-
- [base](http://matthewhartman.github.io/base/) - Responsive CSS framework with IE7+ support
46-
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework
47-
- [BASSCSS](http://www.basscss.com/) - Low-level CSS toolkit
4845
- [bootflat](http://bootflat.github.io/index.html) - Bootstrap with a flat design theme
4946
- [Bootswatch](https://github.com/thomaspark/bootswatch) - A collection of themes for Bootstrap
5047
- [bulma](http://bulma.io/) - CSS framework based on Flexbox
@@ -66,7 +63,7 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
6663
- [picnicss](http://picnicss.com/) - Lightweight UI library
6764
- [pure](http://purecss.io/) - A set of small, responsive CSS modules
6865
- [semantic-ui](http://semantic-ui.com/) - UI Kit with lots of themes and elements
69-
- [skeleton](http://getskeleton.com/) - A dead simple, responsive boilerplate
66+
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework
7067
- [tachyons](http://tachyons.io/) - Modular UI framework
7168
- [tacit](https://github.com/yegor256/tacit) - CSS framework without classes
7269
- [uikit](http://getuikit.com/index.html) - A lightweight and modular front-end framework
@@ -99,14 +96,15 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
9996
**[ back to top](#table-of-contents)**
10097

10198
### Allrounder (jQuery like)
102-
- [bliss](http://blissfuljs.com/) - A collection of helpers and light syntactic sugar over Vanilla JS
99+
- [bliss](https://blissfuljs.com/) - A collection of helpers and light syntactic sugar over Vanilla JS
103100
- [cash](https://github.com/kenwheeler/cash) - Library that provides jQuery style syntax to wrap modern Vanilla JS features
104101
- [jQuery](https://jquery.com/) - Feature-rich JavaScript library
105102
- [nanoJS](https://github.com/vladocar/nanoJS/) - Minimal standalone JS library for DOM manipulation
106103
- [NodeList.js](https://github.com/eorroe/NodeList.js) - Use the Native DOM APIs as easily as jQuery
107104
- [Selector](https://github.com/Websilk/Selector) - Lightweight library used as a replacement for jQuery
108105
- [umbrella](https://github.com/umbrellajs/umbrella) - DOM, Event and AJAX library
109106
- [zeptojs](http://zeptojs.com/) - Library with a largely jQuery-compatible API
107+
-
110108
**[ back to top](#table-of-contents)**
111109

112110
### Charts
@@ -131,9 +129,7 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
131129
- [muze](https://github.com/chartshq/muze) - Composable data visualisation lib with a data-first approach
132130
- [nvd3](http://nvd3.org/) - Re-usable charts and chart components for d3.js
133131
- [peity](http://benpickles.github.io/peity/) - Progressive mini \<svg\> pie, donut, bar and line charts
134-
- [sparkline](http://omnipotent.net/jquery.sparkline/) - Sparkline charts library
135-
- [sparky](http://prag.ma/code/sparky/) - Sparkline charts library based on rapahel
136-
- [taucharts](http://www.taucharts.com/) - Charts with a focus on design and flexibility
132+
- [taucharts](https://www.taucharts.com/) - Charts with a focus on design and flexibility
137133
- [timesheet.js](https://sbstjn.github.io/timesheet.js/) - HTML5 & CSS3 time sheets
138134
- [tui.chart](https://github.com/nhnent/tui.chart) - Data visualization library with IE8 support
139135
- [uPlot](https://github.com/leeoniya/uPlot) - Canvas based chart for time series, lines, areas, ohlc & bars
@@ -145,12 +141,10 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
145141
**[ back to top](#table-of-contents)**
146142

147143
### Maps
148-
- [Cesium](http://cesiumjs.org/) - Library for creating 3D globes and 2D maps in a web browser without a plugin
144+
- [Cesium](https://cesiumjs.org/) - Library for creating 3D globes and 2D maps in a web browser without a plugin
149145
- [harp.gl](https://github.com/heremaps/harp.gl) - Web map rendering engine
150-
- [Kartograph](http://kartograph.org/) - Simple and lightweight framework for building interactive map applications without Google Maps
151-
- [leaflet](http://leafletjs.com/) - Library for Mobile-Friendly Interactive Maps
146+
- [leaflet](https://leafletjs.com/) - Library for Mobile-Friendly Interactive Maps
152147
- [leaflet plugins](http://leafletjs.com/plugins.html) - Notable Leaflet Plugins
153-
- [leaflet topojson support](https://gist.github.com/rclark/5779673) - TopoJSON-aware Leaflet layer
154148
- [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/) - Interactive WebGL maps from vector tiles
155149
- [mapmap.js](https://github.com/floledermann/mapmap.js) - A data-driven API for interactive thematic maps
156150
- [mapsicon](https://github.com/djaiss/mapsicon) - Collection of maps for nearly every country in the world in PNG and SVG
@@ -169,7 +163,7 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
169163
- [DataTables](http://www.datatables.net/) - jQuery plugin which adds sorting, paging and filtering abilities to plain HTML tables with minimal effort
170164
- [dynatables](http://www.dynatable.com/) - Semantic and interactive table plugin using jQuery, HTML5, and JSON
171165
- [handson table](http://handsontable.com/) - Minimalist Excel-like data grid editor
172-
- [ListJS](http://www.listjs.com/) - Adds search, sort, filters and flexibility to plain HTML lists, tables, or anything
166+
- [ListJS](https://listjs.com/) - Adds search, sort, filters and flexibility to plain HTML lists, tables, or anything
173167
- [sortable](http://github.hubspot.com/sortable/docs/welcome/) - Makes tables sortable
174168
- [tablesaw](https://github.com/filamentgroup/tablesaw) - A group of plugins for responsive tables
175169
- [tui-grid](https://ui.toast.com/tui-grid/) - Widget to visualize and edit data via its table representation
@@ -187,9 +181,9 @@ A continuously expanded list of frameworks, libraries and tools I used/want to u
187181
### Loaders
188182
- [Loaders.css](https://github.com/ConnorAtherton/loaders.css) - Delightful, performance-focused pure css loading animations
189183
- [MProgress.js](https://lightningtgc.github.io/MProgress.js/) - Google Material Design Progress Linear bar
190-
- [NProgress](http://ricostacruz.com/nprogress/) - Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium
184+
- [NProgress](https://ricostacruz.com/nprogress/) - Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium
191185
- [nanobar](https://github.com/jacoborus/nanobar/) - Lightweight progress bars without jQuery
192-
- [PACE](http://github.hubspot.com/pace/docs/welcome/) - Automatic page load progress bar. Needs zero config. Easy themeable.
186+
- [PACE](https://github.hubspot.com/pace/docs/welcome/) - Automatic page load progress bar. Needs zero config. Easy themeable.
193187
- [PleaseWait.js](https://pathgather.github.io/please-wait/) - A simple library to show your users a beautiful splash page while your application loads
194188

195189
**[ back to top](#table-of-contents)**

0 commit comments

Comments
 (0)