diff --git a/_config.yml b/_config.yml index 0a10ed8cb..ec404468e 100755 --- a/_config.yml +++ b/_config.yml @@ -26,6 +26,7 @@ google_analytics_key: "UA-91070609-1" ### template colors, used site-wide via css ### colors: black: '#111111' + gray: '#75715e' white: '#f8f8f8' purewhite: '#ffffff' blue: '#49a7e9' diff --git a/_includes/css/main.css b/_includes/css/main.css index 46e40784b..9ae7562dd 100644 --- a/_includes/css/main.css +++ b/_includes/css/main.css @@ -112,8 +112,8 @@ hr { /* ----- top menu ----- */ -{% assign navborder = 3 %} -{% assign navborder_active = 6 %} +{% assign navborder = 5 %} +{% assign navborder_active = 10 %} nav { font-size:15px; @@ -241,6 +241,42 @@ nav ul li:hover, nav ul li.active { text-shadow: 1px 1px 3px #333; } +#features .sectioninner { + position: relative; +} + +#features .sectioninner .nerd-font { + font-size: 1.5em; +} + +#features .sectioninner1 { + top:-2em; + left:5em; +} + +#features .sectioninner2 { + top:1em; + left:4em; + line-height: 2em; + word-spacing: .5em; +} + +#features .sectioninner img, +#features .sectioninner div { + border-radius: 50%; + width:100%; + height:100%; + margin-top:0px; +} + +#features .sectioninner2 div { + /*background: url('/img/preview2.png');*/ + /*background-position: -50% 101%;*/ + /*background-color: {{ site.colors.black }};*/ + background-color: #2e2e2e; + font-weight: bold; + padding-top: .75em; +} .columned { -webkit-column-count: 3; @@ -316,6 +352,9 @@ nav ul li:hover, nav ul li.active { .section:first-of-type { padding-top: 70px; } + #features .sectioninner2 { + font-size: .7em; + } } /* tiny size (phones) */ @@ -324,6 +363,9 @@ nav ul li:hover, nav ul li.active { .section:first-of-type { padding-top: 70px; } + #features .sectioninner2 { + font-size: .7em; + } } /* anything not desktop */ @@ -356,6 +398,10 @@ nav ul li:hover, nav ul li.active { width:170px } + #features .sectioninner2 { + font-size: .7em; + } + .columned { -webkit-column-count: 2; -moz-column-count: 2; diff --git a/_includes/css/nerd-font-tweaks.css b/_includes/css/nerd-font-tweaks.css index 4e07c6699..0a5a343d7 100644 --- a/_includes/css/nerd-font-tweaks.css +++ b/_includes/css/nerd-font-tweaks.css @@ -75,6 +75,16 @@ display: inline-block; } +/* color scheme */ + +.nf1 { color: #E2DB74 } +.nf2 { color: #49a7e9 } +.nf3 { color: #66FF99 } +.nf4 { color: #Ff66CC } +.nf5 { color: #00ffff } +.nf6 { color: #f09f17 } +.nf7 { color: #DD1B16 } + /* Example Usage */ .nerd-fonts-example-usage { font-size: 2rem; diff --git a/_posts/2017-01-01-home.md b/_posts/2017-01-01-home.md index ad1f79c26..de195603b 100644 --- a/_posts/2017-01-01-home.md +++ b/_posts/2017-01-01-home.md @@ -9,7 +9,7 @@ style: center Nerd Fonts Logo -### Iconic font aggregator, collection, and patcher: 37 patched fonts (71.4k+ variations). Includes popular glyph collections such as Font Awesome & fonts such as Hack +### Iconic font aggregator, collection, and patcher Star Fork @@ -30,13 +30,14 @@ style: center - +
+
**Nerd Fonts** is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as [Font Awesome][font-awesome], [Devicons][vorillaz-devicons], [Octicons][octicons], and others.

Nerd Fonts Sankey Diagram

-Diagram created using @SankeyMATIC +Diagram created using SankeyMATIC diff --git a/_posts/2017-01-02-features.md b/_posts/2017-01-02-features.md new file mode 100644 index 000000000..bbe9c4aea --- /dev/null +++ b/_posts/2017-01-02-features.md @@ -0,0 +1,63 @@ +--- +title: "Features" +bg: turquoise +color: black +style: left +fa-icon: gears +--- + +
+
+ - Fonts compatabile with **Linux**, **macOS**, and **Windows** + - A [FontForge Python Script](https://github.com/ryanoasis/nerd-fonts#font-patcher) to patch any font + - **`37`** already [patched font families](#downloads) + - **`1.3k+`** glyphs/icons combined, current glyph sets include: + - [Powerline with Extra Symbols][ryanoasis-powerline-extra-symbols] + - [Font Awesome][font-awesome] + - [Devicons][vorillaz-devicons] + - [Octicons][octicons] + - [Font Linux][font-linux] + - [Pomicons][gabrielelana-pomicons] + - **`71k+`** unique combinations/variations of patched fonts [(more details)](https://github.com/ryanoasis/nerd-fonts#combinations) + - A Developer/Contributor provided [Bash Script](https://github.com/ryanoasis/nerd-fonts#gotta-patch-em-all-font-patcher) to re-patch all the fonts +
+
+
+ +
+
+ +
+ .css .js
+ .html .json
+ Gruntfile.json react.jsx
+ angular.js jquery.js .md
+ git php .sh
+ png lhs
+ node_modules
+ .git
+
+
+
+
+ + + + +[vim-devicons]:https://github.com/ryanoasis/vim-devicons "VimDevIcons Vim Plugin (external link) ➶" +[vorillaz-devicons]:http://vorillaz.github.io/devicons/ +[font-awesome]:https://github.com/FortAwesome/Font-Awesome +[font-awesome-extension]:https://github.com/AndreLGava/font-awesome-extension +[octicons]:https://github.com/github/octicons +[font-linux]:https://github.com/Lukas-W/font-linux +[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons +[Seti-UI]:https://atom.io/themes/seti-ui +[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols +[wiki]:https://github.com/ryanoasis/nerd-fonts/wiki +[wiki-project-purpose]:https://github.com/ryanoasis/nerd-fonts/wiki/Project-Purpose +[repo]:https://github.com/ryanoasis/nerd-fonts +[gitter]:https://gitter.im/ryanoasis/nerd-fonts + + diff --git a/_posts/2017-01-02-downloads.md b/_posts/2017-01-03-downloads.md similarity index 100% rename from _posts/2017-01-02-downloads.md rename to _posts/2017-01-03-downloads.md diff --git a/_posts/2017-01-03-cheat-sheet.md b/_posts/2017-01-04-cheat-sheet.md similarity index 99% rename from _posts/2017-01-03-cheat-sheet.md rename to _posts/2017-01-04-cheat-sheet.md index 8a5e5e9b8..328f309f3 100644 --- a/_posts/2017-01-03-cheat-sheet.md +++ b/_posts/2017-01-04-cheat-sheet.md @@ -1,6 +1,6 @@ --- title: "Cheat Sheet" -bg: black +bg: gray color: white fa-icon: search --- diff --git a/_posts/2017-01-04-release.md b/_posts/2017-01-05-release.md similarity index 100% rename from _posts/2017-01-04-release.md rename to _posts/2017-01-05-release.md diff --git a/img/preview1.png b/img/preview1.png new file mode 100644 index 000000000..b7beb7ad5 Binary files /dev/null and b/img/preview1.png differ diff --git a/img/preview2.png b/img/preview2.png new file mode 100644 index 000000000..a1d78958f Binary files /dev/null and b/img/preview2.png differ diff --git a/index.html b/index.html index 9264b416f..9dacf9206 100755 --- a/index.html +++ b/index.html @@ -20,7 +20,10 @@