Skip to content

Commit 1f0b920

Browse files
authored
Merge pull request #67 from CodeWithGroup/feature/Soft-skills
Adding some more soft-skills content
2 parents 74fc934 + 19b5de2 commit 1f0b920

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

pages-resources/resources-soft-skills.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,39 @@ <h4>
4646
</div>
4747
</div>
4848
</div>
49+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
50+
<div class="row">
51+
<div class="card">
52+
<h4>
53+
<span class="fab fa-trello"></span>
54+
<a href="https://trello.com/" target="_blank">Trello</a>
55+
<span class="badge badge-success">Easy</span>
56+
</h4>
57+
<p>
58+
Trello is an industry-standard tool for organising projects. You can create cards, that live on
59+
boards, to track outstanding tasks. The cards can then be moved into different lists on the board.
60+
At CodeWith we use Trello to track outstanding actions from committee meetings.
61+
</p>
62+
</div>
63+
</div>
64+
</div>
65+
</div>
66+
67+
<div class="row">
68+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
69+
<div class="row">
70+
<div class="card">
71+
<h4>
72+
<span class="fas fa-project-diagram"></span>
73+
<a href="https://code2flow.com/" target="_blank">Code2Flow</a>
74+
<span class="badge badge-warning">Medium</span>
75+
</h4>
76+
<p>
77+
Code2Flow is a tool to transform ideas and workflows into easy to understand diagrams. Using a
78+
psuedocode editor you can generate a flowchart with up to 50 nodes for free. We used Code2Flow to
79+
generate our process flow charts at CodeWith.
80+
</p>
81+
</div>
82+
</div>
83+
</div>
4984
</div>

0 commit comments

Comments
 (0)