Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 19, 2023
1 parent e43fb50 commit 43e4f83
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# presentations

### [blacktop.github.io/presentations](https://blacktop.github.io/presentations/)

<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<title>Presentations</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
</head>

<body>
<div class="p-5 text-center bg-body-tertiary rounded-3">
<div class="container-fluid">
<h1 class="text-body-emphasis">Presentations</h1>
<p class="col-lg-8 mx-auto fs-5 text-muted">My one talk</p>
<div class="container text-center">
<div class="card-group">
<div class="card shadow-lg" style="width: 18rem;">
<img src="./LDM/assets/global/ldm.png" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Anatomy of Lockdown Mode</h5>
<p class="card-text"><a href="https://0x41con.org/">0x41con</a> '23 in Barcelona</p>
<a href="./LDM/index.html" class="btn btn-primary">View Prezo</a>
</div>
<div class="card-footer">
<small class="text-body-secondary">June 30, 2023</small>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"></script>
</body>

</html>

0 comments on commit 43e4f83

Please sign in to comment.