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
4 changes: 2 additions & 2 deletions contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ <h3 class="block__heading">step 5 : Write some code</h3>
<div class="block">
<h3 class="block__heading">Step 6 : Sending the "Pull Request" </h3>
<p class="block__paragraph">The changes you've made on your fork will not visible on the main project repository. For this we send a "pull request" to the main repo requesting the maintainer to pull your changes into their repo.</p>
<p class="block__paragraph">avigate to your fork on your GitHub account. Click on “Compare & pull request” button - Give an apt title and body describing your PR - Click on "Create pull request button" and voilà you've successfully send your first PR.</p>
<p class="block__paragraph">Take a break Grab a cuppa coffee while the maintainers review your work and hopefully "merge" it. In case they request changes repeat from step 5. </p>
<p class="block__paragraph">Navigate to your fork on your GitHub account. Click on “Compare & pull request” button - Give an apt title and body describing your PR - Click on "Create pull request button" and voilà you've successfully send your first PR.</p>
<p class="block__paragraph">Take a break. Grab a cuppa coffee while the maintainers review your work and hopefully "merge" it. In case they request changes, repeat from step 5. </p>
</div>
</main>
<footer>
Expand Down
2 changes: 1 addition & 1 deletion gitguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="header-logo"> <a href="/">NetX</a> </h1>
<main>
<h1>Git, Github and the Workflow</h1>
<div class="block">
<h3 class="block__heading">What is git?</h3>
<h3 class="block__heading">What is Git?</h3>
<p class="block__paragraph">
<div class="block__paragraph">
Git is the most commonly used version control system. Git tracks the changes you make to files, so you have a record of what has been done, and you can revert to specific versions should you ever need to. Git also makes collaboration easier, allowing
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="header-logo"> <a class="current-page" href="/">NetX</a> </h1>
<div class="hero-logo">
<img class="hacktohgfdsgberfest-logo" src="./images/Logo Sponsors Dark.svg" alt="">
</div>
<div class="hero-text">A dash across your keyboard,<br> A well declared loop,<br> A whisper of C and Python encrypt <br> Or maybe a little JavaScript<br> Print, or scan, or continue, or break,<br> Find your hack, Coders awake! <br> Its that time of year again! And
<div class="hero-text">A dash across your keyboard,<br> A well declared loop,<br> A whisper of C and Python encrypt <br> Or maybe a little JavaScript<br> Print, or scan, or continue, or break,<br> Find your hack, Coders awake! <br><br> Its that time of year again! And
this time
<a href="netx.club" target="_blank" rel="noopener" class="link">NetX</a>, MACE’s very own FOSS club, is bringing home a fan favourite. <br> Hackoctober is here, and we’re excited to join the fun, with 3 repos open and waiting for
your contribution. Wondering what exactly Hackoctober is and how it works? Worry not, we got you!
Expand Down