Commit graph

690 commits

Author SHA1 Message Date
Fini Jastrow
fabe7eae66 Add previews for added fonts
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-11-13 17:42:16 +01:00
GitHub Actions
73007e35fb [ci] Sync fonts.json 2023-11-13 16:31:30 +00:00
GitHub Actions
52acf68518 [ci] Sync fonts.json 2023-11-13 16:16:56 +00:00
GitHub Actions
672aa3c15f [ci] Sync fonts.json 2023-11-13 14:45:03 +00:00
Fini Jastrow
407898321e Add previews for added fonts
Will be added with v3.1.0

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-11-13 15:42:52 +01:00
GitHub Actions
d7867db03a [ci] Sync fonts.json 2023-11-13 11:11:54 +00:00
GitHub Actions
365ad74579 [ci] Regenerate contributors 2023-11-11 23:37:05 +00:00
GitHub Actions
d0b694ee6a [ci] Regenerate contributors 2023-11-11 23:32:56 +00:00
GitHub Actions
6186a4af02 [ci] Regenerate contributors 2023-11-11 23:17:55 +00:00
GitHub Actions
aefee044d6 [ci] Sync fonts.json 2023-11-11 22:57:14 +00:00
GitHub Actions
f7ae3cf27e [ci] Sync fonts.json 2023-11-11 14:49:53 +00:00
GitHub Actions
a67685c110 [ci] Regenerate contributors 2023-11-11 14:49:13 +00:00
GitHub Actions
cca8620b28 [ci] Sync fonts.json 2023-11-11 14:47:31 +00:00
GitHub Actions
8034a45f97 [ci] Regenerate contributors 2023-11-01 16:23:18 +00:00
Fini Jastrow
c88da986f0 Redo: Fix wrong small version of all-icons-divider
[why]
The previous fix broke the instances of the subtitle circle in all the
other topics (Downloads, CheatSheet, Backers, ...) because it rendered
the circle too wide horizontally, while the vertical size was ok.

[how]
The previous previous fix with a concrete circle hight and width and
adequate line spacing for the filling font works better. The circle is
not absolutely circular, but roughly it is.
Unless there is a Web magician who can fix this in a better way I
believe the not-really-circular in one place (all-icons-divider) is
better than absurdly wide circles in all section subtitles.

Fixes: #1384

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-23 16:44:40 +02:00
Fini Jastrow
ae62fc9a33 Revert "Issue with Subtitle Circle and Layout on Smaller Screens #1384 fixed"
This partially reverts commit c092a4da5a.

The circles in all other topics broke...

Keeping change for big code block of font-patcher cli.
2023-10-23 16:34:06 +02:00
GitHub Actions
de4ac6e467 [ci] Regenerate contributors 2023-10-23 13:36:11 +00:00
Fini Jastrow
028b8144e1 Do some minuscle adjustments on all-icons-divider
[why]
Testing with Firefox 113 and Chromium 118 the eveness of the round
circle might be improved a bit by using a slightly different font size.

Well, I did this on Linux, maybe the rendering is different on other
Platforms? We will see.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-18 13:20:05 +02:00
Vitthal Popat Gund
c092a4da5a Issue with Subtitle Circle and Layout on Smaller Screens #1384 fixed 2023-10-18 13:20:05 +02:00
Fini Jastrow
6d9860f7bb Revert "Fix wrong small version of all-icons-divider"
This reverts commit 20da768954.

The problem is solved more elegantly by the next commit
   Issue with Subtitle Circle and Layout on Smaller Screens #1384 fixed
2023-10-18 13:20:05 +02:00
GitHub Actions
9e1e87e886 [ci] Regenerate contributors 2023-10-17 13:26:15 +00:00
GitHub Actions
c03ffbbad0 [ci] Regenerate contributors 2023-10-16 07:21:41 +00:00
Fini Jastrow
b28c8aaa76 Fix Star/Fork button sometimes not showing
[why]
The Star and Fork buttons sometime show nicely, sometimes they are just
plain linked tect with no count and no icon and nothing.

[how]
The reason is not completely clear, sometimes it works and without any
change after a complete reload it does not work anymore.

The most likely candidate is the Github rate limit that we run into for
cross repo access. To avoid that we just copy the button script into our
repository. The rate limit will now not apply anymore.

But of course we will also not get any updates. That needs to be checked
from time to time manually - as with the Github actions.

Strange is already that the current script from github.io is version
2.27.0 while the latest release on the repo is 4.2.2. The date is the
same (Dec 2022).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-11 08:16:55 +02:00
Fini Jastrow
d60ae57b5b Exclude all patched fonts via gitignore
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-11 08:08:20 +02:00
Fini Jastrow
9f7e6ee0e3 Fix navbar in two lines
[why]
The navbar should only be one line, switching to smaller and smaller
items, until we reach a very small size (the smallest) where we finally
allow it to overlow into the next lines.
But that is not the case, the navbar switches between one and two lines
already at medium sized screens.

[how]
Correct the width point when the navbar titles switch from long-titles
to short-titles.

Introduce new width switch point that reduces the cell widths of the navbar
one they become very full and further reduction in width would result in
overflow into the next line.

Tested on Netscape and Chromium; the later needs bigger numbers (hmm)

Fixes: #1375

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 17:31:56 +02:00
Fini Jastrow
20da768954 Fix wrong small version of all-icons-divider
[why]
In the small screen version the all-icons section divider becomes
ellyptic or something, not round anymore.

[how]
When scaling down we do not scale the line spacing down enough.

Fixes: #1376

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 13:54:56 +02:00
Fini
f8b2bb4261
Merge pull request #1373 from VitthalGund/gh-pages
Implement GitHub Icon for Improved Accessibility to Repository - Issue #1372
2023-10-09 12:28:05 +02:00
Fini Jastrow
10be9529a0 Remove "fork on github banner"
[why]
Some code has been commented out. This can be removed. We can use git if
we want to access the code again in the future.

Furthermore the banner still is on the page, below the Sanky diagram (in
the small screen rendering position).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
Fini Jastrow
f71298b449 Simplify link of github button
[why]
The link on the floating Github button explicitely opens the master
branch. We could instead just link to the default branch (which is
technically more correct anyhow).

[how]
Drop branch specification from URL and use default branch.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
Fini Jastrow
6da42f1532 Remove dependency from FA's css
[why]
Keep the dependencies as small as possible.
We already have the github icon in our own set which we import anyhow,
so there is no need to fetch fontawesome's CSS.

[how]
Replace fa-github with nf-fa-github.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-10-09 12:26:25 +02:00
Vitthal Popat Gund
86841c360c Update nerd-font-tweaks.scss
color typo fixed in GitHub Icon
2023-10-09 12:26:25 +02:00
Vitthal Popat Gund
e87c7c4479 Update index.html
Inside the div container github icon is added with link to master branch
2023-10-09 12:26:25 +02:00
Vitthal Popat Gund
eb519696c8 Update nerd-font-tweaks.scss
GitHub icon css is added
2023-10-09 12:26:25 +02:00
GitHub Actions
495352d90c [ci] Regenerate contributors 2023-10-07 10:07:37 +00:00
Vitthal Popat Gund
f6ab1ecadb imports typo in img src attribute fixed 2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
5d46753d1b subtitle-icon class is added in features subtitle element 2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
a8d154fe76 Update 2017-01-02-features.md
the subtitle-icon class is added in div.row elements for the features section and i also foun the some issue the terminal fonts so a media query is added to fix the same in terminal font section
2023-10-07 12:00:49 +02:00
Vitthal Popat Gund
60005e66eb Update main.scss to fix the issue #1367
the subtitle-icon class is added and with some media quires to make the page responsive
2023-10-07 12:00:49 +02:00
GitHub Actions
a707321c4a [ci] Regenerate contributors 2023-09-30 13:37:44 +00:00
GitHub Actions
8455030686 [ci] Sync fonts.json 2023-09-27 09:20:55 +00:00
GitHub Actions
ddea05aa5e [ci] Regenerate contributors 2023-09-27 03:25:31 +00:00
GitHub Actions
a2d223dd6b [ci] Regenerate contributors 2023-09-18 08:12:37 +00:00
GitHub Actions
c3e3d5fec7 [ci] Regenerate contributors 2023-07-26 14:13:10 +00:00
Fini Jastrow
96b062c014 Add Intel One Mono preview
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-07-26 15:59:18 +02:00
GitHub Actions
afff19a978 [ci] Sync fonts.json 2023-07-26 13:02:46 +00:00
Fini Jastrow
3f232dbec0 Add Envy Code R preview
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-07-15 20:20:16 +02:00
GitHub Actions
763c03cb14 [ci] Sync fonts.json 2023-07-15 13:17:57 +00:00
GitHub Actions
f058b046d6 [ci] Sync fonts.json 2023-07-06 08:55:28 +00:00
GitHub Actions
e1e1189429 [ci] Sync fonts.json 2023-07-05 10:16:30 +00:00
Fini Jastrow
df6ab2c942 Allow searching for pasted icon
[why]
There are cases that I find myself into sometimes when I have the glyph
with me but not its name or codepoint. It would be nice to be able to
search for the codepoint and/or name of a glyph by literally putting it
into the search box of the cheat-sheet.
There are several reasons to know the name of the glyph, to use it in a
webpage, to look for alternatives when they get removed, etc.

[how]
Convert high codepoint-chars to codepoint text.

Fixes: #1307

Authored-by: ad-chaos
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-25 10:16:24 +02:00