Commit b23c32d
feat: Migrated previous web page from Angular to Astro (#2)
* feat: Added glow that follows the cursor in the bg
* feat: Crated Navbar component
* feat: Created Header for the home page
* feat: Created SectionContainer and used in the home page
* GitButler Workspace Commit
This is a merge commit the virtual branches in your workspace.
Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily.
If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.
Here are the branches that are currently applied:
- feat/home-page (refs/gitbutler/feat/home-page)
branch head: d8461c0
- data/repositories/BB-101-c.md
- data/repositories/100-dias-10-proyectos.md
- src/pages/index.astro
- tsconfig.json
- src/components/RepositoryCard.astro
- deno.json
- src/content.config.ts
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
* feat: Add new repository cards and update configuration files
- Introduced new markdown files for repositories: '100 dias 10 proyectos', 'BB101', and a placeholder for upcoming projects.
- Updated 'deno.json' to include 'sloppy-imports' in unstable features.
- Enhanced 'tsconfig.json' with 'strictNullChecks' and 'allowJs' options.
- Created 'RepositoryCard' component for displaying repository information.
- Modified 'index.astro' to render repository cards dynamically.
- Added global styles for cards and chips in 'global.css'.
- Included images for the new repositories.
* chore: Removed import thath no longer exists
* refactor: Renamed url param to link to not use keyword reserved for MDX/MD
* feat: Added BB-101 event details and updated EventCard component
* feat: Updated event date for BB-101 and enhanced event filtering logic
* feat: Refactored event date handling and improved filtering logic in index.astro
* chore: Described the project in README.md
* refactor: Removed "proximamente.md" from repositories to manually set it at the end
---------
Co-authored-by: GitButler <[email protected]>1 parent 800bc8f commit b23c32d
File tree
27 files changed
+720
-64
lines changed- data
- events
- repositories
- public
- fonts
- images
- events
- repositories
- src
- components
- icons
- layouts
- pages
- styles
- utils
27 files changed
+720
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
10 | 6 | | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 16 | + | |
| 17 | + | |
24 | 18 | | |
25 | 19 | | |
26 | | - | |
27 | | - | |
| 20 | + | |
28 | 21 | | |
29 | | - | |
30 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
31 | 25 | | |
32 | | - | |
| 26 | + | |
33 | 27 | | |
34 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
35 | 31 | | |
36 | | - | |
| 32 | + | |
37 | 33 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
46 | 37 | | |
47 | | - | |
| 38 | + | |
48 | 39 | | |
49 | | - | |
50 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
This file was deleted.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments