summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-12-21 05:57:08 +0100
committerAnna Knoerr <an.kn@protonmail.ch>2021-12-21 05:57:08 +0100
commitc02edf2ea6814a2d3bc3e4efae79a5b60a1b266b (patch)
tree340ba72e135eea80533726c34600ac05464953eb
parenta65d500bb0ece39e98a0e190c14bf848c46ed1c5 (diff)
towards a blog...
-rw-r--r--blog.html28
-rw-r--r--index.html4
2 files changed, 30 insertions, 2 deletions
diff --git a/blog.html b/blog.html
new file mode 100644
index 0000000..9004005
--- /dev/null
+++ b/blog.html
@@ -0,0 +1,28 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <!-- Required meta tags -->
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <!-- 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>
+ </head>
+ <body>
+ <h1>About?</h1>
+
+ <!-- Optional JavaScript; choose one of the two! -->
+
+ <!-- Option 1: Bootstrap Bundle with Popper -->
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
+
+ <!-- Option 2: Separate Popper and Bootstrap JS -->
+ <!--
+ <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
+ -->
+ </body>
+</html>
+
diff --git a/index.html b/index.html
index 4047c09..55f347a 100644
--- a/index.html
+++ b/index.html
@@ -45,13 +45,13 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="#">Project name</a>
+ <!--/<a class="navbar-brand" href="#">Project name</a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
- <li><a href="#">Contact</a></li>
+ <li><a href="blog.html">Blog</a></li>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>