-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f8c94f
commit b9d0124
Showing
3 changed files
with
90 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<link rel="stylesheet" href="style.css" /> | ||
<title>1st | acmcsufoss</title> | ||
</head> | ||
<body> | ||
<h1>Welcome to First Contributions!</h1> | ||
<link rel="stylesheet" href="style.css" /> | ||
<title>1st | acmcsufoss</title> | ||
</head> | ||
<body> | ||
<h1>Welcome to First Contributions!</h1> | ||
|
||
<p> | ||
This is a repository dedicated for new members of the ACM at CSUF | ||
<b>Open Source Software Team</b> to make their first contributions to the | ||
acmcsufoss org! Let us walk through the steps so you can make your first | ||
commit, pull request, or issue closing to become a contributor of our | ||
beloved community! | ||
</p> | ||
<p> | ||
This is a repository dedicated for new members of the ACM at CSUF | ||
<b class="oss">Open Source Software Team</b> to make their first | ||
contributions to the acmcsufoss org! Let us walk through the steps so you | ||
can make your first commit, pull request, or issue closing to become a | ||
contributor of our beloved community! | ||
</p> | ||
|
||
<h2>References</h2> | ||
<ul> | ||
<li><a href=https://acmcsuf.com/1st>acmcsuf.com/1st</a></li> | ||
<li> | ||
<a | ||
href=https://github.com/firstcontributions/first-contributions#readme | ||
>First contributions | ||
</a> | ||
</li> | ||
</ul> | ||
<p> | ||
Instructions on how to contribute can be found in the | ||
<a href="https://github.com/acmcsufoss/1st#readme">README</a>. If you have | ||
any questions, feel free to ask in the | ||
<a href="https://acmcsuf.com/discord">#first-contributions</a> channel in | ||
our Discord server. | ||
</p> | ||
|
||
<h2>List of contributors</h2> | ||
<ul> | ||
<li> | ||
<p><a href="https://etok.codes/"><strong>@EthanThatOneKid</strong></a> | ||
wuz here.</p> | ||
</li> | ||
<li> | ||
<p><a href="https://github.com/evancpsc"><strong>@evancpsc</strong></a>: | ||
Bassist</p> | ||
</li> | ||
<li> | ||
<p><a | ||
href="https://karni.codes/"><strong>@karnikaavelumani</strong></a>: | ||
<img alt="Karni" src="https://avatars.githubusercontent.com/u/60043611?v=4" width="100" /></p> | ||
</li> | ||
<li> | ||
<p><a | ||
href="https://github.com/tomasohCHOM"><strong>@tomasohCHOM</strong></a>: | ||
Sveltist</p> | ||
</li> | ||
</ul> | ||
</body> | ||
<h2>References</h2> | ||
<ul> | ||
<li> | ||
<a href="https://acmcsuf.com/1st">acmcsuf.com/1st</a> | ||
</li> | ||
<li> | ||
<a | ||
href="https://github.com/firstcontributions/first-contributions#readme" | ||
>First contributions | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<h2>List of contributors</h2> | ||
<ul> | ||
<li> | ||
<p> | ||
<a href="https://etok.codes/"><strong>@EthanThatOneKid</strong></a> | ||
wuz here. | ||
</p> | ||
</li> | ||
<li> | ||
<p> | ||
<a href="https://github.com/evancpsc"><strong>@evancpsc</strong></a | ||
>: Bassist | ||
</p> | ||
</li> | ||
<li> | ||
<p> | ||
<a href="https://karni.codes/"><strong>@karnikaavelumani</strong></a | ||
>: | ||
<img | ||
alt="Karni" | ||
src="https://avatars.githubusercontent.com/u/60043611?v=4" | ||
width="100" | ||
/> | ||
</p> | ||
</li> | ||
<li> | ||
<p> | ||
<a href="https://github.com/tomasohCHOM" | ||
><strong>@tomasohCHOM</strong></a | ||
>: Sveltist | ||
</p> | ||
</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters