|
1 | 1 | const projectList = [
|
2 | 2 | {
|
3 | 3 | name: 'Reseter.css',
|
4 |
| - imageSrc: 'https://github.com/krishdevdb/reseter.css/raw/master/logo.png', |
5 |
| - projectLink: 'https://github.com/krishdevdb/reseter.css', |
| 4 | + imageSrc: 'https://github.com/resetercss/reseter.css/blob/main/logo.png', |
| 5 | + projectLink: 'https://github.com/resetercss/reseter.css', |
6 | 6 | description: 'Reseter.css is an awesome CSS boilerplate for a website. It is a great tool for any web designer. Reseter.css resets all the premade styles by the browser. It normalizes the browser\'s stylesheet for a better cross-browser experience.',
|
7 | 7 | tags: ['css', 'sass', 'scss', 'less', 'stylus']
|
8 | 8 | },
|
@@ -35,7 +35,7 @@ const projectList = [
|
35 | 35 | {
|
36 | 36 | name: 'React Native',
|
37 | 37 | imageSrc:
|
38 |
| - 'https://github.com/facebook/react-native/blob/master/Libraries/NewAppScreen/components/logo.png?raw=true', |
| 38 | + 'https://github.com/facebook/react-native/blob/main/Libraries/NewAppScreen/components/logo.png?raw=true', |
39 | 39 | projectLink: 'https://github.com/facebook/react-native/contribute',
|
40 | 40 | description: 'A framework for building native apps with React.',
|
41 | 41 | tags: ['JavaScript', 'React', 'React Native', 'Mobile App'],
|
@@ -200,15 +200,6 @@ const projectList = [
|
200 | 200 | description: 'Automate Clojure projects without setting your hair on fire.',
|
201 | 201 | tags: ['Clojure', 'Automation'],
|
202 | 202 | },
|
203 |
| - { |
204 |
| - name: 'Brackets', |
205 |
| - imageSrc: |
206 |
| - 'https://github.com/adobe/brackets/raw/gh-pages/images/brackets_128.png?raw=true', |
207 |
| - projectLink: 'https://github.com/adobe/brackets/contribute', |
208 |
| - description: |
209 |
| - 'An open source code editor for the web, written in JavaScript, HTML and CSS.', |
210 |
| - tags: ['Editor', 'Windows', 'Linux', 'MacOS'], |
211 |
| - }, |
212 | 203 | {
|
213 | 204 | name: 'Webpack',
|
214 | 205 | imageSrc: 'https://avatars3.githubusercontent.com/u/2105791?v=3&s=100',
|
@@ -283,23 +274,6 @@ const projectList = [
|
283 | 274 | description: 'An open source email campaign management tool.',
|
284 | 275 | tags: ['Nodejs', 'JavaScript', 'Email-Campaigns'],
|
285 | 276 | },
|
286 |
| - { |
287 |
| - name: 'Hyper', |
288 |
| - imageSrc: |
289 |
| - 'https://camo.githubusercontent.com/847ee74c9984736cc7027686e0a965073b34c9b85677d019111855503fdf869c/68747470733a2f2f6173736574732e7a6569742e636f2f696d6167652f75706c6f61642f76313534393732333834362f7265706f7369746f726965732f68797065722f68797065722d332d7265706f2d62616e6e65722e706e67', |
290 |
| - projectLink: 'https://github.com/vercel/hyper/contribute', |
291 |
| - description: 'JS/HTML/CSS Terminal', |
292 |
| - tags: [ |
293 |
| - 'HTML', |
294 |
| - 'CSS', |
295 |
| - 'JavaScript', |
296 |
| - 'React', |
297 |
| - 'Typescript', |
298 |
| - 'linux', |
299 |
| - 'macos', |
300 |
| - 'terminal', |
301 |
| - ], |
302 |
| - }, |
303 | 277 | {
|
304 | 278 | name: 'Visual Studio Code',
|
305 | 279 | imageSrc:
|
@@ -601,7 +575,15 @@ const projectList = [
|
601 | 575 | 'https://raw.githubusercontent.com/vercel/hyper/canary/app/static/icon.png',
|
602 | 576 | projectLink: 'https://github.com/zeit/hyper/contribute',
|
603 | 577 | description: 'A terminal built on web technologies',
|
604 |
| - tags: ['html', 'javascript', 'css', 'react', 'terminal'], |
| 578 | + tags: ['HTML', |
| 579 | + 'CSS', |
| 580 | + 'JavaScript', |
| 581 | + 'React', |
| 582 | + 'Typescript', |
| 583 | + 'linux', |
| 584 | + 'macos', |
| 585 | + 'terminal' |
| 586 | + ], |
605 | 587 | },
|
606 | 588 | {
|
607 | 589 | name: 'Kap',
|
|
0 commit comments