Skip to content

Commit

Permalink
fix: image alternative texts added (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan954 authored Oct 31, 2023
1 parent 0b35b30 commit 5542a7a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions FlowOfControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@

## Opening Screen

<img src="src/assets/1.webp"/>
<img alt="opening screen" src="src/assets/1.webp"/>
You can SIGNIN or SIGNUP here and also view posts posted on dummygram.

<br>
<br>

## SIGNUP Dialog

<img src="src/assets/2.webp"/>
<img alt="signup dialog" src="src/assets/2.webp"/>

<br>
<br>

## SIGNIN Dialog

<img src="src/assets/11.webp"/>
<img alt="signin dialog" src="src/assets/11.webp"/>

<br>
<br>

## HOME Page

<img src="src/assets/3.webp"/>
<img alt="home page" src="src/assets/3.webp"/>
Now, you can create new post, like and comment on previous posts.

<br>
<br>

## New Post dialog

<img src="src/assets/4.webp"/>
<img alt="new post dialog" src="src/assets/4.webp"/>

<br>
<br>

## New Post Preview dialog

<img src="src/assets/5.webp"/>
<img alt="new post preview dialog" src="src/assets/5.webp"/>

<br>
<br>

## Post-posting

<img src="src/assets/6.webp"/>
<img alt="post posting" src="src/assets/6.webp"/>
"Post was uploaded successfully!" will appear at right top.
You can view your post now.

Expand All @@ -55,30 +55,30 @@ You can view your post now.

## Adding Reactions in Comments

<img src="src/assets/7.webp"/>
<img alt="Adding Reactions in Comments" src="src/assets/7.webp"/>
You can add reaction in comments by clicking on emoji tab.

<br>
<br>

## Comment Dialog

<img src="src/assets/8.webp"/>
<img alt="comment dialog" src="src/assets/8.webp"/>
You can view all comments on post on this dialog.

<br>
<br>

## Theme Switching

<img src="src/assets/9.webp"/>
<img alt="theme switching" src="src/assets/9.webp"/>
You can switch between Light mode and Dark mode using bottom-right button.

<br>
<br>

## LOGOUT

<img src="src/assets/10.webp"/>
<img alt="logout" src="src/assets/10.webp"/>
You can logout using top-right "LOGOUT" button on nav bar.
"Logged out Successfully!" will appear at right top.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
### _Instagram_, dummified

<div align="center">
<img src="https://forthebadge.com/images/badges/built-with-love.svg" />
<img src="https://forthebadge.com/images/badges/uses-brains.svg" />
<img src="https://forthebadge.com/images/badges/powered-by-responsibility.svg" />
<img alt="badge" src="https://forthebadge.com/images/badges/built-with-love.svg" />
<img alt="badge" src="https://forthebadge.com/images/badges/uses-brains.svg" />
<img alt="badge" src="https://forthebadge.com/images/badges/powered-by-responsibility.svg" />
<br>
<img src="https://img.shields.io/github/repo-size/narayan954/dummygram?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-raw/narayan954/dummygram?style=for-the-badge" />
<img src="https://img.shields.io/github/forks/narayan954/dummygram?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-pr-closed/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/repo-size/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/issues-raw/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/forks/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/issues-pr-closed/narayan954/dummygram?style=for-the-badge" />
<br>
<img src="https://img.shields.io/github/stars/narayan954/dummygram?style=for-the-badge" />
<img src="https://img.shields.io/github/contributors/narayan954/dummygram?style=for-the-badge" />
<img src="https://img.shields.io/github/last-commit/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/stars/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/contributors/narayan954/dummygram?style=for-the-badge" />
<img alt="badge" src="https://img.shields.io/github/last-commit/narayan954/dummygram?style=for-the-badge" />
</div>

---
Expand Down Expand Up @@ -94,7 +94,7 @@ Overall, the Dummygram team loves what they do and wants to make the app visuall
With the ground rules out of the way, let's talk about the coarse architecture of this mono repo:

**Frontend JavaScript**: We use React to power our frontend apps. Almost all of the code you'll touch in this codebase will be JavaScript.
<img src="http://3con14.biz/code/_data/js/intro/js-logo.png" alt="JS" width="30" height="30">
<img alt="badge" src="http://3con14.biz/code/_data/js/intro/js-logo.png" alt="JS" width="30" height="30">

Here is a list of all the big technologies we use:

Expand Down Expand Up @@ -381,7 +381,7 @@ Thanks a lot for spending your time helping dummygram grow. Thanks a lot! Keep r
<summary>Contributors</summary>
<div>
<a href="https://github.com/narayan954/dummygram/graphs/contributors">
<img src="https://contrib.rocks/image?repo=narayan954/dummygram"/>
<img alt="contributor graph" src="https://contrib.rocks/image?repo=narayan954/dummygram"/>
</a>
</div>
</details>
Expand Down

0 comments on commit 5542a7a

Please sign in to comment.