From e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Nov 2019 15:45:48 -0500 Subject: Porting the website to jekyll.... --- projects/quantumnet.ejs | 21 +++++++++++++++++++++ projects/unicity.ejs | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 projects/quantumnet.ejs create mode 100644 projects/unicity.ejs (limited to 'projects') diff --git a/projects/quantumnet.ejs b/projects/quantumnet.ejs new file mode 100644 index 0000000..5e26fc1 --- /dev/null +++ b/projects/quantumnet.ejs @@ -0,0 +1,21 @@ + + + + + + <% include ./includes/header %> + + + +<% include ./includes/navbar %> +
+
+

QuantumNet

+

Description.

+
+<% include ./includes/scripts %> +<% include ./includes/footer %> +
+ + + \ No newline at end of file diff --git a/projects/unicity.ejs b/projects/unicity.ejs new file mode 100644 index 0000000..779e783 --- /dev/null +++ b/projects/unicity.ejs @@ -0,0 +1,21 @@ + + + + + + <% include ./includes/header %> + + + +<% include ./includes/navbar %> +
+
+

Unicity

+

Description.

+
+<% include ./includes/scripts %> +<% include ./includes/footer %> +
+ + + \ No newline at end of file -- cgit v1.2.3