Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

## Your Mission

- [Figma Link - work to do](https://www.figma.com/design/C0RmT5wSXpnosob32KLHs4/Untitled?node-id=0-1&t=zkOZ9O1Dlm9FAveq-0)
- [Figma Link - My Figma Design](https://www.figma.com/design/woh625WWLkXky7J5aqsD3P/Cyrus-Tabji---NamuSoft-Test?node-id=0-1&node-type=canvas&t=7jqCK5SIZWAuhBpy-0)
- No questions allowed before your mission is done
- This is part of our process
- You can ask question after your misssion is completed
Expand Down
17 changes: 17 additions & 0 deletions src/components/Modules/HomeDescription/HomeDescriptionModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ export const HomeDescriptionModule = () => {
</ol>
</div>

<div className="flex flex-col gap-1 text-[14px]">
<b>Software Developers Responsibilities</b>
<ol className="list-outside list-decimal pl-7">
<li>
Write clean, scalable, and efficient code.
</li>
<li>
Design, develop, test, and deploy software solutions
based on business and technical requirements.
</li>
<li>
Collaborate with other engineers to build and
maintain robust and scalable software systems.
</li>
</ol>
</div>

<div className="flex flex-col gap-1 text-[14px]">
<b>Minimum ability we want from developers</b>
<ol className="list-outside list-decimal pl-7">
Expand Down