Skip to content

Commit 782eaf2

Browse files
authored
Update index.html
1 parent 5115c9b commit 782eaf2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
11+
<link rel="icon" type="image/ico" href="https://assets-cdn.github.com/images/icons/emoji/unicode/1f528.png" />
1112

1213
<!--[if lt IE 9]>
1314
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1415
<![endif]-->
1516

16-
<title>Algorithm Implementations by MinhasKamal</title>
17+
<title>Algorithm Implementations by Minhas Kamal</title>
1718
</head>
1819

1920
<body>
@@ -30,8 +31,8 @@ <h2>Implementation of Elementary Algorithms</h2>
3031
<section id="main-content">
3132
<p>The project contains algorithms that were implemented in my Data Structure &amp; Algorithms course. Yes, I got marks for those. <g-emoji alias="sunglasses" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f60e.png">😎</g-emoji></p>
3233

33-
<h3>
34-
<a id="categorical-list-of-algorithms" class="anchor" href="#categorical-list-of-algorithms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Categorical List of Algorithms</h3>
34+
<h2>
35+
<a id="categorical-list-of-algorithms" class="anchor" href="#categorical-list-of-algorithms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Categorical List of Algorithms</h2>
3536

3637
<p>AlgorithmImplementations <br>
3738
 ├─ arithmeticExpressions <br>
@@ -99,8 +100,8 @@ <h3>
99100
     ├─ <a href="https://github.com/MinhasKamal/AlgorithmImplementations/tree/master/thread/shortestJob/nonpremitive">nonpremitive</a> <br>
100101
     └─ <a href="https://github.com/MinhasKamal/AlgorithmImplementations/tree/master/thread/shortestJob/premitive">premitive</a> <br></p>
101102

102-
<h3>
103-
<a id="license" class="anchor" href="#license" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>License</h3>
103+
<h2>
104+
<a id="license" class="anchor" href="#license" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>License</h2>
104105

105106
<p><a href="http://www.gnu.org/licenses/gpl.html"><img alt="GNU General Public License" src="http://www.gnu.org/graphics/gplv3-88x31.png"></a><br>This project is licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License version-3</a>.</p>
106107
</section>
@@ -115,7 +116,7 @@ <h3>
115116
.tar.gz file
116117
</a>
117118

118-
<p class="repo-owner"><a href="https://github.com/MinhasKamal/AlgorithmImplementations"></a> is maintained by <a href="https://github.com/MinhasKamal">MinhasKamal</a>.</p>
119+
<p class="repo-owner"><a href="https://github.com/MinhasKamal/AlgorithmImplementations"></a> is maintained by <a href="https://github.com/MinhasKamal">Minhas Kamal</a>. (last updated: 15-Jun-2016)</p>
119120

120121
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
121122
</aside>

0 commit comments

Comments
 (0)