-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |