Skip to content

Commit 8676626

Browse files
committed
Add more new references
1 parent a67303a commit 8676626

4 files changed

Lines changed: 184 additions & 2 deletions

File tree

pages/resources/CSS_Tools/shadow.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,12 @@ Shadow css to your elements.
3434
.someClass{
3535
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
3636
}
37-
```
37+
```
38+
39+
### - CSSGEN Box Shadow
40+
- CSSGEN box shadow generator to create customizable box shadows.
41+
[https://cssgenerator.org/box-shadow-generator.html](https://cssgenerator.org/box-shadow-generator.html)
42+
43+
### - CSS Gradient Box Shadow
44+
- Create beautiful box shadows with gradient colors.
45+
[https://cssgradient.io/blog/css-box-shadow/](https://cssgradient.io/blog/css-box-shadow/)

pages/resources/General_Elements/AI_Tools/aiOnline.mdx

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,67 @@ https://stablediffusionweb.com/
2020
## Text to Music
2121
### - suno
2222
Make a song about anything.
23-
https://suno.com/
23+
https://suno.com/
24+
25+
## Text to Speech / Voice
26+
### - elevenlabs
27+
AI voice generator with realistic text-to-speech and voice cloning.
28+
https://elevenlabs.io/
29+
30+
### - Coqui
31+
Open source voice synthesis and voice cloning.
32+
https://coqui.ai/
33+
34+
35+
## Code Generation
36+
### - github copilot
37+
AI pair programmer that suggests code completions and entire functions.
38+
https://github.com/features/copilot
39+
40+
### - cursor
41+
AI-first code editor built for pair programming.
42+
https://cursor.sh/
43+
44+
45+
## Image Editing
46+
### - remove.bg
47+
Automatically remove backgrounds from images for free.
48+
https://remove.bg/
49+
50+
### -cleanup.pictures
51+
Remove unwanted objects, people, or text from images.
52+
https://cleanup.pictures/
53+
54+
55+
## AI Assistants / Chatbots
56+
### - chatgpt
57+
OpenAI's conversational AI assistant with GPT models.
58+
https://chat.openai.com/
59+
60+
### - claude
61+
Anthropic's AI assistant focused on being helpful, harmless, and honest.
62+
https://claude.ai/
63+
64+
### - grok
65+
xAI's conversational AI with real-time knowledge.
66+
https://x.ai/grok
67+
68+
69+
## Video Generation
70+
### - runway
71+
AI-powered video editing and generation platform.
72+
https://runwayml.com/
73+
74+
### - pika
75+
Text and image to video generation AI.
76+
https://pika.art/
77+
78+
79+
## Document / Presentation
80+
### - gamma
81+
AI-powered presentation software for generating slides.
82+
https://gamma.app/
83+
84+
### - tome
85+
AI storytelling tool for presentations and narratives.
86+
https://tome.app/
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
sidebar_position: 5
3+
title: 🎨 Fonts
4+
---
5+
6+
import { Callout } from 'nextra-theme-docs'
7+
8+
# Fonts
9+
10+
These fonts can be use to your project for free
11+
12+
## References
13+
14+
### - fontsinuse
15+
- An independent archive of typography. Made possible by sponsors like Frere-Jones Type
16+
https://fontsinuse.com/
17+
18+
### - Google Fonts `(Recommended)`
19+
- The #1 free resource for fonts, making the web more beautiful with open-source fonts and icons.
20+
https://fonts.google.com/
21+
22+
### - Fontpair `(Recommended)`
23+
- Beautiful font pairings to inspire your next design project.
24+
https://fontpair.co/
25+
26+
### - DaFont
27+
- Archive of free fonts with thousands of fonts categorized by style.
28+
https://www.dafont.com/
29+
30+
### - Fontshare
31+
- Free fonts from the Indian Type Foundry.
32+
https://www.fontshare.com/
33+
34+
### - Typewolf
35+
- Font recommendations and typeface inspiration for designers.
36+
https://www.typewolf.com/
37+
38+
### - Fonts.Adobe
39+
- Explore Adobe Fonts including thousands of typefaces with flexible licensing.
40+
https://fonts.adobe.com/
41+
42+
### - Abstract Fonts
43+
- Free fonts download site with thousands of fonts.
44+
https://www.abstractfonts.com/
45+
46+
### - Fontspace
47+
- 100% free fonts for personal and commercial use.
48+
https://www.fontspace.com/
49+
50+
### - Font Squirrel
51+
- Handpicked fonts free for commercial use.
52+
https://www.fontsquirrel.com/
53+
54+
### - Awwwards Typography
55+
- Best typography websites curated by Awwwards.
56+
https://www.awwwards.com/best-typography/
57+
58+
### - Type Scale
59+
- A visual calculator for building type systems.
60+
https://type-scale.com/
61+
62+
### - Dribbble
63+
- Design community with millions of shots for font inspiration.
64+
https://dribbble.com/
65+
66+
### - Behance Typography
67+
- Typography projects and font inspiration on Behance.
68+
https://www.behance.com/
69+
70+
### - myfonts
71+
- Extensive font library with licensed fonts.
72+
https://www.myfonts.com/
73+
74+
### - linotype
75+
- Over 150,000 fonts including historic and contemporary typefaces.
76+
https://www.linotype.com/
77+
78+
### - identifont
79+
- Find fonts by answering questions about their characteristics.
80+
http://www.identifont.com/

pages/resources/Javascript_Tools/javascript_tools.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,34 @@ These websites can be references for your design ideas
1313
- Convert JSON into gorgeous, typesafe code in any language.
1414
[https://quicktype.io/](https://quicktype.io/)
1515

16+
### - TypeScript Playground
17+
- An online editor for exploring TypeScript and JavaScript.
18+
[https://www.typescriptlang.org/play/](https://www.typescriptlang.org/play/)
19+
20+
### - tsconfig.xyz
21+
- Generate tsconfig.json files with sensible defaults.
22+
[https://tsconfig.xyz/](https://tsconfig.xyz/)
23+
24+
## Code Quality
25+
26+
### - ESLint
27+
- Find and fix problems in your JavaScript code.
28+
[https://eslint.org/](https://eslint.org/)
29+
30+
### - Prettier
31+
- Opinionated code formatter for JavaScript/TypeScript.
32+
[https://prettier.io/](https://prettier.io/)
33+
34+
## Build Tools
35+
36+
### - Vite
37+
- Next generation frontend tooling (build tool + dev server).
38+
[https://vitejs.dev/](https://vitejs.dev/)
39+
40+
41+
## Package Management
42+
43+
### - Bundlephobia
44+
- Find the cost of adding a new dependency to your bundle.
45+
[https://bundlephobia.com/](https://bundlephobia.com/)
46+

0 commit comments

Comments
 (0)