Skip to content

Commit c3d5935

Browse files
authored
New SVG logo (#1435)
1 parent 8aee5de commit c3d5935

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](./images/logo.png)
1+
<picture>
2+
<source srcset="./images/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="./images/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/io/realm/kotlin/io.realm.kotlin.gradle.plugin/maven-metadata.xml.svg?colorB=ff6b00&label=Gradle%20Plugin%20Portal)](https://plugins.gradle.org/plugin/io.realm.kotlin)
47
[![Maven Central](https://img.shields.io/maven-central/v/io.realm.kotlin/gradle-plugin?colorB=4dc427&label=Maven%20Central)](https://search.maven.org/artifact/io.realm.kotlin/gradle-plugin)
@@ -15,7 +18,7 @@ This repository holds the source code for the Kotlin SDK for Realm, which runs o
1518
* **Intuitive to Developers:** Realm’s object-oriented data model is simple to learn, doesn’t need an ORM, and lets you write less code.
1619
* **Built for Mobile:** Realm is fully-featured, lightweight, and efficiently uses memory, disk space, and battery life.
1720
* **Designed for Offline Use:** Realm’s local database persists data on-disk, so apps work as well offline as they do online.
18-
* **[Device Sync](https://www.mongodb.com/atlas/app-services/device-sync)**: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with [a template application](https://github.com/mongodb/template-app-kotlin-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_kotlin_github).
21+
* **[MongoDB Atlas Device Sync](https://www.mongodb.com/atlas/app-services/device-sync)**: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with [a template application](https://github.com/mongodb/template-app-kotlin-todo) and [create the cloud backend](http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_kotlin_github).
1922

2023
# General Availability
2124

images/favicon.ico

32.2 KB
Binary file not shown.

images/logo-dark.svg

+1
Loading

images/logo.svg

+1
Loading

0 commit comments

Comments
 (0)