From 4a86c4d98691c1e1469d25a47944444475551567 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 24 Nov 2019 09:00:34 -0500 Subject: Inital commit --- views/projects.ejs | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 views/projects.ejs (limited to 'views/projects.ejs') diff --git a/views/projects.ejs b/views/projects.ejs new file mode 100644 index 0000000..9ca65bb --- /dev/null +++ b/views/projects.ejs @@ -0,0 +1,84 @@ + + + + + + <% include ./includes/header %> + + + + <% include ./includes/navbar %> +
+
+

Projects

+

This is the projects that we are currently working on.

+
+
+

Software/Games

+ +

Current big active projects

+
+
+
+
+
Unicity
+

A Sims clone written in Unity3D.

+ Learn more GitHub +
+
+
+ +
+
+
+
QuantumNet
+

A computer "hacking" game made in C#.

+ GitHub +
+
+
+

Other software/games we made...

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