Skip to content

Commit b2b0b43

Browse files
authored
documentation links (#4574)
1 parent 4671cf7 commit b2b0b43

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

cards/23f2003697.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!-- =========================================================== -->
2+
<!-- HOW TO ADD YOUR CARD -->
3+
<!-- 1. Copy this file to cards/your-github-username.html -->
4+
<!-- 2. Fill in every field below (remove placeholder text) -->
5+
<!-- 3. Open a pull request — the bot validates and auto-merges -->
6+
<!-- See README.md for the full step-by-step tutorial -->
7+
<!-- =========================================================== -->
8+
9+
<div class="card">
10+
<p class="name">Annu Bharti</p>
11+
<p class="contact">
12+
<!-- Add one or more contact links. At minimum, include your GitHub. -->
13+
<!-- Icon classes come from Font Awesome 5 (fab = brand icons) -->
14+
<i class="fab fa-github"></i>
15+
<a href="https://github.com/23f2003697" target="_blank">Your handle</a>
16+
</p>
17+
<p class="about">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.</p>
18+
<div class="resources">
19+
<p>3 Useful Dev Resources</p>
20+
<ul>
21+
<!-- Replace # with a real URL. -->
22+
<li>
23+
<a href="https://flask.palletsprojects.com/en/stable/" target="flask" title="First Resource">Resource 1</a>
24+
</li>
25+
<li>
26+
<a href="https://devdocs.io/javascript/" target="_blank" title="js">Resource 2</a>
27+
</li>
28+
<li>
29+
<a href="https://www.w3schools.com/python/python_reference.asp" target="python" title="Third Resource">Resource 3</a>
30+
</li>
31+
</ul>
32+
</div>
33+
</div>

0 commit comments

Comments
 (0)