updated website

This commit is contained in:
Sebastian Hildebrandt 2021-10-06 06:47:29 +02:00
parent 7a72852892
commit 6842de1502
5 changed files with 7 additions and 2 deletions

View File

@ -30,7 +30,7 @@
[![Sponsoring][sponsor-badge]][sponsor-url] [![Sponsoring][sponsor-badge]][sponsor-url]
[![MIT license][license-img]][license-url] [![MIT license][license-img]][license-url]
This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 450 versions published, up to 4 mio downloads per month, > 50 mio downloads overall. Thank you to all who contributed to this project! This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 450 versions published, up to 4 mio downloads per month, > 50 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!
## New Version 5.0 ## New Version 5.0

View File

@ -187,6 +187,7 @@
<div class="col-12 sectionheader index"> <div class="col-12 sectionheader index">
<div class="title">Overview</div> <div class="title">Overview</div>
<div class="subtitle">Node.js system information package. Lightweight collection of 50+ functions to retrieve detailed hardware, system and OS information. For Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD and SunOS support. Dependency free.</div> <div class="subtitle">Node.js system information package. Lightweight collection of 50+ functions to retrieve detailed hardware, system and OS information. For Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD and SunOS support. Dependency free.</div>
<div class="subtitle bold">#1 NPM ranking for backend packages</div>
<div class="npmicons"> <div class="npmicons">
<a href="https://npmjs.org/package/systeminformation" rel="nofollow"><img src="https://camo.githubusercontent.com/df25636cbefadf18ca1532e3bdcd0d2794235e19/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f73797374656d696e666f726d6174696f6e2e7376673f7374796c653d666c61742d737175617265" alt="NPM Version" data-canonical-src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" style="max-width:100%;"></a> <a href="https://npmjs.org/package/systeminformation" rel="nofollow"><img src="https://camo.githubusercontent.com/df25636cbefadf18ca1532e3bdcd0d2794235e19/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f73797374656d696e666f726d6174696f6e2e7376673f7374796c653d666c61742d737175617265" alt="NPM Version" data-canonical-src="https://img.shields.io/npm/v/systeminformation.svg?style=flat-square" style="max-width:100%;"></a>
<a href="https://systeminformation.io" rel="nofollow"><img src="assets/no-dependencies.svg" alt="no dependencies"></a> <a href="https://systeminformation.io" rel="nofollow"><img src="assets/no-dependencies.svg" alt="no dependencies"></a>

View File

@ -455,6 +455,8 @@ h1, h2, h3, h4 {
.sectionheader .subtitle { .sectionheader .subtitle {
text-align: center; text-align: center;
font-size: 0.9rem; font-size: 0.9rem;
padding-top: 3px;
padding-bottom: 5px;
} }
@media only screen and (min-width: 420px) { @media only screen and (min-width: 420px) {
.sectionheader .subtitle { .sectionheader .subtitle {

File diff suppressed because one or more lines are too long

View File

@ -370,6 +370,8 @@ h1, h2, h3, h4 {
.subtitle { .subtitle {
text-align: center; text-align: center;
font-size: .9rem; font-size: .9rem;
padding-top: 3px;
padding-bottom: 5px;
@media only screen and (min-width: 420px) { @media only screen and (min-width: 420px) {
font-size: 1rem; font-size: 1rem;
} }