Commit 199a5de
committed
Add license and terms pages, modern border styles, and smooth scrolling functionality
- Created `license/index.html` and `terms/index.html` with appropriate content and structure.
- Added `modern-border.css` and `modern-border.js` for enhanced UI effects on elements with modern borders.
- Implemented smooth scrolling functionality in `smooth_scroll.js` for improved user experience.
- Introduced `robots.txt` to manage web crawler access.
- Developed CSS styles in `style.css` and `tag.css` for consistent design across the site.
- Updated Rust backend with new context and page generator modules to support error handling and page rendering.
- Integrated error page generation logic in `err_page.rs` to provide user-friendly error messages.1 parent 20e4b3a commit 199a5de
File tree
26 files changed
+428
-1347
lines changed- data/pages
- err
- index
- license
- terms
- src
- page_generator
26 files changed
+428
-1347
lines changedSome 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 | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 43 | + | |
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments