For this task all required information is in the Task 4 folder. Present yourself following the appropriate template.
Create new branch from the master branch
git checkout master
git branch -M task4
- Contribute using the format below
<html>
<head>
<title>
GDSC University Of Bamenda
</title>
</head>
<body>
<div id="<username>_techstack">
<p class="tech_stack_item">
Figma
</p>
<p class="tech_stack_item">
UI/UX
</p>
<p class="tech_stack_item">
Canva
</p>
</div>
<div id="yokwejuste_techstack">
<p class="tech_stack_item">
ReactJs
</p>
<p class="tech_stack_item">
Django
</p>
<p class="tech_stack_item">
Flask
</p>
</div>
</body>
</html>
-
Save your changes, commit, push and make a pull request.
git commit -m "feat: added my techstack - yokwejuste" git push
-
Open a pull request.
-
Done!