diff --git a/.gitignore b/.gitignore index 94700a4..d0bbcf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,27 @@ node_modules .idea private + +public/images/Modified For Website/2014 Community/ + +public/images/Modified For Website/2014 AVHS/ + +public/images/Modified For Website/2013 community/ + +public/images/Modified For Website/2013 avhs/ + +public/images/2017 AVHS photo gallery/ + +public/images/2016 AVHS photo gallery/ + +public/images/2015 Community photo gallery/ + +public/images/2015 AVHS photo gallery/ + +public/images/2014 Community photo gallery/ + +public/images/2014 AVHS photo gallery/ + +public/images/2013 AVHS photo gallery/ + +public/images/2013 AVES photo gallery/ diff --git a/.meteor/.finished-upgraders b/.meteor/.finished-upgraders index 910574c..4538749 100644 --- a/.meteor/.finished-upgraders +++ b/.meteor/.finished-upgraders @@ -15,3 +15,4 @@ notices-for-facebook-graph-api-2 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 diff --git a/.meteor/packages b/.meteor/packages index 1f49c34..9ff0d7e 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -4,25 +4,25 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -meteor-base@1.3.0 # Packages every Meteor app needs to have +meteor-base@1.4.0 # Packages every Meteor app needs to have mobile-experience@1.0.5 # Packages for a great mobile UX -mongo@1.4.2 # The database Meteor supports right now +mongo@1.5.0 # The database Meteor supports right now blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views reactive-var@1.0.11 # Reactive variable for tracker reactive-dict@1.2.0 # ??? -tracker@1.1.3 # Meteor's client-side reactive programming library +tracker@1.2.0 # Meteor's client-side reactive programming library tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history. email@1.2.3 # Adds the Meteor/Email package for sending lost password emails -standard-minifier-css@1.4.0 # CSS minifier run for production mode -standard-minifier-js@2.3.1 # JS minifier run for production mode -es5-shim@4.7.0 # ECMAScript 5 compatibility for older browsers. +standard-minifier-css@1.4.1 # CSS minifier run for production mode +standard-minifier-js@2.3.4 # JS minifier run for production mode +es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers. poorvavyas:es6-shim -ecmascript@0.10.0 # Enable ECMAScript2015+ syntax in app code +ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code #accounts-ui #accounts-base -accounts-password@1.5.0 +accounts-password@1.5.1 useraccounts:core useraccounts:unstyled useraccounts:flow-routing # Configures email flows. Used for AccountsTemplates class. @@ -37,7 +37,7 @@ shell-server@0.3.1 # ??? meteortoys:allthings session@1.1.7 ##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page. -check@1.3.0 # Allows for checking the structure and types of arguments passed to Meteor methods and publications. +check@1.3.1 # Allows for checking the structure and types of arguments passed to Meteor methods and publications. #audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call. aldeed:simple-schema@1.5.3 @@ -60,8 +60,9 @@ juliancwirko:s-alert # Client error/alert handling jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it. ostrio:logger ostrio:loggermongo -dynamic-import@0.3.0 +dynamic-import@0.4.0 markdown@1.0.12 wcrisman:jquery-custom-scrollbar stylus@=2.513.14 # This package is no longer supported, but it still works and is available. It provides support for reading .styl files on the client and converting them to CSS on the fly. The alternative would be to compile the styl files to CSS on the server ahead of time. +underscore diff --git a/.meteor/release b/.meteor/release index d502dc0..04fe8b4 100644 --- a/.meteor/release +++ b/.meteor/release @@ -1 +1 @@ -METEOR@1.6.1 +METEOR@1.7.0.3 diff --git a/.meteor/versions b/.meteor/versions index 0d16b67..093641d 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,63 +1,63 @@ accounts-base@1.4.2 -accounts-password@1.5.0 +accounts-password@1.5.1 alanning:roles@1.2.16 aldeed:collection2@2.10.0 aldeed:collection2-core@1.2.0 aldeed:schema-deny@1.1.0 aldeed:schema-index@1.1.1 -aldeed:simple-schema@1.5.3 +aldeed:simple-schema@1.5.4 aldeed:template-extension@4.1.0 allow-deny@1.1.0 arillo:flow-router-helpers@0.5.2 -autoupdate@1.4.0 -babel-compiler@7.0.0 +autoupdate@1.4.1 +babel-compiler@7.1.1 babel-runtime@1.2.2 -base64@1.0.10 +base64@1.0.11 binary-heap@1.0.10 blaze@2.3.2 blaze-html-templates@1.1.2 blaze-tools@1.0.10 -boilerplate-generator@1.4.0 -caching-compiler@1.1.11 -caching-html-compiler@1.1.2 +boilerplate-generator@1.5.0 +caching-compiler@1.1.12 +caching-html-compiler@1.1.3 callback-hook@1.1.0 -check@1.3.0 +check@1.3.1 coffeescript@1.0.17 ddp@1.4.0 -ddp-client@2.3.1 +ddp-client@2.3.3 ddp-common@1.4.0 ddp-rate-limiter@1.0.7 -ddp-server@2.1.2 +ddp-server@2.2.0 deps@1.0.12 diff-sequence@1.1.0 -dynamic-import@0.3.0 -ecmascript@0.10.0 -ecmascript-runtime@0.5.0 -ecmascript-runtime-client@0.6.0 -ecmascript-runtime-server@0.5.0 +dynamic-import@0.4.1 +ecmascript@0.11.1 +ecmascript-runtime@0.7.0 +ecmascript-runtime-client@0.7.1 +ecmascript-runtime-server@0.7.0 ejson@1.1.0 email@1.2.3 -es5-shim@4.7.3 +es5-shim@4.8.0 fortawesome:fontawesome@4.7.0 geojson-utils@1.0.10 hot-code-push@1.0.4 html-tools@1.0.11 htmljs@1.0.11 -http@1.4.0 +http@1.4.1 id-map@1.1.0 jcbernack:reactive-aggregate@0.7.0 -jquery@1.11.10 +jquery@1.11.11 juliancwirko:s-alert@3.2.0 kadira:blaze-layout@2.3.0 kadira:flow-router@2.12.1 launch-screen@1.1.1 livedata@1.0.18 localstorage@1.2.0 -logging@1.1.19 +logging@1.1.20 markdown@1.0.12 mdg:validation-error@0.2.0 -meteor@1.8.2 -meteor-base@1.3.0 +meteor@1.9.2 +meteor-base@1.4.0 meteorhacks:aggregate@1.3.0 meteorhacks:collection-utils@1.2.0 meteortoys:allthings@4.0.0 @@ -76,58 +76,57 @@ meteortoys:status@4.0.0 meteortoys:sub@4.0.0 meteortoys:throttle@4.0.0 meteortoys:toggle@4.0.0 -meteortoys:toykit@4.0.1 -minifier-css@1.3.0 -minifier-js@2.3.1 -minimongo@1.4.3 +meteortoys:toykit@4.0.2 +minifier-css@1.3.1 +minifier-js@2.3.5 +minimongo@1.4.4 mizzao:bootboxjs@4.4.0 mobile-experience@1.0.5 mobile-status-bar@1.0.14 -modules@0.11.3 -modules-runtime@0.9.2 -momentjs:moment@2.20.1 -mongo@1.4.2 +modern-browsers@0.1.2 +modules@0.12.2 +modules-runtime@0.10.2 +momentjs:moment@2.22.2 +mongo@1.5.1 mongo-dev-server@1.1.0 -mongo-id@1.0.6 +mongo-id@1.0.7 mongo-livedata@1.0.12 msavin:jetsetter@4.0.0 msavin:mongol@4.0.1 npm-bcrypt@0.9.3 -npm-mongo@2.2.34 +npm-mongo@3.0.11 observe-sequence@1.0.16 ordered-dict@1.1.0 -ostrio:logger@2.0.6 -ostrio:loggermongo@2.0.3 +ostrio:logger@2.0.7 +ostrio:loggermongo@2.0.4 poorvavyas:es6-shim@0.21.1 -promise@0.10.1 +promise@0.11.1 raix:eventemitter@0.1.3 random@1.1.0 -rate-limit@1.0.8 +rate-limit@1.0.9 reactive-dict@1.2.0 reactive-var@1.0.11 reload@1.2.0 retry@1.1.0 -routepolicy@1.0.12 -server-render@0.3.0 +routepolicy@1.0.13 service-configuration@1.0.11 session@1.1.7 sha@1.0.9 shell-server@0.3.1 -shim-common@0.1.0 -socket-stream-client@0.1.0 +socket-stream-client@0.2.2 softwarerero:accounts-t9n@1.3.11 spacebars@1.0.15 spacebars-compiler@1.1.3 srp@1.0.10 -standard-minifier-css@1.4.0 -standard-minifier-js@2.3.1 +standard-minifier-css@1.4.1 +standard-minifier-js@2.3.4 stylus@2.513.14 templating@1.3.2 templating-compiler@1.3.3 templating-runtime@1.3.2 templating-tools@1.1.2 tomwasd:history-polyfill@0.0.1 -tracker@1.1.3 +tracker@1.2.0 ui@1.0.13 underscore@1.0.10 url@1.2.0 @@ -135,6 +134,6 @@ useraccounts:core@1.14.2 useraccounts:flow-routing@1.14.2 useraccounts:unstyled@1.14.2 wcrisman:jquery-custom-scrollbar@3.0.0 -webapp@1.5.0 +webapp@1.6.2 webapp-hashing@1.0.9 zimme:active-route@2.3.2 diff --git a/client/head.html b/client/head.html index cc91107..321590f 100644 --- a/client/head.html +++ b/client/head.html @@ -1,5 +1,5 @@ - PT App + *Anderson Valley Education Foundation diff --git a/client/main.styl b/client/main.styl index b9ca6bc..d7cf89b 100644 --- a/client/main.styl +++ b/client/main.styl @@ -1,4 +1,12 @@ -@import url('//fonts.googleapis.com/css?family=PT+Sans|Grand+Hotel|Open+Sans:400,600'); +@import url('//fonts.googleapis.com/css?family=PT+Sans|Grand+Hotel|Open+Sans:400,600') + + +formatTiny = 480px +formatSmall = 650px +formatMedium = 750px +formatLarge = 960px +formatHuge = 1200px + * -webkit-tap-highlight-color: transparent @@ -21,14 +29,17 @@ html height: 100% min-height: 100% body - font-family: verdana, arial, helvetica, sans-serif - font-size: 1.0em + font: 0.875em/1.71429 Corbel,'Helvetica Neue',Helvetica,Arial,sans-serif height: 100% min-height: 100% background: #F6F6F6 #__blaze-root height: 100% +.textView + border: 1px solid #DDD + padding: 6px 20px + //Standard Stylings .noselect -webkit-touch-callout: none; /* iOS Safari */ @@ -143,5 +154,19 @@ body @import "../imports/ui/Home.import.styl" -@import "../imports/ui/AdminHome.import.styl" -@import "../imports/ui/UserManagement.import.styl" \ No newline at end of file +@import "../imports/ui/InternshipJobs.import.styl" +@import "../imports/ui/UserManagement.import.styl" + +@import "../imports/ui/Grants.import.styl" +@import "../imports/ui/Internships.import.styl" +@import "../imports/ui/Scholarships.import.styl" +@import "../imports/ui/Fellowships.import.styl" +@import "../imports/ui/News&Notices.import.styl" +@import "../imports/ui/PhotoGallery.import.styl" +@import "../imports/ui/Appreciation.import.styl" +@import "../imports/ui/Support.import.styl" + +@import "../imports/ui/About.import.styl" +@import "../imports/ui/Contact.import.styl" +@import "../imports/ui/Programs.import.styl" +@import "../imports/ui/ImportantDates.import.styl" \ No newline at end of file diff --git a/imports/startup/both/accounts.js b/imports/startup/both/accounts.js index 2fdb446..e64837c 100644 --- a/imports/startup/both/accounts.js +++ b/imports/startup/both/accounts.js @@ -5,12 +5,13 @@ AccountsTemplates.configure({ showForgotPasswordLink: true, defaultTemplate: 'OverrideAtForm', //defaultTemplate: 'AuthorizationPage', //The template for all the forms related to logging in or out. - defaultLayout: 'Login', //What page template to place the defaultTemplate in. - defaultContentRegion: 'content', //The content region of the page template to place the defaultTemplate in. + defaultLayout: 'Login', //What Admin template to place the defaultTemplate in. + defaultContentRegion: 'content', //The content region of the Admin template to place the defaultTemplate in. defaultLayoutRegions: {}, // defaultLayout: 'Body', // defaultContentRegion: 'content', // defaultLayoutRegions: {} + homeRoutePath: '/Admin/InternshipJobs', texts: { title: { signIn: "" diff --git a/imports/startup/client/routes.js b/imports/startup/client/routes.js index 1539771..ea860a4 100644 --- a/imports/startup/client/routes.js +++ b/imports/startup/client/routes.js @@ -10,22 +10,22 @@ let pri = FlowRouter.group({ //**** ADMIN pri.route("/admin", { - triggersEnter: [function(context, redirect) {redirect("/Admin/Home");}] + triggersEnter: [function(context, redirect) {redirect("/Admin/InternshipJobs");}] }); pri.route("/Admin", { - triggersEnter: [function(context, redirect) {redirect("/Admin/Home");}] + triggersEnter: [function(context, redirect) {redirect("/Admin/InternshipJobs");}] }); AccountsTemplates.configureRoute('signIn', { name: 'SignIn', - path: '/Admin/SignIn' + path: '/Login' }); AccountsTemplates.configureRoute('resetPwd', { name: 'ResetPwd', - path: '/Admin/ResetPwd' + path: '/ResetPwd' }); AccountsTemplates.configureRoute('forgotPwd', { name: 'ForgotPwd', - path: '/Admin/ForgotPwd' + path: '/ForgotPwd' }); pri.route("/Admin/Home", { @@ -35,13 +35,34 @@ pri.route("/Admin/Home", { BlazeLayout.render("Admin", {content: "AdminHome"}) } }); +pri.route("/Admin/BoardEditor", { + name: "BoardEditor", + action: function(params, queryParams) { + require("/imports/ui/Admin/BoardEditor.js"); + BlazeLayout.render("Admin", {content: "BoardEditor"}) + } +}); +pri.route("/Admin/DatesEditor", { + name: "DatesEditor", + action: function(params, queryParams) { + require("/imports/ui/Admin/DatesEditor.js"); + BlazeLayout.render("Admin", {content: "DatesEditor"}) + } +}); pri.route("/Admin/UserManagement", { name: "UserManagement", action: function(params, queryParams) { - require("/imports/ui/UserManagement.js"); + require("/imports/ui/Admin/UserManagement.js"); BlazeLayout.render("Admin", {content: "UserManagement"}) } }); +pri.route("/Admin/AppreciationEditor", { + name: "AppreciationEditor", + action: function(params, queryParams) { + require("/imports/ui/Admin/AppreciationEditor.js"); + BlazeLayout.render("Admin", {content: "AppreciationEditor"}) + } +}); //*** PUBLIC pub.route('/', { @@ -54,3 +75,94 @@ pub.route("/Home", { BlazeLayout.render("Public", {content: "Home"}); } }); +pub.route("/ImportantDates", { + name: 'ImportantDates', + action: function(params, queryParams) { + require("/imports/ui/ImportantDates.js"); + BlazeLayout.render("Public", {content: "ImportantDates"}); + } +}); +pub.route("/Support", { + name: 'Support', + action: function(params, queryParams) { + require("/imports/ui/Support.js"); + BlazeLayout.render("Public", {content: "Support"}); + } +}); +pub.route("/Programs", { + name: 'Programs', + action: function(params, queryParams) { + require("/imports/ui/Programs.js"); + BlazeLayout.render("Public", {content: "Programs"}); + } +}); +pub.route("/Contact", { + name: 'Contact', + action: function(params, queryParams) { + require("/imports/ui/Contact.js"); + BlazeLayout.render("Public", {content: "Contact"}); + } +}); +pub.route("/About", { + name: 'About', + action: function(params, queryParams) { + require("/imports/ui/About.js"); + BlazeLayout.render("Public", {content: "About"}); + } +}); +pub.route("/Grants", { + name: 'Grants', + action: function(params, queryParams) { + require("/imports/ui/Grants.js"); + BlazeLayout.render("Public", {content: "Grants"}); + } +}); +pub.route("/Internships", { + name: 'Internships', + action: function(params, queryParams) { + require("/imports/ui/Internships.js"); + BlazeLayout.render("Public", {content: "Internships"}); + } +}); +pub.route("/Scholarships", { + name: 'Scholarships', + action: function(params, queryParams) { + require("/imports/ui/Scholarships.js"); + BlazeLayout.render("Public", {content: "Scholarships"}); + } +}); +pub.route("/Fellowships", { + name: 'Fellowships', + action: function(params, queryParams) { + require("/imports/ui/Fellowships.js"); + BlazeLayout.render("Public", {content: "Fellowships"}); + } +}); +pub.route("/News&Notices", { + name: 'News&Notices', + action: function(params, queryParams) { + require("/imports/ui/News&Notices.js"); + BlazeLayout.render("Public", {content: "News&Notices"}); + } +}); +pub.route("/PhotoGallery", { + name: 'PhotoGallery', + action: function(params, queryParams) { + require("/imports/ui/PhotoGallery.js"); + BlazeLayout.render("Public", {content: "PhotoGallery"}); + } +}); +pub.route("/Appreciation", { + name: 'Appreciation', + action: function(params, queryParams) { + require("/imports/ui/Appreciation.js"); + BlazeLayout.render("Public", {content: "Appreciation"}); + } +}); +pub.route("/HowCanYouHelp", { + name: 'HowCanYouHelp', + action: function(params, queryParams) { + require("/imports/ui/Support.js"); + BlazeLayout.render("Public", {content: "Support"}); + } +}); diff --git a/imports/ui/About.html b/imports/ui/About.html new file mode 100644 index 0000000..5c11259 --- /dev/null +++ b/imports/ui/About.html @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/imports/ui/About.import.styl b/imports/ui/About.import.styl new file mode 100644 index 0000000..d9f152b --- /dev/null +++ b/imports/ui/About.import.styl @@ -0,0 +1,35 @@ +#aboutView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + ol + list-style-type: decimal + list-style-position: outside + li + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + .aboutTitle + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .firstParagraph + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .secondParagraph + clear: left + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .listFormat + padding-left: 40px + padding-top: 15px + padding-bottom: 20px + text-indent: 0 + list-style-position: outside \ No newline at end of file diff --git a/imports/ui/About.js b/imports/ui/About.js new file mode 100644 index 0000000..664d99b --- /dev/null +++ b/imports/ui/About.js @@ -0,0 +1 @@ +import './About.html'; \ No newline at end of file diff --git a/imports/ui/Admin/AppreciationEditor.html b/imports/ui/Admin/AppreciationEditor.html new file mode 100644 index 0000000..0f491ec --- /dev/null +++ b/imports/ui/Admin/AppreciationEditor.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/imports/ui/Admin/AppreciationEditor.js b/imports/ui/Admin/AppreciationEditor.js new file mode 100644 index 0000000..eead9e4 --- /dev/null +++ b/imports/ui/Admin/AppreciationEditor.js @@ -0,0 +1,2 @@ + +import './AppreciationEditor.html'; \ No newline at end of file diff --git a/imports/ui/Admin/AppreciationEditor.styl b/imports/ui/Admin/AppreciationEditor.styl new file mode 100644 index 0000000..034ed0a --- /dev/null +++ b/imports/ui/Admin/AppreciationEditor.styl @@ -0,0 +1,2 @@ +#appreciationEditor + display: block \ No newline at end of file diff --git a/imports/ui/Admin/BoardEditor.html b/imports/ui/Admin/BoardEditor.html new file mode 100644 index 0000000..a1abce8 --- /dev/null +++ b/imports/ui/Admin/BoardEditor.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/imports/ui/Admin/BoardEditor.js b/imports/ui/Admin/BoardEditor.js new file mode 100644 index 0000000..c7ef97f --- /dev/null +++ b/imports/ui/Admin/BoardEditor.js @@ -0,0 +1,2 @@ + +import './BoardEditor.html'; \ No newline at end of file diff --git a/imports/ui/Admin/BoardEditor.styl b/imports/ui/Admin/BoardEditor.styl new file mode 100644 index 0000000..c8c32ae --- /dev/null +++ b/imports/ui/Admin/BoardEditor.styl @@ -0,0 +1,2 @@ +#boardEditor + display: block \ No newline at end of file diff --git a/imports/ui/Admin/DatesEditor.html b/imports/ui/Admin/DatesEditor.html new file mode 100644 index 0000000..91625a2 --- /dev/null +++ b/imports/ui/Admin/DatesEditor.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/imports/ui/Admin/DatesEditor.js b/imports/ui/Admin/DatesEditor.js new file mode 100644 index 0000000..7460760 --- /dev/null +++ b/imports/ui/Admin/DatesEditor.js @@ -0,0 +1,2 @@ + +import './DatesEditor.html'; \ No newline at end of file diff --git a/imports/ui/Admin/DatesEditor.styl b/imports/ui/Admin/DatesEditor.styl new file mode 100644 index 0000000..ad4d48a --- /dev/null +++ b/imports/ui/Admin/DatesEditor.styl @@ -0,0 +1,2 @@ +#datesEditor + display: block \ No newline at end of file diff --git a/imports/ui/Admin/NewsEditor.html b/imports/ui/Admin/NewsEditor.html new file mode 100644 index 0000000..1c60f23 --- /dev/null +++ b/imports/ui/Admin/NewsEditor.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/imports/ui/Admin/NewsEditor.js b/imports/ui/Admin/NewsEditor.js new file mode 100644 index 0000000..431619b --- /dev/null +++ b/imports/ui/Admin/NewsEditor.js @@ -0,0 +1,2 @@ + +import './NewsEditor.html'; \ No newline at end of file diff --git a/imports/ui/Admin/NewsEditor.styl b/imports/ui/Admin/NewsEditor.styl new file mode 100644 index 0000000..6c08457 --- /dev/null +++ b/imports/ui/Admin/NewsEditor.styl @@ -0,0 +1,2 @@ +#newsEditor + display: block \ No newline at end of file diff --git a/imports/ui/AdminHome.html b/imports/ui/AdminHome.html deleted file mode 100644 index 3bb836c..0000000 --- a/imports/ui/AdminHome.html +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/imports/ui/AdminHome.js b/imports/ui/AdminHome.js deleted file mode 100644 index 4020bc1..0000000 --- a/imports/ui/AdminHome.js +++ /dev/null @@ -1,2 +0,0 @@ - -import './AdminHome.html'; \ No newline at end of file diff --git a/imports/ui/Appreciation.html b/imports/ui/Appreciation.html new file mode 100644 index 0000000..08ce881 --- /dev/null +++ b/imports/ui/Appreciation.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/imports/ui/Appreciation.import.styl b/imports/ui/Appreciation.import.styl new file mode 100644 index 0000000..b1d34df --- /dev/null +++ b/imports/ui/Appreciation.import.styl @@ -0,0 +1,2 @@ +#appreciationView + display: block diff --git a/imports/ui/Appreciation.js b/imports/ui/Appreciation.js new file mode 100644 index 0000000..76afa4f --- /dev/null +++ b/imports/ui/Appreciation.js @@ -0,0 +1,2 @@ + +import './Appreciations.html'; \ No newline at end of file diff --git a/imports/ui/Contact.html b/imports/ui/Contact.html new file mode 100644 index 0000000..7495501 --- /dev/null +++ b/imports/ui/Contact.html @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/imports/ui/Contact.import.styl b/imports/ui/Contact.import.styl new file mode 100644 index 0000000..47beeee --- /dev/null +++ b/imports/ui/Contact.import.styl @@ -0,0 +1,14 @@ +#contactView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .fieldHeading + width: 100px + text-align: left + float: left + padding-top: 5px + line-height: 15px + .fieldHeading + margin: 6px 0 \ No newline at end of file diff --git a/imports/ui/Contact.js b/imports/ui/Contact.js new file mode 100644 index 0000000..b0cac28 --- /dev/null +++ b/imports/ui/Contact.js @@ -0,0 +1 @@ +import './Contact.html'; \ No newline at end of file diff --git a/imports/ui/Fellowships.html b/imports/ui/Fellowships.html new file mode 100644 index 0000000..b15b762 --- /dev/null +++ b/imports/ui/Fellowships.html @@ -0,0 +1,34 @@ + \ No newline at end of file diff --git a/imports/ui/Fellowships.import.styl b/imports/ui/Fellowships.import.styl new file mode 100644 index 0000000..c2f9bf8 --- /dev/null +++ b/imports/ui/Fellowships.import.styl @@ -0,0 +1,39 @@ +#fellowshipsView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .headingShowHide + font-family: Consolas, monaco, monospace + font-size: 12px + font-weight: 800 + text-decoration: none + text-transform: uppercase + color: #44A + cursor: pointer + .fellowshipProgram + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .generalText + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .generalLinks + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + .relevantLinks + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .applicationGuidelines + clear:left + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .listFormat + padding-left: 40px \ No newline at end of file diff --git a/imports/ui/Fellowships.js b/imports/ui/Fellowships.js new file mode 100644 index 0000000..8631d88 --- /dev/null +++ b/imports/ui/Fellowships.js @@ -0,0 +1,2 @@ + +import './Fellowships.html'; \ No newline at end of file diff --git a/imports/ui/Grants.html b/imports/ui/Grants.html new file mode 100644 index 0000000..f10a8ce --- /dev/null +++ b/imports/ui/Grants.html @@ -0,0 +1,41 @@ + \ No newline at end of file diff --git a/imports/ui/Grants.import.styl b/imports/ui/Grants.import.styl new file mode 100644 index 0000000..0dfb570 --- /dev/null +++ b/imports/ui/Grants.import.styl @@ -0,0 +1,73 @@ +#grantView + .grantDescription p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .grantView li + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + .recipientGuidelinesToggle p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .grantGuidelines + clear:left + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + text-transform: uppercase + margin-bottom: 4px + font-size: 19px + background-color: #EEE + .relevantLinks + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + padding-bottom: 20px + .importantDates + list-style-type: none + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + +.pageHeaderPicture + float: left + width: 350px + padding: 0 10px 5px 0 + .headingShowHide + font-family: Consolas, monaco, monospace + font-size: 12px + font-weight: 800 + text-decoration: none + text-transform: uppercase + color: #44A + cursor: pointer + :hover + color: #228 + :active + color: #66D + .grantProgram + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + font-weight: bold + .grantGuidelinesContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + .proposalFormat + padding-top: 20px + font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif + font-size: 16px + font-weight: 800px + .listFormat + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + padding: 20px + padding-left: 40px + + @media(max-width: formatMedium) + .pageHeaderPicture + width: 280px + + @media(max-width: formatSmall) + .pageHeaderPicture + width: 100% diff --git a/imports/ui/Grants.js b/imports/ui/Grants.js new file mode 100644 index 0000000..e6e85b3 --- /dev/null +++ b/imports/ui/Grants.js @@ -0,0 +1,2 @@ + +import './Grants.html'; \ No newline at end of file diff --git a/imports/ui/Home.html b/imports/ui/Home.html index 00a4f22..a34a4ec 100644 --- a/imports/ui/Home.html +++ b/imports/ui/Home.html @@ -1,5 +1,48 @@ \ No newline at end of file diff --git a/imports/ui/Home.import.styl b/imports/ui/Home.import.styl index 0e9a5ec..dbbdc4b 100644 --- a/imports/ui/Home.import.styl +++ b/imports/ui/Home.import.styl @@ -1,3 +1,100 @@ #homePage display: block - min-height: 300px \ No newline at end of file + min-height: 300px + + .pageHeader + margin-bottom: 30px + width: 100% + -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75) + -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75) + box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75) + .blockContainer + position: relative + height: 350px + max-width: 970px + min-width: 200px + margin: 0 auto + min-height: 1px + .mainViewContainer + max-width: 1200px + min-width: 200px + margin: 0 auto + position: relative + .menuTile + width: 225px + height: 140px + position: absolute + top: 0 + margin: 0 + background-repeat: no-repeat + background-origin: content-box + background-clip: content-box + background-position: center center + background-size: cover + -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75) + -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75) + box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75) + .menuHeader + font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif + font-weight: 800 + font-size: 15px + color: black + position: absolute + left: 0 + top: -1px + right: 0 + height: 27px + margin: 0 + padding: 0 0 0 6px + .menuHeaderBackground + display: none + position: absolute + left: 0 + right: 0 + top: 0 + height: 24px + opacity: 0.25 + /* filter: alpha(opacity=25); For IE8 and earlier */ + background-color: white + .menuHeaderTimestamp + font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif + font-weight: 800 + font-size: 15px + color: white + letter-spacing: -2px + text-align: right + position: absolute + left: 0px + top: -1px + right: 16px + height: 27px + margin: 0 + padding: 0 + .grantMenu + left: 0 + background-image: url('./images/apple_seed_v2.jpg') + .internshipsMenu + left: 245px + background-image: url('./images/oak_seed_v2.jpg') + .scholarshipsMenu + left: 490px + background-image: url('./images/maple_seed_v2.jpg') + .fellowshipsMenu + left: 735px + background-image: url('./images/fir_seed_v2.jpg') + .newsMenu + left: 0px + top: 160px + background-image: url('./images/redwood_seed_v2.jpg') + .photoGalleryMenu + left: 245px + top: 160px + background-image: url('./images/buckeye_seed_v2.jpg') + .appreciationMenu + left: 490px + top: 160px + background-image: url('./images/bay_seed_v2.jpg') + .howCanYouHelpMenu + left: 735px + top: 160px + background-image: url('./images/madrone_seed_v2.jpg') diff --git a/imports/ui/Home.js b/imports/ui/Home.js index ba3b14c..ddddd18 100644 --- a/imports/ui/Home.js +++ b/imports/ui/Home.js @@ -1,2 +1,13 @@ -import './Home.html'; \ No newline at end of file +import './Home.html'; + +Template.Home.events({ + 'mouseenter .menuTile': function (event, template) { + event.preventDefault(); + $(event.target).find(".menuHeaderBackground").show(); + }, + 'mouseleave .menuTile': function (event, template) { + event.preventDefault(); + $(event.target).find(".menuHeaderBackground").hide(); + } +}); diff --git a/imports/ui/ImportantDates.html b/imports/ui/ImportantDates.html new file mode 100644 index 0000000..b23bc52 --- /dev/null +++ b/imports/ui/ImportantDates.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/imports/ui/ImportantDates.import.styl b/imports/ui/ImportantDates.import.styl new file mode 100644 index 0000000..e69de29 diff --git a/imports/ui/ImportantDates.js b/imports/ui/ImportantDates.js new file mode 100644 index 0000000..0cb222b --- /dev/null +++ b/imports/ui/ImportantDates.js @@ -0,0 +1,2 @@ + +import './ImportantDates.html'; diff --git a/imports/ui/InternshipJobs.html b/imports/ui/InternshipJobs.html new file mode 100644 index 0000000..a0bf318 --- /dev/null +++ b/imports/ui/InternshipJobs.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/imports/ui/AdminHome.import.styl b/imports/ui/InternshipJobs.import.styl similarity index 52% rename from imports/ui/AdminHome.import.styl rename to imports/ui/InternshipJobs.import.styl index 2c4c1dc..1096f2e 100644 --- a/imports/ui/AdminHome.import.styl +++ b/imports/ui/InternshipJobs.import.styl @@ -1,2 +1,2 @@ -#adminHome +#internshipJobs margin: 20px 40px \ No newline at end of file diff --git a/imports/ui/InternshipJobs.js b/imports/ui/InternshipJobs.js new file mode 100644 index 0000000..cdce3b8 --- /dev/null +++ b/imports/ui/InternshipJobs.js @@ -0,0 +1,2 @@ + +import './InternshipJobs.html'; \ No newline at end of file diff --git a/imports/ui/Internships.html b/imports/ui/Internships.html new file mode 100644 index 0000000..ad38bf3 --- /dev/null +++ b/imports/ui/Internships.html @@ -0,0 +1,130 @@ + \ No newline at end of file diff --git a/imports/ui/Internships.import.styl b/imports/ui/Internships.import.styl new file mode 100644 index 0000000..c8dfe66 --- /dev/null +++ b/imports/ui/Internships.import.styl @@ -0,0 +1,120 @@ +#internshipsView + .borderFormat + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .pageHeaderPicture + float: left + width: 350px + padding: 0 10px 5px 0 + .headingShowHide + font-family: Consolas, monaco, monospace + font-size: 12px + font-weight: 800 + text-decoration: none + text-transform: uppercase + color: #44A + cursor: pointer + .internshipProgram + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + font-weight: bold + .internshipDescription + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .internshipDetails + clear:left + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .studentFAQ + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .internshipDetailsContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .internshipDetailsShow + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .studentFAQContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .studentFAQShow + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .studentInterviewTips + clear:left + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .studentInterviewTipsContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .relevantLinks + clear:left + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .relevantLinksContent + list-style-type: none + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .sponsorFAQ + clear:left + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .sponsorFAQContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .answer + margin: 4px 0 16px 10px + .questionFormat + font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif + font-size: 16px + font-weight: 800 + clear: left + margin: 0 + .interviewOne + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .studentInterviewFormat p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .studentInterviewFormat ul + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + .sponsorFAQContent p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .sponsorFAQContent h4 + margin: 0 + font-weight: 800 + font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif + font-size: 16px + clear: left \ No newline at end of file diff --git a/imports/ui/Internships.js b/imports/ui/Internships.js new file mode 100644 index 0000000..10d19a9 --- /dev/null +++ b/imports/ui/Internships.js @@ -0,0 +1,2 @@ + +import './Internships.html'; \ No newline at end of file diff --git a/imports/ui/News&Notices.html b/imports/ui/News&Notices.html new file mode 100644 index 0000000..8f0f259 --- /dev/null +++ b/imports/ui/News&Notices.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/imports/ui/News&Notices.import.styl b/imports/ui/News&Notices.import.styl new file mode 100644 index 0000000..c88d0bc --- /dev/null +++ b/imports/ui/News&Notices.import.styl @@ -0,0 +1,6 @@ +#news&NoticesView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px \ No newline at end of file diff --git a/imports/ui/News&Notices.js b/imports/ui/News&Notices.js new file mode 100644 index 0000000..6d2fe63 --- /dev/null +++ b/imports/ui/News&Notices.js @@ -0,0 +1,2 @@ + +import './News&Notices.html'; \ No newline at end of file diff --git a/imports/ui/PhotoGallery.html b/imports/ui/PhotoGallery.html new file mode 100644 index 0000000..5486c02 --- /dev/null +++ b/imports/ui/PhotoGallery.html @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/imports/ui/PhotoGallery.import.styl b/imports/ui/PhotoGallery.import.styl new file mode 100644 index 0000000..476fe16 --- /dev/null +++ b/imports/ui/PhotoGallery.import.styl @@ -0,0 +1,30 @@ +#photoGalleryView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .pageHeaderPicture + float: left + width: 350px + padding: 0 10px 5px 0 + .galleryLinks a + font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif + font-size: 16px + font-weight: bold + text-decoration: none + color: rgb(34, 102, 153) + .photoGallery + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .slideShows + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .photoContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 \ No newline at end of file diff --git a/imports/ui/PhotoGallery.js b/imports/ui/PhotoGallery.js new file mode 100644 index 0000000..3e43017 --- /dev/null +++ b/imports/ui/PhotoGallery.js @@ -0,0 +1,2 @@ + +import './PhotoGallery.html'; \ No newline at end of file diff --git a/imports/ui/Programs.html b/imports/ui/Programs.html new file mode 100644 index 0000000..17933ea --- /dev/null +++ b/imports/ui/Programs.html @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/imports/ui/Programs.import.styl b/imports/ui/Programs.import.styl new file mode 100644 index 0000000..53fdead --- /dev/null +++ b/imports/ui/Programs.import.styl @@ -0,0 +1,21 @@ +#programsView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .formatPrograms + h3 + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + h4 + font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif + font-size: 16px + font-weight: 800 + clear: left \ No newline at end of file diff --git a/imports/ui/Programs.js b/imports/ui/Programs.js new file mode 100644 index 0000000..65c0965 --- /dev/null +++ b/imports/ui/Programs.js @@ -0,0 +1 @@ +import './Programs.html'; \ No newline at end of file diff --git a/imports/ui/Scholarships.html b/imports/ui/Scholarships.html new file mode 100644 index 0000000..6c42605 --- /dev/null +++ b/imports/ui/Scholarships.html @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/imports/ui/Scholarships.import.styl b/imports/ui/Scholarships.import.styl new file mode 100644 index 0000000..f1113c2 --- /dev/null +++ b/imports/ui/Scholarships.import.styl @@ -0,0 +1,83 @@ +#scholarshipView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .pageHeaderPicture + float: left + width: 350px + padding: 0 10px 5px 0 + .scholarshipProgram + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .scholarshipProgramContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .relevantLinks + clear:both + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .relevantLinksContent + list-style-type: none + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + .recipientGuidelines + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + .recipientGuidelinesContent + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .paragraphOne + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .deadlines + font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif + font-size: 16px + font-weight: 800 + clear: left + .paragraphTwo + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .subYourRequests + font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif + font-size: 16px + font-weight: 800 + clear: left + .paragraphThree + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .subAddress + margin-left:30px + font-weight: 800 + font-size: 100% + .paragraphFour + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .paragraphFive + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + padding-left: 40px + .paragraphSix + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .paragraphSeven + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .smallList + list-style-type: lower-alpha + padding-left: 40px \ No newline at end of file diff --git a/imports/ui/Scholarships.js b/imports/ui/Scholarships.js new file mode 100644 index 0000000..d08f1fc --- /dev/null +++ b/imports/ui/Scholarships.js @@ -0,0 +1,2 @@ + +import './Scholarships.html'; \ No newline at end of file diff --git a/imports/ui/Support.html b/imports/ui/Support.html new file mode 100644 index 0000000..77a62d7 --- /dev/null +++ b/imports/ui/Support.html @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/imports/ui/Support.import.styl b/imports/ui/Support.import.styl new file mode 100644 index 0000000..3bec26a --- /dev/null +++ b/imports/ui/Support.import.styl @@ -0,0 +1,29 @@ +#supportView + .textView + margin: 6px auto 0 auto + border: 1px solid #DDD + padding: 0 20px + max-width: 960px + .pageHeaderPicture + float: left + width: 350px + padding: 0 10px 5px 0 + .topFormat + h3 + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif + font-size: 19px + text-transform: uppercase + background-color: #EEE + p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .bottomFormat + p + font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif + font-size: 16px + margin: 16px 0 + .addressFormat + margin-left: 30px + font-weight: 800 + font-size: 18px \ No newline at end of file diff --git a/imports/ui/Support.js b/imports/ui/Support.js new file mode 100644 index 0000000..e9d3094 --- /dev/null +++ b/imports/ui/Support.js @@ -0,0 +1 @@ +import './Support.html'; \ No newline at end of file diff --git a/imports/ui/layouts/Admin.html b/imports/ui/layouts/Admin.html index 0f4e6f8..07651dc 100644 --- a/imports/ui/layouts/Admin.html +++ b/imports/ui/layouts/Admin.html @@ -6,15 +6,40 @@