mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
imports typo in img src attribute fixed
This commit is contained in:
parent
5d46753d1b
commit
f6ab1ecadb
@ -63,7 +63,7 @@ style: container
|
||||
<div class="subtitle-icon">
|
||||
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
|
||||
<div>
|
||||
<img src="/assets/img/nerd-fonts-patched-fonts.svg" alt="Preview of Patched Fonts">
|
||||
<img src="./assets/img/nerd-fonts-patched-fonts.svg" alt="Preview of Patched Fonts">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -105,11 +105,11 @@ style: container
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 col-lg-4">
|
||||
<a href="https://github.com/oh-my-fish/oh-my-fish" target="_blank" aria-label="Go to The Fish Shell Framework Github Page" rel="noreferrer">
|
||||
<h3><img src="/assets/img/Fish-Shell-Network.svg" alt="The Fish Shell Framework" /></h3>
|
||||
<h3><img src="./assets/img/Fish-Shell-Network.svg" alt="The Fish Shell Framework" /></h3>
|
||||
<h4>The Fish Shell Framework</h4></a><p>Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use.</p>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 col-lg-4">
|
||||
<a href="https://github.com/ryanoasis/vim-devicons" target="_blank" aria-label="Go to VimDevIcons Github Page" rel="noreferrer"><h3><img src="/assets/img/VimDevIcons.svg" alt="VimDevIcons" /></h3>
|
||||
<a href="https://github.com/ryanoasis/vim-devicons" target="_blank" aria-label="Go to VimDevIcons Github Page" rel="noreferrer"><h3><img src="./assets/img/VimDevIcons.svg" alt="VimDevIcons" /></h3>
|
||||
<h4>VimDevIcons</h4></a><p>Adds Icons to your Vim Plugins</p>
|
||||
<h3 class="faux-logo"><a href="https://github.com/Peltoche/lsd" target="_blank" aria-label="Go to LSD (LSDeluxe) Github Page" rel="noreferrer">LSD (LSDeluxe)</a></h3>
|
||||
<!-- <h4>LSD (LSDeluxe)</h4> --><p>The next gen ls command. Written in Rust and fast.</p>
|
||||
@ -129,17 +129,17 @@ style: container
|
||||
<div class="subtitle-icon">
|
||||
<div class="col-lg-4">
|
||||
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
|
||||
<img src="/assets/img/nerd-fonts-powerline-extra-terminal.png" alt="Preview of Powerline Extra Symbols usage in terminal emulator">
|
||||
<img src="./assets/img/nerd-fonts-powerline-extra-terminal.png" alt="Preview of Powerline Extra Symbols usage in terminal emulator">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
|
||||
<img src="/assets/img/nerd-fonts-icons-in-terminal.png" alt="Preview of Nerd Fonts Icons usage in terminal emulator">
|
||||
<img src="./assets/img/nerd-fonts-icons-in-terminal.png" alt="Preview of Nerd Fonts Icons usage in terminal emulator">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
|
||||
<img src="/assets/img/nerd-fonts-icons-in-vim.png" alt="Preview of Nerd Fonts Icons usage in terminal Vim">
|
||||
<img src="./assets/img/nerd-fonts-icons-in-vim.png" alt="Preview of Nerd Fonts Icons usage in terminal Vim">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user