summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-12-21 06:00:10 +0100
committerAnna Knoerr <an.kn@protonmail.ch>2021-12-21 06:00:10 +0100
commitcf8e36d19b7637777c1143c8837d412c0f285f18 (patch)
tree99dd991928bb2959a31e75ba16fcbadf9a8768cb /blog.html
parentc02edf2ea6814a2d3bc3e4efae79a5b60a1b266b (diff)
subpages
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html29
1 files changed, 27 insertions, 2 deletions
diff --git a/blog.html b/blog.html
index 9004005..8a1972e 100644
--- a/blog.html
+++ b/blog.html
@@ -8,10 +8,35 @@
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
- <title>About?</title>
+ <title>Blog</title>
</head>
<body>
- <h1>About?</h1>
+ <h1>Kurios Kolibri Blog</h1>
+
+
+ <!-- Button trigger modal -->
+<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">
+ Launch demo modal
+</button>
+
+<!-- Modal -->
+<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
+ <div class="modal-dialog" role="document">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
+ <h4 class="modal-title" id="myModalLabel">Modal title</h4>
+ </div>
+ <div class="modal-body">
+ ...
+ </div>
+ <div class="modal-footer">
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
+ <button type="button" class="btn btn-primary">Save changes</button>
+ </div>
+ </div>
+ </div>
+</div>
<!-- Optional JavaScript; choose one of the two! -->