Skip to content

Commit c2bf1cd

Browse files
Merge pull request #3 from Gabriel-Dalton/claude/ui-polish-professional-dgyf3l
Redesign UI with dark mode, vendored fonts, and improved typography
2 parents e664f2c + 36efccf commit c2bf1cd

25 files changed

Lines changed: 2559 additions & 1043 deletions

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/
2+
package-lock.json
3+
4+
.DS_Store
5+
Thumbs.db
6+
7+
.vscode/
8+
.idea/

Readme.md

Lines changed: 172 additions & 45 deletions
Large diffs are not rendered by default.

assets/favicon.svg

Lines changed: 5 additions & 0 deletions
Loading

assets/fonts/LICENSE-OFL.txt

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
Bundled webfonts
2+
================
3+
4+
This directory vendors three OFL-licensed typefaces so the app never makes a
5+
third-party network request. Only the latin and latin-ext subsets are
6+
included.
7+
8+
Source Serif 4 (source-serif-600-latin.woff2, -latin-ext.woff2)
9+
Display face for headings. Static 600 weight.
10+
Copyright (c) 2014-2023 Adobe (http://www.adobe.com/)
11+
https://github.com/adobe-fonts/source-serif
12+
13+
Inter (inter-latin.woff2, inter-latin-ext.woff2)
14+
Interface and body face. Variable weight 400-800.
15+
Copyright (c) 2016 The Inter Project Authors
16+
https://github.com/rsms/inter
17+
18+
JetBrains Mono (jetbrains-mono-latin.woff2, jetbrains-mono-latin-ext.woff2)
19+
Code and numerals only. Variable weight 400-700.
20+
Copyright (c) 2020 The JetBrains Mono Project Authors
21+
https://github.com/JetBrains/JetBrainsMono
22+
23+
All three are licensed under the SIL Open Font License, Version 1.1,
24+
reproduced below. A FAQ is available at https://scripts.sil.org/OFL
25+
26+
-----------------------------------------------------------
27+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
28+
-----------------------------------------------------------
29+
30+
PREAMBLE
31+
The goals of the Open Font License (OFL) are to stimulate worldwide
32+
development of collaborative font projects, to support the font creation
33+
efforts of academic and linguistic communities, and to provide a free and
34+
open framework in which fonts may be shared and improved in partnership
35+
with others.
36+
37+
The OFL allows the licensed fonts to be used, studied, modified and
38+
redistributed freely as long as they are not sold by themselves. The
39+
fonts, including any derivative works, can be bundled, embedded,
40+
redistributed and/or sold with any software provided that any reserved
41+
names are not used by derivative works. The fonts and derivatives,
42+
however, cannot be released under any other type of license. The
43+
requirement for fonts to remain under this license does not apply
44+
to any document created using the fonts or their derivatives.
45+
46+
DEFINITIONS
47+
"Font Software" refers to the set of files released by the Copyright
48+
Holder(s) under this license and clearly marked as such. This may
49+
include source files, build scripts and documentation.
50+
51+
"Reserved Font Name" refers to any names specified as such after the
52+
copyright statement(s).
53+
54+
"Original Version" refers to the collection of Font Software components as
55+
distributed by the Copyright Holder(s).
56+
57+
"Modified Version" refers to any derivative made by adding to, deleting,
58+
or substituting -- in part or in whole -- any of the components of the
59+
Original Version, by changing formats or by porting the Font Software to a
60+
new environment.
61+
62+
"Author" refers to any designer, engineer, programmer, technical
63+
writer or other person who contributed to the Font Software.
64+
65+
PERMISSION AND CONDITIONS
66+
Permission is hereby granted, free of charge, to any person obtaining
67+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
68+
redistribute, and sell modified and unmodified copies of the Font
69+
Software, subject to the following conditions:
70+
71+
1) Neither the Font Software nor any of its individual components,
72+
in Original or Modified Versions, may be sold by itself.
73+
74+
2) Original or Modified Versions of the Font Software may be bundled,
75+
redistributed and/or sold with any software, provided that each copy
76+
contains the above copyright notice and this license. These can be
77+
included either as stand-alone text files, human-readable headers or
78+
in the appropriate machine-readable metadata fields within text or
79+
binary files as long as those fields can be easily viewed by the user.
80+
81+
3) No Modified Version of the Font Software may use the Reserved Font
82+
Name(s) unless explicit written permission is granted by the corresponding
83+
Copyright Holder. This restriction only applies to the primary font name as
84+
presented to the users.
85+
86+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
87+
Software shall not be used to promote, endorse or advertise any
88+
Modified Version, except to acknowledge the contribution(s) of the
89+
Copyright Holder(s) and the Author(s) or with their explicit written
90+
permission.
91+
92+
5) The Font Software, modified or unmodified, in part or in whole,
93+
must be distributed entirely under this license, and must not be
94+
distributed under any other license. The requirement for fonts to
95+
remain under this license does not apply to any document created
96+
using the Font Software.
97+
98+
TERMINATION
99+
This license becomes null and void if any of the above conditions are
100+
not met.
101+
102+
DISCLAIMER
103+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
104+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
105+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
106+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
107+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
108+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
109+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
110+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
111+
OTHER DEALINGS IN THE FONT SOFTWARE.

assets/fonts/inter-latin-ext.woff2

83.3 KB
Binary file not shown.

assets/fonts/inter-latin.woff2

47.3 KB
Binary file not shown.
11.3 KB
Binary file not shown.
30.6 KB
Binary file not shown.
18 KB
Binary file not shown.
21 KB
Binary file not shown.

0 commit comments

Comments
 (0)