Skip to content

Commit

Permalink
Merge pull request #10 from asfound/rsschool-cv-html
Browse files Browse the repository at this point in the history
fix: fix html entities
  • Loading branch information
asfound authored Oct 29, 2024
2 parents 022ae4c + 351b69f commit 61a4622
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 class="section-title">Skills and competences</h2>
<h2 class="section-title">Code-sample</h2>
<pre class="code">
<code class="code">
def is_even(num: int) -> bool:<br>
def is_even(num: int) -&gt; bool:<br>
&nbsp;&nbsp;&nbsp;&nbsp;return num % 2 == 0
</code>
</pre>
Expand All @@ -98,7 +98,7 @@ <h2 class="section-title">Projects</h2>
<a href="https://asfound.github.io/rsschool-cv/cv">RSS CV Markdown</a>
</li>
<li class="section-item">
<a href="https://asfound.github.io/rsschool-cv/">RSS CV HTML&CSS</a>
<a href="https://asfound.github.io/rsschool-cv/">RSS CV HTML&amp;CSS</a>
</li>
</ul>
</section>
Expand All @@ -113,7 +113,5 @@ <h2 class="section-title">Projects</h2>
<p>2024, <a href="https://github.com/asfound">GitHub: asfound </a></p>
</div>
</footer>


</body>
</html>

0 comments on commit 61a4622

Please sign in to comment.