Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Aditya's Resource Card #131

Closed
wants to merge 1 commit into from
Closed
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
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,31 @@ <h3>&#128512; Happy Coding!!! &#128512; </h3></p>
</div>
</div>
<!-- ________*Anjali* Contributor card END ________ -->

<!-- ________ *Aditya Contributor card START ________ -->
<div class="card">
<p class="name">Aditya Chaurasia</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/ChaurasiaAditya" target="_blank">ChaurasiaAditya</a>
</p>
<p class="about">Hey! I'm Aditya, I am a Full Stack web Developer. Now I am learning App development.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://angular.io/guide/file-structure" target="_blank" title="First Resource">Angular Workspace and project file structure</a>
</li>
<li>
<a href="https://www.javatpoint.com/angular-7-files-explanation" target="_blank" title="Second Resource">Angular 7 App files explanation</a>
</li>
<li>
<a href="https://angular.io/api" target="_blank" title="Third resource">API List - All API Refrences</a>
</li>
</ul>
</div>
</div>
<!-- ________*Aditya* Contributor card END ________ -->

<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
Expand Down