From 61d40b4b25609c64142eeaf9b34512bc1c9f4f27 Mon Sep 17 00:00:00 2001 From: Matan Bar Yosef Date: Mon, 29 Jun 2015 19:22:52 +0300 Subject: [PATCH] -Class added -project Added --- templates/views/class.html | 78 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 templates/views/class.html diff --git a/templates/views/class.html b/templates/views/class.html new file mode 100644 index 0000000..4a12650 --- /dev/null +++ b/templates/views/class.html @@ -0,0 +1,78 @@ +
+

Class {{project.courseName}}

+
+ +
+
+ You Are Not Related To Any Project. +
+
+ +
+
+ + {{project.projectName}} + + +
+
+
+
+
+
+ Join Class +
+ + Create Project + +
+ +
+
+ + + + +
+
+
+ + + + +
+ +
+ + + + +
+
+
+ + Example: http://www.github.com/userName/repoName +
userName will be GitHub Repository Owner +
repoName wil be GitHub Repository Name + +
+
+ + + + +
+
+ Submit Project +
+ +
+
+
+
+
+ + \ No newline at end of file