├── README.md ├── about.html ├── contact.html ├── css ├── ajax-loader.gif ├── animate.css ├── aos.css ├── bootstrap-datepicker.css ├── bootstrap.min.css ├── bootstrap │ ├── bootstrap-grid.css │ └── bootstrap-reboot.css ├── css │ ├── bootstrap-reboot.css │ └── posts │ │ ├── all.min.js │ │ ├── bootstrap.min.css │ │ └── posts.css ├── flaticon.css ├── font-awesome-4.7.0 │ ├── css │ │ └── font-awesome.min.css │ └── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 ├── icomoon.css ├── iconic │ ├── css │ │ └── material-design-iconic-font.min.css │ └── fonts │ │ ├── Material-Design-Iconic-Font.eot │ │ ├── Material-Design-Iconic-Font.svg │ │ ├── Material-Design-Iconic-Font.ttf │ │ ├── Material-Design-Iconic-Font.woff │ │ └── Material-Design-Iconic-Font.woff2 ├── ionicons.min.css ├── jquery.timepicker.css ├── login.css ├── magnific-popup.css ├── open-iconic-bootstrap.min.css ├── owl.carousel.min.css ├── owl.theme.default.min.css ├── profile_style.css ├── register.css ├── style.css └── utils.css ├── fonts ├── JosefinSans │ ├── JosefinSans-Bold.ttf │ ├── JosefinSans-BoldItalic.ttf │ ├── JosefinSans-Italic.ttf │ ├── JosefinSans-Light.ttf │ ├── JosefinSans-LightItalic.ttf │ ├── JosefinSans-Regular.ttf │ ├── JosefinSans-SemiBold.ttf │ ├── JosefinSans-SemiBoldItalic.ttf │ ├── JosefinSans-Thin.ttf │ ├── JosefinSans-ThinItalic.ttf │ └── OFL.txt ├── flaticon │ ├── backup.txt │ ├── font │ │ ├── Flaticon.eot │ │ ├── Flaticon.svg │ │ ├── Flaticon.ttf │ │ ├── Flaticon.woff │ │ ├── _flaticon.scss │ │ ├── flaticon.css │ │ └── flaticon.html │ └── license │ │ └── license.pdf ├── icomoon │ ├── icomoon.eot │ ├── icomoon.svg │ ├── icomoon.ttf │ └── icomoon.woff ├── ionicons │ ├── css │ │ ├── _ionicons.scss │ │ └── ionicons.min.css │ └── fonts │ │ ├── ionicons.eot │ │ ├── ionicons.svg │ │ ├── ionicons.ttf │ │ ├── ionicons.woff │ │ └── ionicons.woff2 ├── open-iconic │ ├── open-iconic.eot │ ├── open-iconic.otf │ ├── open-iconic.svg │ ├── open-iconic.ttf │ └── open-iconic.woff └── source-sans-pro │ ├── OFL.txt │ ├── SourceSansPro-Black.ttf │ ├── SourceSansPro-BlackItalic.ttf │ ├── SourceSansPro-Bold.ttf │ ├── SourceSansPro-BoldItalic.ttf │ ├── SourceSansPro-ExtraLight.ttf │ ├── SourceSansPro-ExtraLightItalic.ttf │ ├── SourceSansPro-Italic.ttf │ ├── SourceSansPro-Light.ttf │ ├── SourceSansPro-LightItalic.ttf │ ├── SourceSansPro-Regular.ttf │ ├── SourceSansPro-SemiBold.ttf │ └── SourceSansPro-SemiBoldItalic.ttf ├── images ├── 5798cce3c0de46605188b58e84ca508f0bb30e99.jpg ├── about.jpg ├── bg-02.jpg ├── blood-plus.svg ├── bloodbank.png ├── cef58128383186c0b86de77f53e39e866eae10a2.jpg ├── contact us.jpg ├── dashboard_full_1.jpg ├── dashboard_full_2.jpg ├── dashboard_full_3.jpg ├── donate2.png ├── donate3.png ├── donation1.jpg ├── free.svg ├── giphy.gif ├── global-health.svg ├── health.svg ├── icons │ └── favicon.ico ├── loc.png ├── network.svg ├── patientsjpg.jpg ├── person_1.jpg ├── person_2.jpg ├── person_3.jpg ├── person_4.jpg ├── phone.svg ├── platelets4.jpg ├── profile3.jpg ├── save.svg ├── van.jpg ├── van2.jpg └── volenteer.jpg ├── index.html ├── js ├── all.min.js ├── aos.js ├── bootstrap-datepicker.js ├── bootstrap.min.js ├── google-map.js ├── jquery-3.2.1.min.js ├── jquery-migrate-3.0.1.min.js ├── jquery.animateNumber.min.js ├── jquery.easing.1.3.js ├── jquery.magnific-popup.min.js ├── jquery.min.js ├── jquery.stellar.min.js ├── jquery.waypoints.min.js ├── login.js ├── main.js ├── owl.carousel.min.js ├── particle.js ├── particles.min.js ├── popper.min.js ├── posts.js └── scrollax.min.js ├── login.html ├── posts.html ├── postsimg ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── A+.png ├── aerial.jpg ├── b.png ├── back.jpg ├── banner-small.jpg ├── client-1.png ├── client-2.png ├── client-3.png ├── client-4.png ├── client-8.png ├── client-9.png ├── dotted-map.png ├── download (1).jpg ├── dream.jpg ├── heart-color.png ├── heart.png ├── images (1).jpg ├── images (2).jpg ├── lighted.jpg ├── logo-white.png ├── logo.png ├── o+.jpg ├── overlay-bg.jpg ├── post-1.jpg ├── post-2.jpg ├── post-3.jpg ├── post-large-1.jpg ├── post-large-2.jpg ├── post-large-3.jpg ├── post-large-4.jpg ├── post-large-5.jpg ├── profile-midle-1.jpg ├── profile-small-27.jpg ├── profile-small-28.jpg └── profile-small-32.jpg ├── profile.html ├── register.html └── webfonts ├── fa-brands-400.eot ├── fa-brands-400.svg ├── fa-brands-400.ttf ├── fa-brands-400.woff ├── fa-brands-400.woff2 ├── fa-regular-400.eot ├── fa-regular-400.svg ├── fa-regular-400.ttf ├── fa-regular-400.woff ├── fa-regular-400.woff2 ├── fa-solid-900.eot ├── fa-solid-900.svg ├── fa-solid-900.ttf ├── fa-solid-900.woff └── fa-solid-900.woff2 /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | # Blood Bank 6 | desc... 7 | 8 | # Visit 9 | Click [here](https://isalma.github.io/Blood-Bank-FullStackDevelopmentProject/index.html) to go to the website. 10 | 11 | # Team 12 | - [Doaa Essam](https://github.com/DoaaEssam52) 13 | - [Mai Abo Elmaaty](https://github.com/Mai-AboElmaaty) 14 | - [Raheeq Alaa](https://github.com/Raheeqalaa96) 15 | - [Salma Samir](https://github.com/iSalma) 16 | - [Sarah Hamed](https://github.com/SarahHamed) 17 | -------------------------------------------------------------------------------- /about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Blood Bank 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 55 | 56 | 57 | 58 |
59 |
60 |
61 |
62 |
63 |
64 | 65 |

About Us

66 |
67 |
68 |
69 |
70 | 71 |
72 | 83 |
84 |
85 |
86 |
87 |
88 | Sponser 89 |

Our Sponsers

90 |

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam reprehedf.

91 |
92 |
93 |
94 |
95 |
96 |
97 | name name 98 | sponser1 99 |
100 | 101 |

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam reprehedf.

102 |
103 |
104 |
105 |
106 |
107 | name 108 | sponser2 109 |
110 | 111 |

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam reprehedf.

112 |
113 |
114 |
115 |
116 |
117 | company 118 | sponser3 119 |
120 | 121 |

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam reprehedf.

122 |
123 |
124 |
125 |
126 |
127 | 128 | 129 | 130 | 131 | 181 | 182 | 183 | 184 | 185 | 186 | 187 |
188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Blood Bank 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 56 | 57 | 58 |
59 |
60 |
61 |
62 |
63 |
64 | 65 |

Contact

66 |
67 |
68 |
69 |
70 | 71 |
72 |
73 |
74 |
75 |

Contact Information

76 |
77 |
78 |
79 |

Address: 12 Abc Street, Cairo, Egypt.

80 |
81 |
82 |

Phone: + 1235 2355 98

83 |
84 |
85 |

Email: info@yoursite.com

86 |
87 |
88 |

Website yoursite.com

89 |
90 |
91 |
92 |
93 |
94 |
95 | 96 |
97 |
98 | 99 |
100 |
101 | 102 |
103 |
104 | 105 |
106 |
107 | 108 |
109 |
110 | 111 |
112 | 113 | 114 |
115 |
116 | 117 | 118 | 168 | 169 | 170 | 171 | 172 | 173 | 174 |
175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | -------------------------------------------------------------------------------- /css/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/ajax-loader.gif -------------------------------------------------------------------------------- /css/bootstrap/bootstrap-reboot.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | *, 9 | *::before, 10 | *::after { 11 | -webkit-box-sizing: border-box; 12 | box-sizing: border-box; } 13 | 14 | html { 15 | font-family: sans-serif; 16 | line-height: 1.15; 17 | -webkit-text-size-adjust: 100%; 18 | -ms-text-size-adjust: 100%; 19 | -ms-overflow-style: scrollbar; 20 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } 21 | 22 | @-ms-viewport { 23 | width: device-width; } 24 | 25 | article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { 26 | display: block; } 27 | 28 | body { 29 | margin: 0; 30 | font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 31 | font-size: 1rem; 32 | font-weight: 400; 33 | line-height: 1.5; 34 | color: #212529; 35 | text-align: left; 36 | background-color: #fff; } 37 | 38 | [tabindex="-1"]:focus { 39 | outline: 0 !important; } 40 | 41 | hr { 42 | -webkit-box-sizing: content-box; 43 | box-sizing: content-box; 44 | height: 0; 45 | overflow: visible; } 46 | 47 | h1, h2, h3, h4, h5, h6 { 48 | margin-top: 0; 49 | margin-bottom: 0.5rem; } 50 | 51 | p { 52 | margin-top: 0; 53 | margin-bottom: 1rem; } 54 | 55 | abbr[title], 56 | abbr[data-original-title] { 57 | text-decoration: underline; 58 | -webkit-text-decoration: underline dotted; 59 | text-decoration: underline dotted; 60 | cursor: help; 61 | border-bottom: 0; } 62 | 63 | address { 64 | margin-bottom: 1rem; 65 | font-style: normal; 66 | line-height: inherit; } 67 | 68 | ol, 69 | ul, 70 | dl { 71 | margin-top: 0; 72 | margin-bottom: 1rem; } 73 | 74 | ol ol, 75 | ul ul, 76 | ol ul, 77 | ul ol { 78 | margin-bottom: 0; } 79 | 80 | dt { 81 | font-weight: 700; } 82 | 83 | dd { 84 | margin-bottom: .5rem; 85 | margin-left: 0; } 86 | 87 | blockquote { 88 | margin: 0 0 1rem; } 89 | 90 | dfn { 91 | font-style: italic; } 92 | 93 | b, 94 | strong { 95 | font-weight: bolder; } 96 | 97 | small { 98 | font-size: 80%; } 99 | 100 | sub, 101 | sup { 102 | position: relative; 103 | font-size: 75%; 104 | line-height: 0; 105 | vertical-align: baseline; } 106 | 107 | sub { 108 | bottom: -.25em; } 109 | 110 | sup { 111 | top: -.5em; } 112 | 113 | a { 114 | color: #78d5ef; 115 | text-decoration: none; 116 | background-color: transparent; 117 | -webkit-text-decoration-skip: objects; } 118 | a:hover { 119 | color: #34c0e7; 120 | text-decoration: underline; } 121 | 122 | a:not([href]):not([tabindex]) { 123 | color: inherit; 124 | text-decoration: none; } 125 | a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { 126 | color: inherit; 127 | text-decoration: none; } 128 | a:not([href]):not([tabindex]):focus { 129 | outline: 0; } 130 | 131 | pre, 132 | code, 133 | kbd, 134 | samp { 135 | font-family: monospace, monospace; 136 | font-size: 1em; } 137 | 138 | pre { 139 | margin-top: 0; 140 | margin-bottom: 1rem; 141 | overflow: auto; 142 | -ms-overflow-style: scrollbar; } 143 | 144 | figure { 145 | margin: 0 0 1rem; } 146 | 147 | img { 148 | vertical-align: middle; 149 | border-style: none; } 150 | 151 | svg:not(:root) { 152 | overflow: hidden; } 153 | 154 | table { 155 | border-collapse: collapse; } 156 | 157 | caption { 158 | padding-top: 0.75rem; 159 | padding-bottom: 0.75rem; 160 | color: #6c757d; 161 | text-align: left; 162 | caption-side: bottom; } 163 | 164 | th { 165 | text-align: inherit; } 166 | 167 | label { 168 | display: inline-block; 169 | margin-bottom: 0.5rem; } 170 | 171 | button { 172 | border-radius: 0; } 173 | 174 | button:focus { 175 | outline: 1px dotted; 176 | outline: 5px auto -webkit-focus-ring-color; } 177 | 178 | input, 179 | button, 180 | select, 181 | optgroup, 182 | textarea { 183 | margin: 0; 184 | font-family: inherit; 185 | font-size: inherit; 186 | line-height: inherit; } 187 | 188 | button, 189 | input { 190 | overflow: visible; } 191 | 192 | button, 193 | select { 194 | text-transform: none; } 195 | 196 | button, 197 | html [type="button"], 198 | [type="reset"], 199 | [type="submit"] { 200 | -webkit-appearance: button; } 201 | 202 | button::-moz-focus-inner, 203 | [type="button"]::-moz-focus-inner, 204 | [type="reset"]::-moz-focus-inner, 205 | [type="submit"]::-moz-focus-inner { 206 | padding: 0; 207 | border-style: none; } 208 | 209 | input[type="radio"], 210 | input[type="checkbox"] { 211 | -webkit-box-sizing: border-box; 212 | box-sizing: border-box; 213 | padding: 0; } 214 | 215 | input[type="date"], 216 | input[type="time"], 217 | input[type="datetime-local"], 218 | input[type="month"] { 219 | -webkit-appearance: listbox; } 220 | 221 | textarea { 222 | overflow: auto; 223 | resize: vertical; } 224 | 225 | fieldset { 226 | min-width: 0; 227 | padding: 0; 228 | margin: 0; 229 | border: 0; } 230 | 231 | legend { 232 | display: block; 233 | width: 100%; 234 | max-width: 100%; 235 | padding: 0; 236 | margin-bottom: .5rem; 237 | font-size: 1.5rem; 238 | line-height: inherit; 239 | color: inherit; 240 | white-space: normal; } 241 | 242 | progress { 243 | vertical-align: baseline; } 244 | 245 | [type="number"]::-webkit-inner-spin-button, 246 | [type="number"]::-webkit-outer-spin-button { 247 | height: auto; } 248 | 249 | [type="search"] { 250 | outline-offset: -2px; 251 | -webkit-appearance: none; } 252 | 253 | [type="search"]::-webkit-search-cancel-button, 254 | [type="search"]::-webkit-search-decoration { 255 | -webkit-appearance: none; } 256 | 257 | ::-webkit-file-upload-button { 258 | font: inherit; 259 | -webkit-appearance: button; } 260 | 261 | output { 262 | display: inline-block; } 263 | 264 | summary { 265 | display: list-item; 266 | cursor: pointer; } 267 | 268 | template { 269 | display: none; } 270 | 271 | [hidden] { 272 | display: none !important; } 273 | -------------------------------------------------------------------------------- /css/css/bootstrap-reboot.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | *, 9 | *::before, 10 | *::after { 11 | -webkit-box-sizing: border-box; 12 | box-sizing: border-box; } 13 | 14 | html { 15 | font-family: sans-serif; 16 | line-height: 1.15; 17 | -webkit-text-size-adjust: 100%; 18 | -ms-text-size-adjust: 100%; 19 | -ms-overflow-style: scrollbar; 20 | -webkit-tap-highlight-color: transparent; } 21 | 22 | @-ms-viewport { 23 | width: device-width; } 24 | 25 | article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { 26 | display: block; } 27 | 28 | body { 29 | margin: 0; 30 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 31 | font-size: 1rem; 32 | font-weight: 400; 33 | line-height: 1.5; 34 | color: #212529; 35 | text-align: left; 36 | background-color: #fff; } 37 | 38 | [tabindex="-1"]:focus { 39 | outline: 0 !important; } 40 | 41 | hr { 42 | -webkit-box-sizing: content-box; 43 | box-sizing: content-box; 44 | height: 0; 45 | overflow: visible; } 46 | 47 | h1, h2, h3, h4, h5, h6 { 48 | margin-top: 0; 49 | margin-bottom: 0.5rem; } 50 | 51 | p { 52 | margin-top: 0; 53 | margin-bottom: 1rem; } 54 | 55 | abbr[title], 56 | abbr[data-original-title] { 57 | text-decoration: underline; 58 | -webkit-text-decoration: underline dotted; 59 | text-decoration: underline dotted; 60 | cursor: help; 61 | border-bottom: 0; } 62 | 63 | address { 64 | margin-bottom: 1rem; 65 | font-style: normal; 66 | line-height: inherit; } 67 | 68 | ol, 69 | ul, 70 | dl { 71 | margin-top: 0; 72 | margin-bottom: 1rem; } 73 | 74 | ol ol, 75 | ul ul, 76 | ol ul, 77 | ul ol { 78 | margin-bottom: 0; } 79 | 80 | dt { 81 | font-weight: 700; } 82 | 83 | dd { 84 | margin-bottom: .5rem; 85 | margin-left: 0; } 86 | 87 | blockquote { 88 | margin: 0 0 1rem; } 89 | 90 | dfn { 91 | font-style: italic; } 92 | 93 | b, 94 | strong { 95 | font-weight: bolder; } 96 | 97 | small { 98 | font-size: 80%; } 99 | 100 | sub, 101 | sup { 102 | position: relative; 103 | font-size: 75%; 104 | line-height: 0; 105 | vertical-align: baseline; } 106 | 107 | sub { 108 | bottom: -.25em; } 109 | 110 | sup { 111 | top: -.5em; } 112 | 113 | a { 114 | color: #007bff; 115 | text-decoration: none; 116 | background-color: transparent; 117 | -webkit-text-decoration-skip: objects; } 118 | a:hover { 119 | color: #0056b3; 120 | text-decoration: underline; } 121 | 122 | a:not([href]):not([tabindex]) { 123 | color: inherit; 124 | text-decoration: none; } 125 | a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { 126 | color: inherit; 127 | text-decoration: none; } 128 | a:not([href]):not([tabindex]):focus { 129 | outline: 0; } 130 | 131 | pre, 132 | code, 133 | kbd, 134 | samp { 135 | font-family: monospace, monospace; 136 | font-size: 1em; } 137 | 138 | pre { 139 | margin-top: 0; 140 | margin-bottom: 1rem; 141 | overflow: auto; 142 | -ms-overflow-style: scrollbar; } 143 | 144 | figure { 145 | margin: 0 0 1rem; } 146 | 147 | img { 148 | vertical-align: middle; 149 | border-style: none; } 150 | 151 | svg:not(:root) { 152 | overflow: hidden; } 153 | 154 | table { 155 | border-collapse: collapse; } 156 | 157 | caption { 158 | padding-top: 0.75rem; 159 | padding-bottom: 0.75rem; 160 | color: #6c757d; 161 | text-align: left; 162 | caption-side: bottom; } 163 | 164 | th { 165 | text-align: inherit; } 166 | 167 | label { 168 | display: inline-block; 169 | margin-bottom: 0.5rem; } 170 | 171 | button { 172 | border-radius: 0; } 173 | 174 | button:focus { 175 | outline: 1px dotted; 176 | outline: 5px auto -webkit-focus-ring-color; } 177 | 178 | input, 179 | button, 180 | select, 181 | optgroup, 182 | textarea { 183 | margin: 0; 184 | font-family: inherit; 185 | font-size: inherit; 186 | line-height: inherit; } 187 | 188 | button, 189 | input { 190 | overflow: visible; } 191 | 192 | button, 193 | select { 194 | text-transform: none; } 195 | 196 | button, 197 | html [type="button"], 198 | [type="reset"], 199 | [type="submit"] { 200 | -webkit-appearance: button; } 201 | 202 | button::-moz-focus-inner, 203 | [type="button"]::-moz-focus-inner, 204 | [type="reset"]::-moz-focus-inner, 205 | [type="submit"]::-moz-focus-inner { 206 | padding: 0; 207 | border-style: none; } 208 | 209 | input[type="radio"], 210 | input[type="checkbox"] { 211 | -webkit-box-sizing: border-box; 212 | box-sizing: border-box; 213 | padding: 0; } 214 | 215 | input[type="date"], 216 | input[type="time"], 217 | input[type="datetime-local"], 218 | input[type="month"] { 219 | -webkit-appearance: listbox; } 220 | 221 | textarea { 222 | overflow: auto; 223 | resize: vertical; } 224 | 225 | fieldset { 226 | min-width: 0; 227 | padding: 0; 228 | margin: 0; 229 | border: 0; } 230 | 231 | legend { 232 | display: block; 233 | width: 100%; 234 | max-width: 100%; 235 | padding: 0; 236 | margin-bottom: .5rem; 237 | font-size: 1.5rem; 238 | line-height: inherit; 239 | color: inherit; 240 | white-space: normal; } 241 | 242 | progress { 243 | vertical-align: baseline; } 244 | 245 | [type="number"]::-webkit-inner-spin-button, 246 | [type="number"]::-webkit-outer-spin-button { 247 | height: auto; } 248 | 249 | [type="search"] { 250 | outline-offset: -2px; 251 | -webkit-appearance: none; } 252 | 253 | [type="search"]::-webkit-search-cancel-button, 254 | [type="search"]::-webkit-search-decoration { 255 | -webkit-appearance: none; } 256 | 257 | ::-webkit-file-upload-button { 258 | font: inherit; 259 | -webkit-appearance: button; } 260 | 261 | output { 262 | display: inline-block; } 263 | 264 | summary { 265 | display: list-item; 266 | cursor: pointer; } 267 | 268 | template { 269 | display: none; } 270 | 271 | [hidden] { 272 | display: none !important; } 273 | -------------------------------------------------------------------------------- /css/css/posts/posts.css: -------------------------------------------------------------------------------- 1 | /* You can add global styles to this file, and also import other style files */ 2 | 3 | 4 | body 5 | { 6 | background-color: #f1f1f1; 7 | } 8 | .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-dot{ 9 | 10 | position: absolute !important; 11 | top:50%; 12 | transform: translateY(-50%); 13 | left:-30px !important; 14 | 15 | border: 1px solid #000 !important; 16 | // padding: 20px 40px !important; 17 | border-radius: 50% !important; 18 | 19 | } 20 | .owl-carousel .owl-nav .owl-next , .owl-carousel .owl-dot 21 | { 22 | position: absolute !important; 23 | top:50%; 24 | transform: translateY(-50%); 25 | right: -30px !important; 26 | 27 | border: 1px solid rgba(0,0,0,.9) !important; 28 | // padding: 20px 40px !important; 29 | border-radius: 50% !important; 30 | 31 | } 32 | 33 | .owl-carousel i 34 | { 35 | padding: 5px 10px; 36 | } 37 | .brdr-img::before 38 | { 39 | top: 0; 40 | left: 0; 41 | right: 0; 42 | bottom: 0; 43 | content: ''; 44 | position: absolute; 45 | pointer-events: none; 46 | border: 10px solid rgba(198, 165, 107, 0.3); 47 | } 48 | 49 | .brdr-img 50 | { 51 | position: relative; 52 | } 53 | 54 | .circle-img 55 | { 56 | transform: translateY(-70%); 57 | 58 | } 59 | 60 | 61 | .card span 62 | { 63 | border-bottom: 2px solid orange; 64 | padding-bottom: 10px; 65 | } 66 | 67 | .page .profile-img 68 | { 69 | transform: scale(.6); 70 | } 71 | .card 72 | { 73 | border: none; 74 | padding: 0 !important; 75 | } 76 | .page a 77 | { 78 | font-size: 14px; 79 | font-weight: 700; 80 | line-height: 1.3; 81 | padding-bottom: 3px; 82 | } 83 | 84 | .heart 85 | { 86 | margin-left: auto; 87 | transform: scale(.7); 88 | 89 | } 90 | .media input 91 | { 92 | border-radius: 50px; 93 | background-color: #f1f1f1; 94 | box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2); 95 | border: none; 96 | 97 | } 98 | body{ 99 | background-color: #f1f1f1; 100 | } 101 | .media 102 | { 103 | position: relative; 104 | 105 | } 106 | .media button 107 | { 108 | 109 | border-radius: 50px; 110 | border:none; 111 | background-color: #dc4734; 112 | padding: 9px 25px; 113 | color:#fff; 114 | font-size: 12px; 115 | font-weight: 700; 116 | } 117 | .media img 118 | { 119 | transform: scale(.8); 120 | } 121 | p{ 122 | margin-bottom: 0 !important; 123 | } 124 | i 125 | { 126 | margin:5px; 127 | cursor: pointer; 128 | } 129 | a 130 | { 131 | text-decoration: none; 132 | color: #000; 133 | } 134 | a:hover 135 | 136 | 137 | { 138 | text-decoration: none; 139 | color: #000; 140 | } 141 | 142 | .thum 143 | { 144 | transform: scale(.4); 145 | } 146 | .btn-container 147 | { 148 | position: absolute; 149 | right: 10px; 150 | top:50%; 151 | transform: translateY(-50%); 152 | 153 | } 154 | .box img 155 | { 156 | transform: scale(.6); 157 | 158 | 159 | } 160 | 161 | footer 162 | { 163 | background-color: #f1f1f1; 164 | } -------------------------------------------------------------------------------- /css/flaticon.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 11/07/2018 10:34 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("../fonts/flaticon/font/Flaticon.eot"); 9 | src: url("../fonts/flaticon/font/Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("../fonts/flaticon/font/Flaticon.woff") format("woff"), 11 | url("../fonts/flaticon/font/Flaticon.ttf") format("truetype"), 12 | url("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg"); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { 18 | @font-face { 19 | font-family: "Flaticon"; 20 | src: url("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg"); 21 | } 22 | } 23 | 24 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 25 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 26 | font-family: Flaticon; 27 | font-style: normal; 28 | font-weight: normal; 29 | font-variant: normal; 30 | text-transform: none; 31 | line-height: 1; 32 | 33 | /* Better Font Rendering =========== */ 34 | -webkit-font-smoothing: antialiased; 35 | -moz-osx-font-smoothing: grayscale; 36 | } 37 | 38 | .flaticon-woman:before { content: "\f100"; } 39 | .flaticon-tray:before { content: "\f101"; } 40 | .flaticon-disco-ball:before { content: "\f102"; } 41 | .flaticon-beer:before { content: "\f103"; } 42 | .flaticon-cheers:before { content: "\f104"; } 43 | .flaticon-receptionist:before { content: "\f105"; } 44 | .flaticon-spa:before { content: "\f106"; } 45 | .flaticon-wifi-router:before { content: "\f107"; } 46 | .flaticon-deck-chair:before { content: "\f108"; } 47 | .flaticon-bed:before { content: "\f109"; } 48 | .flaticon-resort:before { content: "\f10a"; } 49 | .flaticon-bathtub:before { content: "\f10b"; } -------------------------------------------------------------------------------- /css/font-awesome-4.7.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/font-awesome-4.7.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /css/iconic/fonts/Material-Design-Iconic-Font.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/iconic/fonts/Material-Design-Iconic-Font.eot -------------------------------------------------------------------------------- /css/iconic/fonts/Material-Design-Iconic-Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/iconic/fonts/Material-Design-Iconic-Font.ttf -------------------------------------------------------------------------------- /css/iconic/fonts/Material-Design-Iconic-Font.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/iconic/fonts/Material-Design-Iconic-Font.woff -------------------------------------------------------------------------------- /css/iconic/fonts/Material-Design-Iconic-Font.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/css/iconic/fonts/Material-Design-Iconic-Font.woff2 -------------------------------------------------------------------------------- /css/jquery.timepicker.css: -------------------------------------------------------------------------------- 1 | .ui-timepicker-wrapper { 2 | overflow-y: auto; 3 | max-height: 150px; 4 | width: 6.5em; 5 | background: #fff; 6 | border: 1px solid #ddd; 7 | -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2); 8 | -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2); 9 | box-shadow:0 5px 10px rgba(0,0,0,0.2); 10 | outline: none; 11 | z-index: 10001; 12 | margin: 0; 13 | } 14 | 15 | .ui-timepicker-wrapper.ui-timepicker-with-duration { 16 | width: 13em; 17 | } 18 | 19 | .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, 20 | .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 { 21 | width: 11em; 22 | } 23 | 24 | .ui-timepicker-list { 25 | margin: 0; 26 | padding: 0; 27 | list-style: none; 28 | } 29 | 30 | .ui-timepicker-duration { 31 | margin-left: 5px; color: #888; 32 | } 33 | 34 | .ui-timepicker-list:hover .ui-timepicker-duration { 35 | color: #888; 36 | } 37 | 38 | .ui-timepicker-list li { 39 | padding: 3px 0 3px 5px; 40 | cursor: pointer; 41 | white-space: nowrap; 42 | color: #000; 43 | list-style: none; 44 | margin: 0; 45 | } 46 | 47 | .ui-timepicker-list:hover .ui-timepicker-selected { 48 | background: #fff; color: #000; 49 | } 50 | 51 | li.ui-timepicker-selected, 52 | .ui-timepicker-list li:hover, 53 | .ui-timepicker-list .ui-timepicker-selected:hover { 54 | background: #1980EC; color: #fff; 55 | } 56 | 57 | li.ui-timepicker-selected .ui-timepicker-duration, 58 | .ui-timepicker-list li:hover .ui-timepicker-duration { 59 | color: #ccc; 60 | } 61 | 62 | .ui-timepicker-list li.ui-timepicker-disabled, 63 | .ui-timepicker-list li.ui-timepicker-disabled:hover, 64 | .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { 65 | color: #888; 66 | cursor: default; 67 | } 68 | 69 | .ui-timepicker-list li.ui-timepicker-disabled:hover, 70 | .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { 71 | background: #f2f2f2; 72 | } 73 | -------------------------------------------------------------------------------- /css/magnific-popup.css: -------------------------------------------------------------------------------- 1 | /* Magnific Popup CSS */ 2 | .mfp-bg { 3 | top: 0; 4 | left: 0; 5 | width: 100%; 6 | height: 100%; 7 | z-index: 1042; 8 | overflow: hidden; 9 | position: fixed; 10 | background: #0b0b0b; 11 | opacity: 0.8; } 12 | 13 | .mfp-wrap { 14 | top: 0; 15 | left: 0; 16 | width: 100%; 17 | height: 100%; 18 | z-index: 1043; 19 | position: fixed; 20 | outline: none !important; 21 | -webkit-backface-visibility: hidden; } 22 | 23 | .mfp-container { 24 | text-align: center; 25 | position: absolute; 26 | width: 100%; 27 | height: 100%; 28 | left: 0; 29 | top: 0; 30 | padding: 0 8px; 31 | box-sizing: border-box; } 32 | 33 | .mfp-container:before { 34 | content: ''; 35 | display: inline-block; 36 | height: 100%; 37 | vertical-align: middle; } 38 | 39 | .mfp-align-top .mfp-container:before { 40 | display: none; } 41 | 42 | .mfp-content { 43 | position: relative; 44 | display: inline-block; 45 | vertical-align: middle; 46 | margin: 0 auto; 47 | text-align: left; 48 | z-index: 1045; } 49 | 50 | .mfp-inline-holder .mfp-content, 51 | .mfp-ajax-holder .mfp-content { 52 | width: 100%; 53 | cursor: auto; } 54 | 55 | .mfp-ajax-cur { 56 | cursor: progress; } 57 | 58 | .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { 59 | cursor: -moz-zoom-out; 60 | cursor: -webkit-zoom-out; 61 | cursor: zoom-out; } 62 | 63 | .mfp-zoom { 64 | cursor: pointer; 65 | cursor: -webkit-zoom-in; 66 | cursor: -moz-zoom-in; 67 | cursor: zoom-in; } 68 | 69 | .mfp-auto-cursor .mfp-content { 70 | cursor: auto; } 71 | 72 | .mfp-close, 73 | .mfp-arrow, 74 | .mfp-preloader, 75 | .mfp-counter { 76 | -webkit-user-select: none; 77 | -moz-user-select: none; 78 | user-select: none; } 79 | 80 | .mfp-loading.mfp-figure { 81 | display: none; } 82 | 83 | .mfp-hide { 84 | display: none !important; } 85 | 86 | .mfp-preloader { 87 | color: #CCC; 88 | position: absolute; 89 | top: 50%; 90 | width: auto; 91 | text-align: center; 92 | margin-top: -0.8em; 93 | left: 8px; 94 | right: 8px; 95 | z-index: 1044; } 96 | .mfp-preloader a { 97 | color: #CCC; } 98 | .mfp-preloader a:hover { 99 | color: #FFF; } 100 | 101 | .mfp-s-ready .mfp-preloader { 102 | display: none; } 103 | 104 | .mfp-s-error .mfp-content { 105 | display: none; } 106 | 107 | button.mfp-close, 108 | button.mfp-arrow { 109 | overflow: visible; 110 | cursor: pointer; 111 | background: transparent; 112 | border: 0; 113 | -webkit-appearance: none; 114 | display: block; 115 | outline: none; 116 | padding: 0; 117 | z-index: 1046; 118 | box-shadow: none; 119 | touch-action: manipulation; } 120 | 121 | button::-moz-focus-inner { 122 | padding: 0; 123 | border: 0; } 124 | 125 | .mfp-close { 126 | width: 44px; 127 | height: 44px; 128 | line-height: 44px; 129 | position: absolute; 130 | right: 0; 131 | top: 0; 132 | text-decoration: none; 133 | text-align: center; 134 | opacity: 0.65; 135 | padding: 0 0 18px 10px; 136 | color: #FFF; 137 | font-style: normal; 138 | font-size: 28px; 139 | font-family: Arial, Baskerville, monospace; } 140 | .mfp-close:hover, 141 | .mfp-close:focus { 142 | opacity: 1; } 143 | .mfp-close:active { 144 | top: 1px; } 145 | 146 | .mfp-close-btn-in .mfp-close { 147 | color: #333; } 148 | 149 | .mfp-image-holder .mfp-close, 150 | .mfp-iframe-holder .mfp-close { 151 | color: #FFF; 152 | right: -6px; 153 | text-align: right; 154 | padding-right: 6px; 155 | width: 100%; } 156 | 157 | .mfp-counter { 158 | position: absolute; 159 | top: 0; 160 | right: 0; 161 | color: #CCC; 162 | font-size: 12px; 163 | line-height: 18px; 164 | white-space: nowrap; } 165 | 166 | .mfp-arrow { 167 | position: absolute; 168 | opacity: 0.65; 169 | margin: 0; 170 | top: 50%; 171 | margin-top: -55px; 172 | padding: 0; 173 | width: 90px; 174 | height: 110px; 175 | -webkit-tap-highlight-color: transparent; } 176 | .mfp-arrow:active { 177 | margin-top: -54px; } 178 | .mfp-arrow:hover, 179 | .mfp-arrow:focus { 180 | opacity: 1; } 181 | .mfp-arrow:before, 182 | .mfp-arrow:after { 183 | content: ''; 184 | display: block; 185 | width: 0; 186 | height: 0; 187 | position: absolute; 188 | left: 0; 189 | top: 0; 190 | margin-top: 35px; 191 | margin-left: 35px; 192 | border: medium inset transparent; } 193 | .mfp-arrow:after { 194 | border-top-width: 13px; 195 | border-bottom-width: 13px; 196 | top: 8px; } 197 | .mfp-arrow:before { 198 | border-top-width: 21px; 199 | border-bottom-width: 21px; 200 | opacity: 0.7; } 201 | 202 | .mfp-arrow-left { 203 | left: 0; } 204 | .mfp-arrow-left:after { 205 | border-right: 17px solid #FFF; 206 | margin-left: 31px; } 207 | .mfp-arrow-left:before { 208 | margin-left: 25px; 209 | border-right: 27px solid #3F3F3F; } 210 | 211 | .mfp-arrow-right { 212 | right: 0; } 213 | .mfp-arrow-right:after { 214 | border-left: 17px solid #FFF; 215 | margin-left: 39px; } 216 | .mfp-arrow-right:before { 217 | border-left: 27px solid #3F3F3F; } 218 | 219 | .mfp-iframe-holder { 220 | padding-top: 40px; 221 | padding-bottom: 40px; } 222 | .mfp-iframe-holder .mfp-content { 223 | line-height: 0; 224 | width: 100%; 225 | max-width: 900px; } 226 | .mfp-iframe-holder .mfp-close { 227 | top: -40px; } 228 | 229 | .mfp-iframe-scaler { 230 | width: 100%; 231 | height: 0; 232 | overflow: hidden; 233 | padding-top: 56.25%; } 234 | .mfp-iframe-scaler iframe { 235 | position: absolute; 236 | display: block; 237 | top: 0; 238 | left: 0; 239 | width: 100%; 240 | height: 100%; 241 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 242 | background: #000; } 243 | 244 | /* Main image in popup */ 245 | img.mfp-img { 246 | width: auto; 247 | max-width: 100%; 248 | height: auto; 249 | display: block; 250 | line-height: 0; 251 | box-sizing: border-box; 252 | padding: 40px 0 40px; 253 | margin: 0 auto; } 254 | 255 | /* The shadow behind the image */ 256 | .mfp-figure { 257 | line-height: 0; } 258 | .mfp-figure:after { 259 | content: ''; 260 | position: absolute; 261 | left: 0; 262 | top: 40px; 263 | bottom: 40px; 264 | display: block; 265 | right: 0; 266 | width: auto; 267 | height: auto; 268 | z-index: -1; 269 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 270 | background: #444; } 271 | .mfp-figure small { 272 | color: #BDBDBD; 273 | display: block; 274 | font-size: 12px; 275 | line-height: 14px; } 276 | .mfp-figure figure { 277 | margin: 0; } 278 | 279 | .mfp-bottom-bar { 280 | margin-top: -36px; 281 | position: absolute; 282 | top: 100%; 283 | left: 0; 284 | width: 100%; 285 | cursor: auto; } 286 | 287 | .mfp-title { 288 | text-align: left; 289 | line-height: 18px; 290 | color: #F3F3F3; 291 | word-wrap: break-word; 292 | padding-right: 36px; } 293 | 294 | .mfp-image-holder .mfp-content { 295 | max-width: 100%; } 296 | 297 | .mfp-gallery .mfp-image-holder .mfp-figure { 298 | cursor: pointer; } 299 | 300 | @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { 301 | /** 302 | * Remove all paddings around the image on small screen 303 | */ 304 | .mfp-img-mobile .mfp-image-holder { 305 | padding-left: 0; 306 | padding-right: 0; } 307 | .mfp-img-mobile img.mfp-img { 308 | padding: 0; } 309 | .mfp-img-mobile .mfp-figure:after { 310 | top: 0; 311 | bottom: 0; } 312 | .mfp-img-mobile .mfp-figure small { 313 | display: inline; 314 | margin-left: 5px; } 315 | .mfp-img-mobile .mfp-bottom-bar { 316 | background: rgba(0, 0, 0, 0.6); 317 | bottom: 0; 318 | margin: 0; 319 | top: auto; 320 | padding: 3px 5px; 321 | position: fixed; 322 | box-sizing: border-box; } 323 | .mfp-img-mobile .mfp-bottom-bar:empty { 324 | padding: 0; } 325 | .mfp-img-mobile .mfp-counter { 326 | right: 5px; 327 | top: 3px; } 328 | .mfp-img-mobile .mfp-close { 329 | top: 0; 330 | right: 0; 331 | width: 35px; 332 | height: 35px; 333 | line-height: 35px; 334 | background: rgba(0, 0, 0, 0.6); 335 | position: fixed; 336 | text-align: center; 337 | padding: 0; } } 338 | 339 | @media all and (max-width: 900px) { 340 | .mfp-arrow { 341 | -webkit-transform: scale(0.75); 342 | transform: scale(0.75); } 343 | .mfp-arrow-left { 344 | -webkit-transform-origin: 0; 345 | transform-origin: 0; } 346 | .mfp-arrow-right { 347 | -webkit-transform-origin: 100%; 348 | transform-origin: 100%; } 349 | .mfp-container { 350 | padding-left: 6px; 351 | padding-right: 6px; } } -------------------------------------------------------------------------------- /css/open-iconic-bootstrap.min.css: -------------------------------------------------------------------------------- 1 | @font-face{font-family:Icons;src:url(../fonts/open-iconic/open-iconic.eot);src:url(../fonts/open-iconic/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic/open-iconic.woff) format('woff'),url(../fonts/open-iconic/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic/open-iconic.otf) format('opentype'),url(../fonts/open-iconic/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'} -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.0 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} -------------------------------------------------------------------------------- /css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots, 7 | .owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} 8 | .owl-theme .owl-nav{margin-top:10px} 9 | .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;} 10 | .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} 11 | .owl-theme .owl-nav .disabled{opacity:.5;cursor:default} 12 | .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} 13 | .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} 14 | .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} 15 | .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /css/profile_style.css: -------------------------------------------------------------------------------- 1 | .info span 2 | { 3 | font-weight: bold; 4 | margin-right: 4px; 5 | } 6 | 7 | .left-side 8 | { 9 | background-color: rgba(255,255,255,0.48); 10 | padding: 20px 25px; 11 | border-radius: 15%; 12 | } 13 | 14 | .info p 15 | { 16 | border: 2px solid rgba(255,255,255,0.8);; 17 | border-radius: 15px; 18 | margin: 15px; 19 | padding: 5px; 20 | padding-left: 15px; 21 | font-family: 'Cabin', sans-serif; 22 | color: #1c1c1c; 23 | } 24 | 25 | .info p span 26 | { 27 | color: #000; 28 | font-weight: bold; 29 | } 30 | 31 | h3 32 | { 33 | color: rgba(0,0,0,0.9); 34 | font-weight: bold; 35 | font-family: 'Cabin', sans-serif; 36 | } 37 | 38 | body 39 | { 40 | background-size: cover 41 | } 42 | 43 | img 44 | { 45 | border: 11px solid rgba(255,255,255,0.3); 46 | } 47 | 48 | .right-side 49 | { 50 | overflow:scroll; 51 | height: 450px; 52 | border-radius: 10px; 53 | background-color: #f5f0f0; 54 | color: black; 55 | font-family: 'Cabin', sans-serif; 56 | } 57 | 58 | .posts .post-unit 59 | { 60 | padding: 3px; 61 | background-color: #ededed; 62 | border-radius: 5px; 63 | padding: 5px; 64 | margin: 7px; 65 | margin-bottom: 15px 66 | } 67 | 68 | @media (min-width: 400px) { 69 | img 70 | { 71 | margin-bottom: 20px; 72 | } 73 | .col-md-5{ 74 | margin-bottom: 20px; 75 | } 76 | } -------------------------------------------------------------------------------- /css/register.css: -------------------------------------------------------------------------------- 1 | /*////////////////////////////////////////////////////////////////// 2 | [ RESTYLE TAG ]*/ 3 | 4 | * { 5 | margin: 0px; 6 | padding: 0px; 7 | box-sizing: border-box; 8 | } 9 | 10 | body, 11 | html { 12 | height: 100%; 13 | font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 14 | background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-02.jpg'); 15 | background-repeat: no-repeat; 16 | background-size: 100% 100%; 17 | overflow: hidden; 18 | } 19 | 20 | 21 | /*---------------------------------------------*/ 22 | 23 | a { 24 | font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 25 | font-size: 14px; 26 | line-height: 1.7; 27 | color: #666666; 28 | margin: 0px; 29 | transition: all 0.4s; 30 | -webkit-transition: all 0.4s; 31 | -o-transition: all 0.4s; 32 | -moz-transition: all 0.4s; 33 | } 34 | 35 | a:focus { 36 | outline: none !important; 37 | } 38 | 39 | a:hover { 40 | text-decoration: none; 41 | } 42 | 43 | 44 | /*---------------------------------------------*/ 45 | 46 | h1, 47 | h2, 48 | h3, 49 | h4, 50 | h5, 51 | h6 { 52 | margin: 0px; 53 | } 54 | 55 | p { 56 | font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 57 | font-size: 14px; 58 | line-height: 1.7; 59 | color: #666666; 60 | margin: 0px; 61 | } 62 | 63 | .pcontainerHoriz { 64 | padding-left: 2rem; 65 | padding-Right: 2rem; 66 | } 67 | 68 | .pcontainInnerHoriz { 69 | padding-left: 3rem; 70 | padding-Right: 3rem; 71 | } 72 | 73 | 74 | /*d-flex for all browsers*/ 75 | 76 | .displayFlex { 77 | display: flex; 78 | display: -webkit-box; 79 | display: -webkit-flex; 80 | display: -moz-box; 81 | display: -ms-flexbox; 82 | } 83 | 84 | 85 | /*---------------------------------------------*/ 86 | 87 | input { 88 | outline: none; 89 | border: none; 90 | } 91 | 92 | input:focus { 93 | border-color: transparent !important; 94 | } 95 | 96 | input::-webkit-input-placeholder { 97 | color: #999999; 98 | } 99 | 100 | input:-moz-placeholder { 101 | color: #999999; 102 | } 103 | 104 | input::-moz-placeholder { 105 | color: #999999; 106 | } 107 | 108 | input:-ms-input-placeholder { 109 | color: #999999; 110 | } 111 | 112 | textarea::-webkit-input-placeholder { 113 | color: #999999; 114 | } 115 | 116 | textarea:-moz-placeholder { 117 | color: #999999; 118 | } 119 | 120 | textarea::-moz-placeholder { 121 | color: #999999; 122 | } 123 | 124 | textarea:-ms-input-placeholder { 125 | color: #999999; 126 | } 127 | 128 | 129 | /*---------------------------------------------*/ 130 | 131 | button { 132 | outline: none !important; 133 | border: none; 134 | background: transparent; 135 | } 136 | 137 | button:hover { 138 | cursor: pointer; 139 | } 140 | 141 | 142 | /*////////////////////////////////////////////////////////////////// 143 | [ Utility ]*/ 144 | 145 | .txt1 { 146 | font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 147 | font-size: 16px; 148 | line-height: 1.4; 149 | color: #999999; 150 | } 151 | 152 | 153 | /*////////////////////////////////////////////////////////////////// 154 | [ sign up ]*/ 155 | 156 | .container-login100 { 157 | width: 100%; 158 | min-height: 100vh; 159 | display: -webkit-box; 160 | display: -webkit-flex; 161 | display: -moz-box; 162 | display: -ms-flexbox; 163 | display: flex; 164 | flex-wrap: wrap; 165 | justify-content: center; 166 | align-items: center; 167 | background-repeat: no-repeat; 168 | background-size: cover; 169 | background-position: center; 170 | position: relative; 171 | z-index: 1; 172 | } 173 | 174 | .wrap-login100 { 175 | width: 600px !important; 176 | border-radius: 10px; 177 | overflow: hidden; 178 | margin: auto; 179 | position: relative; 180 | top: 16% !important; 181 | left: 0; 182 | z-index: 9999999; 183 | box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1); 184 | -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1); 185 | -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1); 186 | -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1); 187 | -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1); 188 | } 189 | 190 | 191 | /*================================================================== 192 | [ Form ]*/ 193 | 194 | .login100-form { 195 | width: 100%; 196 | } 197 | 198 | .login100-form-title { 199 | display: block; 200 | font-size: 2rem; 201 | color: black; 202 | line-height: 1.2; 203 | text-align: center; 204 | } 205 | 206 | .infoType { 207 | font-size: 1.4rem !important; 208 | color: black; 209 | } 210 | 211 | .numberPage { 212 | background-color: #da5552; 213 | color: white; 214 | font-weight: 600; 215 | font-size: 1.2rem; 216 | height: 30px; 217 | width: 30px; 218 | border-radius: 50%; 219 | display: inline-block; 220 | } 221 | 222 | label { 223 | font-size: 1rem !important; 224 | } 225 | 226 | 227 | /*------------------------------------------------------------------ 228 | [ Input ]*/ 229 | 230 | .wrap-input100 { 231 | width: 100%; 232 | position: relative; 233 | background-color: #fff; 234 | border-radius: 20px; 235 | } 236 | 237 | .input100 { 238 | font-size: 16px; 239 | color: black; 240 | display: block; 241 | width: 100%; 242 | height: 2rem; 243 | background: transparent; 244 | padding: 0 10px 0 20px; 245 | border-color: black !important; 246 | } 247 | 248 | label { 249 | font-size: 0.9rem; 250 | color: black; 251 | } 252 | 253 | 254 | /* Chrome, Safari, Edge, Opera */ 255 | 256 | input::-webkit-outer-spin-button, 257 | input::-webkit-inner-spin-button { 258 | -webkit-appearance: none; 259 | margin: 0; 260 | } 261 | 262 | 263 | /* Firefox */ 264 | 265 | input[type=number] { 266 | -moz-appearance: textfield; 267 | } 268 | 269 | 270 | /*------------------------------------------------------------------ 271 | [ Focus Input ]*/ 272 | 273 | .focus-input100 { 274 | display: block; 275 | position: absolute; 276 | width: 100%; 277 | height: 100%; 278 | top: 0; 279 | left: 0; 280 | pointer-events: none; 281 | border-radius: 20px; 282 | box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1); 283 | -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1); 284 | -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1); 285 | -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1); 286 | -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1); 287 | -webkit-transition: all 0.4s; 288 | -o-transition: all 0.4s; 289 | -moz-transition: all 0.4s; 290 | transition: all 0.4s; 291 | } 292 | 293 | .input100:focus+.focus-input100 { 294 | box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2); 295 | -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2); 296 | -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2); 297 | -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2); 298 | -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2); 299 | } 300 | 301 | 302 | /*------------------------------------------------------------------ 303 | [ Button ]*/ 304 | 305 | .container-login100-form-btn { 306 | width: 100%; 307 | display: -webkit-box; 308 | display: -webkit-flex; 309 | display: -moz-box; 310 | display: -ms-flexbox; 311 | display: flex; 312 | flex-wrap: wrap; 313 | justify-content: center; 314 | } 315 | 316 | .nextBtn { 317 | box-sizing: content-box !important; 318 | margin-right: auto !important; 319 | border-radius: 25px; 320 | color: #da5552; 321 | font-size: 1.2rem; 322 | font-weight: 600; 323 | line-height: 1.2; 324 | cursor: pointer; 325 | } 326 | 327 | .login100-form-btn { 328 | display: -webkit-box; 329 | display: -webkit-flex; 330 | display: -moz-box; 331 | display: -ms-flexbox; 332 | display: flex; 333 | justify-content: center; 334 | align-items: center; 335 | padding: 0 16px; 336 | height: 40px; 337 | border-radius: 25px; 338 | background-color: #da5552; 339 | color: white; 340 | font-size: 1rem; 341 | font-weight: 600; 342 | line-height: 1.2; 343 | transition: all 0.4s; 344 | -webkit-transition: all 0.4s; 345 | -o-transition: all 0.4s; 346 | -moz-transition: all 0.4s; 347 | } 348 | 349 | .login100-form-btn:hover { 350 | background-color: #fff; 351 | color: #da5552; 352 | border: 1px solid #da5552; 353 | } 354 | 355 | 356 | /*////////////////////////////////////////////////////////////////// 357 | [ Responsive ]*/ 358 | 359 | @media (max-width: 801px) { 360 | .wrap-login100 { 361 | top: 10% !important; 362 | } 363 | } 364 | 365 | @media (max-width:550px) { 366 | .wrap-login100 { 367 | width: 300px !important; 368 | top: 5% !important; 369 | } 370 | } 371 | 372 | @media (max-width:322px) { 373 | .wrap-login100 { 374 | top: 1% !important; 375 | } 376 | } 377 | 378 | @media (max-width: 480px) { 379 | .wrap-login100 { 380 | padding-left: 15px; 381 | padding-right: 15px; 382 | } 383 | } 384 | 385 | @media (max-width:412px) { 386 | .pcontainerHoriz { 387 | padding-left: 1rem !important; 388 | padding-Right: 1rem !important; 389 | } 390 | .pcontainInnerHoriz { 391 | padding-left: 1rem !important; 392 | padding-Right: 1rem !important; 393 | } 394 | } 395 | 396 | #particles-js { 397 | height: 100%; 398 | } 399 | 400 | .hero-wrap { 401 | height: 100%; 402 | overflow: auto; 403 | } 404 | 405 | .overlay { 406 | height: 100%; 407 | } 408 | 409 | #personalPage { 410 | display: block; 411 | } 412 | 413 | #contactPage { 414 | display: none; 415 | } 416 | 417 | #accountPage { 418 | display: none; 419 | } 420 | 421 | #medicalPage { 422 | display: none; 423 | } -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-Bold.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-Italic.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-Light.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-Regular.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-Thin.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/JosefinSans-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/JosefinSans/JosefinSans-ThinItalic.ttf -------------------------------------------------------------------------------- /fonts/JosefinSans/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2010, Santiago Orozco (hi@typemade.mx) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /fonts/flaticon/backup.txt: -------------------------------------------------------------------------------- 1 | eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoiZHpvejQ5Z2pvNjAwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1MzEyOTgwNjAsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJkem96NDlnam82MDAwMDAwIjpbeyJpZCI6NzAxMzQ4LCJ0ZWFtIjowLCJuYW1lIjoicmVzb3J0IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Mn0seyJpZCI6ODk1NDc0LCJ0ZWFtIjowLCJuYW1lIjoiYmVkIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6M30seyJpZCI6OTI1NTc3LCJ0ZWFtIjowLCJuYW1lIjoiZGVjay1jaGFpciIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjR9LHsiaWQiOjg5NzkzOSwidGVhbSI6MCwibmFtZSI6IndpZmktcm91dGVyIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6NX0seyJpZCI6ODg3MzUwLCJ0ZWFtIjowLCJuYW1lIjoic3BhIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Nn0seyJpZCI6ODk2OTg5LCJ0ZWFtIjowLCJuYW1lIjoicmVjZXB0aW9uaXN0IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6N30seyJpZCI6NTk5OTU2LCJ0ZWFtIjowLCJuYW1lIjoiY2hlZXJzIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6OH0seyJpZCI6NzY1Njg4LCJ0ZWFtIjowLCJuYW1lIjoiYmVlciIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjl9LHsiaWQiOjkxODIzNSwidGVhbSI6MCwibmFtZSI6ImRpc2NvLWJhbGwiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0IjoxMH0seyJpZCI6NzAxOTY1LCJ0ZWFtIjowLCJuYW1lIjoidHJheSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjExfSx7ImlkIjo3NTMwNDUsInRlYW0iOjAsIm5hbWUiOiJ3b21hbiIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjEyfSx7ImlkIjoyNTk5NzMsInRlYW0iOjAsIm5hbWUiOiJiYXRodHViIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6MX1dfQ== -------------------------------------------------------------------------------- /fonts/flaticon/font/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/flaticon/font/Flaticon.eot -------------------------------------------------------------------------------- /fonts/flaticon/font/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/flaticon/font/Flaticon.ttf -------------------------------------------------------------------------------- /fonts/flaticon/font/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/flaticon/font/Flaticon.woff -------------------------------------------------------------------------------- /fonts/flaticon/font/_flaticon.scss: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 11/07/2018 10:34 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("./Flaticon.eot"); 9 | src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("./Flaticon.woff") format("woff"), 11 | url("./Flaticon.ttf") format("truetype"), 12 | url("./Flaticon.svg#Flaticon") format("svg"); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { 18 | @font-face { 19 | font-family: "Flaticon"; 20 | src: url("./Flaticon.svg#Flaticon") format("svg"); 21 | } 22 | } 23 | 24 | .fi:before{ 25 | display: inline-block; 26 | font-family: "Flaticon"; 27 | font-style: normal; 28 | font-weight: normal; 29 | font-variant: normal; 30 | line-height: 1; 31 | text-decoration: inherit; 32 | text-rendering: optimizeLegibility; 33 | text-transform: none; 34 | -moz-osx-font-smoothing: grayscale; 35 | -webkit-font-smoothing: antialiased; 36 | font-smoothing: antialiased; 37 | } 38 | 39 | .flaticon-woman:before { content: "\f100"; } 40 | .flaticon-tray:before { content: "\f101"; } 41 | .flaticon-disco-ball:before { content: "\f102"; } 42 | .flaticon-beer:before { content: "\f103"; } 43 | .flaticon-cheers:before { content: "\f104"; } 44 | .flaticon-receptionist:before { content: "\f105"; } 45 | .flaticon-spa:before { content: "\f106"; } 46 | .flaticon-wifi-router:before { content: "\f107"; } 47 | .flaticon-deck-chair:before { content: "\f108"; } 48 | .flaticon-bed:before { content: "\f109"; } 49 | .flaticon-resort:before { content: "\f10a"; } 50 | .flaticon-bathtub:before { content: "\f10b"; } 51 | 52 | $font-Flaticon-woman: "\f100"; 53 | $font-Flaticon-tray: "\f101"; 54 | $font-Flaticon-disco-ball: "\f102"; 55 | $font-Flaticon-beer: "\f103"; 56 | $font-Flaticon-cheers: "\f104"; 57 | $font-Flaticon-receptionist: "\f105"; 58 | $font-Flaticon-spa: "\f106"; 59 | $font-Flaticon-wifi-router: "\f107"; 60 | $font-Flaticon-deck-chair: "\f108"; 61 | $font-Flaticon-bed: "\f109"; 62 | $font-Flaticon-resort: "\f10a"; 63 | $font-Flaticon-bathtub: "\f10b"; -------------------------------------------------------------------------------- /fonts/flaticon/font/flaticon.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 11/07/2018 10:34 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("./Flaticon.eot"); 9 | src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("./Flaticon.woff") format("woff"), 11 | url("./Flaticon.ttf") format("truetype"), 12 | url("./Flaticon.svg#Flaticon") format("svg"); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { 18 | @font-face { 19 | font-family: "Flaticon"; 20 | src: url("./Flaticon.svg#Flaticon") format("svg"); 21 | } 22 | } 23 | 24 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 25 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 26 | font-family: Flaticon; 27 | font-size: 20px; 28 | font-style: normal; 29 | margin-left: 20px; 30 | } 31 | 32 | .flaticon-woman:before { content: "\f100"; } 33 | .flaticon-tray:before { content: "\f101"; } 34 | .flaticon-disco-ball:before { content: "\f102"; } 35 | .flaticon-beer:before { content: "\f103"; } 36 | .flaticon-cheers:before { content: "\f104"; } 37 | .flaticon-receptionist:before { content: "\f105"; } 38 | .flaticon-spa:before { content: "\f106"; } 39 | .flaticon-wifi-router:before { content: "\f107"; } 40 | .flaticon-deck-chair:before { content: "\f108"; } 41 | .flaticon-bed:before { content: "\f109"; } 42 | .flaticon-resort:before { content: "\f10a"; } 43 | .flaticon-bathtub:before { content: "\f10b"; } -------------------------------------------------------------------------------- /fonts/flaticon/license/license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/flaticon/license/license.pdf -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/icomoon/icomoon.woff -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/ionicons/fonts/ionicons.eot -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/ionicons/fonts/ionicons.ttf -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/ionicons/fonts/ionicons.woff -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/ionicons/fonts/ionicons.woff2 -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/open-iconic/open-iconic.eot -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/open-iconic/open-iconic.otf -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/open-iconic/open-iconic.ttf -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/open-iconic/open-iconic.woff -------------------------------------------------------------------------------- /fonts/source-sans-pro/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-Black.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-BlackItalic.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-Bold.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-Italic.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-Light.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-Regular.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/source-sans-pro/SourceSansPro-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/fonts/source-sans-pro/SourceSansPro-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /images/5798cce3c0de46605188b58e84ca508f0bb30e99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/5798cce3c0de46605188b58e84ca508f0bb30e99.jpg -------------------------------------------------------------------------------- /images/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/about.jpg -------------------------------------------------------------------------------- /images/bg-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/bg-02.jpg -------------------------------------------------------------------------------- /images/blood-plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /images/bloodbank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/bloodbank.png -------------------------------------------------------------------------------- /images/cef58128383186c0b86de77f53e39e866eae10a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/cef58128383186c0b86de77f53e39e866eae10a2.jpg -------------------------------------------------------------------------------- /images/contact us.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/contact us.jpg -------------------------------------------------------------------------------- /images/dashboard_full_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/dashboard_full_1.jpg -------------------------------------------------------------------------------- /images/dashboard_full_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/dashboard_full_2.jpg -------------------------------------------------------------------------------- /images/dashboard_full_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/dashboard_full_3.jpg -------------------------------------------------------------------------------- /images/donate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/donate2.png -------------------------------------------------------------------------------- /images/donate3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/donate3.png -------------------------------------------------------------------------------- /images/donation1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/donation1.jpg -------------------------------------------------------------------------------- /images/free.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 29 | 30 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /images/giphy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/giphy.gif -------------------------------------------------------------------------------- /images/global-health.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 16 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /images/health.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 30 | 35 | 40 | 41 | 42 | 43 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 91 | 92 | 95 | 96 | 97 | 98 | 99 | 100 | 104 | 105 | 107 | 109 | 110 | 111 | 112 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 122 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | -------------------------------------------------------------------------------- /images/icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/icons/favicon.ico -------------------------------------------------------------------------------- /images/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/loc.png -------------------------------------------------------------------------------- /images/network.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 28 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /images/patientsjpg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/patientsjpg.jpg -------------------------------------------------------------------------------- /images/person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/person_1.jpg -------------------------------------------------------------------------------- /images/person_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/person_2.jpg -------------------------------------------------------------------------------- /images/person_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/person_3.jpg -------------------------------------------------------------------------------- /images/person_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/person_4.jpg -------------------------------------------------------------------------------- /images/phone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 11 | 12 | 13 | 14 | 15 | 17 | 19 | 20 | -------------------------------------------------------------------------------- /images/platelets4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/platelets4.jpg -------------------------------------------------------------------------------- /images/profile3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/profile3.jpg -------------------------------------------------------------------------------- /images/save.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 14 | 15 | 16 | 17 | 18 | 21 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /images/van.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/van.jpg -------------------------------------------------------------------------------- /images/van2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/van2.jpg -------------------------------------------------------------------------------- /images/volenteer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/images/volenteer.jpg -------------------------------------------------------------------------------- /js/google-map.js: -------------------------------------------------------------------------------- 1 | 2 | var google; 3 | 4 | function init() { 5 | // Basic options for a simple Google Map 6 | // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions 7 | // var myLatlng = new google.maps.LatLng(40.71751, -73.990922); 8 | var myLatlng = new google.maps.LatLng(40.69847032728747, -73.9514422416687); 9 | // 39.399872 10 | // -8.224454 11 | 12 | var mapOptions = { 13 | // How zoomed in you want the map to start at (always required) 14 | zoom: 7, 15 | 16 | // The latitude and longitude to center the map (always required) 17 | center: myLatlng, 18 | 19 | // How you would like to style the map. 20 | scrollwheel: false, 21 | styles: [ 22 | { 23 | "featureType": "administrative.country", 24 | "elementType": "geometry", 25 | "stylers": [ 26 | { 27 | "visibility": "simplified" 28 | }, 29 | { 30 | "hue": "#ff0000" 31 | } 32 | ] 33 | } 34 | ] 35 | }; 36 | 37 | 38 | 39 | // Get the HTML DOM element that will contain your map 40 | // We are using a div with id="map" seen below in the 41 | var mapElement = document.getElementById('map'); 42 | 43 | // Create the Google Map using out element and options defined above 44 | var map = new google.maps.Map(mapElement, mapOptions); 45 | 46 | var addresses = ['New York']; 47 | 48 | for (var x = 0; x < addresses.length; x++) { 49 | $.getJSON('http://maps.googleapis.com/maps/api/geocode/json?address='+addresses[x]+'&sensor=false', null, function (data) { 50 | var p = data.results[0].geometry.location 51 | var latlng = new google.maps.LatLng(p.lat, p.lng); 52 | new google.maps.Marker({ 53 | position: latlng, 54 | map: map, 55 | icon: 'images/loc.png' 56 | }); 57 | 58 | }); 59 | } 60 | 61 | } 62 | google.maps.event.addDomListener(window, 'load', init); -------------------------------------------------------------------------------- /js/jquery.animateNumber.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | jQuery animateNumber plugin v0.0.14 3 | (c) 2013, Alexandr Borisov. 4 | https://github.com/aishek/jquery-animateNumber 5 | */ 6 | (function(d){var r=function(b){return b.split("").reverse().join("")},m={numberStep:function(b,a){var e=Math.floor(b);d(a.elem).text(e)}},g=function(b){var a=b.elem;a.nodeType&&a.parentNode&&(a=a._animateNumberSetter,a||(a=m.numberStep),a(b.now,b))};d.Tween&&d.Tween.propHooks?d.Tween.propHooks.number={set:g}:d.fx.step.number=g;d.animateNumber={numberStepFactories:{append:function(b){return function(a,e){var f=Math.floor(a);d(e.elem).prop("number",a).text(f+b)}},separator:function(b,a,e){b=b||" "; 7 | a=a||3;e=e||"";return function(f,k){var u=0>f,c=Math.floor((u?-1:1)*f).toString(),n=d(k.elem);if(c.length>a){for(var h=c,l=a,m=h.split("").reverse(),c=[],p,s,q,t=0,g=Math.ceil(h.length/l);t0?a.charAt(0).toUpperCase()+a.slice(1):a)}}(),k=j("transform"),l=a("
",{style:"background:#fff"}).css("background-position-x")!==d,m=l?function(a,b,c){a.css({"background-position-x":b,"background-position-y":c})}:function(a,b,c){a.css("background-position",b+" "+c)},n=l?function(a){return[a.css("background-position-x"),a.css("background-position-y")]}:function(a){return a.css("background-position").split(" ")},o=b.requestAnimationFrame||b.webkitRequestAnimationFrame||b.mozRequestAnimationFrame||b.oRequestAnimationFrame||b.msRequestAnimationFrame||function(a){setTimeout(a,1e3/60)};e.prototype={init:function(){this.options.name=f+"_"+Math.floor(1e9*Math.random()),this._defineElements(),this._defineGetters(),this._defineSetters(),this._handleWindowLoadAndResize(),this._detectViewport(),this.refresh({firstLoad:!0}),"scroll"===this.options.scrollProperty?this._handleScrollEvent():this._startAnimationLoop()},_defineElements:function(){this.element===c.body&&(this.element=b),this.$scrollElement=a(this.element),this.$element=this.element===b?a("body"):this.$scrollElement,this.$viewportElement=this.options.viewportElement!==d?a(this.options.viewportElement):this.$scrollElement[0]===b||"scroll"===this.options.scrollProperty?this.$scrollElement:this.$scrollElement.parent()},_defineGetters:function(){var a=this,b=h[a.options.scrollProperty];this._getScrollLeft=function(){return b.getLeft(a.$scrollElement)},this._getScrollTop=function(){return b.getTop(a.$scrollElement)}},_defineSetters:function(){var b=this,c=h[b.options.scrollProperty],d=i[b.options.positionProperty],e=c.setLeft,f=c.setTop;this._setScrollLeft="function"==typeof e?function(a){e(b.$scrollElement,a)}:a.noop,this._setScrollTop="function"==typeof f?function(a){f(b.$scrollElement,a)}:a.noop,this._setPosition=d.setPosition||function(a,c,e,f,g){b.options.horizontalScrolling&&d.setLeft(a,c,e),b.options.verticalScrolling&&d.setTop(a,f,g)}},_handleWindowLoadAndResize:function(){var c=this,d=a(b);c.options.responsive&&d.bind("load."+this.name,function(){c.refresh()}),d.bind("resize."+this.name,function(){c._detectViewport(),c.options.responsive&&c.refresh()})},refresh:function(c){var d=this,e=d._getScrollLeft(),f=d._getScrollTop();c&&c.firstLoad||this._reset(),this._setScrollLeft(0),this._setScrollTop(0),this._setOffsets(),this._findParticles(),this._findBackgrounds(),c&&c.firstLoad&&/WebKit/.test(navigator.userAgent)&&a(b).load(function(){var a=d._getScrollLeft(),b=d._getScrollTop();d._setScrollLeft(a+1),d._setScrollTop(b+1),d._setScrollLeft(a),d._setScrollTop(b)}),this._setScrollLeft(e),this._setScrollTop(f)},_detectViewport:function(){var a=this.$viewportElement.offset(),b=null!==a&&a!==d;this.viewportWidth=this.$viewportElement.width(),this.viewportHeight=this.$viewportElement.height(),this.viewportOffsetTop=b?a.top:0,this.viewportOffsetLeft=b?a.left:0},_findParticles:function(){{var b=this;this._getScrollLeft(),this._getScrollTop()}if(this.particles!==d)for(var c=this.particles.length-1;c>=0;c--)this.particles[c].$element.data("stellar-elementIsActive",d);this.particles=[],this.options.parallaxElements&&this.$element.find("[data-stellar-ratio]").each(function(){var c,e,f,g,h,i,j,k,l,m=a(this),n=0,o=0,p=0,q=0;if(m.data("stellar-elementIsActive")){if(m.data("stellar-elementIsActive")!==this)return}else m.data("stellar-elementIsActive",this);b.options.showElement(m),m.data("stellar-startingLeft")?(m.css("left",m.data("stellar-startingLeft")),m.css("top",m.data("stellar-startingTop"))):(m.data("stellar-startingLeft",m.css("left")),m.data("stellar-startingTop",m.css("top"))),f=m.position().left,g=m.position().top,h="auto"===m.css("margin-left")?0:parseInt(m.css("margin-left"),10),i="auto"===m.css("margin-top")?0:parseInt(m.css("margin-top"),10),k=m.offset().left-h,l=m.offset().top-i,m.parents().each(function(){var b=a(this);return b.data("stellar-offset-parent")===!0?(n=p,o=q,j=b,!1):(p+=b.position().left,void(q+=b.position().top))}),c=m.data("stellar-horizontal-offset")!==d?m.data("stellar-horizontal-offset"):j!==d&&j.data("stellar-horizontal-offset")!==d?j.data("stellar-horizontal-offset"):b.horizontalOffset,e=m.data("stellar-vertical-offset")!==d?m.data("stellar-vertical-offset"):j!==d&&j.data("stellar-vertical-offset")!==d?j.data("stellar-vertical-offset"):b.verticalOffset,b.particles.push({$element:m,$offsetParent:j,isFixed:"fixed"===m.css("position"),horizontalOffset:c,verticalOffset:e,startingPositionLeft:f,startingPositionTop:g,startingOffsetLeft:k,startingOffsetTop:l,parentOffsetLeft:n,parentOffsetTop:o,stellarRatio:m.data("stellar-ratio")!==d?m.data("stellar-ratio"):1,width:m.outerWidth(!0),height:m.outerHeight(!0),isHidden:!1})})},_findBackgrounds:function(){var b,c=this,e=this._getScrollLeft(),f=this._getScrollTop();this.backgrounds=[],this.options.parallaxBackgrounds&&(b=this.$element.find("[data-stellar-background-ratio]"),this.$element.data("stellar-background-ratio")&&(b=b.add(this.$element)),b.each(function(){var b,g,h,i,j,k,l,o=a(this),p=n(o),q=0,r=0,s=0,t=0;if(o.data("stellar-backgroundIsActive")){if(o.data("stellar-backgroundIsActive")!==this)return}else o.data("stellar-backgroundIsActive",this);o.data("stellar-backgroundStartingLeft")?m(o,o.data("stellar-backgroundStartingLeft"),o.data("stellar-backgroundStartingTop")):(o.data("stellar-backgroundStartingLeft",p[0]),o.data("stellar-backgroundStartingTop",p[1])),h="auto"===o.css("margin-left")?0:parseInt(o.css("margin-left"),10),i="auto"===o.css("margin-top")?0:parseInt(o.css("margin-top"),10),j=o.offset().left-h-e,k=o.offset().top-i-f,o.parents().each(function(){var b=a(this);return b.data("stellar-offset-parent")===!0?(q=s,r=t,l=b,!1):(s+=b.position().left,void(t+=b.position().top))}),b=o.data("stellar-horizontal-offset")!==d?o.data("stellar-horizontal-offset"):l!==d&&l.data("stellar-horizontal-offset")!==d?l.data("stellar-horizontal-offset"):c.horizontalOffset,g=o.data("stellar-vertical-offset")!==d?o.data("stellar-vertical-offset"):l!==d&&l.data("stellar-vertical-offset")!==d?l.data("stellar-vertical-offset"):c.verticalOffset,c.backgrounds.push({$element:o,$offsetParent:l,isFixed:"fixed"===o.css("background-attachment"),horizontalOffset:b,verticalOffset:g,startingValueLeft:p[0],startingValueTop:p[1],startingBackgroundPositionLeft:isNaN(parseInt(p[0],10))?0:parseInt(p[0],10),startingBackgroundPositionTop:isNaN(parseInt(p[1],10))?0:parseInt(p[1],10),startingPositionLeft:o.position().left,startingPositionTop:o.position().top,startingOffsetLeft:j,startingOffsetTop:k,parentOffsetLeft:q,parentOffsetTop:r,stellarRatio:o.data("stellar-background-ratio")===d?1:o.data("stellar-background-ratio")})}))},_reset:function(){var a,b,c,d,e;for(e=this.particles.length-1;e>=0;e--)a=this.particles[e],b=a.$element.data("stellar-startingLeft"),c=a.$element.data("stellar-startingTop"),this._setPosition(a.$element,b,b,c,c),this.options.showElement(a.$element),a.$element.data("stellar-startingLeft",null).data("stellar-elementIsActive",null).data("stellar-backgroundIsActive",null);for(e=this.backgrounds.length-1;e>=0;e--)d=this.backgrounds[e],d.$element.data("stellar-backgroundStartingLeft",null).data("stellar-backgroundStartingTop",null),m(d.$element,d.startingValueLeft,d.startingValueTop)},destroy:function(){this._reset(),this.$scrollElement.unbind("resize."+this.name).unbind("scroll."+this.name),this._animationLoop=a.noop,a(b).unbind("load."+this.name).unbind("resize."+this.name)},_setOffsets:function(){var c=this,d=a(b);d.unbind("resize.horizontal-"+this.name).unbind("resize.vertical-"+this.name),"function"==typeof this.options.horizontalOffset?(this.horizontalOffset=this.options.horizontalOffset(),d.bind("resize.horizontal-"+this.name,function(){c.horizontalOffset=c.options.horizontalOffset()})):this.horizontalOffset=this.options.horizontalOffset,"function"==typeof this.options.verticalOffset?(this.verticalOffset=this.options.verticalOffset(),d.bind("resize.vertical-"+this.name,function(){c.verticalOffset=c.options.verticalOffset()})):this.verticalOffset=this.options.verticalOffset},_repositionElements:function(){var a,b,c,d,e,f,g,h,i,j,k=this._getScrollLeft(),l=this._getScrollTop(),n=!0,o=!0;if(this.currentScrollLeft!==k||this.currentScrollTop!==l||this.currentWidth!==this.viewportWidth||this.currentHeight!==this.viewportHeight){for(this.currentScrollLeft=k,this.currentScrollTop=l,this.currentWidth=this.viewportWidth,this.currentHeight=this.viewportHeight,j=this.particles.length-1;j>=0;j--)a=this.particles[j],b=a.isFixed?1:0,this.options.horizontalScrolling?(f=(k+a.horizontalOffset+this.viewportOffsetLeft+a.startingPositionLeft-a.startingOffsetLeft+a.parentOffsetLeft)*-(a.stellarRatio+b-1)+a.startingPositionLeft,h=f-a.startingPositionLeft+a.startingOffsetLeft):(f=a.startingPositionLeft,h=a.startingOffsetLeft),this.options.verticalScrolling?(g=(l+a.verticalOffset+this.viewportOffsetTop+a.startingPositionTop-a.startingOffsetTop+a.parentOffsetTop)*-(a.stellarRatio+b-1)+a.startingPositionTop,i=g-a.startingPositionTop+a.startingOffsetTop):(g=a.startingPositionTop,i=a.startingOffsetTop),this.options.hideDistantElements&&(o=!this.options.horizontalScrolling||h+a.width>(a.isFixed?0:k)&&h<(a.isFixed?0:k)+this.viewportWidth+this.viewportOffsetLeft,n=!this.options.verticalScrolling||i+a.height>(a.isFixed?0:l)&&i<(a.isFixed?0:l)+this.viewportHeight+this.viewportOffsetTop),o&&n?(a.isHidden&&(this.options.showElement(a.$element),a.isHidden=!1),this._setPosition(a.$element,f,a.startingPositionLeft,g,a.startingPositionTop)):a.isHidden||(this.options.hideElement(a.$element),a.isHidden=!0);for(j=this.backgrounds.length-1;j>=0;j--)c=this.backgrounds[j],b=c.isFixed?0:1,d=this.options.horizontalScrolling?(k+c.horizontalOffset-this.viewportOffsetLeft-c.startingOffsetLeft+c.parentOffsetLeft-c.startingBackgroundPositionLeft)*(b-c.stellarRatio)+"px":c.startingValueLeft,e=this.options.verticalScrolling?(l+c.verticalOffset-this.viewportOffsetTop-c.startingOffsetTop+c.parentOffsetTop-c.startingBackgroundPositionTop)*(b-c.stellarRatio)+"px":c.startingValueTop,m(c.$element,d,e)}},_handleScrollEvent:function(){var a=this,b=!1,c=function(){a._repositionElements(),b=!1},d=function(){b||(o(c),b=!0)};this.$scrollElement.bind("scroll."+this.name,d),d()},_startAnimationLoop:function(){var a=this;this._animationLoop=function(){o(a._animationLoop),a._repositionElements()},this._animationLoop()}},a.fn[f]=function(b){var c=arguments;return b===d||"object"==typeof b?this.each(function(){a.data(this,"plugin_"+f)||a.data(this,"plugin_"+f,new e(this,b))}):"string"==typeof b&&"_"!==b[0]&&"init"!==b?this.each(function(){var d=a.data(this,"plugin_"+f);d instanceof e&&"function"==typeof d[b]&&d[b].apply(d,Array.prototype.slice.call(c,1)),"destroy"===b&&a.data(this,"plugin_"+f,null)}):void 0},a[f]=function(){var c=a(b);return c.stellar.apply(c,Array.prototype.slice.call(arguments,0))},a[f].scrollProperty=h,a[f].positionProperty=i,b.Stellar=e}(jQuery,this,document); -------------------------------------------------------------------------------- /js/jquery.waypoints.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | Waypoints - 4.0.0 3 | Copyright © 2011-2015 Caleb Troughton 4 | Licensed under the MIT license. 5 | https://github.com/imakewebthings/waypoints/blog/master/licenses.txt 6 | */ 7 | !function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.invokeAll("enable")},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical);t&&e&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s],l=o.oldScroll=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var a in this.waypoints[r]){var l,h,p,u,c,d=this.waypoints[r][a],f=d.options.offset,w=d.triggerPoint,y=0,g=null==w;d.element!==d.element.window&&(y=d.adapter.offset()[s.offsetProp]),"function"==typeof f?f=f.apply(d):"string"==typeof f&&(f=parseFloat(f),d.options.offset.indexOf("%")>-1&&(f=Math.ceil(s.contextDimension*f/100))),l=s.contextScroll-s.contextOffset,d.triggerPoint=y+l-f,h=w=s.oldScroll,u=h&&p,c=!h&&!p,!g&&u?(d.queueTrigger(s.backward),o[d.group.id]=d.group):!g&&c?(d.queueTrigger(s.forward),o[d.group.id]=d.group):g&&s.oldScroll>=d.triggerPoint&&(d.queueTrigger(s.forward),o[d.group.id]=d.group)}}return n.requestAnimationFrame(function(){for(var t in o)o[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}(); -------------------------------------------------------------------------------- /js/login.js: -------------------------------------------------------------------------------- 1 | function goContactPage() 2 | { 3 | document.getElementById("personalPage").style.display="none"; 4 | document.getElementById("accountPage").style.display="none"; 5 | document.getElementById("contactPage").style.display="block"; 6 | } 7 | function goAccountPage() 8 | { 9 | document.getElementById("contactPage").style.display="none"; 10 | document.getElementById("accountPage").style.display="block"; 11 | } 12 | function goMedicalPage() 13 | { 14 | document.getElementById("accountPage").style.display="none"; 15 | document.getElementById("medicalPage").style.display="block"; 16 | } 17 | /// 18 | (function ($) { 19 | "use strict"; 20 | /*================================================================== 21 | [ Validate after type ]*/ 22 | $('.validate-input .input100').each(function(){ 23 | $(this).on('blur', function(){ 24 | if(validate(this) == false){ 25 | showValidate(this); 26 | } 27 | else { 28 | $(this).parent().addClass('true-validate'); 29 | } 30 | }) 31 | }) 32 | 33 | 34 | /*================================================================== 35 | [ Validate ]*/ 36 | var input = $('.validate-input .input100'); 37 | 38 | $('.validate-form').on('submit',function(){ 39 | var check = true; 40 | 41 | for(var i=0; i') 78 | $('.btn-hide-validate').each(function(){ 79 | $(this).on('click',function(){ 80 | hideValidate(this); 81 | }); 82 | }); 83 | } 84 | 85 | function hideValidate(input) { 86 | var thisAlert = $(input).parent(); 87 | $(thisAlert).removeClass('alert-validate'); 88 | $(thisAlert).find('.btn-hide-validate').remove(); 89 | } 90 | 91 | 92 | })(jQuery); -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- 1 | AOS.init({ 2 | duration: 800, 3 | easing: 'slide' 4 | }); 5 | 6 | (function($) { 7 | 8 | "use strict"; 9 | 10 | var isMobile = { 11 | Android: function() { 12 | return navigator.userAgent.match(/Android/i); 13 | }, 14 | BlackBerry: function() { 15 | return navigator.userAgent.match(/BlackBerry/i); 16 | }, 17 | iOS: function() { 18 | return navigator.userAgent.match(/iPhone|iPad|iPod/i); 19 | }, 20 | Opera: function() { 21 | return navigator.userAgent.match(/Opera Mini/i); 22 | }, 23 | Windows: function() { 24 | return navigator.userAgent.match(/IEMobile/i); 25 | }, 26 | any: function() { 27 | return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); 28 | } 29 | }; 30 | 31 | 32 | $(window).stellar({ 33 | responsive: true, 34 | parallaxBackgrounds: true, 35 | parallaxElements: true, 36 | horizontalScrolling: false, 37 | hideDistantElements: false, 38 | scrollProperty: 'scroll' 39 | }); 40 | 41 | 42 | var fullHeight = function() { 43 | 44 | $('.js-fullheight').css('height', $(window).height()); 45 | $(window).resize(function(){ 46 | $('.js-fullheight').css('height', $(window).height()); 47 | }); 48 | 49 | }; 50 | fullHeight(); 51 | 52 | // loader 53 | var loader = function() { 54 | setTimeout(function() { 55 | if($('#ftco-loader').length > 0) { 56 | $('#ftco-loader').removeClass('show'); 57 | } 58 | }, 1); 59 | }; 60 | loader(); 61 | 62 | // Scrollax 63 | $.Scrollax(); 64 | 65 | var carousel = function() { 66 | $('.carousel-testimony').owlCarousel({ 67 | center: true, 68 | loop: true, 69 | items:1, 70 | margin: 30, 71 | stagePadding: 0, 72 | nav: true, 73 | navText: ['', ''], 74 | responsive:{ 75 | 0:{ 76 | items: 1 77 | }, 78 | 600:{ 79 | items: 2 80 | }, 81 | 1000:{ 82 | items: 3 83 | } 84 | } 85 | }); 86 | 87 | }; 88 | carousel(); 89 | 90 | $('nav .dropdown').hover(function(){ 91 | var $this = $(this); 92 | // timer; 93 | // clearTimeout(timer); 94 | $this.addClass('show'); 95 | $this.find('> a').attr('aria-expanded', true); 96 | // $this.find('.dropdown-menu').addClass('animated-fast fadeInUp show'); 97 | $this.find('.dropdown-menu').addClass('show'); 98 | }, function(){ 99 | var $this = $(this); 100 | // timer; 101 | // timer = setTimeout(function(){ 102 | $this.removeClass('show'); 103 | $this.find('> a').attr('aria-expanded', false); 104 | // $this.find('.dropdown-menu').removeClass('animated-fast fadeInUp show'); 105 | $this.find('.dropdown-menu').removeClass('show'); 106 | // }, 100); 107 | }); 108 | 109 | 110 | $('#dropdown04').on('show.bs.dropdown', function () { 111 | console.log('show'); 112 | }); 113 | 114 | // scroll 115 | var scrollWindow = function() { 116 | $(window).scroll(function(){ 117 | var $w = $(this), 118 | st = $w.scrollTop(), 119 | navbar = $('.ftco_navbar'), 120 | sd = $('.js-scroll-wrap'); 121 | 122 | if (st > 150) { 123 | if ( !navbar.hasClass('scrolled') ) { 124 | navbar.addClass('scrolled'); 125 | } 126 | } 127 | if (st < 150) { 128 | if ( navbar.hasClass('scrolled') ) { 129 | navbar.removeClass('scrolled sleep'); 130 | } 131 | } 132 | if ( st > 350 ) { 133 | if ( !navbar.hasClass('awake') ) { 134 | navbar.addClass('awake'); 135 | } 136 | 137 | if(sd.length > 0) { 138 | sd.addClass('sleep'); 139 | } 140 | } 141 | if ( st < 350 ) { 142 | if ( navbar.hasClass('awake') ) { 143 | navbar.removeClass('awake'); 144 | navbar.addClass('sleep'); 145 | } 146 | if(sd.length > 0) { 147 | sd.removeClass('sleep'); 148 | } 149 | } 150 | }); 151 | }; 152 | scrollWindow(); 153 | 154 | var isMobile = { 155 | Android: function() { 156 | return navigator.userAgent.match(/Android/i); 157 | }, 158 | BlackBerry: function() { 159 | return navigator.userAgent.match(/BlackBerry/i); 160 | }, 161 | iOS: function() { 162 | return navigator.userAgent.match(/iPhone|iPad|iPod/i); 163 | }, 164 | Opera: function() { 165 | return navigator.userAgent.match(/Opera Mini/i); 166 | }, 167 | Windows: function() { 168 | return navigator.userAgent.match(/IEMobile/i); 169 | }, 170 | any: function() { 171 | return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); 172 | } 173 | }; 174 | 175 | 176 | var counter = function() { 177 | 178 | $('#section-counter').waypoint( function( direction ) { 179 | 180 | if( direction === 'down' && !$(this.element).hasClass('ftco-animated') ) { 181 | 182 | var comma_separator_number_step = $.animateNumber.numberStepFactories.separator(',') 183 | $('.number').each(function(){ 184 | var $this = $(this), 185 | num = $this.data('number'); 186 | console.log(num); 187 | $this.animateNumber( 188 | { 189 | number: num, 190 | numberStep: comma_separator_number_step 191 | }, 7000 192 | ); 193 | }); 194 | 195 | } 196 | 197 | } , { offset: '95%' } ); 198 | 199 | } 200 | counter(); 201 | 202 | var contentWayPoint = function() { 203 | var i = 0; 204 | $('.ftco-animate').waypoint( function( direction ) { 205 | 206 | if( direction === 'down' && !$(this.element).hasClass('ftco-animated') ) { 207 | 208 | i++; 209 | 210 | $(this.element).addClass('item-animate'); 211 | setTimeout(function(){ 212 | 213 | $('body .ftco-animate.item-animate').each(function(k){ 214 | var el = $(this); 215 | setTimeout( function () { 216 | var effect = el.data('animate-effect'); 217 | if ( effect === 'fadeIn') { 218 | el.addClass('fadeIn ftco-animated'); 219 | } else if ( effect === 'fadeInLeft') { 220 | el.addClass('fadeInLeft ftco-animated'); 221 | } else if ( effect === 'fadeInRight') { 222 | el.addClass('fadeInRight ftco-animated'); 223 | } else { 224 | el.addClass('fadeInUp ftco-animated'); 225 | } 226 | el.removeClass('item-animate'); 227 | }, k * 50, 'easeInOutExpo' ); 228 | }); 229 | 230 | }, 100); 231 | 232 | } 233 | 234 | } , { offset: '95%' } ); 235 | }; 236 | contentWayPoint(); 237 | 238 | 239 | // navigation 240 | var OnePageNav = function() { 241 | $(".smoothscroll[href^='#'], #ftco-nav ul li a[href^='#']").on('click', function(e) { 242 | e.preventDefault(); 243 | 244 | var hash = this.hash, 245 | navToggler = $('.navbar-toggler'); 246 | $('html, body').animate({ 247 | scrollTop: $(hash).offset().top 248 | }, 700, 'easeInOutExpo', function(){ 249 | window.location.hash = hash; 250 | }); 251 | 252 | 253 | if ( navToggler.is(':visible') ) { 254 | navToggler.click(); 255 | } 256 | }); 257 | $('body').on('activate.bs.scrollspy', function () { 258 | console.log('nice'); 259 | }) 260 | }; 261 | OnePageNav(); 262 | 263 | 264 | // magnific popup 265 | $('.image-popup').magnificPopup({ 266 | type: 'image', 267 | closeOnContentClick: true, 268 | closeBtnInside: false, 269 | fixedContentPos: true, 270 | mainClass: 'mfp-no-margins mfp-with-zoom', // class to remove default margin from left and right side 271 | gallery: { 272 | enabled: true, 273 | navigateByImgClick: true, 274 | preload: [0,1] // Will preload 0 - before current, and 1 after the current image 275 | }, 276 | image: { 277 | verticalFit: true 278 | }, 279 | zoom: { 280 | enabled: true, 281 | duration: 300 // don't foget to change the duration also in CSS 282 | } 283 | }); 284 | 285 | $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({ 286 | disableOn: 700, 287 | type: 'iframe', 288 | mainClass: 'mfp-fade', 289 | removalDelay: 160, 290 | preloader: false, 291 | 292 | fixedContentPos: false 293 | }); 294 | 295 | 296 | })(jQuery); 297 | 298 | -------------------------------------------------------------------------------- /js/particle.js: -------------------------------------------------------------------------------- 1 | // ParticlesJS Config. 2 | particlesJS("particles-js", { 3 | "particles": { 4 | "number": { 5 | "value": 388, 6 | "density": { 7 | "enable": true, 8 | "value_area": 5356.439543127214 9 | } 10 | }, 11 | "color": { 12 | "value": "#fff" 13 | }, 14 | "shape": { 15 | "type": "circle", 16 | "stroke": { 17 | "width": 0, 18 | "color": "#000000" 19 | }, 20 | "polygon": { 21 | "nb_sides": 5 22 | }, 23 | "image": { 24 | "src": "img/github.svg", 25 | "width": 100, 26 | "height": 100 27 | } 28 | }, 29 | "opacity": { 30 | "value": 0.5, 31 | "random": true, 32 | "anim": { 33 | "enable": false, 34 | "speed": 1, 35 | "opacity_min": 0.1, 36 | "sync": false 37 | } 38 | }, 39 | "size": { 40 | "value": 16.627453588620185, 41 | "random": true, 42 | "anim": { 43 | "enable": false, 44 | "speed": 40, 45 | "size_min": 0.1, 46 | "sync": false 47 | } 48 | }, 49 | "line_linked": { 50 | "enable": false, 51 | "distance": 500, 52 | "color": "#ffffff", 53 | "opacity": 0.4, 54 | "width": 2 55 | }, 56 | "move": { 57 | "enable": true, 58 | "speed": 6, 59 | "direction": "left", 60 | "random": false, 61 | "straight": false, 62 | "out_mode": "out", 63 | "bounce": false, 64 | "attract": { 65 | "enable": true, 66 | "rotateX": 600, 67 | "rotateY": 1200 68 | } 69 | } 70 | }, 71 | "interactivity": { 72 | "detect_on": "canvas", 73 | "events": { 74 | "onhover": { 75 | "enable": true, 76 | "mode": "bubble" 77 | }, 78 | "onclick": { 79 | "enable": true, 80 | "mode": "repulse" 81 | }, 82 | "resize": true 83 | }, 84 | "modes": { 85 | "grab": { 86 | "distance": 400, 87 | "line_linked": { 88 | "opacity": 0.5 89 | } 90 | }, 91 | "bubble": { 92 | "distance": 400, 93 | "size": 4, 94 | "duration": 0.3, 95 | "opacity": 1, 96 | "speed": 3 97 | }, 98 | "repulse": { 99 | "distance": 200, 100 | "duration": 0.4 101 | }, 102 | "push": { 103 | "particles_nb": 4 104 | }, 105 | "remove": { 106 | "particles_nb": 2 107 | } 108 | } 109 | }, 110 | "retina_detect": false 111 | }); -------------------------------------------------------------------------------- /js/posts.js: -------------------------------------------------------------------------------- 1 | var allData = []; 2 | var httpReq = new XMLHttpRequest(); 3 | 4 | 5 | function getData() 6 | { 7 | 8 | httpReq.open("GET", "https://api.themoviedb.org/3/movie/now_playing?api_key=eba8b9a7199efdcb0ca1f96879b83c44&fbclid=IwAR2ufqCGbRrpvJ2FBqhCMoo4db44TRA7GJ-1j_VaoXtd66iwBkdoeVRy8hI" ) // hatft7 tari2 bena w ben eltanyeen 9 | httpReq.send(); // hatb3t 3arbia nos na2l t7ml eldata 10 | httpReq.onreadystatechange = function() 11 | { 12 | if(httpReq.readyState == 4 && httpReq.status == 200) 13 | { 14 | 15 | 16 | allData = JSON.parse( httpReq.response).results; // di hat4il eldata ely rag3a 17 | displayData(); 18 | } 19 | } 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | } 30 | getData(); 31 | function displayData() 32 | { 33 | var temp = ``; 34 | 35 | for(var i = 0 ; i 39 | 40 |
41 | 42 |
43 | 44 | 45 | 46 | 47 |
49 | 50 |
51 |

`+allData[i].title+`

52 |

release_date:`+allData[i].release_date+`

53 |

Last updated 3 mins ago

54 |
55 | 56 | 57 |
58 |
59 |

`+allData[i].overview+`

60 | 61 | 62 | 63 | 64 |
65 | 66 | 85 | 86 |
87 | 88 | `; 89 | } 90 | 91 | 92 | document.getElementById("rowData").innerHTML = temp; 93 | } 94 | 95 | console.log(httpReq.readyState); 96 | 97 | 98 | 99 | 100 | 101 | 102 | function searchproduct( name) 103 | { 104 | 105 | 106 | var temp=``; 107 | for (var i=0; i 113 |
114 | 115 | 116 |
117 | 118 |

`+allData[i].title+`

119 | 120 |

`+allData[i].overview+`

121 |
`+allData[i].vote_average+`
122 |
`+allData[i].release_date+`
123 | 124 |
125 |
126 | 127 | `; 128 | 129 | 130 | 131 | 132 | } 133 | 134 | 135 | 136 | 137 | } 138 | 139 | document.getElementById("rowwData").innerHTML=temp; 140 | 141 | } 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | function searchproduct( name) 153 | { 154 | 155 | 156 | var temp=``; 157 | for (var i=0; iy[r?"right":"bottom"]||y[r?"left":"top"]>H[r?"width":"height"]||(ja=I.options,R=ja.offset||t.offset||0,J=y[r?"right":"bottom"],z=y[r?"width":"height"],A=(z-J+R)/z,0>A&&(J=y[r?"left":"top"],z=H[r?"width":"height"],A=-1+(z-J+R)/z),1A||b(I,A,r));u("scroll",H)}}function b(a,b){S=a.parallaxElements;var c=S.length;if(c)for(var f=0;fd?1+n:1-n,h=0>h?0:1 2 | 3 | 4 | 5 | Blood Bank 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 66 | 67 | 68 |
69 |
70 |
71 |
72 |
73 | 74 | 75 | Sign In 76 | 77 | 78 | 79 |
80 | 81 | 82 |
83 |
84 | 85 | 86 |
87 | 88 | 89 |
90 |
91 | 92 | 94 |
95 |
96 |

Forgot password?

97 |
98 |
99 | 100 | 101 |
102 | 105 |
106 | 107 | 108 |
109 | 110 | Or login with 111 | 112 |
113 | 124 | 125 |
126 |
127 |
128 | 129 |
130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | -------------------------------------------------------------------------------- /postsimg/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/1.jpg -------------------------------------------------------------------------------- /postsimg/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/2.jpg -------------------------------------------------------------------------------- /postsimg/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/3.jpg -------------------------------------------------------------------------------- /postsimg/A+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/A+.png -------------------------------------------------------------------------------- /postsimg/aerial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/aerial.jpg -------------------------------------------------------------------------------- /postsimg/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/b.png -------------------------------------------------------------------------------- /postsimg/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/back.jpg -------------------------------------------------------------------------------- /postsimg/banner-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/banner-small.jpg -------------------------------------------------------------------------------- /postsimg/client-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/client-1.png -------------------------------------------------------------------------------- /postsimg/client-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/client-2.png -------------------------------------------------------------------------------- /postsimg/client-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/client-3.png -------------------------------------------------------------------------------- /postsimg/client-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/client-4.png -------------------------------------------------------------------------------- /postsimg/client-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/client-8.png -------------------------------------------------------------------------------- /postsimg/client-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/client-9.png -------------------------------------------------------------------------------- /postsimg/dotted-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/dotted-map.png -------------------------------------------------------------------------------- /postsimg/download (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/download (1).jpg -------------------------------------------------------------------------------- /postsimg/dream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/dream.jpg -------------------------------------------------------------------------------- /postsimg/heart-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/heart-color.png -------------------------------------------------------------------------------- /postsimg/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/heart.png -------------------------------------------------------------------------------- /postsimg/images (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/images (1).jpg -------------------------------------------------------------------------------- /postsimg/images (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/images (2).jpg -------------------------------------------------------------------------------- /postsimg/lighted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/lighted.jpg -------------------------------------------------------------------------------- /postsimg/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/logo-white.png -------------------------------------------------------------------------------- /postsimg/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/logo.png -------------------------------------------------------------------------------- /postsimg/o+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/o+.jpg -------------------------------------------------------------------------------- /postsimg/overlay-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/overlay-bg.jpg -------------------------------------------------------------------------------- /postsimg/post-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-1.jpg -------------------------------------------------------------------------------- /postsimg/post-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-2.jpg -------------------------------------------------------------------------------- /postsimg/post-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-3.jpg -------------------------------------------------------------------------------- /postsimg/post-large-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-large-1.jpg -------------------------------------------------------------------------------- /postsimg/post-large-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-large-2.jpg -------------------------------------------------------------------------------- /postsimg/post-large-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-large-3.jpg -------------------------------------------------------------------------------- /postsimg/post-large-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-large-4.jpg -------------------------------------------------------------------------------- /postsimg/post-large-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/post-large-5.jpg -------------------------------------------------------------------------------- /postsimg/profile-midle-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/profile-midle-1.jpg -------------------------------------------------------------------------------- /postsimg/profile-small-27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/profile-small-27.jpg -------------------------------------------------------------------------------- /postsimg/profile-small-28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/profile-small-28.jpg -------------------------------------------------------------------------------- /postsimg/profile-small-32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/postsimg/profile-small-32.jpg -------------------------------------------------------------------------------- /profile.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 55 | 56 | 57 | 58 | 59 | 60 | 61 |
62 |
63 |
64 |
65 | 66 |
67 |
68 |
69 | 70 |
71 |
72 |
73 |
74 |

Personal Info:

75 |

Name : Ahmed Ali

76 |

Age : 25

77 |

Phone : 01177788991

78 |

City : Cairo

79 |

Blood Type : A

80 |

Last Donation Date : 12/1/2020

81 |
82 |
83 |
84 |
85 |
86 |

Posts

87 |
88 |

89 | Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 90 |

91 |
92 |
93 |

94 | Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 95 |

96 |
97 |
98 |

99 | Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 100 |

101 |
102 |
103 |

104 | Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. 105 |

106 |
107 | 108 |
109 |
110 |
111 |
112 |
113 | 116 | 120 | 121 | 122 | 123 | 124 | 125 | -------------------------------------------------------------------------------- /webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSalma/Blood-Bank-FullStackDevelopmentProject/6290659a64d55180131011e625dd6c14eb223603/webfonts/fa-solid-900.woff2 --------------------------------------------------------------------------------