Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Counselor #475

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
6fbaf58
create counselor page
May 1, 2024
c493b29
add patient folder, edit dashboard and icon
httpmisheru May 1, 2024
e270f4e
add medical history to index file and change title for appointment page
httpmisheru May 2, 2024
c74e247
made changes on appointment, dashboard and view payment bill features
httpmisheru May 3, 2024
c7e2b03
change sidebar link and change card contents in index.html
httpmisheru May 3, 2024
b97edda
made changes in cards (index.html) and appointment(view upcoming and …
httpmisheru May 3, 2024
d37c991
update counselor
May 4, 2024
1066334
change index.html -> login.html
May 4, 2024
cc31bf6
update appointment list
May 4, 2024
75ea395
update patient list
May 4, 2024
3bf30bf
add dashboard edit modal
May 4, 2024
8f92829
add upcoming and past appointment page
May 4, 2024
0a93aa3
add pop up modal for upcoming appointment page
May 4, 2024
93f55be
initial step for modal medical history at patient list
May 4, 2024
88b789a
made feature changes to patient side
httpmisheru May 4, 2024
3d0b109
Merge pull request #1 from ahmadiman547/feature03-patientFeatures
ahmadiman547 May 5, 2024
5ea56b3
update counselor
May 4, 2024
a4ada0d
change index.html -> login.html
May 4, 2024
815e134
update appointment list
May 4, 2024
f598cf1
update patient list
May 4, 2024
b5548a2
add dashboard edit modal
May 4, 2024
292f268
add upcoming and past appointment page
May 4, 2024
3936e99
add pop up modal for upcoming appointment page
May 4, 2024
cc7968d
initial step for modal medical history at patient list
May 4, 2024
05b30ec
add profile page
May 5, 2024
09ef70b
Merge origin/counselor into counselor
May 5, 2024
5d540d2
update index
May 5, 2024
0080cd2
made feature changes on appointment and index.html
httpmisheru May 5, 2024
3cd3732
Merge pull request #2 from ahmadiman547/feature03.2-addEditApp
ahmadiman547 May 5, 2024
e513673
add template home
May 6, 2024
1474595
add template home
May 6, 2024
5ec6cb7
Merge pull request #3 from ahmadiman547/counselor
ahmadiman547 May 6, 2024
06e8e2c
add template home - repair
May 6, 2024
fcb48f6
update home page
May 7, 2024
7af9b2c
Merge pull request #4 from ahmadiman547/counselor
ahmadiman547 May 8, 2024
30885af
made feature changes on index.html, css files, change background img …
httpmisheru May 8, 2024
131b1d8
add register patient (problem for select gender part)
httpmisheru May 8, 2024
321b6a8
make collapsable menu for appointment stay
May 9, 2024
03bf12f
update counselor
May 9, 2024
46c1b1a
edit select dropdown ui
httpmisheru May 9, 2024
c37e5e5
Merge pull request #5 from ahmadiman547/feature04-addRegisterPage
httpmisheru May 9, 2024
523574b
update counselor
May 9, 2024
209d253
update counselor
May 9, 2024
89f6d28
add action edit to med history
May 9, 2024
a3fe453
Merge pull request #6 from ahmadiman547/counselor
ahmadiman547 May 9, 2024
c6c368f
Update README.md
pelajardekan May 9, 2024
2683397
Update README.md
pelajardekan May 9, 2024
3ef60df
Update README.md
pelajardekan May 9, 2024
86dfe32
Update README.md
pelajardekan May 9, 2024
c5d1fc5
made changes on patient side
httpmisheru May 9, 2024
73a4fa6
made changes on patient sidebar
httpmisheru May 9, 2024
d8dba97
made changes on patient sidebar
httpmisheru May 9, 2024
e0bb166
Merge pull request #7 from ahmadiman547/feature05/changeFeatures
httpmisheru May 9, 2024
cd3dacf
add patient
May 9, 2024
58a1bb9
A lot of update for tocuh up the interface design...LET'S GOOOOOOO !
May 10, 2024
12ae860
add back button to view medical history
May 10, 2024
a12fa2c
add back button to view medical history
May 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HTML5Application/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public_html/bower_components"
}
10 changes: 10 additions & 0 deletions HTML5Application/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
});
};
12 changes: 12 additions & 0 deletions HTML5Application/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "HTML5Application",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc", "**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}
11 changes: 11 additions & 0 deletions HTML5Application/gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

var gulp = require('gulp');

gulp.task('default', function () {
// place code for your default task here
});
1 change: 1 addition & 0 deletions HTML5Application/nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
browser=Chrome.INTEGRATED
5 changes: 5 additions & 0 deletions HTML5Application/nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
file.reference.HTML5Application-public_html=public_html
file.reference.HTML5Application-test=test
files.encoding=UTF-8
site.root.folder=${file.reference.HTML5Application-public_html}
test.folder=${file.reference.HTML5Application-test}
9 changes: 9 additions & 0 deletions HTML5Application/nbproject/project.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.web.clientproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>HTML5Application</name>
</data>
</configuration>
</project>
8 changes: 8 additions & 0 deletions HTML5Application/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "HTML5Application",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "ahmad",
"contributors": [],
"dependencies": {}
}
16 changes: 16 additions & 0 deletions HTML5Application/public_html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>TODO write content</div>
</body>
</html>
66 changes: 2 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,3 @@
# [Start Bootstrap - SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/)
ERD:

[SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/) is an open source admin dashboard theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/).

For the legacy Bootstrap 3 version of this theme, you can view the [last stable release](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/releases/tag/v3.3.7%2B1) of SB Admin 2 for Bootstrap 3.

## Preview

[![SB Admin 2 Preview](https://assets.startbootstrap.com/img/screenshots/themes/sb-admin-2.png)](https://startbootstrap.github.io/startbootstrap-sb-admin-2/)

**[Launch Live Preview](https://startbootstrap.github.io/startbootstrap-sb-admin-2/)**

## Status

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-sb-admin-2/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/startbootstrap-sb-admin-2.svg)](https://www.npmjs.com/package/startbootstrap-sb-admin-2)
[![Build Status](https://travis-ci.org/StartBootstrap/startbootstrap-sb-admin-2.svg?branch=master)](https://travis-ci.org/StartBootstrap/startbootstrap-sb-admin-2)
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin-2/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin-2)
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin-2/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin-2?type=dev)

## Download and Installation

To begin using this template, choose one of the following options to get started:

* [Download the latest release on Start Bootstrap](https://startbootstrap.com/theme/sb-admin-2/)
* Install via npm: `npm i startbootstrap-sb-admin-2`
* Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-sb-admin-2.git`
* [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-sb-admin-2)

## Usage

After installation, run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.

### Gulp Tasks

* `gulp` the default task that builds everything
* `gulp watch` browserSync opens the project in your default browser and live reloads when changes are made
* `gulp css` compiles SCSS files into CSS and minifies the compiled CSS
* `gulp js` minifies the themes JS file
* `gulp vendor` copies dependencies from node_modules to the vendor directory

You must have npm installed globally in order to use this build environment. This theme was built using node v11.6.0 and the Gulp CLI v2.0.1. If Gulp is not running properly after running `npm install`, you may need to update node and/or the Gulp CLI locally.

## Bugs and Issues

Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](https://startbootstrap.com/theme/sb-admin-2/).

## About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

* <https://startbootstrap.com>
* <https://twitter.com/SBootstrap>

Start Bootstrap was created by and is maintained by **[David Miller](https://davidmiller.io/)**.

* <https://davidmiller.io>
* <https://twitter.com/davidmillerhere>
* <https://github.com/davidtmiller>

Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).

## Copyright and License

Copyright 2013-2021 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE) license.
https://viewer.diagrams.net/?tags=%7B%7D&highlight=0000ff&edit=_blank&layers=1&nav=1&page-id=sDNv4Jc0ACVQnwdfcpp5&title=flowchart%20584.drawio#R%3Cmxfile%20pages%3D%223%22%3E%3Cdiagram%20id%3D%22C5RBs43oDa-KdzZeNtuy%22%20name%3D%22FLOWCHART%22%3E7V1bd5u4Fv41Weuch2SJu3lsmqTTmbZn5qQ9bR6xUWymGFzAuf36I4GEEVIAexwkwF1dK0bGCKS9v33fnBnv108fEm%2Bz%2Bhz7MDzTgf90Zlyd6bruAg39wSPPxYimAbsYWSaBT8Z2A7fBCySDgIxuAx%2BmzIlZHIdZsGEHF3EUwUXGjHlJEj%2Byp93HITvrxltCbuB24YX86PfAz1bF6Ex3duO%2FwWC5ojNrtlt8s%2FboyeRJ0pXnx4%2BVIeP6TEeLYTx5Z8blGR5j%2FxvvkzjOWk%2BjJ6%2Bf3sMQrz5d1%2B8fn7%2BHn37aH37%2FK%2F3lfbv84%2BuX%2F50XN3Nz5KuWq5TAKHvL2b%2B%2BfPO8NPyo%2BWvz8w9TW7g%2F%2F3NukAXOnumuQR9tIjmMk2wVL%2BPIC693o5dJvI18iK%2BK5rncnfMpjjdoUEODf8MseyYU6W2zGA2tsnVIvoVPQfYD%2F%2FzCIkd3lW%2BunsiV84NnehBlyXPlR%2Fjwrvrd7mf5Ef1dx9Ulu5DG22QBG84j65V5yRI2XY9wKl7MCjN027vdDn6A8Rqip0HHCQy9LHhgWcsjHLosz9uLRNC5hEqOS9JkkR68cEvu9ypIN6GHnyOMl0FEwaNOeyxlPa6CDN5uvHxDHhFIslR0H0cZITENLe3lMvTSlPw0zZL4Z4k6%2BOwSQvYnigeYZPDpONtI0Z1i9A7bi%2BPHHVBqFP1WFZA0gSo7v725Defrx%2FO78OYx%2B%2BDevoQvn89Nbudl4MuRed7med769muhm3%2FYj7MfD%2BsodcIb%2F45eb%2FQ8L9x5i9v5L7Fw7z95c6ToMPvlhcEyQp8XaL9gggYwxwVIkXhHvlgHvl%2BQBkyDF2%2BeXw8TxyYOoixfEOvyzLoS7n0jodZZu9SGyCRdFY52lj8HF7phOwzbE%2B7ovM%2F73MXuXv7Ei1S5EZO5h3PNYSeM7%2B9TROf7kBVDXOWjyyZJiqnTRCNjymikWVL0Wqqjlgd3rMLaj46qPoUcgmPvkiRXIOn1CPQfdLVXsdGk%2BhUFaMM4AAj3nMQwZwdPkrNQsTSDhmqbg%2Bo7mCqsP1CA6VeBsG0wY0jH7FWBKDWG2gxD1BiakLNChR%2Fv0fE2RVSFV3kZpIjAkIjA17zKzwBZgs7V7TDDRubGixiKtX9tsRuqMGXP08KWfYcJLIH5DdMT0Kcl%2BYuexi0%2BhcXITXFZekLdZl7F6%2Fk2bbeXGQsYG8833joI8Z7%2BBsMHiBlGYFVzvCUwrdGUQbRER%2Fbu6GsuM5GuqYK1rbOAq80IF1WtbUDOqVrbLlBay7E1jhp69N7RzxUdp4v3DlhuTTtySnXpFf0oP%2FoTJgFafEyDb6E0ObzSJF5zfVBaE6d8IBHC8gIAswvHYmctVoH88mDNpBeNzZrVn4eYfdPQpppoWeh%2F9WGImAjvyibfjzXMVxMpLfdBskaEGGMJtoZpOmkHrWmxZOU6%2BoXFCw1DIDQctYWGIUdoqBG%2BoS6hVpjXZtJgXgUa4SM4SntzjdeA4G3duZpus96CXq0xeiN0WmqdmSM1zgTuXGyd2d4ay51onm6KWebbLMuF2CIMFj9ZY%2B2djw8Z0Tc4c8oPEkTQWE4bVwjw8O%2Fky0sdaBe6xRCiRUUoIzAdKkarIlNTJ6wp9pS6Mg2tw9IkpLqgqYeoNU%2BCMvXo5WzjMlUg7XaFQAWp6V66msde4k9XBa%2FnSJiGwGujAx5NqIUrf9OFKVdSgpDDSLkSgi%2FoCCVTCXg2LVIVSNCC8eoNulSwSWE7cshnf2pbU%2BWa1yao66fK%2FFTpkL9PYrvSlML9vWsFTQlSp8B0h7uvuzlZZphWyLiJmCqI918Sn%2BM4DOk1G%2FwREbIXhjCMl4m3xv6GSkiB%2Ba4Sa2jVsIInSHPvlcDN85rapANjaGqTOMFQ5zZcBpQeGRJ1HhLFTz%2BV5NKmVaps%2FXXuPuGdP15%2BsWwF%2Be%2BKcLofPNBQenE5vBK%2FtkEe1S8j7pWzBD%2BsXztPaM%2FnBPcBDF%2B90JRhqR53tBxBOIVKuQHF4AUm%2FAhgqWuZizZpWOKjJJ9IdYu3WKAd5c2vSbF83YFjaINz4IhrB9TQRPo36sQAKMicESvszqDMOj5tt55pomtlMOM4iTOqZeWaQ8vKLTmz1zgwsHUSH%2Bo58msw9DjiQh4%2BoSnPy22I9LYr%2FwHEcRYmFNxJa1c%2FQCxf8NNc2rK6VRQKpjFfJhBsWK8zjQKi35As6fsKxDTmRLUnT7kTsQrENMIXQaudPCVFaBquXatD1aXIUErUoxOaNFo%2BTaNEAFVio0RenuebGCWz0dskPLqqbZNQPuwXXjUaLnlmZuy7UNAeKbhS2NjDIgHbje%2FxlRcn62Jf6tYBm2fqCPNMgdLGhVgWnZpx7Snl3a4GiTzXowoGibq9eRr5oGeJaQBHigWig5EKSVON0KgqJokArJqqN8dikWgAjN0k4fFVbZPEfE05e9tyOWCxAQtJzUuMkcItBRgGbouQxjyh4YxWK0VcH36yUvYl%2BLqV4tJwx4CsFLE2aatjpZSGidK1cIAX%2FGK9V17Y5DiS33EuXBvs%2FrEOflsHF2bl29rtjEwn4HPD1NYJKFv3qxOYOi2tLcWzDBtM02s3MYIGZ8Jdng2mY9ThINyYfNZee2QNCoR7KT7SLJqEXUl9O4Ab9p7GJIkkUy5zamrmFAYpXr9Y0AaDS3iq6PNp11SnqZSa17s9aZrjdG33RN0d8tV1cemMnE7I%2F6hHYF%2FqemNGQKukoN7M0QcVGpdJiEuCrMoKzuxTIzVZCHJmY2k4Rx9s7F7%2FRpu%2BHU0mDSa867ICJnzPLlpmeQILsqizwUGF2PgajHmqCLxQHaTdrAVTxhe6THwBOagUf3eqF0%2FxXBGFoFctqdaa8WzlYSCLYB5%2BQSSpgzk8%2BGpFbllXpWpSVah2XbFy7LJTYRUuKTQytp1ej1yrplvJaSf0j4IxUlPGaB8NlYMxKtCVuiljjXzQc%2BGn5bDvc5MTvSjDFeVduOyMowlfWLwzVAb%2B9YBJ4hPtKWMS7QoxmJBqSa39gtKsBgd6r5hUYtBY6%2Boot1ZLP7BRUPR%2F2iTxAqb4ON0u8Kf7LbqBG45KO2dQSdef3Xpbb6ooM74GUVNvWgWuKJ44QxcmYlO364uMnKkIk8ZlEnocK6zLm97lq3FO8YsqTGiaWRrLNOXR3r1Zqq3lk6OQpS3s2i3pjbKDcE0KF0wQ%2BBAv7FQiH02r1ApDpzdyCQDGcTvHSO3d60nkU4JYrxSl7w9JHWk0Wdtt20m%2FcMtqyqYQtapCOyQAA9VtCc0wnRoPlzl%2Fw2kKKQ6wSeHWYXjiGyOSKrdoUYGu1H0VXyMfiD1cb9PxHlwA3WSdXmTVenZ60YccstOrkVmn6vRybHE%2B8BDdXlLfZXeQIVvm80kxZKmBeiod2QcSX6vpmJGy71PlyBEZvZFup2dTOK7R2fGojlnRaD8f7iBSfv%2B0MdiEYg6U2tDrIFGLdWlQk7cm0Fskbn5USRLsy15scqlO1FxUuD1mI4%2F0bC86tC2nlP6YZeIWcw%2FjbZfp8KqIDGQ8HJHECUkCw0D8%2BFN5S1LjMgmS71MYklfZt2ff%2FyvHMYCfSAdf4n%2Bfct3bX7LminJ1RInuqtcF8enI15HPQ8hwXm5c8y9phmCnXMFGqaPxijfKGYrGe2RZQCG%2Bvc5z0q1oHYVbJTYSdM85vI7F9s6S076ddmgcnz7K5%2FAGuDFiRR8BeBh%2FA54xgdbVkwFHNmoqgtW504mrdgKNo1D7dNUi8J1llmqpwsoGNtxZLdmVtHk8blzDBDMZs1iHzzK84ImY5Af2Ei9HSs980wJKuNE0lhfrM45Gb6G9xtQ3r%2FqP3TdKrlPs%2FhC5wEXVAWlqfQrevzWnU8J92%2BA9Cw2Dqgbgo%2F7uSEL%2BjtwXN8oFbKtr98UTYHdAUls%2FHEinjtf5uUkcZw1n0rtAwLr6HPvYDrj%2BPw%3D%3D%3C%2Fdiagram%3E%3Cdiagram%20id%3D%22sDNv4Jc0ACVQnwdfcpp5%22%20name%3D%22ERD%22%3E7Z1bd9q4FoB%2FTR7J8h14DEnT9kyTSRvmNO3LLIEVcOsLteVc%2ButHBsvGSBgrGNu1NKtrTSyMAWnv%2FemyL2f6pffyPgSr5U1gQ%2FdMU%2ByXM%2F3qTNM03VTw%2F5KW103LSLE2DYvQsTdNat5w7%2FyGaWP6vkXs2DAq3IiCwEXOqtg4D3wfzlGhDYRh8Fy87TFwi5%2B6AgtINdzPgUu3fnVstEx%2FBflZSfsH6CyW5JNVJX3FA%2BTmtCFaAjt43mrS353pl2EQoM1f3ssldJPOI%2F2yed%2F1nlezLxZCH1V5wzVa2R8%2F3wYPl6N%2FvLvvox8%2Ff%2BkDbfOUJ%2BDG6Q%2B%2BDGI%2Fgm4Qpt8avZKuwD9glfyJwCxpmkQIhCgdMV3BDXgMEHB8GOIGdX3tumAVOevbNy1Lx7U%2FgdcgRuRB5Gry6LxA%2B8tmwJJ78dh9wg9LLpOHP%2BKH36dfJnkZuM7Cx3%2FP8c9PPnESwgh%2Fl08gQukdS%2BS56Z90X6Xd9wRDBF%2B2mtK%2Bew8DD6LwFd%2BSvjog45gK8ji9fM6lQh2lbcttiSCNIJXERfbofLDwH%2Bl4cYydTo1d%2BZB9SaRvsgxC53cyUG7asdvDuL5%2BdjwX%2BFisgb3TNAnWarweDsd1L4NETPQrP%2FAhNdzJTXYYrKYgXECUNqwCx0frfjAn%2BB%2FumUvl3Dwz8Xe9xNdqfo3%2FJbeH6DLwIxRisUqeAfHoPsNkhCcoWKUPdeEjeX6Y9nvy9yxAKPD2CkCpOhyWilQK9IpSoJ9KCAxKCO7%2B2isG%2BPcjB7hfsKEE%2FsLdDNraboJ80Bgjy%2BzrrH93O35XUwPcnY%2Fu2vQtHduGWGsnz0sHwfsVmCc3PWN0HNLXUg04PFxb46NzDk%2F6sLzTuJ8GXGyhfICw%2FsS%2BHVFjnn3Pt4uBSYnBnNjxj1ctywOx1Jt7JxEedcdffNq809oRGLMjAvOyX7%2FNWgWo0uPqlSDl%2FcvvcDqaTpfu99i6%2FWmPh9ZAH0mcVMKJckKcWA3ihC0FY0oKrtvmCbQd8rzacFKuAkLxhNkVhsKwBpabaMoM%2F7FA617dNMSkIY7gmjabZvy58e6tuG3r7d2mUifkrM8YYppMlV6RSgw1jaGqa9uTrWpUjrXtnwuhcgUQCkLsrqAXt878Xz%2F2ZnD%2F7lSf6HGsgAhHD5OWGEmPpumham3jw6S3Q0TBR6YBEh%2BmRUnBAvq2yOzgkA7x2DGU7GifHWbr7ODYB%2B0bO4aVh6v37KD3QYFthzCKBIZHdfEQDh4abTVusN7OgfvBiVCQ2iXpTZF5U%2BjEqKeGf1h10XA6fwqN1nk5ATjWoaL6VndXPCrIg8V0qciUQM4BdJUSBG8pvSneJCvCTQhUQ25F1r%2Bc5KZJkw4Ve%2BSA3ots3aOiOZzkaiB5ohr0huQKIAf3oKTK20RGOKzoGiVCkiqNU6V1%2FwhdXP%2BITAMkUHSGf4Trwyi6BR7sOlA6ISHi8YPjZFzy41T8aN9DQqenosIAxKw8XL0HCH3kjYfxKg7xqiTwBSZIdRERjyAyTqgLBGndT4IRKSQMQYSME2KHH9OHZR60ryACjiuwq4SM8Fk%2FjRn9pFWYekJ7AcluIzbGy2AR%2BMB9l7dOwuT7QUKK%2FJ5PwVpGkrH6ARF6TQkDYhQURxL69kWSHwRfvvviAd%2F%2Bey1iuPnacQuQYt22fqFwYxj8zDKEpM9PP1s1dnC3bqAlKT1ujII4nMMynUtvTDqpVLRC6OKJ3BMsPL5EcO4STOYiaZHDk5Q5xnhHWNCasem7TiAo9ExjCWijknTDJzCDbnF8KY%2BWRBcTh5yL9AUPq%2FxGlBJXly3DU5wtXDHHqlyyd7U%2BS0%2BTfsrZdgaYWoaM3BI8PkbwNKNB834KX1C%2Fh4N4Kynnim6lu23dHSKGwwIJvE2ObwrjZP2KA%2FLCIFrbpQt8gzpavax7mLxOonU%2FJJqXBfFuHrcnjrevEmCoVsEeDtQOCUQpKbYE4mK17k0P%2BrTqiu2SmKUqI45oRuUl1qnWWIZGjV%2F5oIm61uaYmhvVBaMrHokGfdonkEdipgRytc3wKQMrTzqPvElYhFt4S9%2BRijTh2Lnlp0n7KZ5YviM7qX0SD8XOZexpLg%2BUkMRhdwXLi%2FlQHijMpHs3QDIVVK2i1mdesR1BTZnhtgPAat3ZUWVmdRGVWAdURShk7ekLlo%2FbIWYV0uVKatUnbsJhy2TtwktqNUyt9l0sTdZyW1KLpSkSWsyp7g6iKOnZCh5jCRGLYqISi0PUhAMWI0JVAqt5YLXu0ckITxWFRIaMCci6go4JACvvCn%2BmuPTgEA%2Fx6CHjAbpAj1Hr9BA3HsCQ8QDZPJuOB8D0mDoixyNziIdw9FAZSZolPhrHR1ZutcVDHo70yz3jR64EEiAqI%2F8yJsiXAA%2BRsAThEZA%2BI%2BTOf7hZRSvfuXkKootfyu3KfxjI45YuAKS6s%2FzxAGGKAeu0pXf4KFUAoeDB7An6ECXZuoLRXAh0HCkcfQbH9TT%2BfIHurya31p2%2FePhufDWfJDg6AY5hkysPlhgIAY5SBRAKHMyeYILjHgEUC5LE4jjx6DU6WHZuTLPjbuOMUY6QHVz0P6h2QDaWeINqswVF7TtNYw6DLzT3OTYoxtzcbz2odix0UG2mBGKxn9kVdHSBzMp%2BjMD0eTbADuKSDnS1ryT5idJ%2BYC3rKFNUh%2B9yRRGKOuyuYB13HgpSiiMo45PqlbM%2Bw4p9lqjIfc8O0Kr9qFpFjI3Pch0QCkR7%2BoJeCDvzf%2F3Ym8FQCIQcLSICMkQWN%2BwAQ9qPcVUVjqVv7yAiSxvmfUGvfRfQt8UmiKxjWNI5HO6%2BkiAnI0jrQaeqwhE%2F1juCDCsPWP8JQsePAdsOYSSIB8axAiIeQhiRyhIhzSOk9chTlScEuW8IMSRC8r6gETJzQrQUO3kBj4iIBxFGwLKESOMQ6UL8KcexWN8gkimBhIjKSNsHFiLjg0M4%2BoyP%2F2vvP%2FwbO9Yd%2FOfH9OmjOQi1%2BYA2EY1ULsRf%2BoEYieTiW3JxbpLLq5ftF69es6utiodYCqfBDfBfz95c8%2FB0FQ5VNZ3JIYK9vXemI1BfLcSjglD3J6o%2BugDbR3%2FuxjbsdBG2Mh05vgabcq6P6q3ARr4O%2B6mnr8%2BWyfmWwPwTlRyaCBpEYmhmYYSqR5EMTzZf1OTCodrCgWeukenDnxNHomr0wkGgQJJcD%2BTaQSUmYEsUiMtut5cPzcWR8MhLn5cTezpHVrypfTfqDVBpMpRkjyBwONj1bTcqUwJJFFWj%2FesenTBCt0DkjJo8IiIgRGRKzS5ApP0ID03glJqaTKmZ9wXtH%2BECyRCZUzN52v3%2FjOfBN1WPR0Pw4Zf18GN4YcjUaJ0gSKPxHUw5oPczegiQUg0QCh%2FMnqC3JISCx5HS0Wd0sO2cLgvCdAIe7Yd26OKWhMm1QCiA7HFApY9KoQcc90L4%2BA4OKREPJIZchXQCJB0I8BBiHXJACyRIVINei6yWePhuA4EZwiEg4jGEkahZMqR5hnQgvoMn7XPfGMIRkNN7hjDyPq9AFD0HoS0wRDgkpM8QYW72yVxXnUBIkxXGmHIgRKqrUg0QCh%2FMnqBda8LAFfggRKa42m%2FjTHr7e5JEz5XCYwcU%2FQ%2Fu0clwpXZ%2BWPXc4nQVYlTi%2FyuRX2Nsj8mN%2FPZjeyyxY3syPRAK%2FHv6gt4%2FmOGhlLE9b5MX8aYDloztqX8dyQ%2BV9mN7LHpD4bptqDS3F2nJ6J68L%2BgtBbDyuo%2BUboiHgAiRkT1dQEj7kT0WHdkjEkJkbE%2FeF7S37R9TvbIbIiIgRjj8ciVGToaRDpRvIemR%2Bn2mdUALJEXUIb3PCTz8cehjFMXQFhkk1aVEPJAM6T1RCZIWQNJ%2BqM%2BQY3OzbyDJtECCRB3Se5s2%2FkThMcIhIwJiREaMdgIj7Qf6DAWOGB3KiNGsL0b0ujTByB1whIaIjBYtERkZ6dMFiHQg0mfEsSrtG0RG1f0v%2Bw8Rek2KlRvFIicc4JCPPiOEWahCpeSikWIuNqvWSmlJlt8wDLLiLbxVWeCLgx7Ih%2BO%2Ft2rH4Ku8dExyQehGS1fVSi56anrrq8%2BSvnWnhIcxOidbDymIzNGOBG1qyaTvy6UHdyt43botZfL%2BTxoXPmaUZui9rnb7MPUdyEV38%2FnsN2N9HZ%2BPt%2F4bDosfrivn%2BvbrxV%2B8GR3qF79BX5jFblir9pqK3XzAP%2BGPK3Szz7S%2BodCNqphFaU7V6EgtyattZ0F1xUfUUuqG2Tl6O8YVMStlqbp%2B1q1aWcQqK%2Bfj0bhgmRVrWGqbk4s7GDp4gNYBQtlv2W2sZMTLst0dLsalGM1Y%2B4FmFAsCmYrZqOljhYKKXudrn%2BMmt%2FkbJEKvFUl3pP2r1b69xt6npWH%2BhZzPF5OHj39d%2FH0btTR5JHO5c0UtzufUQ1ajBfvGtFLJ108GXM3sdeEHlJrotxq5cuN10MyRSrEdqTnI8gmuyRZdhnBdOrvDpqhMGeuYiSn6eGfK1CFLxLTDJFlaS6aIY1mZT8%2Fy2qXfCrpeYXJWWAx3r5KpVtGoGK0ZFdf6Nbv3%2FBv92hxf3mjL6dR9YCb%2B7qtRWQdIpqM9qj7fIXrGNilc9S2xmRmpZj1LPN06wZJuT9Igq01Lo5xb5qhgbcajQ5Me9nKwa4WTWZOlI0wQ2V49vH4jXvOnXr9lgcJkV8xodvnGqosjyM5VuSbXs3gzjOKUqaYqzTt7V%2BroBIZuqsDfaPQ1Bl9%2FPs1m4Fr9NlsOtJY2r%2FhPBo6wOflczBiPivZxPLbeshbLDTWZBn7beqXuk4bsrLpg5qbx5wt0fzW5te78xcN346v5NKh9prVn59%2FYMXLazoHEHiNHP0inDjes3eOxug43dr9zmsJ%2F71crv794vPEGdWTOTelj3bswsOM5nYarE5PHUpNSy%2BRRzZKb7lSw78QiVXn%2F8jucjqbTpfs9tm5%2F2uOhxcipeLFad66H%2B%2B3eDRA1lmJnybJ2Zkz6sKKbTeaPc8wSkTmEHOkQhfa3YktAqVZ0MkMW8xvTm4%2F9zI9VqgFC%2BVoxe4JeUIGVl5jx7gehnyQ91pHi0mfXK2bXyACQY3x362FJk4mxmN%2BYFfux2UmZkT2UJMlJtrky27uz8ud795ZqieQNmdSWyQppiEnDHH%2BdCOKBTqCUSVG8e3%2BHJKsZT%2BEjZU04WKmyIED7tGoyBxdbCoQoB1CuABJEKr0Axiufq%2FUBt6jo4BAP8djBOnqU7GiWHY0m3mKLAceCt2%2FwGFYert7Dg17xYnhMHU9keFQXD%2BHgobFWvRIeDcOjyWRbbDHgyHTQM3hwHI%2F3HR5k0Ivw%2BBLgARIWHvzeEwLBQ5Yf6QA8mkyxxRYDjs3LvsFDyMoj7K6gNy8jN0D34qRHOVZCesQPfBkGiRN7fjvuwOVNYCeOk%2B%2F%2BAw%3D%3D%3C%2Fdiagram%3E%3Cdiagram%20id%3D%22nL5sBYWqhPU2kxpmkkY6%22%20name%3D%22DATA%20FLOW%20DIAGRAM%22%3E7ZdNb6MwEEB%2FDceVAIemvZJ%2BHVKpFYf26mIHrBoGmaEh%2BfVrkjGJG626u%2BoBRYmQIj8PHnv8jCBgi6p%2FMLwpn0BIHcSh6AN2G8RxHM5n9m8gmz2JovBqTwqjBLEDyNRWEgyJdkrI1gtEAI2q8WEOdS1z9Bg3BtZ%2B2Aq0n7XhhTwBWc71KX1VAss9vU7CA3%2BUqihxXB%2F1VNwFE2hLLmB9hNhdENtisJ4HLA0G5l9sYQDw2zAXXPULqYfqu7ru897%2F%2FwDj2o2s8YfGvIqWuBVdZj6b2%2Fzt5S2Rov5FiT657qjsVDLcuH1o16rSvLatdAU1ZtRjc6R5qbRY8g10wyRb5PmHa6UlGLW18VzbrsgC222QNBtmmK6U1gvQYHZ52Gr38%2B7MhhEpl5GtvffZVST6gp547wUueYtulqA1b1r1Ps674qZQdQqIUBFyq7z%2Fw6QMdLWQgjKfbo8rpDQo%2ByP0d9t12LQHCZVEs7Ftd5SvSWM6yHNqrg%2BHYlS%2FPD4QDnI6iMU49D%2BJZGPJpZ9VL76oN3X1ksRXL56diXvs4t7U3bvx1YuSM1FvdlFv6uqx0HeP3ZyJe8nFvam7N4%2B%2FPPem%2B7q3i%2F3mQ4nGO%2FpGZXe%2FAQ%3D%3D%3C%2Fdiagram%3E%3C%2Fmxfile%3E
Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/img/bg-masthead.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg-signup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/counseling.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demo-image-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/demo-image-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading