mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
make base layout
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@@ -14,15 +15,13 @@
|
|||||||
</title>
|
</title>
|
||||||
<meta name="description" content="{{site.desc}}">
|
<meta name="description" content="{{site.desc}}">
|
||||||
<link rel="stylesheet" href="/static/pico.min.css">
|
<link rel="stylesheet" href="/static/pico.min.css">
|
||||||
|
<link rel="stylesheet" href="/static/site.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/">{{site.name}}</a></h1>
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul><li><h1><a href="/">{{site.name}}</a></h1></li></ul>
|
||||||
<li><a href="/feepaymail">Fee Payment Mail</a></li>
|
{% renderFile './src/_includes/navlist.md' %}
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
3
src/_includes/navlist.md
Normal file
3
src/_includes/navlist.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
- [Services](/services)
|
||||||
|
- [Quick](/quick)
|
||||||
1
static/site.css
Normal file
1
static/site.css
Normal file
@@ -0,0 +1 @@
|
|||||||
|
header{--spacing:.1rem;}header h1{--typography-spacing-vertical:0px;}
|
||||||
Reference in New Issue
Block a user