Skip to content

Commit a26a2c8

Browse files
committed
Revert addition of illustrations page
1 parent fe19402 commit a26a2c8

File tree

5 files changed

+1
-523
lines changed

5 files changed

+1
-523
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-
- [x] Create custom illustrations for key concepts
69+
- [ ] 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ navigation:
9595
url: /code-examples/
9696
- title: Resources
9797
url: /resources/
98-
- title: Illustrations
99-
url: /illustrations/
10098

10199
# Social links
102100
social_links:

www/_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
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">
4342
<!-- JavaScript -->
4443
<script defer src="{{ site.baseurl }}/assets/js/main.js"></script>
4544
{% if jekyll.environment == 'production' and site.google_analytics %}

0 commit comments

Comments
 (0)