Skip to content

Commit

Permalink
[[ UI ]] OWASP cheat sheet and awards (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoheilKhodayari committed Nov 1, 2023
1 parent cdd7faf commit 4c7e166
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,25 @@ <h2 class="display-5"><i class="fab fa-github" aria-hidden="true"></i> Github </
<div class="bg-info mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
<div class="my-3 py-3">
<h2 class="display-5"><i class="far fa-file-pdf"></i> Academic Publication </h2>
<p class="lead">This work has been accepted at <a class="text-white" style="text-decoration: underline;" href="https://www.ieee-security.org/TC/SP2023/">IEEE S&P 2023</a>.</p>
<p class="lead">This work has been published at <a class="text-white" style="text-decoration: underline;" href="https://www.ieee-security.org/TC/SP2023/">IEEE S&P 2023</a> with a <a class="text-warning" href="https://www.ieee-security.org/TC/SP2023/program-awards.html">Distinguished Paper Award <i class="fa fa-trophy" aria-hidden="true"></i></a>.</p>
<a class="btn btn-dark" href="//soheilkhodayari.github.io/papers/sp23_domclob.pdf"> Download</a>
</div>
</div>
</div>


<div class="d-md-flex flex-md-equal w-100 my-md-3 pl-md-3">
<div style="background-color: #198754;"class="mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
<div class="my-3 py-3">
<h2 class="display-5"><i class="fa fa-globe" aria-hidden="true"></i> OWASP CheatSheet </h2>
<p class="lead">Checkout the DOM Clobbering prevention cheat sheet we created for you!</p>
<a class="btn btn-dark mr-md-1" href="https://cheatsheetseries.owasp.org/cheatsheets/DOM_Clobbering_Prevention_Cheat_Sheet.html"> OWASP CheatSheet</a>
</div>
</div>
</div>




<footer class="container py-5">
<div class="row">
Expand Down

0 comments on commit 4c7e166

Please sign in to comment.