Commit 6af62a7
authored
Reproduce actual website (#2)
* Update Astro configuration and package dependencies
* Add SearchBar component and integrate it into the Header; update styles and media queries
* Update background gradients in SVG and adjust color variables in global CSS for improved theming
* Refactor typography and SVG dimensions: update h1 font size and svg dimensions to use medium spacing for consistency
* Refactor Header component: improve structure and styling for better responsiveness and consistency
* Enhance Header component: implement scroll-based visibility toggle and refine layout structure in Main layout
* Update SearchBar placeholder text for clarity
* Refactor SearchBar styles: reorganize CSS for improved readability and maintainability
* Refactor SearchBar layout: change flex property to width for better responsiveness
Enhance Main layout: add margin-top for main section on small screens
Update global styles: adjust polaroid photo size and width for improved layout on small devices
* Add conditional rendering for SearchBar in Header component
* Add authentication page with login and registration forms, including eye icons for password visibility
* Update authentication page: enhance password input with visibility toggle icons and improve layout
* Add vite-svg-loader to devDependencies in package.json and package-lock.json
* Add vite-svg-loader plugin to Astro configuration for SVG support
* Refactor icon usage in components: replace Icon component with individual SVG imports for GitHub, Contact, Privacy, Search, and Password visibility icons
* Enhance password visibility toggle: add title attribute for accessibility and style adjustments1 parent 3a952ba commit 6af62a7
16 files changed
Lines changed: 881 additions & 82 deletions
File tree
- public
- src
- assets/icon
- components
- layouts
- pages
- styles
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | | - | |
| 11 | + | |
9 | 12 | | |
10 | | - | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
27 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
28 | 49 | | |
29 | 50 | | |
30 | 51 | | |
| |||
44 | 65 | | |
45 | 66 | | |
46 | 67 | | |
47 | | - | |
| 68 | + | |
48 | 69 | | |
49 | 70 | | |
50 | 71 | | |
| |||
55 | 76 | | |
56 | 77 | | |
57 | 78 | | |
58 | | - | |
59 | 79 | | |
60 | | - | |
61 | 80 | | |
62 | | - | |
63 | | - | |
| 81 | + | |
64 | 82 | | |
65 | 83 | | |
66 | 84 | | |
| |||
69 | 87 | | |
70 | 88 | | |
71 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
This file was deleted.
0 commit comments