diff --git a/.meteor/.finished-upgraders b/.meteor/.finished-upgraders new file mode 100644 index 0000000..c07b6ff --- /dev/null +++ b/.meteor/.finished-upgraders @@ -0,0 +1,19 @@ +# This file contains information which helps Meteor properly upgrade your +# app when you run 'meteor update'. You should check it into version control +# with your project. + +notices-for-0.9.0 +notices-for-0.9.1 +0.9.4-platform-file +notices-for-facebook-graph-api-2 +1.2.0-standard-minifiers-package +1.2.0-meteor-platform-split +1.2.0-cordova-changes +1.2.0-breaking-changes +1.3.0-split-minifiers-package +1.4.0-remove-old-dev-bundle-link +1.4.1-add-shell-server-package +1.4.3-split-account-service-packages +1.5-add-dynamic-import-package +1.7-split-underscore-from-meteor-base +1.8.3-split-jquery-from-blaze diff --git a/.meteor/.gitignore b/.meteor/.gitignore new file mode 100644 index 0000000..4083037 --- /dev/null +++ b/.meteor/.gitignore @@ -0,0 +1 @@ +local diff --git a/.meteor/.id b/.meteor/.id new file mode 100644 index 0000000..fc4fe1a --- /dev/null +++ b/.meteor/.id @@ -0,0 +1,7 @@ +# This file contains a token that is unique to your project. +# Check it into your repository along with the rest of this directory. +# It can be used for purposes such as: +# - ensuring you don't accidentally deploy one app on top of another +# - providing package authors with aggregated statistics + +q4aom8afjliw.rczlfvqw1fqs diff --git a/.meteor/packages b/.meteor/packages new file mode 100644 index 0000000..3a2514f --- /dev/null +++ b/.meteor/packages @@ -0,0 +1,33 @@ +# Meteor packages used by this project, one per line. +# Check this file (and the other files in this directory) into your repository. +# +# 'meteor add' and 'meteor remove' will edit this file for you, +# but you can also edit it by hand. + +meteor-base@1.5.1 # Packages every Meteor app needs to have +mobile-experience@1.1.0 # Packages for a great mobile UX +mongo@1.15.0 # The database Meteor supports right now +blaze-html-templates # Compile .html files into Meteor Blaze views +jquery # Wrapper package for npm-installed jquery +reactive-var@1.0.11 # Reactive variable for tracker +tracker@1.2.0 # Meteor's client-side reactive programming library + +standard-minifier-css@1.8.1 # CSS minifier run for production mode +standard-minifier-js@2.8.0 # JS minifier run for production mode +es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers +ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code +typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules +shell-server@0.5.0 # Server-side component of the `meteor shell` command + +hot-module-replacement@0.5.1 # Update code in development without reloading the page +blaze-hot # Update files using Blaze's API with HMR + +alanning:roles@2.2.0 +email@2.2.1 +session@1.2.0 + +raix:handlebar-helpers +kadira:flow-router +kadira:blaze-layout +accounts-password@2.3.1 +# mizzao:autocomplete # for the @mentions functionality diff --git a/.meteor/platforms b/.meteor/platforms new file mode 100644 index 0000000..efeba1b --- /dev/null +++ b/.meteor/platforms @@ -0,0 +1,2 @@ +server +browser diff --git a/.meteor/release b/.meteor/release new file mode 100644 index 0000000..66dd7b6 --- /dev/null +++ b/.meteor/release @@ -0,0 +1 @@ +METEOR@2.7.3 diff --git a/.meteor/versions b/.meteor/versions new file mode 100644 index 0000000..da0e73e --- /dev/null +++ b/.meteor/versions @@ -0,0 +1,95 @@ +accounts-base@2.2.3 +accounts-password@2.3.1 +alanning:roles@2.2.0 +allow-deny@1.1.1 +autoupdate@1.8.0 +babel-compiler@7.9.0 +babel-runtime@1.5.1 +base64@1.0.12 +binary-heap@1.0.11 +blaze@2.6.0 +blaze-hot@1.1.1 +blaze-html-templates@1.2.1 +blaze-tools@1.1.3 +boilerplate-generator@1.7.1 +caching-compiler@1.2.2 +caching-html-compiler@1.2.1 +callback-hook@1.4.0 +check@1.3.1 +ddp@1.4.0 +ddp-client@2.5.0 +ddp-common@1.4.0 +ddp-rate-limiter@1.1.0 +ddp-server@2.5.0 +deps@1.0.12 +diff-sequence@1.1.1 +dynamic-import@0.7.2 +ecmascript@0.16.2 +ecmascript-runtime@0.8.0 +ecmascript-runtime-client@0.12.1 +ecmascript-runtime-server@0.11.0 +ejson@1.1.2 +email@2.2.1 +es5-shim@4.8.0 +fetch@0.1.1 +geojson-utils@1.0.10 +hot-code-push@1.0.4 +hot-module-replacement@0.5.1 +html-tools@1.1.3 +htmljs@1.1.1 +id-map@1.1.1 +inter-process-messaging@0.1.1 +jquery@3.0.0 +kadira:blaze-layout@2.0.1 +kadira:flow-router@2.12.1 +launch-screen@1.3.0 +localstorage@1.2.0 +logging@1.3.1 +meteor@1.10.0 +meteor-base@1.5.1 +minifier-css@1.6.0 +minifier-js@2.7.4 +minimongo@1.8.0 +mobile-experience@1.1.0 +mobile-status-bar@1.1.0 +modern-browsers@0.1.8 +modules@0.18.0 +modules-runtime@0.13.0 +modules-runtime-hot@0.14.0 +mongo@1.15.0 +mongo-decimal@0.1.3 +mongo-dev-server@1.1.0 +mongo-id@1.0.8 +npm-mongo@4.3.1 +observe-sequence@1.0.20 +ordered-dict@1.1.0 +promise@0.12.0 +raix:handlebar-helpers@0.2.5 +random@1.2.0 +rate-limit@1.0.9 +react-fast-refresh@0.2.3 +reactive-dict@1.3.0 +reactive-var@1.0.11 +reload@1.3.1 +retry@1.1.0 +routepolicy@1.1.1 +service-configuration@1.3.0 +session@1.2.0 +sha@1.0.9 +shell-server@0.5.0 +socket-stream-client@0.5.0 +spacebars@1.3.0 +spacebars-compiler@1.3.1 +standard-minifier-css@1.8.1 +standard-minifier-js@2.8.0 +templating@1.4.2 +templating-compiler@1.4.1 +templating-runtime@1.6.0 +templating-tools@1.2.2 +tracker@1.2.0 +typescript@4.5.4 +ui@1.0.13 +underscore@1.0.10 +url@1.3.2 +webapp@1.13.1 +webapp-hashing@1.1.0 diff --git a/client/Accounts/TeacherLogin/teacherLogin.html b/client/Accounts/Login/login.html similarity index 88% rename from client/Accounts/TeacherLogin/teacherLogin.html rename to client/Accounts/Login/login.html index baebb53..0324616 100644 --- a/client/Accounts/TeacherLogin/teacherLogin.html +++ b/client/Accounts/Login/login.html @@ -1,9 +1,8 @@ -