Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ketweeen committed Nov 15, 2023
1 parent 96518d3 commit c30d8c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Our user guide takes into consideration your level of expertise in JABPro.

You are a **beginner** user if ...


1. You are new to JABPro (used JABPro less than 5 times) *and*,
2. you wish to fully rely on the JABPro interface.

Expand All @@ -128,7 +129,7 @@ You are an **advanced** user if ...
**Notes** and **tips** curated for you are labeled by the following box!

<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


Expand Down Expand Up @@ -669,10 +670,9 @@ Format: `edit INDEX ([n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAGNAME]…​
* If you have **multiple tags in different categories with the same name**, you must **specify the category** when you want to tag the specified applicant with one of these tags e.g. `edit INDEX t/CATEGORY DUPLICATETAGNAME`

<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


* If you still would like to tag an applicant that has **not** been created, but you do not want this tag to be _uncategorized_, you can do so by doing
`edit INDEX t/CATEGORY TAGNAME`.

Expand All @@ -693,7 +693,7 @@ This is because, `create` only creates **new** categorized tags. It does **not**


<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


Expand Down Expand Up @@ -792,7 +792,7 @@ Format: `delete (t/TAGNAME... st/STATUS...)`
* Delete parameters are case-insensitive i.e. doing `delete t/interN` is the same as `delete t/intern`

<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


Expand Down Expand Up @@ -878,7 +878,7 @@ Format: `search (n/NAME... st/STATUS... t/TAGNAME...)`
* Search parameters are case-insensitive i.e. doing `search n/aLeX` is the same as `search n/alex`

<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


Expand Down Expand Up @@ -1173,7 +1173,7 @@ Format: `exit`
<a name="additional-information"></a>

<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


Expand Down Expand Up @@ -1212,7 +1212,7 @@ You should ensure that you have **sufficient candidates of more than 20** with a
</box>

<div style="display: flex; justify-content: center; align-items: center; background-color: #FF0000; padding: 10px; border-radius: 30px; width: 100px; height: 35px; text-align: center;">
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;>Advanced</p>
<p style="color: #FFFFFF; font-size: 18px; font-weight: bold;">Advanced</p>
</div>


Expand Down

0 comments on commit c30d8c8

Please sign in to comment.