Skip to content

Commit 1129f90

Browse files
committed
Add custom illustrations for key IPCrypt concepts
1 parent 48080d8 commit 1129f90

File tree

5 files changed

+523
-1
lines changed

5 files changed

+523
-1
lines changed

www/TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This document outlines planned improvements and future tasks for the IPCrypt web
6666
### Design Enhancements
6767

6868
- [ ] Add subtle background patterns or textures
69-
- [ ] Create custom illustrations for key concepts
69+
- [x] Create custom illustrations for key concepts
7070
- [ ] Implement advanced animations for interactive elements
7171
- [ ] Design custom badges for implementation languages
7272
- [ ] Create a style guide for consistent design

www/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ navigation:
9595
url: /code-examples/
9696
- title: Resources
9797
url: /resources/
98+
- title: Illustrations
99+
url: /illustrations/
98100

99101
# Social links
100102
social_links:

www/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
4040
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/syntax.css">
4141
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/design-refinements.css">
42+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/illustrations.css">
4243
<!-- JavaScript -->
4344
<script defer src="{{ site.baseurl }}/assets/js/main.js"></script>
4445
{% if jekyll.environment == 'production' and site.google_analytics %}

0 commit comments

Comments
 (0)