aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index 1d91a18..0c607b3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -2,10 +2,33 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="scss/style.scss">
+ <script type="text/javascript" src="js/app.js"></script>
</head>
<body>
- Hello world!
+ <div class="container-fluid px-0">
+ <div class="row mx-0">
+ <div class="col ms-4 mt-2" id="header">
+ <a id="title" class="fs-1" href="/">HampusMat's Git Repository</a>
+ <p id="about">The source code of various of my projects</p>
+ </div>
+ </div>
+ <div class="row mx-0 mt-5">
+ <div id="projects-header" class="col ms-5">
+ <p class="fs-2">Projects</p>
+ </div>
+ <div id="projects-search" class="col d-flex justify-content-end">
+ <form>
+ <input type="search" name="q">
+ <input type="submit" value="Search">
+ </form>
+ </div>
+ </div>
+ <div class="row mx-0">
+ <div class="col ms-5">
+ <ul id="repos"></ul>
+ </div>
+ </div>
+ </div>
</body>
</html> \ No newline at end of file