Skip to content

Commit af03f7d

Browse files
committed
update hm
1 parent e76ad2e commit af03f7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ h1 {
8686
right: 20px;
8787
z-index: 1;
8888
display: block;
89-
opacity: 0.25;
89+
opacity: 0.3;
9090
}
9191

9292
.github-ribbon {

img/githubcat1.jpg

12.4 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ <h1>Python Open Projects</h1>
5656
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/Science.md" target="_blank">Science</a></li>
5757
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/StaticWebGenerator.md" target="_blank">Static Web Generator</a></li>
5858
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/Testing.md" target="_blank">Testing</a></li>
59-
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/ToolandUtilities.md">Tool and Utilities</a></li>
59+
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/ToolandUtilities.md" target="_blank">Tools and Utilities</a></li>
6060
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/UsefulAPI.md" target="_blank">Useful API</a></li>
6161
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/Video.md" target="_blank">Video</a></li>
6262
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/Visualization.md" target="_blank">Visualization</a></li>
63-
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/WebFrameworkandRelatedTool.md" target="_blank">Web Framework and Related Tool</a></li>
63+
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/WebFrameworkandRelatedTool.md" target="_blank">Web Framework and Related Tools</a></li>
6464
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/WebMining.md" target="_blank">Web Mining</a></li>
6565
<li><a href="https://github.com/checkcheckzz/Python-open-projects/blob/master/WebSiteSource.md" target="_blank">Web Site Source</a></li>
6666
</ul>
@@ -69,7 +69,7 @@ <h1>Python Open Projects</h1>
6969

7070
<p class="author">Made with <span class="heart"></span> by <a href="http://itgeekworkhard.com/" target="_blank">Zach</a>.</p>
7171

72-
<img id="github-logo" src="img/github-cat.png" alt="Github Cat" />
72+
<img id="github-logo" src="img/githubcat1.jpg" alt="Github Cat" />
7373

7474
</body>
7575
</html>

0 commit comments

Comments
 (0)