Skip to content

Commit

Permalink
bit of reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 19, 2023
1 parent eeef621 commit e7e716b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion 0x41con_2023/HTML/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport"
content="initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/x-icon" href="../.images/favicon.ico">
<link rel="icon" type="image/x-icon" href="../.github/images/favicon.ico">
</head>

<body id="body" bgcolor="black">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ cd presentations
open index.html
```

Or via the PDF
Or via the PDF *(without the awesome animations 😔)*

- [AnatomyOfLockdownMode.pdf](https://github.com/blacktop/presentations/blob/main/0x41con_2023/PDF/AnatomyOfLockdownMode.pdf)
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<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">
<link rel="icon" type="image/x-icon" href="./.github/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... so far 😉</p>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Presentations</h1>
<p class="lead">My one talk... so far 😉</p>
<div class="container text-center">
<div class="card-group">
<div class="card shadow-lg" style="width: 18rem;">
<img src="./0x41con_2023/HTML/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="./0x41con_2023/HTML/index.html" class="btn btn-primary">View Prezo</a>
<a href="./0x41con_2023/HTML/index.html" class="btn btn-primary btn-lg">View Prezo</a>
</div>
<div class="card-footer">
<small class="text-body-secondary">June 30, 2023</small>
Expand All @@ -31,9 +31,10 @@ <h5 class="card-title">Anatomy of Lockdown Mode</h5>
</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>
</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 e7e716b

Please sign in to comment.