Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.42 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.42 KB

Hacktoberfest 2020 - Task 4

task 4 hacktoberfest

Description

For this task all required information is in the Task 4 folder. Present yourself following the appropriate template.

Contribution

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!