layout, hero, features
| layout |
hero |
features |
| home |
| name |
text |
tagline |
image |
actions |
| PreMiD |
Documentation |
The official documentation for PreMiD. |
| src |
alt |
| /logo.svg |
PreMiD Logo |
|
| theme |
text |
link |
| brand |
Get Started |
/getting-started |
|
| theme |
text |
link |
| alt |
Presence Development |
/dev/getting-started |
|
|
|
| icon |
title |
details |
| 🛠️ |
Extensible |
Add Presences for your favorite websites and services. Or create your own! |
|
| icon |
title |
details |
| 🌐 |
Cross-Platform |
PreMiD is available for all major browsers and platforms. |
|
| icon |
title |
details |
| 🚀 |
Lightweight |
PreMiD is designed to be as lightweight as possible, so it won't slow down your system. |
|
|
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, rgb(209, 122, 254) 30%, rgb(89, 195, 246));
--vp-home-hero-image-background-image: linear-gradient(-45deg, rgb(209, 122, 254) 50%, rgb(89, 195, 246) 50%);
--vp-home-hero-image-filter: blur(44px);
}
@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
}
}
@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(68px);
}
}
</style>