├── Anna.crx ├── CODE_OF_CONDUCT.md ├── LICENSE ├── PULL_REQUEST_TEMPLATE.md ├── background.html ├── background.js ├── css ├── bootstrap.min.css ├── cropper.css ├── hilowgame.css ├── material.min.css ├── on-off-switch.css ├── popup.css └── reset.min.css ├── docs ├── AdditionOfNewFeatures.md ├── Anna.png ├── ArrangementOfFiles.md ├── Automated.png ├── Browser.png ├── Contributing.md ├── HowItWorks.md ├── HowToInstallGuide.md ├── Location.png ├── PullRequestTemplate.md ├── README.md ├── Youtube.png └── social.png ├── elate ├── .DS_Store ├── .sass-cache │ ├── 026acdef4a48522a62da3e19f20793f9adc78e09 │ │ ├── blue.scssc │ │ ├── bootstrap.scssc │ │ ├── brown.scssc │ │ ├── green.scssc │ │ ├── lightblue.scssc │ │ ├── orange.scssc │ │ ├── pink.scssc │ │ ├── style.scssc │ │ ├── style2.scssc │ │ ├── style3.scssc │ │ ├── style4.scssc │ │ └── turquoise.scssc │ ├── 1bb1502c743a61c741cf223514aa7007cc4d199a │ │ ├── _alerts.scssc │ │ ├── _background-variant.scssc │ │ ├── _border-radius.scssc │ │ ├── _buttons.scssc │ │ ├── _center-block.scssc │ │ ├── _clearfix.scssc │ │ ├── _forms.scssc │ │ ├── _gradients.scssc │ │ ├── _grid-framework.scssc │ │ ├── _grid.scssc │ │ ├── _hide-text.scssc │ │ ├── _image.scssc │ │ ├── _labels.scssc │ │ ├── _list-group.scssc │ │ ├── _nav-divider.scssc │ │ ├── _nav-vertical-align.scssc │ │ ├── _opacity.scssc │ │ ├── _pagination.scssc │ │ ├── _panels.scssc │ │ ├── _progress-bar.scssc │ │ ├── _reset-filter.scssc │ │ ├── _reset-text.scssc │ │ ├── _resize.scssc │ │ ├── _responsive-visibility.scssc │ │ ├── _size.scssc │ │ ├── _tab-focus.scssc │ │ ├── _table-row.scssc │ │ ├── _text-emphasis.scssc │ │ ├── _text-overflow.scssc │ │ └── _vendor-prefixes.scssc │ ├── 42577b08f67f695c0d5fb0c34bdd5b665605cb42 │ │ ├── _alerts.scssc │ │ ├── _badges.scssc │ │ ├── _breadcrumbs.scssc │ │ ├── _button-groups.scssc │ │ ├── _buttons.scssc │ │ ├── _carousel.scssc │ │ ├── _close.scssc │ │ ├── _code.scssc │ │ ├── _component-animations.scssc │ │ ├── _dropdowns.scssc │ │ ├── _forms.scssc │ │ ├── _glyphicons.scssc │ │ ├── _grid.scssc │ │ ├── _input-groups.scssc │ │ ├── _jumbotron.scssc │ │ ├── _labels.scssc │ │ ├── _list-group.scssc │ │ ├── _media.scssc │ │ ├── _mixins.scssc │ │ ├── _modals.scssc │ │ ├── _navbar.scssc │ │ ├── _navs.scssc │ │ ├── _normalize.scssc │ │ ├── _pager.scssc │ │ ├── _pagination.scssc │ │ ├── _panels.scssc │ │ ├── _popovers.scssc │ │ ├── _print.scssc │ │ ├── _progress-bars.scssc │ │ ├── _responsive-embed.scssc │ │ ├── _responsive-utilities.scssc │ │ ├── _scaffolding.scssc │ │ ├── _tables.scssc │ │ ├── _thumbnails.scssc │ │ ├── _tooltip.scssc │ │ ├── _type.scssc │ │ ├── _utilities.scssc │ │ ├── _variables.scssc │ │ └── _wells.scssc │ ├── 62618027b4caf6f904bc1e6f3bba60bc346dd1e6 │ │ ├── _alerts.scssc │ │ ├── _background-variant.scssc │ │ ├── _border-radius.scssc │ │ ├── _buttons.scssc │ │ ├── _center-block.scssc │ │ ├── _clearfix.scssc │ │ ├── _forms.scssc │ │ ├── _gradients.scssc │ │ ├── _grid-framework.scssc │ │ ├── _grid.scssc │ │ ├── _hide-text.scssc │ │ ├── _image.scssc │ │ ├── _labels.scssc │ │ ├── _list-group.scssc │ │ ├── _nav-divider.scssc │ │ ├── _nav-vertical-align.scssc │ │ ├── _opacity.scssc │ │ ├── _pagination.scssc │ │ ├── _panels.scssc │ │ ├── _progress-bar.scssc │ │ ├── _reset-filter.scssc │ │ ├── _reset-text.scssc │ │ ├── _resize.scssc │ │ ├── _responsive-visibility.scssc │ │ ├── _size.scssc │ │ ├── _tab-focus.scssc │ │ ├── _table-row.scssc │ │ ├── _text-emphasis.scssc │ │ ├── _text-overflow.scssc │ │ └── _vendor-prefixes.scssc │ ├── 8ab364f78af8525cdac1e38bd6b084e3301cad88 │ │ ├── _bootstrap.scssc │ │ ├── blue.scssc │ │ ├── bootstrap.scssc │ │ ├── brown.scssc │ │ ├── green.scssc │ │ ├── lightblue.scssc │ │ ├── lightgreen.scssc │ │ ├── orange.scssc │ │ ├── pink.scssc │ │ ├── style.scssc │ │ └── turquoise.scssc │ └── c10237004de635a1a311b1d886625325ad84b598 │ │ ├── _alerts.scssc │ │ ├── _badges.scssc │ │ ├── _breadcrumbs.scssc │ │ ├── _button-groups.scssc │ │ ├── _buttons.scssc │ │ ├── _carousel.scssc │ │ ├── _close.scssc │ │ ├── _code.scssc │ │ ├── _component-animations.scssc │ │ ├── _dropdowns.scssc │ │ ├── _forms.scssc │ │ ├── _glyphicons.scssc │ │ ├── _grid.scssc │ │ ├── _input-groups.scssc │ │ ├── _jumbotron.scssc │ │ ├── _labels.scssc │ │ ├── _list-group.scssc │ │ ├── _media.scssc │ │ ├── _mixins.scssc │ │ ├── _modals.scssc │ │ ├── _navbar.scssc │ │ ├── _navs.scssc │ │ ├── _normalize.scssc │ │ ├── _pager.scssc │ │ ├── _pagination.scssc │ │ ├── _panels.scssc │ │ ├── _popovers.scssc │ │ ├── _print.scssc │ │ ├── _progress-bars.scssc │ │ ├── _responsive-embed.scssc │ │ ├── _responsive-utilities.scssc │ │ ├── _scaffolding.scssc │ │ ├── _tables.scssc │ │ ├── _thumbnails.scssc │ │ ├── _tooltip.scssc │ │ ├── _type.scssc │ │ ├── _utilities.scssc │ │ ├── _variables.scssc │ │ └── _wells.scssc ├── Logo-w-text.png ├── README.md ├── a.html ├── css │ ├── .DS_Store │ ├── animate.css │ ├── blue.css │ ├── blue.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── icomoon.css │ ├── magnific-popup.css │ ├── simple-line-icons.css │ ├── style.css │ ├── style.css.map │ ├── style2.css │ ├── style2.css.map │ ├── style3.css │ ├── style3.css.map │ ├── style4.css │ └── style4.css.map ├── fonts │ ├── .DS_Store │ ├── bootstrap │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── icomoon │ │ ├── .DS_Store │ │ ├── icomoon.eot │ │ ├── icomoon.svg │ │ ├── icomoon.ttf │ │ ├── icomoon.woff │ │ └── icomoon │ │ │ ├── .DS_Store │ │ │ ├── Read Me.txt │ │ │ ├── demo-files │ │ │ ├── demo.css │ │ │ └── demo.js │ │ │ ├── demo.html │ │ │ ├── fonts │ │ │ ├── icomoon.eot │ │ │ ├── icomoon.svg │ │ │ ├── icomoon.ttf │ │ │ └── icomoon.woff │ │ │ ├── selection.json │ │ │ └── style.css │ └── simple-line-icons │ │ ├── Simple-Line-Icons.eot │ │ ├── Simple-Line-Icons.svg │ │ ├── Simple-Line-Icons.ttf │ │ ├── Simple-Line-Icons.woff │ │ └── Simple-Line-Icons.woff2 ├── images │ ├── .DS_Store │ ├── full_image_1.jpg │ ├── full_image_2.jpg │ ├── img_10.jpg │ ├── img_7.jpg │ ├── img_8.jpg │ ├── loc.png │ ├── person1.jpg │ ├── person2.jpg │ ├── person3.jpg │ ├── person4.jpg │ ├── work_1.jpg │ ├── work_2.jpg │ ├── work_3.jpg │ ├── work_4.jpg │ ├── work_5.jpg │ ├── work_6.jpg │ ├── work_7.jpg │ └── work_8.jpg ├── index.html ├── js │ ├── .DS_Store │ ├── bootstrap.min.js │ ├── google_map.js │ ├── jquery.countTo.js │ ├── jquery.easing.1.3.js │ ├── jquery.magnific-popup.min.js │ ├── jquery.min.js │ ├── jquery.stellar.min.js │ ├── jquery.style.switcher.js │ ├── jquery.waypoints.min.js │ ├── magnific-popup-options.js │ ├── main.js │ ├── modernizr-2.6.2.min.js │ └── respond.min.js └── sass │ ├── .DS_Store │ ├── _bootstrap-compass.scss │ ├── _bootstrap-mincer.scss │ ├── _bootstrap-sprockets.scss │ ├── blue.scss │ ├── bootstrap.scss │ ├── bootstrap │ ├── _alerts.scss │ ├── _badges.scss │ ├── _breadcrumbs.scss │ ├── _button-groups.scss │ ├── _buttons.scss │ ├── _carousel.scss │ ├── _close.scss │ ├── _code.scss │ ├── _component-animations.scss │ ├── _dropdowns.scss │ ├── _forms.scss │ ├── _glyphicons.scss │ ├── _grid.scss │ ├── _input-groups.scss │ ├── _jumbotron.scss │ ├── _labels.scss │ ├── _list-group.scss │ ├── _media.scss │ ├── _mixins.scss │ ├── _modals.scss │ ├── _navbar.scss │ ├── _navs.scss │ ├── _normalize.scss │ ├── _pager.scss │ ├── _pagination.scss │ ├── _panels.scss │ ├── _popovers.scss │ ├── _print.scss │ ├── _progress-bars.scss │ ├── _responsive-embed.scss │ ├── _responsive-utilities.scss │ ├── _scaffolding.scss │ ├── _tables.scss │ ├── _theme.scss │ ├── _thumbnails.scss │ ├── _tooltip.scss │ ├── _type.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── _wells.scss │ └── mixins │ │ ├── _alerts.scss │ │ ├── _background-variant.scss │ │ ├── _border-radius.scss │ │ ├── _buttons.scss │ │ ├── _center-block.scss │ │ ├── _clearfix.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hide-text.scss │ │ ├── _image.scss │ │ ├── _labels.scss │ │ ├── _list-group.scss │ │ ├── _nav-divider.scss │ │ ├── _nav-vertical-align.scss │ │ ├── _opacity.scss │ │ ├── _pagination.scss │ │ ├── _panels.scss │ │ ├── _progress-bar.scss │ │ ├── _reset-filter.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _responsive-visibility.scss │ │ ├── _size.scss │ │ ├── _tab-focus.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-overflow.scss │ │ └── _vendor-prefixes.scss │ ├── style.scss │ ├── style2.scss │ ├── style3.scss │ ├── style4.scss │ └── untitled.html ├── fetch_pull_request ├── hilowgame.html ├── img ├── Anna.png ├── Tile Image(1400x560).png ├── Tile image(440x280).png ├── Tile image(920x680).png ├── Youtube.png ├── chrome store icon.png ├── gradient icon.png ├── icon-active.png ├── icon-inactive.png ├── icon.png ├── icon16.png ├── icon48.png ├── logo-color.png └── svg-icons │ ├── green.svg │ ├── red.svg │ └── yellow.svg ├── js ├── content_script.js ├── cropperjs │ ├── change.js │ ├── constants.js │ ├── cropper.js │ ├── defaults.js │ ├── events.js │ ├── handlers.js │ ├── methods.js │ ├── preview.js │ ├── render.js │ ├── template.js │ └── utilities.js ├── hilowgame.js ├── jquery-1.11.2.min.js ├── jquery.min.js ├── on-off-switch-onload.js ├── on-off-switch.js ├── on-off.js ├── popup.js ├── screenshot.js ├── set_status_icon.js ├── tether.min.js └── vendor │ ├── bootstrap.min.js │ ├── jquery-3.2.0.min.js │ └── material.min.js ├── manifest.json ├── permission.html ├── permission.js ├── popup.html └── screenshot.html /Anna.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/Anna.crx -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. 6 | 7 | ## Our Standards 8 | 9 | Examples of behavior that contributes to creating a positive environment include: 10 | 11 | * Using welcoming and inclusive language 12 | * Being respectful of differing viewpoints and experiences 13 | * Gracefully accepting constructive criticism 14 | * Focusing on what is best for the community 15 | * Showing empathy towards other community members 16 | 17 | Examples of unacceptable behavior by participants include: 18 | 19 | * The use of sexualized language or imagery and unwelcome sexual attention or advances 20 | * Trolling, insulting/derogatory comments, and personal or political attacks 21 | * Public or private harassment 22 | * Publishing others' private information, such as a physical or electronic address, without explicit permission 23 | * Other conduct which could reasonably be considered inappropriate in a professional setting 24 | 25 | ## Our Responsibilities 26 | 27 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 28 | 29 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. 30 | 31 | ## Scope 32 | 33 | This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. 34 | 35 | ## Enforcement 36 | 37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at thabeatsz@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. 38 | 39 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. 40 | 41 | ## Attribution 42 | 43 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] 44 | 45 | [homepage]: http://contributor-covenant.org 46 | [version]: http://contributor-covenant.org/version/1/4/ 47 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Anna 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Thanks for contributing. Your contribution might help someone understand the concepts better. 2 | 3 | However, to make sure things are working properly, here's a checklist. Just make sure you check them. 4 | - [x] I am reading these checkboxes. 5 | - [ ] Read [contribution guidelines](/docs/Contributing.md) 6 | - [ ] Screenshots 7 | 8 | 9 | -------------------------------------------------------------------------------- /background.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Anna 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /css/hilowgame.css: -------------------------------------------------------------------------------- 1 | #restartbtn { 2 | display: none; 3 | } 4 | 5 | #userguess { 6 | line-height: 1em; 7 | color: blanchedalmond; 8 | } 9 | 10 | #btn-col{ 11 | text-align: left; 12 | } 13 | 14 | #submit{ 15 | margin-left: 15px; 16 | } 17 | 18 | #usernum{ 19 | position: absolute; 20 | 21 | } 22 | #output{ 23 | margin-top: 5px; 24 | } 25 | body { 26 | font-family: 'Ubuntu', sans-serif; 27 | position: absolute; 28 | top: 0; 29 | bottom: 0; 30 | left: 0; 31 | right: 0; 32 | z-index: 2; 33 | opacity: .9; 34 | -webkit-backface-visibility: hidden; 35 | background-color: #52d3aa; 36 | background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%); 37 | text-align: center; 38 | } 39 | 40 | h1{ 41 | color: white; 42 | font-size: 50px; 43 | } 44 | h2{ 45 | 46 | color: black; 47 | } 48 | p{ 49 | color: beige; 50 | font-size: 18px; 51 | } 52 | 53 | -------------------------------------------------------------------------------- /css/reset.min.css: -------------------------------------------------------------------------------- 1 | html, 2 | body, 3 | div, 4 | span, 5 | applet, 6 | object, 7 | iframe, 8 | h1, 9 | h2, 10 | h3, 11 | h4, 12 | h5, 13 | h6, 14 | p, 15 | blockquote, 16 | pre, 17 | a, 18 | abbr, 19 | acronym, 20 | address, 21 | big, 22 | cite, 23 | code, 24 | del, 25 | dfn, 26 | em, 27 | img, 28 | ins, 29 | kbd, 30 | q, 31 | s, 32 | samp, 33 | small, 34 | strike, 35 | strong, 36 | sub, 37 | sup, 38 | tt, 39 | var, 40 | b, 41 | u, 42 | i, 43 | center, 44 | dl, 45 | dt, 46 | dd, 47 | ol, 48 | ul, 49 | li, 50 | fieldset, 51 | form, 52 | label, 53 | legend, 54 | table, 55 | caption, 56 | tbody, 57 | tfoot, 58 | thead, 59 | tr, 60 | th, 61 | td, 62 | article, 63 | aside, 64 | canvas, 65 | details, 66 | embed, 67 | figure, 68 | figcaption, 69 | footer, 70 | header, 71 | hgroup, 72 | menu, 73 | nav, 74 | output, 75 | ruby, 76 | section, 77 | summary, 78 | time, 79 | mark, 80 | audio, 81 | video { 82 | margin: 0; 83 | padding: 0; 84 | border: 0; 85 | font-size: 100%; 86 | font: inherit; 87 | vertical-align: baseline 88 | } 89 | 90 | article, 91 | aside, 92 | details, 93 | figcaption, 94 | figure, 95 | footer, 96 | header, 97 | hgroup, 98 | menu, 99 | nav, 100 | section { 101 | display: block 102 | } 103 | 104 | body { 105 | line-height: 1 106 | } 107 | 108 | ol, 109 | ul { 110 | list-style: none 111 | } 112 | 113 | blockquote, 114 | q { 115 | quotes: none 116 | } 117 | 118 | blockquote:before, 119 | blockquote:after, 120 | q:before, 121 | q:after { 122 | content: ''; 123 | content: none 124 | } 125 | 126 | table { 127 | border-collapse: collapse; 128 | border-spacing: 0 129 | } -------------------------------------------------------------------------------- /docs/Anna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/docs/Anna.png -------------------------------------------------------------------------------- /docs/ArrangementOfFiles.md: -------------------------------------------------------------------------------- 1 | # Anna 2 | --- 3 | ### Arrangement of files 4 | 5 | * **css : This folder contains the plain text files format used for enhancing HTML files.** 6 | * Files named **_2.css_**,**_material.min.css_** ,**_on-off-switch.css_** and **_popup.css_** contains the layout for popup.html. 7 | * **_cropper.css_** shows it's significance in **_background.js_** and is used to feature crop fuction. 8 | 9 | * **elate : This folder contains the files that are used to build the main Web-page of Anna(_index.html_).** 10 | * **_index.html_** file is present under this folder which opens the main Web-page of Anna-Chrome Extension. 11 | 12 | * **img : This folder contains _icon.png_ which potrays the icon of Anna.** 13 | 14 | * **js : This folder contains some of the main javascript files in order to support popup display,reversesearch,screenshot and crop feature.** 15 | * Folder **_vendor_** along with files **_on-off-switch-onload.js_**,**_on-off-switch.js_**,**_on-off.js_**,**_popup.js_**,**_jquery-1.11.2.min.js_** designs the complete popup along with the on-off button effect. 16 | * Folder **_cropperjs_** along with file **_content_script.js_** lays it's impression in adding Cropping feature to screenshot and reverse-serach. 17 | * **_screenshot.js_** adds screenshot feature and is implemented in **_background.js_.** 18 | 19 | * **README.md** guides a new user about _What exactly the extension is all about?_It also highlight the main features of the extension and gives brief idea on _How to install Anna for the first time?_ 20 | * **background.html** acts as a container for background scripts.This is vital as because Chrome generate a simple html page to contain the js. 21 | * **background.js** acts as a background script where the main code of the extension lies.It has access to every Chrome API. 22 | * **manifest.json** tells Chrome important information about Anna-Chrome extension, like its name(_"name": "Anna Assistant"_) 23 | ,version(_"version": "1.2"_) and which permissions it needs as well as links to other files like icons(_"default_icon": "img/icon.png"_) and background pages. 24 | * **permission.html and permission.js** looks for the user's permission to access Microphone.If users fails to allow permission a popup will be displayed stating _Error : Microphone Access Required._ 25 | * **popup.html** contains the HTML and CSS codes to build the main display of POPUP for Anna. 26 | * **screenshot.html** a web page that opens as soon as user says that they are interested to take the screenshot of the screen.It also lets the user to save / download the saved screenshot. 27 | 28 | 29 | -------------------------------------------------------------------------------- /docs/Automated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/docs/Automated.png -------------------------------------------------------------------------------- /docs/Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/docs/Browser.png -------------------------------------------------------------------------------- /docs/Contributing.md: -------------------------------------------------------------------------------- 1 | # CONTRIBUTING 2 | 3 | ## Code Practices 4 | 5 | Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics. 6 | 7 | - [People before code](http://hintjens.com/blog:95): If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors. 8 | 9 | - Commit messages should be meaningful, example: `Add <-issue-name-and-number->`. 10 | 11 | - Make commit messaged like a command not in past tense. For example `Add feature` not `Adding feature or Added feature`. 12 | 13 | - Reference the issue numbers in the commit message or in the comments of the Pull Request, if it resolves an open issue. Example: `Fix # `. 14 | 15 | - Provide the link in the comment section of your pull request from your forked repository or relevant screenshots of the changes for easier review. 16 | 17 | - Pull Request older than 4 days with no response from the contributor shall be marked closed. 18 | 19 | - Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself. 20 | 21 | - If you are interested in solving an issue, comment on the issue so that it is assigned to you. If no response is there for more than 7 days, maintainers will mark the issue unassigned. 22 | 23 | - Make sure you read docs once, Answers to most of your questions is already there. 24 | 25 | - In case of suggestions for new features or bugs make an issue. Make sure you give a proper title, description and relevant links. 26 | 27 | Also, we have a team of maintainers to whom you can send a message to if your pull-request goes unnoticed. They may have time. 28 | If you need any help solving an issue feel free to reach out to us. 29 | -------------------------------------------------------------------------------- /docs/HowToInstallGuide.md: -------------------------------------------------------------------------------- 1 | # Anna 2 | --- 3 | ### How to Install Anna 4 | 5 | 1. Once you are on the repository page, look for the green “Clone or download” button on the right-hand side of the page. 6 | ![33733459-da6e1e9c-dbaf-11e7-99f3-d2777dbe37bb](https://user-images.githubusercontent.com/29461633/33744276-7760d156-dbd6-11e7-9728-85564ea072c0.png) 7 | 8 | 2. Click the “Clone or download” button and then click “Download ZIP” 9 | ![screenshot from 2017-12-07 20_02_51-iloveimg-cropped](https://user-images.githubusercontent.com/29461633/33731004-c02d137e-dba7-11e7-988b-c1527d724896.png) 10 | 11 | 3. Using the cloned folder, go to Chrome Menu > More tools > Extensions or type chrome://extensions in the URL bar. 12 | 13 | 4. Please enable the Developer mode "ON". Only then you can load the unpacked extension. 14 | 15 | 5. Click on "load unpacked extension" and select the folder and install. 16 | 17 | ![33733571-2a403612-dbb0-11e7-8d21-d511f811c157](https://user-images.githubusercontent.com/29461633/33744208-35984dd0-dbd6-11e7-8546-e94964611f96.png) 18 | 19 | 6. Make sure you give Anna microphone permissions and you are good to go! ![1f389](https://user-images.githubusercontent.com/29461633/33744299-9c962f8e-dbd6-11e7-9c5b-324fc95e20d5.png) 20 | -------------------------------------------------------------------------------- /docs/Location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/docs/Location.png -------------------------------------------------------------------------------- /docs/PullRequestTemplate.md: -------------------------------------------------------------------------------- 1 | # Pull Request Template # 2 | 3 | Please follow these practices while contributing to Anna. 4 | 5 | - Make sure you add screenshots if applicable 6 | 7 | ## Creating New Pull Request ## 8 | 9 | All the practices are mentioned in the docs of the repo. 10 | 11 | [Read once](https://github.com/lalitmee/Anna/blob/master/docs/Contributing.md#contributing) 12 | 13 | -------------------------------------------------------------------------------- /docs/Youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/docs/Youtube.png -------------------------------------------------------------------------------- /docs/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/docs/social.png -------------------------------------------------------------------------------- /elate/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.DS_Store -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/blue.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/blue.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/bootstrap.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/bootstrap.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/brown.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/brown.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/green.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/green.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/lightblue.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/lightblue.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/orange.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/orange.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/pink.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/pink.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style2.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style2.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style3.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style3.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style4.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/style4.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/turquoise.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/026acdef4a48522a62da3e19f20793f9adc78e09/turquoise.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_alerts.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_background-variant.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_background-variant.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_border-radius.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_border-radius.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_buttons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_buttons.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_center-block.scssc: -------------------------------------------------------------------------------- 1 | 3.4.18 (Selective Steve) 2 | 3191b9bbbc299c1a57b6df1fada51f5840cbd54f 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::CommentNode 4 | : @value[I"-/* Center-align a block level element */:ET: 5 | @type: silent;[: 6 | @linei: @options{o:Sass::Tree::MixinDefNode : 7 | @nameI"center-block; T: 8 | @args[: @splat0;[o:Sass::Tree::PropNode;[I" display; T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I" 9 | block; T; 10 | :identifier; @ ; i :@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i : @offseti: @end_poso;; i ;i: 11 | @fileI"P/Applications/AMPPS/www/fh5co/crew/sass/bootstrap/mixins/_center-block.scss; T:@importero: Sass::Importers::Filesystem: 12 | @rootI"'/Applications/AMPPS/www/fh5co/crew; T:@real_rootI"'/Applications/AMPPS/www/fh5co/crew; T:@same_name_warningso:Set: 13 | @hash{: 14 | @tabsi:@prop_syntax:new;[; i ;o; ;o;; i ;i;o;; i ;i;@;@:@name_source_rangeo; ;@!;o;; i ;i;@;@:@value_source_rangeo; ;o;; i ;i;@";@;@; @ o;;[I"margin-left; T;o;;o;;I" auto; T; 15 | ;; @ ; i 16 | ;o; ;o;; i 17 | ;i;o;; i 18 | ;i;@;@;$i;%;&;[; i 19 | ;o; ;o;; i 20 | ;i;o;; i 21 | ;i;@;@;'o; ;@2;o;; i 22 | ;i;@;@;(o; ;o;; i 23 | ;i;@3;@;@; @ o;;[I"margin-right; T;o;;o;;I" auto; T; 24 | ;; @ ; i ;o; ;o;; i ;i;o;; i ;i;@;@;$i;%;&;[; i ;o; ;o;; i ;i;o;; i ;i;@;@;'o; ;@C;o;; i ;i;@;@;(o; ;o;; i ;i;@D;@;@; @ ; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT; @ :@templateI"~// Center-align a block level element 25 | 26 | @mixin center-block() { 27 | display: block; 28 | margin-left: auto; 29 | margin-right: auto; 30 | } 31 | ; T; i;o; ;o;; i;i;o;; i;i;@;@;)T; @ -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_clearfix.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_clearfix.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_forms.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_forms.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_gradients.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_gradients.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_grid-framework.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_grid-framework.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_grid.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_hide-text.scssc: -------------------------------------------------------------------------------- 1 | 3.4.18 (Selective Steve) 2 | ce70a5b5d4e124c028ec3f11db383cda66c6f563 3 | o:Sass::Tree::RootNode :@children[ 4 | o:Sass::Tree::CommentNode 5 | : @value[I"M/* CSS image replacement 6 | * 7 | * Heads up! v3 launched with only `.hide-text()`, but per our pattern for 8 | * mixins being reused as classes with the same name, this doesn't hold up. As 9 | * of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. 10 | * 11 | * Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 */:ET: 12 | @type: silent;[: 13 | @linei: @options{o; 14 | ;[I":/* Deprecated as of v3.0.1 (will be removed in v4) */; T; 15 | ; ;[; i; @ o:Sass::Tree::MixinDefNode : 16 | @nameI"hide-text; T: 17 | @args[: @splat0;[ 18 | o:Sass::Tree::PropNode;[I" font; T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I" 19 | 0/0 a; T; 20 | :identifier; @ ; i:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 21 | @fileI"M/Applications/AMPPS/www/fh5co/crew/sass/bootstrap/mixins/_hide-text.scss; T:@importero: Sass::Importers::Filesystem: 22 | @rootI"'/Applications/AMPPS/www/fh5co/crew; T:@real_rootI"'/Applications/AMPPS/www/fh5co/crew; T:@same_name_warningso:Set: 23 | @hash{: 24 | @tabsi:@prop_syntax:new;[; i;o; ;o;; i;i;o;; i;i;@;@:@name_source_rangeo; ;@%;o;; i;i ;@;@:@value_source_rangeo; ;o;; i;i;@&;@;@; @ o;;[I" 25 | color; T;o;;o;;I"transparent; T; 26 | ;; @ ; i;o; ;o;; i;i;o;; i;i;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i;@;@;'o; ;@6;o;; i;i ;@;@;(o; ;o;; i;i;@7;@;@; @ o;;[I"text-shadow; T;o;;o;;I" none; T; 27 | ;; @ ; i;o; ;o;; i;i;o;; i;i;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i;@;@;'o; ;@G;o;; i;i;@;@;(o; ;o;; i;i;@H;@;@; @ o;;[I"background-color; T;o;;o;;I"transparent; T; 28 | ;; @ ; i;o; ;o;; i;i;o;; i;i%;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i%;@;@;'o; ;@X;o;; i;i;@;@;(o; ;o;; i;i;@Y;@;@; @ o;;[I" border; T;o;;o;;I"0; T; 29 | ;; @ ; i;o; ;o;; i;i;o;; i;i;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i;@;@;'o; ;@i;o;; i;i;@;@;(o; ;o;; i;i;@j;@;@; @ ; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT; @ o; 30 | ;[I"(/* New mixin to use as of v3.0.1 */; T; 31 | ; ;[; i; @ o; ;I"text-hide; T;[;0;[o:Sass::Tree::MixinNode;I"hide-text; T;[:@keywords{;0:@kwarg_splat0;[; i;o; ;o;; i;i;o;; i;i;@;@; @ ; i;o; ;o;; i;i;o;; i;i;@;@;)T; @ :@templateI"M// CSS image replacement 32 | // 33 | // Heads up! v3 launched with only `.hide-text()`, but per our pattern for 34 | // mixins being reused as classes with the same name, this doesn't hold up. As 35 | // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. 36 | // 37 | // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 38 | 39 | // Deprecated as of v3.0.1 (will be removed in v4) 40 | @mixin hide-text() { 41 | font: 0/0 a; 42 | color: transparent; 43 | text-shadow: none; 44 | background-color: transparent; 45 | border: 0; 46 | } 47 | 48 | // New mixin to use as of v3.0.1 49 | @mixin text-hide() { 50 | @include hide-text; 51 | } 52 | ; T; i;o; ;o;; i;i;o;; i;i;@;@;)T; @ -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_image.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_image.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_labels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_labels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_list-group.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_list-group.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_nav-divider.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_nav-divider.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_nav-vertical-align.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_nav-vertical-align.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_opacity.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_opacity.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_pagination.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_pagination.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_panels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_panels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_progress-bar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_progress-bar.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_reset-filter.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_reset-filter.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_reset-text.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_reset-text.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_resize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_resize.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_responsive-visibility.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_responsive-visibility.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_size.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_size.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_tab-focus.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_tab-focus.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_table-row.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_table-row.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_text-emphasis.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_text-emphasis.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_text-overflow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_text-overflow.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_vendor-prefixes.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/1bb1502c743a61c741cf223514aa7007cc4d199a/_vendor-prefixes.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_alerts.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_badges.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_badges.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_breadcrumbs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_breadcrumbs.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_button-groups.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_button-groups.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_buttons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_buttons.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_carousel.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_carousel.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_close.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_close.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_code.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_code.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_component-animations.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_component-animations.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_dropdowns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_dropdowns.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_forms.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_forms.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_glyphicons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_glyphicons.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_grid.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_input-groups.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_input-groups.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_jumbotron.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_jumbotron.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_labels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_labels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_list-group.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_list-group.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_media.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_media.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_mixins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_mixins.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_modals.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_modals.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_navbar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_navbar.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_navs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_navs.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_normalize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_normalize.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_pager.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_pager.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_pagination.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_pagination.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_panels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_panels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_popovers.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_popovers.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_print.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_print.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_progress-bars.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_progress-bars.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_responsive-embed.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_responsive-embed.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_responsive-utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_responsive-utilities.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_scaffolding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_scaffolding.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_tables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_tables.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_thumbnails.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_thumbnails.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_tooltip.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_tooltip.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_type.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_type.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_utilities.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_variables.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_wells.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/42577b08f67f695c0d5fb0c34bdd5b665605cb42/_wells.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_alerts.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_background-variant.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_background-variant.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_border-radius.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_border-radius.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_buttons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_buttons.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_center-block.scssc: -------------------------------------------------------------------------------- 1 | 3.4.18 (Selective Steve) 2 | 3191b9bbbc299c1a57b6df1fada51f5840cbd54f 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::CommentNode 4 | : @value[I"-/* Center-align a block level element */:ET: 5 | @type: silent;[: 6 | @linei: @options{o:Sass::Tree::MixinDefNode : 7 | @nameI"center-block; T: 8 | @args[: @splat0;[o:Sass::Tree::PropNode;[I" display; T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I" 9 | block; T; 10 | :identifier; @ ; i :@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i : @offseti: @end_poso;; i ;i: 11 | @fileI"Q/Applications/AMPPS/www/fh5co/elate/sass/bootstrap/mixins/_center-block.scss; T:@importero: Sass::Importers::Filesystem: 12 | @rootI"(/Applications/AMPPS/www/fh5co/elate; T:@real_rootI"(/Applications/AMPPS/www/fh5co/elate; T:@same_name_warningso:Set: 13 | @hash{: 14 | @tabsi:@prop_syntax:new;[; i ;o; ;o;; i ;i;o;; i ;i;@;@:@name_source_rangeo; ;@!;o;; i ;i;@;@:@value_source_rangeo; ;o;; i ;i;@";@;@; @ o;;[I"margin-left; T;o;;o;;I" auto; T; 15 | ;; @ ; i 16 | ;o; ;o;; i 17 | ;i;o;; i 18 | ;i;@;@;$i;%;&;[; i 19 | ;o; ;o;; i 20 | ;i;o;; i 21 | ;i;@;@;'o; ;@2;o;; i 22 | ;i;@;@;(o; ;o;; i 23 | ;i;@3;@;@; @ o;;[I"margin-right; T;o;;o;;I" auto; T; 24 | ;; @ ; i ;o; ;o;; i ;i;o;; i ;i;@;@;$i;%;&;[; i ;o; ;o;; i ;i;o;; i ;i;@;@;'o; ;@C;o;; i ;i;@;@;(o; ;o;; i ;i;@D;@;@; @ ; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT; @ :@templateI"~// Center-align a block level element 25 | 26 | @mixin center-block() { 27 | display: block; 28 | margin-left: auto; 29 | margin-right: auto; 30 | } 31 | ; T; i;o; ;o;; i;i;o;; i;i;@;@;)T; @ -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_clearfix.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_clearfix.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_forms.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_forms.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_gradients.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_gradients.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_grid-framework.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_grid-framework.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_grid.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_hide-text.scssc: -------------------------------------------------------------------------------- 1 | 3.4.18 (Selective Steve) 2 | ce70a5b5d4e124c028ec3f11db383cda66c6f563 3 | o:Sass::Tree::RootNode :@children[ 4 | o:Sass::Tree::CommentNode 5 | : @value[I"M/* CSS image replacement 6 | * 7 | * Heads up! v3 launched with only `.hide-text()`, but per our pattern for 8 | * mixins being reused as classes with the same name, this doesn't hold up. As 9 | * of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. 10 | * 11 | * Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 */:ET: 12 | @type: silent;[: 13 | @linei: @options{o; 14 | ;[I":/* Deprecated as of v3.0.1 (will be removed in v4) */; T; 15 | ; ;[; i; @ o:Sass::Tree::MixinDefNode : 16 | @nameI"hide-text; T: 17 | @args[: @splat0;[ 18 | o:Sass::Tree::PropNode;[I" font; T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I" 19 | 0/0 a; T; 20 | :identifier; @ ; i:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 21 | @fileI"N/Applications/AMPPS/www/fh5co/elate/sass/bootstrap/mixins/_hide-text.scss; T:@importero: Sass::Importers::Filesystem: 22 | @rootI"(/Applications/AMPPS/www/fh5co/elate; T:@real_rootI"(/Applications/AMPPS/www/fh5co/elate; T:@same_name_warningso:Set: 23 | @hash{: 24 | @tabsi:@prop_syntax:new;[; i;o; ;o;; i;i;o;; i;i;@;@:@name_source_rangeo; ;@%;o;; i;i ;@;@:@value_source_rangeo; ;o;; i;i;@&;@;@; @ o;;[I" 25 | color; T;o;;o;;I"transparent; T; 26 | ;; @ ; i;o; ;o;; i;i;o;; i;i;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i;@;@;'o; ;@6;o;; i;i ;@;@;(o; ;o;; i;i;@7;@;@; @ o;;[I"text-shadow; T;o;;o;;I" none; T; 27 | ;; @ ; i;o; ;o;; i;i;o;; i;i;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i;@;@;'o; ;@G;o;; i;i;@;@;(o; ;o;; i;i;@H;@;@; @ o;;[I"background-color; T;o;;o;;I"transparent; T; 28 | ;; @ ; i;o; ;o;; i;i;o;; i;i%;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i%;@;@;'o; ;@X;o;; i;i;@;@;(o; ;o;; i;i;@Y;@;@; @ o;;[I" border; T;o;;o;;I"0; T; 29 | ;; @ ; i;o; ;o;; i;i;o;; i;i;@;@;$i;%;&;[; i;o; ;o;; i;i;o;; i;i;@;@;'o; ;@i;o;; i;i;@;@;(o; ;o;; i;i;@j;@;@; @ ; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT; @ o; 30 | ;[I"(/* New mixin to use as of v3.0.1 */; T; 31 | ; ;[; i; @ o; ;I"text-hide; T;[;0;[o:Sass::Tree::MixinNode;I"hide-text; T;[:@keywords{;0:@kwarg_splat0;[; i;o; ;o;; i;i;o;; i;i;@;@; @ ; i;o; ;o;; i;i;o;; i;i;@;@;)T; @ :@templateI"M// CSS image replacement 32 | // 33 | // Heads up! v3 launched with only `.hide-text()`, but per our pattern for 34 | // mixins being reused as classes with the same name, this doesn't hold up. As 35 | // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. 36 | // 37 | // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 38 | 39 | // Deprecated as of v3.0.1 (will be removed in v4) 40 | @mixin hide-text() { 41 | font: 0/0 a; 42 | color: transparent; 43 | text-shadow: none; 44 | background-color: transparent; 45 | border: 0; 46 | } 47 | 48 | // New mixin to use as of v3.0.1 49 | @mixin text-hide() { 50 | @include hide-text; 51 | } 52 | ; T; i;o; ;o;; i;i;o;; i;i;@;@;)T; @ -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_image.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_image.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_labels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_labels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_list-group.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_list-group.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_nav-divider.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_nav-divider.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_nav-vertical-align.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_nav-vertical-align.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_opacity.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_opacity.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_pagination.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_pagination.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_panels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_panels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_progress-bar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_progress-bar.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_reset-filter.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_reset-filter.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_reset-text.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_reset-text.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_resize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_resize.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_responsive-visibility.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_responsive-visibility.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_size.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_size.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_tab-focus.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_tab-focus.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_table-row.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_table-row.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_text-emphasis.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_text-emphasis.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_text-overflow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_text-overflow.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_vendor-prefixes.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/62618027b4caf6f904bc1e6f3bba60bc346dd1e6/_vendor-prefixes.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/_bootstrap.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/_bootstrap.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/blue.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/blue.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/bootstrap.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/bootstrap.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/brown.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/brown.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/green.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/green.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/lightblue.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/lightblue.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/lightgreen.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/lightgreen.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/orange.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/orange.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/pink.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/pink.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/style.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/style.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/turquoise.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/8ab364f78af8525cdac1e38bd6b084e3301cad88/turquoise.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_alerts.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_badges.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_badges.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_breadcrumbs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_breadcrumbs.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_button-groups.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_button-groups.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_buttons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_buttons.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_carousel.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_carousel.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_close.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_close.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_code.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_code.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_component-animations.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_component-animations.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_dropdowns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_dropdowns.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_forms.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_forms.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_glyphicons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_glyphicons.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_grid.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_input-groups.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_input-groups.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_jumbotron.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_jumbotron.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_labels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_labels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_list-group.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_list-group.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_media.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_media.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_mixins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_mixins.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_modals.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_modals.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_navbar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_navbar.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_navs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_navs.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_normalize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_normalize.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_pager.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_pager.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_pagination.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_pagination.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_panels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_panels.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_popovers.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_popovers.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_print.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_print.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_progress-bars.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_progress-bars.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_responsive-embed.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_responsive-embed.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_responsive-utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_responsive-utilities.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_scaffolding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_scaffolding.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_tables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_tables.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_thumbnails.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_thumbnails.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_tooltip.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_tooltip.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_type.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_type.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_utilities.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_variables.scssc -------------------------------------------------------------------------------- /elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_wells.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/.sass-cache/c10237004de635a1a311b1d886625325ad84b598/_wells.scssc -------------------------------------------------------------------------------- /elate/Logo-w-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/Logo-w-text.png -------------------------------------------------------------------------------- /elate/README.md: -------------------------------------------------------------------------------- 1 | 2 | # ANNA 3 | ![alt-image](https://github.com/Anna-Assistant/Anna/blob/master/img/Tile%20Image(1400x560).png) 4 | 5 | 6 | [![GitHub package version](https://img.shields.io/github/package-json/v/badges/shields.svg)](https://github.com/Anna-Assistant/Anna/) 7 | [![GitHub issues](https://img.shields.io/github/issues/Anna-Assistant/Anna.svg)](https://github.com/Anna-Assistant/Anna/issues) 8 | [![Codacy grade](https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg)](https://github.com/Anna-Assistant/Anna) 9 | [![Zulip Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://anna.zulipchat.com/) 10 | [![Download From Chrome-Webstore](https://img.shields.io/badge/download-chrome--westore-brightgreen.svg)](https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog) 11 | [![HitCount](http://hits.dwyl.io/gauthamzz/Anna-Assistant/Anna.svg)](http://hits.dwyl.io/gauthamzz/Anna-Assistant/Anna) 12 | [![Read the Docs](https://img.shields.io/readthedocs/pip.svg)](https://github.com/Anna-Assistant/Anna/tree/master/docs) 13 | [![GitHub last commit](https://img.shields.io/github/last-commit/google/skia.svg)](https://github.com/Anna-Assistant/Anna/commits/master) 14 | 15 | Meet Anna, Your Personal Assistant on Google Chrome. 16 | 17 | All you need to do is just say "Hey" before the request. 18 | 19 | 20 | Watch Anna in action on [Youtube](https://youtu.be/o3xmL-TqK5o): 21 | 22 | [![Watch on Youtube](https://github.com/Anna-Assistant/Anna/blob/master/img/Youtube.png)](https://youtu.be/o3xmL-TqK5o 23 | ) 24 | 25 | More videos on [Youtube](https://www.youtube.com/watch?v=17bVrAZMgEY). 26 | 27 | 28 | 29 | # FAQ 30 | 31 | - [What all can Anna do?](https://github.com/Anna-Assistant/Anna/blob/master/docs/HowItWorks.md) 32 | - [How to Add new features?](https://github.com/Anna-Assistant/Anna/blob/master/docs/AdditionOfNewFeatures.md) 33 | - [How to install?](https://github.com/Anna-Assistant/Anna/blob/master/docs/ArrangementOfFiles.md) 34 | - [How are files arranged?](https://github.com/Anna-Assistant/Anna/blob/master/docs/ArrangementOfFiles.md) 35 | 36 | 37 | 38 | Website [https://anna-assistant.github.io/](https://anna-assistant.github.io/) 39 | 40 | Chat with us on [Zulip](https://anna.zulipchat.com/) 41 | 42 | Download Anna [Chrome Webstore](https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog) 43 | 44 | You can talk to us on Zulip or comment on issues to contribute. 45 | 46 | > Talking to ANNA is an easier, faster and cooler way to get your stuff done. 47 | > With a redesigned interface, ANNA is more powerful than ever! 48 | > Also, the more you use ANNA, the better it knows what you need at that moment. 49 | 50 | # Explore what ANNA can do 51 | 52 | - Youtube 53 | - Open a website 54 | - What's on Screen? 55 | - Take Screenshot 56 | - Small talks 57 | - Maps 58 | - Tweet 59 | - Safe Mode 60 | - Motivate 61 | - Tell a Joke 62 | - Mail 63 | - Places 64 | - Search Optimized 65 | - Weather 66 | - If I don't understand 67 | - Close tabs 68 | 69 | 70 | -------------------------------------------------------------------------------- /elate/a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /elate/css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/css/.DS_Store -------------------------------------------------------------------------------- /elate/fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/.DS_Store -------------------------------------------------------------------------------- /elate/fonts/bootstrap/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/bootstrap/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /elate/fonts/bootstrap/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/bootstrap/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /elate/fonts/bootstrap/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/bootstrap/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /elate/fonts/bootstrap/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/bootstrap/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /elate/fonts/icomoon/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/.DS_Store -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon.woff -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon/.DS_Store -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. 4 | 5 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 6 | 7 | You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection. 8 | -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/demo-files/demo.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding: 0; 3 | margin: 0; 4 | font-family: sans-serif; 5 | font-size: 1em; 6 | line-height: 1.5; 7 | color: #555; 8 | background: #fff; 9 | } 10 | h1 { 11 | font-size: 1.5em; 12 | font-weight: normal; 13 | } 14 | small { 15 | font-size: .66666667em; 16 | } 17 | a { 18 | color: #e74c3c; 19 | text-decoration: none; 20 | } 21 | a:hover, a:focus { 22 | box-shadow: 0 1px #e74c3c; 23 | } 24 | .bshadow0, input { 25 | box-shadow: inset 0 -2px #e7e7e7; 26 | } 27 | input:hover { 28 | box-shadow: inset 0 -2px #ccc; 29 | } 30 | input, fieldset { 31 | font-size: 1em; 32 | margin: 0; 33 | padding: 0; 34 | border: 0; 35 | } 36 | input { 37 | color: inherit; 38 | line-height: 1.5; 39 | height: 1.5em; 40 | padding: .25em 0; 41 | } 42 | input:focus { 43 | outline: none; 44 | box-shadow: inset 0 -2px #449fdb; 45 | } 46 | .glyph { 47 | font-size: 16px; 48 | width: 15em; 49 | padding-bottom: 1em; 50 | margin-right: 4em; 51 | margin-bottom: 1em; 52 | float: left; 53 | overflow: hidden; 54 | } 55 | .liga { 56 | width: 80%; 57 | width: calc(100% - 2.5em); 58 | } 59 | .talign-right { 60 | text-align: right; 61 | } 62 | .talign-center { 63 | text-align: center; 64 | } 65 | .bgc1 { 66 | background: #f1f1f1; 67 | } 68 | .fgc1 { 69 | color: #999; 70 | } 71 | .fgc0 { 72 | color: #000; 73 | } 74 | p { 75 | margin-top: 1em; 76 | margin-bottom: 1em; 77 | } 78 | .mvm { 79 | margin-top: .75em; 80 | margin-bottom: .75em; 81 | } 82 | .mtn { 83 | margin-top: 0; 84 | } 85 | .mtl, .mal { 86 | margin-top: 1.5em; 87 | } 88 | .mbl, .mal { 89 | margin-bottom: 1.5em; 90 | } 91 | .mal, .mhl { 92 | margin-left: 1.5em; 93 | margin-right: 1.5em; 94 | } 95 | .mhmm { 96 | margin-left: 1em; 97 | margin-right: 1em; 98 | } 99 | .mls { 100 | margin-left: .25em; 101 | } 102 | .ptl { 103 | padding-top: 1.5em; 104 | } 105 | .pbs, .pvs { 106 | padding-bottom: .25em; 107 | } 108 | .pvs, .pts { 109 | padding-top: .25em; 110 | } 111 | .unit { 112 | float: left; 113 | } 114 | .unitRight { 115 | float: right; 116 | } 117 | .size1of2 { 118 | width: 50%; 119 | } 120 | .size1of1 { 121 | width: 100%; 122 | } 123 | .clearfix:before, .clearfix:after { 124 | content: " "; 125 | display: table; 126 | } 127 | .clearfix:after { 128 | clear: both; 129 | } 130 | .hidden-true { 131 | display: none; 132 | } 133 | .textbox0 { 134 | width: 3em; 135 | background: #f1f1f1; 136 | padding: .25em .5em; 137 | line-height: 1.5; 138 | height: 1.5em; 139 | } 140 | #testDrive { 141 | display: block; 142 | padding-top: 24px; 143 | line-height: 1.5; 144 | } 145 | .fs0 { 146 | font-size: 16px; 147 | } 148 | .fs1 { 149 | font-size: 14px; 150 | } 151 | .fs2 { 152 | font-size: 24px; 153 | } 154 | -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/demo-files/demo.js: -------------------------------------------------------------------------------- 1 | if (!('boxShadow' in document.body.style)) { 2 | document.body.setAttribute('class', 'noBoxShadow'); 3 | } 4 | 5 | document.body.addEventListener("click", function(e) { 6 | var target = e.target; 7 | if (target.tagName === "INPUT" && 8 | target.getAttribute('class').indexOf('liga') === -1) { 9 | target.select(); 10 | } 11 | }); 12 | 13 | (function() { 14 | var fontSize = document.getElementById('fontSize'), 15 | testDrive = document.getElementById('testDrive'), 16 | testText = document.getElementById('testText'); 17 | function updateTest() { 18 | testDrive.innerHTML = testText.value || String.fromCharCode(160); 19 | if (window.icomoonLiga) { 20 | window.icomoonLiga(testDrive); 21 | } 22 | } 23 | function updateSize() { 24 | testDrive.style.fontSize = fontSize.value + 'px'; 25 | } 26 | fontSize.addEventListener('change', updateSize, false); 27 | testText.addEventListener('input', updateTest, false); 28 | testText.addEventListener('change', updateTest, false); 29 | updateSize(); 30 | }()); 31 | -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /elate/fonts/icomoon/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/icomoon/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /elate/fonts/simple-line-icons/Simple-Line-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/simple-line-icons/Simple-Line-Icons.eot -------------------------------------------------------------------------------- /elate/fonts/simple-line-icons/Simple-Line-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/simple-line-icons/Simple-Line-Icons.ttf -------------------------------------------------------------------------------- /elate/fonts/simple-line-icons/Simple-Line-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/simple-line-icons/Simple-Line-Icons.woff -------------------------------------------------------------------------------- /elate/fonts/simple-line-icons/Simple-Line-Icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/fonts/simple-line-icons/Simple-Line-Icons.woff2 -------------------------------------------------------------------------------- /elate/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/.DS_Store -------------------------------------------------------------------------------- /elate/images/full_image_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/full_image_1.jpg -------------------------------------------------------------------------------- /elate/images/full_image_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/full_image_2.jpg -------------------------------------------------------------------------------- /elate/images/img_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/img_10.jpg -------------------------------------------------------------------------------- /elate/images/img_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/img_7.jpg -------------------------------------------------------------------------------- /elate/images/img_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/img_8.jpg -------------------------------------------------------------------------------- /elate/images/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/loc.png -------------------------------------------------------------------------------- /elate/images/person1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/person1.jpg -------------------------------------------------------------------------------- /elate/images/person2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/person2.jpg -------------------------------------------------------------------------------- /elate/images/person3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/person3.jpg -------------------------------------------------------------------------------- /elate/images/person4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/person4.jpg -------------------------------------------------------------------------------- /elate/images/work_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_1.jpg -------------------------------------------------------------------------------- /elate/images/work_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_2.jpg -------------------------------------------------------------------------------- /elate/images/work_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_3.jpg -------------------------------------------------------------------------------- /elate/images/work_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_4.jpg -------------------------------------------------------------------------------- /elate/images/work_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_5.jpg -------------------------------------------------------------------------------- /elate/images/work_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_6.jpg -------------------------------------------------------------------------------- /elate/images/work_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_7.jpg -------------------------------------------------------------------------------- /elate/images/work_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/images/work_8.jpg -------------------------------------------------------------------------------- /elate/js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/js/.DS_Store -------------------------------------------------------------------------------- /elate/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: [{"featureType":"administrative.land_parcel","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"landscape.man_made","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"simplified"},{"lightness":20}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"hue":"#f49935"}]},{"featureType":"road.highway","elementType":"labels","stylers":[{"visibility":"simplified"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"hue":"#fad959"}]},{"featureType":"road.arterial","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"visibility":"simplified"}]},{"featureType":"road.local","elementType":"labels","stylers":[{"visibility":"simplified"}]},{"featureType":"transit","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"water","elementType":"all","stylers":[{"hue":"#a1cdfc"},{"saturation":30},{"lightness":49}]}] 22 | }; 23 | 24 | 25 | 26 | // Get the HTML DOM element that will contain your map 27 | // We are using a div with id="map" seen below in the 28 | var mapElement = document.getElementById('map'); 29 | 30 | // Create the Google Map using out element and options defined above 31 | var map = new google.maps.Map(mapElement, mapOptions); 32 | 33 | var addresses = ['Brooklyn']; 34 | 35 | for (var x = 0; x < addresses.length; x++) { 36 | $.getJSON('http://maps.googleapis.com/maps/api/geocode/json?address='+addresses[x]+'&sensor=false', null, function (data) { 37 | var p = data.results[0].geometry.location 38 | var latlng = new google.maps.LatLng(p.lat, p.lng); 39 | new google.maps.Marker({ 40 | position: latlng, 41 | map: map, 42 | icon: 'images/loc.png' 43 | }); 44 | 45 | }); 46 | } 47 | 48 | } 49 | google.maps.event.addDomListener(window, 'load', init); -------------------------------------------------------------------------------- /elate/js/magnific-popup-options.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | // MagnificPopup 3 | var magnifPopup = function() { 4 | $('.image-popup').magnificPopup({ 5 | type: 'image', 6 | removalDelay: 300, 7 | mainClass: 'mfp-with-zoom', 8 | gallery:{ 9 | enabled:true 10 | }, 11 | zoom: { 12 | enabled: true, // By default it's false, so don't forget to enable it 13 | 14 | duration: 300, // duration of the effect, in milliseconds 15 | easing: 'ease-in-out', // CSS transition easing function 16 | 17 | // The "opener" function should return the element from which popup will be zoomed in 18 | // and to which popup will be scaled down 19 | // By defailt it looks for an image tag: 20 | opener: function(openerElement) { 21 | // openerElement is the element on which popup was initialized, in this case its tag 22 | // you don't need to add "opener" option if this code matches your needs, it's defailt one. 23 | return openerElement.is('img') ? openerElement : openerElement.find('img'); 24 | } 25 | } 26 | }); 27 | }; 28 | 29 | var magnifVideo = function() { 30 | $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({ 31 | disableOn: 700, 32 | type: 'iframe', 33 | mainClass: 'mfp-fade', 34 | removalDelay: 160, 35 | preloader: false, 36 | 37 | fixedContentPos: false 38 | }); 39 | }; 40 | 41 | 42 | 43 | 44 | // Call the functions 45 | magnifPopup(); 46 | magnifVideo(); 47 | 48 | }); -------------------------------------------------------------------------------- /elate/sass/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anna-Assistant/Anna/ed2926d7d1652e257eed4a60e34ad0a67c0b9d8a/elate/sass/.DS_Store -------------------------------------------------------------------------------- /elate/sass/_bootstrap-compass.scss: -------------------------------------------------------------------------------- 1 | @function twbs-font-path($path) { 2 | @return font-url($path, true); 3 | } 4 | 5 | @function twbs-image-path($path) { 6 | @return image-url($path, true); 7 | } 8 | 9 | $bootstrap-sass-asset-helper: true; 10 | -------------------------------------------------------------------------------- /elate/sass/_bootstrap-mincer.scss: -------------------------------------------------------------------------------- 1 | // Mincer asset helper functions 2 | // 3 | // This must be imported into a .css.ejs.scss file. 4 | // Then, <% %>-interpolations will be parsed as strings by Sass, and evaluated by EJS after Sass compilation. 5 | 6 | 7 | @function twbs-font-path($path) { 8 | // do something like following 9 | // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>" 10 | // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>" 11 | // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>" 12 | @return "<%- asset_path('#{$path}'.replace(/[#?].*$/, '')) + '#{$path}'.replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>"; 13 | } 14 | 15 | @function twbs-image-path($file) { 16 | @return "<%- asset_path('#{$file}') %>"; 17 | } 18 | 19 | $bootstrap-sass-asset-helper: true; 20 | -------------------------------------------------------------------------------- /elate/sass/_bootstrap-sprockets.scss: -------------------------------------------------------------------------------- 1 | @function twbs-font-path($path) { 2 | @return font-path($path); 3 | } 4 | 5 | @function twbs-image-path($path) { 6 | @return image-path($path); 7 | } 8 | 9 | $bootstrap-sass-asset-helper: true; 10 | -------------------------------------------------------------------------------- /elate/sass/bootstrap.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v3.3.5 (http://getbootstrap.com) 3 | * Copyright 2011-2015 Twitter, Inc. 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 | */ 6 | 7 | // Core variables and mixins 8 | @import "bootstrap/variables"; 9 | @import "bootstrap/mixins"; 10 | 11 | // Reset and dependencies 12 | @import "bootstrap/normalize"; 13 | @import "bootstrap/print"; 14 | @import "bootstrap/glyphicons"; 15 | 16 | // Core CSS 17 | @import "bootstrap/scaffolding"; 18 | @import "bootstrap/type"; 19 | @import "bootstrap/code"; 20 | @import "bootstrap/grid"; 21 | @import "bootstrap/tables"; 22 | @import "bootstrap/forms"; 23 | @import "bootstrap/buttons"; 24 | 25 | // Components 26 | @import "bootstrap/component-animations"; 27 | @import "bootstrap/dropdowns"; 28 | @import "bootstrap/button-groups"; 29 | @import "bootstrap/input-groups"; 30 | @import "bootstrap/navs"; 31 | @import "bootstrap/navbar"; 32 | @import "bootstrap/breadcrumbs"; 33 | @import "bootstrap/pagination"; 34 | @import "bootstrap/pager"; 35 | @import "bootstrap/labels"; 36 | @import "bootstrap/badges"; 37 | @import "bootstrap/jumbotron"; 38 | @import "bootstrap/thumbnails"; 39 | @import "bootstrap/alerts"; 40 | @import "bootstrap/progress-bars"; 41 | @import "bootstrap/media"; 42 | @import "bootstrap/list-group"; 43 | @import "bootstrap/panels"; 44 | @import "bootstrap/responsive-embed"; 45 | @import "bootstrap/wells"; 46 | @import "bootstrap/close"; 47 | 48 | // Components w/ JavaScript 49 | @import "bootstrap/modals"; 50 | @import "bootstrap/tooltip"; 51 | @import "bootstrap/popovers"; 52 | @import "bootstrap/carousel"; 53 | 54 | // Utility classes 55 | @import "bootstrap/utilities"; 56 | @import "bootstrap/responsive-utilities"; 57 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_alerts.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Alerts 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base styles 7 | // ------------------------- 8 | 9 | .alert { 10 | padding: $alert-padding; 11 | margin-bottom: $line-height-computed; 12 | border: 1px solid transparent; 13 | border-radius: $alert-border-radius; 14 | 15 | // Headings for larger alerts 16 | h4 { 17 | margin-top: 0; 18 | // Specified for the h4 to prevent conflicts of changing $headings-color 19 | color: inherit; 20 | } 21 | 22 | // Provide class for links that match alerts 23 | .alert-link { 24 | font-weight: $alert-link-font-weight; 25 | } 26 | 27 | // Improve alignment and spacing of inner content 28 | > p, 29 | > ul { 30 | margin-bottom: 0; 31 | } 32 | 33 | > p + p { 34 | margin-top: 5px; 35 | } 36 | } 37 | 38 | // Dismissible alerts 39 | // 40 | // Expand the right padding and account for the close button's positioning. 41 | 42 | .alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0. 43 | .alert-dismissible { 44 | padding-right: ($alert-padding + 20); 45 | 46 | // Adjust close link position 47 | .close { 48 | position: relative; 49 | top: -2px; 50 | right: -21px; 51 | color: inherit; 52 | } 53 | } 54 | 55 | // Alternate styles 56 | // 57 | // Generate contextual modifier classes for colorizing the alert. 58 | 59 | .alert-success { 60 | @include alert-variant($alert-success-bg, $alert-success-border, $alert-success-text); 61 | } 62 | 63 | .alert-info { 64 | @include alert-variant($alert-info-bg, $alert-info-border, $alert-info-text); 65 | } 66 | 67 | .alert-warning { 68 | @include alert-variant($alert-warning-bg, $alert-warning-border, $alert-warning-text); 69 | } 70 | 71 | .alert-danger { 72 | @include alert-variant($alert-danger-bg, $alert-danger-border, $alert-danger-text); 73 | } 74 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_badges.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Badges 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base class 7 | .badge { 8 | display: inline-block; 9 | min-width: 10px; 10 | padding: 3px 7px; 11 | font-size: $font-size-small; 12 | font-weight: $badge-font-weight; 13 | color: $badge-color; 14 | line-height: $badge-line-height; 15 | vertical-align: middle; 16 | white-space: nowrap; 17 | text-align: center; 18 | background-color: $badge-bg; 19 | border-radius: $badge-border-radius; 20 | 21 | // Empty badges collapse automatically (not available in IE8) 22 | &:empty { 23 | display: none; 24 | } 25 | 26 | // Quick fix for badges in buttons 27 | .btn & { 28 | position: relative; 29 | top: -1px; 30 | } 31 | 32 | .btn-xs &, 33 | .btn-group-xs > .btn & { 34 | top: 0; 35 | padding: 1px 5px; 36 | } 37 | 38 | // [converter] extracted a& to a.badge 39 | 40 | // Account for badges in navs 41 | .list-group-item.active > &, 42 | .nav-pills > .active > a > & { 43 | color: $badge-active-color; 44 | background-color: $badge-active-bg; 45 | } 46 | 47 | .list-group-item > & { 48 | float: right; 49 | } 50 | 51 | .list-group-item > & + & { 52 | margin-right: 5px; 53 | } 54 | 55 | .nav-pills > li > a > & { 56 | margin-left: 3px; 57 | } 58 | } 59 | 60 | // Hover state, but only for links 61 | a.badge { 62 | &:hover, 63 | &:focus { 64 | color: $badge-link-hover-color; 65 | text-decoration: none; 66 | cursor: pointer; 67 | } 68 | } 69 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_breadcrumbs.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Breadcrumbs 3 | // -------------------------------------------------- 4 | 5 | 6 | .breadcrumb { 7 | padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal; 8 | margin-bottom: $line-height-computed; 9 | list-style: none; 10 | background-color: $breadcrumb-bg; 11 | border-radius: $border-radius-base; 12 | 13 | > li { 14 | display: inline-block; 15 | 16 | + li:before { 17 | content: "#{$breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space 18 | padding: 0 5px; 19 | color: $breadcrumb-color; 20 | } 21 | } 22 | 23 | > .active { 24 | color: $breadcrumb-active-color; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_close.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Close icons 3 | // -------------------------------------------------- 4 | 5 | 6 | .close { 7 | float: right; 8 | font-size: ($font-size-base * 1.5); 9 | font-weight: $close-font-weight; 10 | line-height: 1; 11 | color: $close-color; 12 | text-shadow: $close-text-shadow; 13 | @include opacity(.2); 14 | 15 | &:hover, 16 | &:focus { 17 | color: $close-color; 18 | text-decoration: none; 19 | cursor: pointer; 20 | @include opacity(.5); 21 | } 22 | 23 | // [converter] extracted button& to button.close 24 | } 25 | 26 | // Additional properties for button version 27 | // iOS requires the button element instead of an anchor tag. 28 | // If you want the anchor version, it requires `href="#"`. 29 | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile 30 | button.close { 31 | padding: 0; 32 | cursor: pointer; 33 | background: transparent; 34 | border: 0; 35 | -webkit-appearance: none; 36 | } 37 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_code.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Code (inline and block) 3 | // -------------------------------------------------- 4 | 5 | 6 | // Inline and block code styles 7 | code, 8 | kbd, 9 | pre, 10 | samp { 11 | font-family: $font-family-monospace; 12 | } 13 | 14 | // Inline code 15 | code { 16 | padding: 2px 4px; 17 | font-size: 90%; 18 | color: $code-color; 19 | background-color: $code-bg; 20 | border-radius: $border-radius-base; 21 | } 22 | 23 | // User input typically entered via keyboard 24 | kbd { 25 | padding: 2px 4px; 26 | font-size: 90%; 27 | color: $kbd-color; 28 | background-color: $kbd-bg; 29 | border-radius: $border-radius-small; 30 | box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); 31 | 32 | kbd { 33 | padding: 0; 34 | font-size: 100%; 35 | font-weight: bold; 36 | box-shadow: none; 37 | } 38 | } 39 | 40 | // Blocks of code 41 | pre { 42 | display: block; 43 | padding: (($line-height-computed - 1) / 2); 44 | margin: 0 0 ($line-height-computed / 2); 45 | font-size: ($font-size-base - 1); // 14px to 13px 46 | line-height: $line-height-base; 47 | word-break: break-all; 48 | word-wrap: break-word; 49 | color: $pre-color; 50 | background-color: $pre-bg; 51 | border: 1px solid $pre-border-color; 52 | border-radius: $border-radius-base; 53 | 54 | // Account for some code outputs that place code tags in pre tags 55 | code { 56 | padding: 0; 57 | font-size: inherit; 58 | color: inherit; 59 | white-space: pre-wrap; 60 | background-color: transparent; 61 | border-radius: 0; 62 | } 63 | } 64 | 65 | // Enable scrollable blocks of code 66 | .pre-scrollable { 67 | max-height: $pre-scrollable-max-height; 68 | overflow-y: scroll; 69 | } 70 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_component-animations.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Component animations 3 | // -------------------------------------------------- 4 | 5 | // Heads up! 6 | // 7 | // We don't use the `.opacity()` mixin here since it causes a bug with text 8 | // fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552. 9 | 10 | .fade { 11 | opacity: 0; 12 | @include transition(opacity .15s linear); 13 | &.in { 14 | opacity: 1; 15 | } 16 | } 17 | 18 | .collapse { 19 | display: none; 20 | 21 | &.in { display: block; } 22 | // [converter] extracted tr&.in to tr.collapse.in 23 | // [converter] extracted tbody&.in to tbody.collapse.in 24 | } 25 | 26 | tr.collapse.in { display: table-row; } 27 | 28 | tbody.collapse.in { display: table-row-group; } 29 | 30 | .collapsing { 31 | position: relative; 32 | height: 0; 33 | overflow: hidden; 34 | @include transition-property(height, visibility); 35 | @include transition-duration(.35s); 36 | @include transition-timing-function(ease); 37 | } 38 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_grid.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Grid system 3 | // -------------------------------------------------- 4 | 5 | 6 | // Container widths 7 | // 8 | // Set the container width, and override it for fixed navbars in media queries. 9 | 10 | .container { 11 | @include container-fixed; 12 | 13 | @media (min-width: $screen-sm-min) { 14 | width: $container-sm; 15 | } 16 | @media (min-width: $screen-md-min) { 17 | width: $container-md; 18 | } 19 | @media (min-width: $screen-lg-min) { 20 | width: $container-lg; 21 | } 22 | } 23 | 24 | 25 | // Fluid container 26 | // 27 | // Utilizes the mixin meant for fixed width containers, but without any defined 28 | // width for fluid, full width layouts. 29 | 30 | .container-fluid { 31 | @include container-fixed; 32 | } 33 | 34 | 35 | // Row 36 | // 37 | // Rows contain and clear the floats of your columns. 38 | 39 | .row { 40 | @include make-row; 41 | } 42 | 43 | 44 | // Columns 45 | // 46 | // Common styles for small and large grid columns 47 | 48 | @include make-grid-columns; 49 | 50 | 51 | // Extra small grid 52 | // 53 | // Columns, offsets, pushes, and pulls for extra small devices like 54 | // smartphones. 55 | 56 | @include make-grid(xs); 57 | 58 | 59 | // Small grid 60 | // 61 | // Columns, offsets, pushes, and pulls for the small device range, from phones 62 | // to tablets. 63 | 64 | @media (min-width: $screen-sm-min) { 65 | @include make-grid(sm); 66 | } 67 | 68 | 69 | // Medium grid 70 | // 71 | // Columns, offsets, pushes, and pulls for the desktop device range. 72 | 73 | @media (min-width: $screen-md-min) { 74 | @include make-grid(md); 75 | } 76 | 77 | 78 | // Large grid 79 | // 80 | // Columns, offsets, pushes, and pulls for the large desktop device range. 81 | 82 | @media (min-width: $screen-lg-min) { 83 | @include make-grid(lg); 84 | } 85 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Jumbotron 3 | // -------------------------------------------------- 4 | 5 | 6 | .jumbotron { 7 | padding-top: $jumbotron-padding; 8 | padding-bottom: $jumbotron-padding; 9 | margin-bottom: $jumbotron-padding; 10 | color: $jumbotron-color; 11 | background-color: $jumbotron-bg; 12 | 13 | h1, 14 | .h1 { 15 | color: $jumbotron-heading-color; 16 | } 17 | 18 | p { 19 | margin-bottom: ($jumbotron-padding / 2); 20 | font-size: $jumbotron-font-size; 21 | font-weight: 200; 22 | } 23 | 24 | > hr { 25 | border-top-color: darken($jumbotron-bg, 10%); 26 | } 27 | 28 | .container &, 29 | .container-fluid & { 30 | border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container 31 | } 32 | 33 | .container { 34 | max-width: 100%; 35 | } 36 | 37 | @media screen and (min-width: $screen-sm-min) { 38 | padding-top: ($jumbotron-padding * 1.6); 39 | padding-bottom: ($jumbotron-padding * 1.6); 40 | 41 | .container &, 42 | .container-fluid & { 43 | padding-left: ($jumbotron-padding * 2); 44 | padding-right: ($jumbotron-padding * 2); 45 | } 46 | 47 | h1, 48 | .h1 { 49 | font-size: $jumbotron-heading-font-size; 50 | } 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_labels.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Labels 3 | // -------------------------------------------------- 4 | 5 | .label { 6 | display: inline; 7 | padding: .2em .6em .3em; 8 | font-size: 75%; 9 | font-weight: bold; 10 | line-height: 1; 11 | color: $label-color; 12 | text-align: center; 13 | white-space: nowrap; 14 | vertical-align: baseline; 15 | border-radius: .25em; 16 | 17 | // [converter] extracted a& to a.label 18 | 19 | // Empty labels collapse automatically (not available in IE8) 20 | &:empty { 21 | display: none; 22 | } 23 | 24 | // Quick fix for labels in buttons 25 | .btn & { 26 | position: relative; 27 | top: -1px; 28 | } 29 | } 30 | 31 | // Add hover effects, but only for links 32 | a.label { 33 | &:hover, 34 | &:focus { 35 | color: $label-link-hover-color; 36 | text-decoration: none; 37 | cursor: pointer; 38 | } 39 | } 40 | 41 | // Colors 42 | // Contextual variations (linked labels get darker on :hover) 43 | 44 | .label-default { 45 | @include label-variant($label-default-bg); 46 | } 47 | 48 | .label-primary { 49 | @include label-variant($label-primary-bg); 50 | } 51 | 52 | .label-success { 53 | @include label-variant($label-success-bg); 54 | } 55 | 56 | .label-info { 57 | @include label-variant($label-info-bg); 58 | } 59 | 60 | .label-warning { 61 | @include label-variant($label-warning-bg); 62 | } 63 | 64 | .label-danger { 65 | @include label-variant($label-danger-bg); 66 | } 67 | -------------------------------------------------------------------------------- /elate/sass/bootstrap/_list-group.scss: -------------------------------------------------------------------------------- 1 | // 2 | // List groups 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base class 7 | // 8 | // Easily usable on