From 80b2dee09bd7e23d82f12b1d988d79da7e9b1244 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen <35613613+kevinknielsen@users.noreply.github.com> Date: Thu, 14 Jan 2021 19:30:56 -0500 Subject: [PATCH] Update README.md Remove Images --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5bc2f12..030865a 100644 --- a/README.md +++ b/README.md @@ -47,18 +47,13 @@ ## **Structure** 1. The `index.ts` file contains basic project metadata, as well as branding colors 2. Folders for each project contain the following: - 1. As file named `overview.md` that contains a project's governance overview. This content is displayed in each project's 'Overview' tab, below its statistics:. - Ex: Drawing - 2. The `logo.png` logo file is displayed in various places accross the app, including protocol switcher:. - - Ex: ![logo](https://cdn.discordapp.com/attachments/799260574759649331/799289349137104896/Untitled10.png) - + 1. As file named `overview.md` that contains a project's governance overview. This content is displayed in each project's 'Overview' tab, below its statistics. + + 2. The `logo.png` logo file is displayed in various places accross the app, including protocol switcher:. + 3. The `header.png` logo file is displayed at the top of sidebar when that project is selected in the navigation - - Ex: ![Header Logo](https://media.discordapp.net/attachments/799260574759649331/799290084255334458/Untitled_2.png) - + 4. The `calls` folder collects governance and community call agendas and meeting notes, displayed in each project's 'Calls' tab:. - Ex: The following folder structure in the calls folder is displayed as
Drawing