diff --git a/src/pages/networker.astro b/src/pages/networker.astro new file mode 100644 index 0000000..35d0b85 --- /dev/null +++ b/src/pages/networker.astro @@ -0,0 +1,77 @@ +--- +import Layout from '../layouts/layout.astro'; +import { Picture } from '@astrojs/image/components'; +import appImg from '/public/rolodex_contact.png'; +import grphImg from '/public/rolodex_graph.png'; +import { Icon } from "astro-icon"; + +const features = [ + { + title: "Introduce", + description: + "Unlock a world of introductions and connect friends with shared interests", + icon: "bx:bxs-conversation", + }, + { + title: "Share", + description: + "Share references and opportunities in your network", + icon: "bx:bxs-comment-check", + }, + { + title: "Search", + description: + "Find topical experts within your network or hire through mutuals", + icon: "bx:bxs-search", + }, +]; +--- + + +
+

Rolo/dex

+ +
+
+ +
+
+
+
+

Build better relationships

+

Rolodex is a shared contact book and private social graph for your circle

+ +
+
+ +
+
+ + +
+ { + features.map((item) => ( +
+
+ +
+
+

{item.title}

{" "} +

{item.description}

+
+
+ )) + } +
+ +
+ +

Rolodex is truly private and local-first. Carry your graph with you, forever.

+
+
+
+