summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorArnav Bhatt <arnavbhatt288@gmail.com>2022-08-25 23:02:24 +0530
committerArnav Bhatt <arnavbhatt288@gmail.com>2022-08-25 23:02:24 +0530
commit379aef029f78ee7ec86ca96eb0d86af9ddfa89b5 (patch)
treeb713261a7a07ff0ea8f379866949f156a6d74804 /templates
parent27d3f06259e83df2fed6fec7bbe77ac6b917eee7 (diff)
initial commit
Diffstat (limited to 'templates')
-rw-r--r--templates/article_entry.html1
-rw-r--r--templates/article_footer.html1
-rw-r--r--templates/article_header.html5
-rw-r--r--templates/article_list_footer.html1
-rw-r--r--templates/article_list_header.html1
-rw-r--r--templates/article_separator.html0
-rw-r--r--templates/footer.html1
-rw-r--r--templates/header.html15
-rw-r--r--templates/index_footer.html0
-rw-r--r--templates/index_header.html10
-rw-r--r--templates/tag_entry.html1
-rw-r--r--templates/tag_index_footer.html0
-rw-r--r--templates/tag_index_header.html1
-rw-r--r--templates/tag_list_footer.html1
-rw-r--r--templates/tag_list_header.html1
-rw-r--r--templates/tag_separator.html1
16 files changed, 40 insertions, 0 deletions
diff --git a/templates/article_entry.html b/templates/article_entry.html
new file mode 100644
index 0000000..a901a2c
--- /dev/null
+++ b/templates/article_entry.html
@@ -0,0 +1 @@
+<li><a href="$URL">$TITLE</a><p>Date of publish: $DATE</p></li>
diff --git a/templates/article_footer.html b/templates/article_footer.html
new file mode 100644
index 0000000..0f4bf45
--- /dev/null
+++ b/templates/article_footer.html
@@ -0,0 +1 @@
+</main>
diff --git a/templates/article_header.html b/templates/article_header.html
new file mode 100644
index 0000000..6ec338e
--- /dev/null
+++ b/templates/article_header.html
@@ -0,0 +1,5 @@
+<main><p><a href="index.html">&lt;-- Back to main page</a></p>
+<div id="post">
+<h2>$TITLE</h2>
+<p>Posted on $DATE_POSTED</p>
+<br>
diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html
new file mode 100644
index 0000000..776b4ca
--- /dev/null
+++ b/templates/article_list_footer.html
@@ -0,0 +1 @@
+</ul> \ No newline at end of file
diff --git a/templates/article_list_header.html b/templates/article_list_header.html
new file mode 100644
index 0000000..456ab9c
--- /dev/null
+++ b/templates/article_list_header.html
@@ -0,0 +1 @@
+<ul class = "blog">
diff --git a/templates/article_separator.html b/templates/article_separator.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/templates/article_separator.html
diff --git a/templates/footer.html b/templates/footer.html
new file mode 100644
index 0000000..da9fd8c
--- /dev/null
+++ b/templates/footer.html
@@ -0,0 +1 @@
+</main><div class = footer><p>Copyright 2022 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html>
diff --git a/templates/header.html b/templates/header.html
new file mode 100644
index 0000000..bae7487
--- /dev/null
+++ b/templates/header.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta property="og:title" content="$TITLE">
+<meta property="og:description" content="$DESCRIPTION">
+<title>Ghativega - Homepage</title>
+<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+<link rel="stylesheet" type="text/css" href="style.css">
+<style>
+img { border: none ;}
+</style>
+</head>
+<body>
diff --git a/templates/index_footer.html b/templates/index_footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/templates/index_footer.html
diff --git a/templates/index_header.html b/templates/index_header.html
new file mode 100644
index 0000000..c0f2c72
--- /dev/null
+++ b/templates/index_header.html
@@ -0,0 +1,10 @@
+<div class = logo><img src="images/logo.png" alt="Ghativega"></div>
+
+<ul class = navbar>
+<li><a class="active", href="index.html">Home</a></li>
+<li><a href="about.html">About</a></li>
+<li><a href="contact.html">Contact</a></li>
+<li><a href="softwares.html">Softwares</a></li>
+</ul>
+<hr>
+<main>
diff --git a/templates/tag_entry.html b/templates/tag_entry.html
new file mode 100644
index 0000000..cb23fee
--- /dev/null
+++ b/templates/tag_entry.html
@@ -0,0 +1 @@
+<a href="$URL">$NAME</a> \ No newline at end of file
diff --git a/templates/tag_index_footer.html b/templates/tag_index_footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/templates/tag_index_footer.html
diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/templates/tag_index_header.html
@@ -0,0 +1 @@
+
diff --git a/templates/tag_list_footer.html b/templates/tag_list_footer.html
new file mode 100644
index 0000000..b9fa558
--- /dev/null
+++ b/templates/tag_list_footer.html
@@ -0,0 +1 @@
+</p> \ No newline at end of file
diff --git a/templates/tag_list_header.html b/templates/tag_list_header.html
new file mode 100644
index 0000000..7a57395
--- /dev/null
+++ b/templates/tag_list_header.html
@@ -0,0 +1 @@
+<p>Tags: \ No newline at end of file
diff --git a/templates/tag_separator.html b/templates/tag_separator.html
new file mode 100644
index 0000000..c3a6e48
--- /dev/null
+++ b/templates/tag_separator.html
@@ -0,0 +1 @@
+, \ No newline at end of file