Skip to content

Commit 875004e

Browse files
authored
modi: Code blocks to guidance contents
1 parent bc43d17 commit 875004e

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

README.md

+21-17
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
## Mobile
1616
<p align="left">
17-
<img width="175" alt="Clay-Home" src="https://user-images.githubusercontent.com/26790710/228124787-38ae5381-cfa2-4125-a4b5-ca51cc3eaf24.png">
18-
<img width="175" alt="Clay-Challenges" src="https://user-images.githubusercontent.com/26790710/228132199-f6a672c4-4520-4aa4-9d18-c0031b84f05c.png">
19-
<img width="175" alt="Clay-Explore" src="https://user-images.githubusercontent.com/26790710/228127158-a8f1ef4e-4680-4c21-a8b0-ebe805cf473a.png">
20-
<img width="175" alt="Clay-Profile" src="https://user-images.githubusercontent.com/26790710/228129369-a2629f3c-cb37-48d7-a8ff-debd83f81500.png">
17+
<img width="160" alt="Clay-Home" src="https://user-images.githubusercontent.com/26790710/228124787-38ae5381-cfa2-4125-a4b5-ca51cc3eaf24.png">
18+
<img width="160" alt="Clay-Challenges" src="https://user-images.githubusercontent.com/26790710/228132199-f6a672c4-4520-4aa4-9d18-c0031b84f05c.png">
19+
<img width="160" alt="Clay-Explore" src="https://user-images.githubusercontent.com/26790710/228127158-a8f1ef4e-4680-4c21-a8b0-ebe805cf473a.png">
20+
<img width="160" alt="Clay-Profile" src="https://user-images.githubusercontent.com/26790710/228129369-a2629f3c-cb37-48d7-a8ff-debd83f81500.png">
2121
</p>
2222

2323
> *figure 1: The initial screen that appears when logging in with a Google account*,
@@ -31,10 +31,10 @@
3131
4. Profile screen has show your history and sign out.
3232

3333
<p align="left">
34-
<img width="175" alt="Clay-Enroll" src="https://user-images.githubusercontent.com/26790710/228132038-4a6a82c6-41e9-44b3-8c76-faaca4daf0dd.png">
35-
<img width="175" alt="Clay-Purchase" src="https://user-images.githubusercontent.com/26790710/228132263-dc1f40fa-d787-4eb6-86ac-13f93a6f406a.png">
36-
<img width="175" alt="Clay-TakeShot" src="https://user-images.githubusercontent.com/26790710/228128022-d2427d5a-750e-406e-aef1-4b8bce6da0c8.png">
37-
<img width="175" alt="Clay-Submission" src="https://user-images.githubusercontent.com/26790710/228128059-974d40ad-80bc-426f-8e43-e3c4e9701ca1.png">
34+
<img width="160" alt="Clay-Enroll" src="https://user-images.githubusercontent.com/26790710/228132038-4a6a82c6-41e9-44b3-8c76-faaca4daf0dd.png">
35+
<img width="160" alt="Clay-Purchase" src="https://user-images.githubusercontent.com/26790710/228132263-dc1f40fa-d787-4eb6-86ac-13f93a6f406a.png">
36+
<img width="160" alt="Clay-TakeShot" src="https://user-images.githubusercontent.com/26790710/228128022-d2427d5a-750e-406e-aef1-4b8bce6da0c8.png">
37+
<img width="160" alt="Clay-Submission" src="https://user-images.githubusercontent.com/26790710/228128059-974d40ad-80bc-426f-8e43-e3c4e9701ca1.png">
3838
</p>
3939

4040
> *figure 5: enroll button is join the user this challenge*,
@@ -61,38 +61,42 @@ $ flutter doctor -v
6161
```
6262

6363
**Step 2-1. Run on QEMU**
64+
65+
```[tasklist]
6466
1. Required Android SDK version must be 31 or higher.
6567
6668
2. Use a shortcut key to open the palette > Windows: `Ctrl+Shift+P` / MacOS: `CMD+Shift+P`
6769
6870
3. Flutter: Select Device
6971
7072
4. Launch flutter emulator
73+
```
7174

7275
**Step 2-2. Run on Simulator**
73-
76+
```[tasklist]
7477
1. The iOS version should be 12.0 or higher.
7578
7679
2. Use a shortcut key to open the palette > MacOS: `CMD+Shift+P`
7780
7881
3. Flutter: Select Device
7982
8083
4. Launch iOS Simulator
81-
84+
```
8285
## Web
8386

8487
### 1. Promotion website
85-
> *This website has our project infomation*
88+
- This website has our project infomation
89+
8690
<p align="left">
8791
<img width="450" src="https://user-images.githubusercontent.com/26790710/228415544-ef26197b-3d21-4b0b-871e-1e5461e1e09d.png" />
8892
<img width="450" src="https://user-images.githubusercontent.com/26790710/228424140-82c546d9-b454-4bf4-a380-1e361ead046e.png" />
8993
</p>
9094

91-
> *figure left: This image introduce the challenge service*,
95+
> *figure left: This image include introduction our service*,
9296
> *figure right: This image promotion website footer*
9397
94-
### 2. Adminstrator website
95-
> *This website has sign in only manager*
98+
### 2. Manager website
99+
- This website has sign in only manager
96100

97101
<p align="left">
98102
<img width="450" src="https://user-images.githubusercontent.com/26790710/228424159-d0894449-86a8-4ca2-8630-7d944a41abe2.png" />
@@ -164,7 +168,7 @@ $ flutter doctor -v
164168

165169
## Next Steps
166170
- The following items are part of our planned next steps:
167-
171+
```[tasklist]
168172
1. Support for payment system.
169173
170174
2. Support for notification feature.
@@ -174,9 +178,9 @@ $ flutter doctor -v
174178
4. UX improvement and code refactoring.
175179
176180
5. Conduct internal testing on Google Play.
177-
181+
```
178182
## Members
179-
|![yujinkim1](https://images.weserv.nl/?url=https://github.com/yujinkim1.png&h=150&w=150&fit=cover&mask=circle)|![devPark435](https://images.weserv.nl/?url=https://github.com/devpark435.png&h=150&w=150&fit=cover&mask=circle)|![LEEHYUNBOK](https://images.weserv.nl/?url=https://github.com/LEEHYUNBOK.png&h=150&w=150&fit=cover&mask=circle)|![yeeZinu](https://images.weserv.nl/?url=https://github.com/yeeZinu.png&h=150&w=150&fit=cover&mask=circle)|
183+
|![yujinkim1](https://images.weserv.nl/?url=https://github.com/yujinkim1.png&h=150&w=150&fit=cover&mask=rectangle)|![devPark435](https://images.weserv.nl/?url=https://github.com/devpark435.png&h=150&w=150&fit=cover&mask=rectangle)|![LEEHYUNBOK](https://images.weserv.nl/?url=https://github.com/LEEHYUNBOK.png&h=150&w=150&fit=cover&mask=rectangle)|![yeeZinu](https://images.weserv.nl/?url=https://github.com/yeeZinu.png&h=150&w=150&fit=cover&mask=rectangle)|
180184
|:---:|:---:|:---:|:---:|
181185
|[Yujin Kim](https://github.com/yujinkim1)|[Hyunryeol Park](https://github.com/devPark435)|[Hyunbok Lee](https://github.com/LEEHYUNBOK)|[Jinwoo Lee](https://github.com/yeeZinu)|
182186
|[Gmail](mailto:[email protected])|[Gmail](mailto:[email protected])|[Gmail](mailto:[email protected])|[Gmail](mailto:[email protected])|

0 commit comments

Comments
 (0)