Skip to content

Commit 4457fc6

Browse files
authored
Minor updates to links
1 parent f1aa1f0 commit 4457fc6

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@
2020
<header>
2121
<h1>Python Random Name Generator</h1>
2222
<p>
23-
<img src="https://github.com/navchandar/Python-Random-Name-Generator/actions/workflows/python-actions-test.yml/badge.svg"
24-
alt="workflow-status">
25-
<a href="https://github.com/navchandar/Python-Random-Name-Generator/blob/master/LICENSE">
23+
<a href="https://github.com/navchandar/Python-Random-Name-Generator/actions/workflows/python-actions-test.yml"
24+
target="_blank">
25+
<img src="https://github.com/navchandar/Python-Random-Name-Generator/actions/workflows/python-actions-test.yml/badge.svg"
26+
alt="test-workflow-status">
27+
</a>
28+
29+
<a href="https://github.com/navchandar/Python-Random-Name-Generator/blob/master/LICENSE" target="_blank">
2630
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="license">
2731
</a>
28-
<a href="https://www.python.org/">
32+
<a href="https://www.python.org/" target="_blank">
2933
<img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg" alt="made-with-python">
3034
</a>
3135
</p>
@@ -38,22 +42,24 @@ <h2>Overview</h2>
3842
names.</li>
3943
<li>Useful for testing Name/Address fields with random data.</li>
4044
<li>No dependencies required. Just pure Python v3+</li>
41-
<li>Please add your ideas/suggestions or more test data <a
45+
<li>Please add your ideas/suggestions or more test data <a target="_blank"
4246
href="https://github.com/navchandar/Python-Random-Name-Generator/issues">here</a>.</li>
4347
</ul>
4448
</section>
4549
<section>
4650
<h2>Download</h2>
4751
<ul>
48-
<li>Simply <a
52+
<li>Simply <a target="_blank"
4953
href="https://github.com/navchandar/Python-Random-Name-Generator/releases/latest">download</a>
50-
the release to your project or run the command</li>
51-
</ul>
52-
<div class="code-container">
53-
<pre><code id="git_clone">git clone https://github.com/navchandar/Python-Random-Name-Generator.git</code></pre>
54-
<span class="copy-icon" onclick="copyToClipboard('git_clone')" title="Copy Command">📋</span>
55-
</div>
54+
the release from Github to your project or </li>
55+
<li>Run the command:
56+
<div class="code-container">
57+
<pre><code id="git_clone">git clone https://github.com/navchandar/Python-Random-Name-Generator.git</code></pre>
58+
<span class="copy-icon" onclick="copyToClipboard('git_clone')" title="Copy Command">📋</span>
59+
</div>
5660

61+
</li>
62+
</ul>
5763
<h2>Installation</h2>
5864
<h3>Using <i>requirements.txt</i></h3>
5965
<p>Add one of the following lines to your <i>requirements.txt</i> file:</p>

0 commit comments

Comments
 (0)