Skip to content

Commit

Permalink
initial HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 19, 2023
1 parent 205f483 commit 6ce706e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Binary file added images/favicon.ico
Binary file not shown.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!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 6ce706e

Please sign in to comment.