Skip to content

Commit

Permalink
feat: obfuscated my email address
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprototypes committed Sep 12, 2023
1 parent 184c42f commit f131949
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions static/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>Peter Todorov</h1>
<a href="https://www.linkedin.com/in/peter-todorov-96604651/" target="_blank" title="LinkedIn">
{% include "icons/linkedin.html" %}
</a>
<a href="mailto:me@peterprototypes.com" title="Email Me">
<a href="mailto:" title="Email Me" class="not-today">
{% include "icons/mail.html" %}
</a>
</div>
Expand All @@ -61,6 +61,8 @@ <h1>Peter Todorov</h1>
</main>

{% include "partials/github-corner.html" %}

<script src="/script.js"></script>
</body>

</html>

0 comments on commit f131949

Please sign in to comment.