├── .gitignore ├── README.md ├── _includes ├── branding.html ├── custom_head.html ├── facebook.html ├── facebook_button.html ├── footer.html ├── github_forkme.html ├── google_analytics.html ├── icon.html ├── navigation.html ├── open_graph.html ├── promo.html ├── sections.html ├── sidebar.html ├── twitter_button.html └── twitter_cards.html ├── _layouts ├── compress.html ├── doc.html ├── home.html └── news.html ├── _sass ├── base.scss ├── doc.scss ├── landing.scss ├── mixins.scss ├── styles.scss └── theme-default.scss └── assets ├── css ├── highlight.css └── styles.scss ├── images ├── empty.gif ├── favicon.ico └── thumb.png ├── js └── main.js └── plugins ├── bootstrap ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .hound.yml ├── .travis.yml ├── css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ ├── bootstrap-theme.min.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ └── bootstrap.min.css.map ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 └── js │ ├── bootstrap.js │ ├── bootstrap.min.js │ └── npm.js ├── elegant_font ├── Licensing │ ├── gpl_license.txt │ └── mit_license.txt ├── css │ ├── fonts │ │ ├── ElegantIcons.eot │ │ ├── ElegantIcons.svg │ │ ├── ElegantIcons.ttf │ │ └── ElegantIcons.woff │ ├── index.html │ ├── lte-ie7.js │ └── style.css └── images │ ├── PNG │ ├── arrow-up-down.png │ ├── arrow_back.png │ ├── arrow_carrot-2down.png │ ├── arrow_carrot-2down_alt2.png │ ├── arrow_carrot-2dwnn_alt.png │ ├── arrow_carrot-2left.png │ ├── arrow_carrot-2left_alt.png │ ├── arrow_carrot-2left_alt2.png │ ├── arrow_carrot-2right.png │ ├── arrow_carrot-2right_alt.png │ ├── arrow_carrot-2right_alt2.png │ ├── arrow_carrot-2up.png │ ├── arrow_carrot-2up_alt.png │ ├── arrow_carrot-2up_alt2.png │ ├── arrow_carrot-down.png │ ├── arrow_carrot-down_alt.png │ ├── arrow_carrot-down_alt2.png │ ├── arrow_carrot-left.png │ ├── arrow_carrot-left_alt.png │ ├── arrow_carrot-left_alt2.png │ ├── arrow_carrot-right.png │ ├── arrow_carrot-right_alt.png │ ├── arrow_carrot-right_alt2.png │ ├── arrow_carrot-up.png │ ├── arrow_carrot-up_alt2.png │ ├── arrow_carrot_up_alt.png │ ├── arrow_condense.png │ ├── arrow_condense_alt.png │ ├── arrow_down.png │ ├── arrow_down_alt.png │ ├── arrow_expand.png │ ├── arrow_expand_alt.png │ ├── arrow_expand_alt2.png │ ├── arrow_expand_alt3.png │ ├── arrow_left-down.png │ ├── arrow_left-down_alt.png │ ├── arrow_left-right.png │ ├── arrow_left-right_alt.png │ ├── arrow_left-up.png │ ├── arrow_left-up_alt.png │ ├── arrow_left.png │ ├── arrow_left_alt.png │ ├── arrow_move.png │ ├── arrow_right-down.png │ ├── arrow_right-down_alt.png │ ├── arrow_right-up.png │ ├── arrow_right-up_alt.png │ ├── arrow_right.png │ ├── arrow_right_alt.png │ ├── arrow_triangle-down.png │ ├── arrow_triangle-down_alt.png │ ├── arrow_triangle-down_alt2.png │ ├── arrow_triangle-left.png │ ├── arrow_triangle-left_alt.png │ ├── arrow_triangle-left_alt2.png │ ├── arrow_triangle-right.png │ ├── arrow_triangle-right_alt.png │ ├── arrow_triangle-right_alt2.png │ ├── arrow_triangle-up.png │ ├── arrow_triangle-up_alt.png │ ├── arrow_triangle-up_alt2.png │ ├── arrow_up-down_alt.png │ ├── arrow_up.png │ ├── arrow_up_alt.png │ ├── icon_adjust-horiz.png │ ├── icon_adjust-vert.png │ ├── icon_archive.png │ ├── icon_archive_alt.png │ ├── icon_bag.png │ ├── icon_bag_alt.png │ ├── icon_balance.png │ ├── icon_blocked.png │ ├── icon_book.png │ ├── icon_book_alt.png │ ├── icon_box-checked.png │ ├── icon_box-empty.png │ ├── icon_box-selected.png │ ├── icon_briefcase.png │ ├── icon_briefcase_alt.png │ ├── icon_building.png │ ├── icon_building_alt.png │ ├── icon_calculator_alt.png │ ├── icon_calendar.png │ ├── icon_calulator.png │ ├── icon_camera.png │ ├── icon_camera_alt.png │ ├── icon_cart.png │ ├── icon_cart_alt.png │ ├── icon_chat.png │ ├── icon_chat_alt.png │ ├── icon_check.png │ ├── icon_check_alt.png │ ├── icon_check_alt2.png │ ├── icon_circle-empty.png │ ├── icon_circle-slelected.png │ ├── icon_clipboard.png │ ├── icon_clock.png │ ├── icon_clock_alt.png │ ├── icon_close.png │ ├── icon_close_alt.png │ ├── icon_close_alt2.png │ ├── icon_cloud-download.png │ ├── icon_cloud-download_alt.png │ ├── icon_cloud-upload.png │ ├── icon_cloud-upload_alt.png │ ├── icon_cloud.png │ ├── icon_cloud_alt.png │ ├── icon_cog.png │ ├── icon_cogs.png │ ├── icon_comment.png │ ├── icon_comment_alt.png │ ├── icon_compass.png │ ├── icon_compass_alt.png │ ├── icon_cone.png │ ├── icon_cone_alt.png │ ├── icon_contacts.png │ ├── icon_contacts_alt.png │ ├── icon_creditcard.png │ ├── icon_currency.png │ ├── icon_currency_alt.png │ ├── icon_cursor.png │ ├── icon_cursor_alt.png │ ├── icon_datareport.png │ ├── icon_datareport_alt.png │ ├── icon_desktop.png │ ├── icon_dislike.png │ ├── icon_dislike_alt.png │ ├── icon_document.png │ ├── icon_document_alt.png │ ├── icon_documents.png │ ├── icon_documents_alt.png │ ├── icon_download.png │ ├── icon_drawer.png │ ├── icon_drawer_alt.png │ ├── icon_drive.png │ ├── icon_drive_alt.png │ ├── icon_easel.png │ ├── icon_easel_alt.png │ ├── icon_error-circle.png │ ├── icon_error-circle_alt.png │ ├── icon_error-oct.png │ ├── icon_error-oct_alt.png │ ├── icon_error-triangle.png │ ├── icon_error-triangle_alt.png │ ├── icon_film.png │ ├── icon_floppy.png │ ├── icon_floppy_alt.png │ ├── icon_flowchart.png │ ├── icon_flowchart_alt.png │ ├── icon_folder-add.png │ ├── icon_folder-add_alt.png │ ├── icon_folder-alt.png │ ├── icon_folder-open.png │ ├── icon_folder-open_alt.png │ ├── icon_folder.png │ ├── icon_folder_download.png │ ├── icon_folder_upload.png │ ├── icon_genius.png │ ├── icon_gift.png │ ├── icon_gift_alt.png │ ├── icon_globe-2.png │ ├── icon_globe.png │ ├── icon_globe_alt.png │ ├── icon_grid-2x2.png │ ├── icon_grid-3x3.png │ ├── icon_group.png │ ├── icon_headphones.png │ ├── icon_heart.png │ ├── icon_heart_alt.png │ ├── icon_hourglass.png │ ├── icon_house.png │ ├── icon_house_alt.png │ ├── icon_id-2.png │ ├── icon_id-2_alt.png │ ├── icon_id.png │ ├── icon_id_alt.png │ ├── icon_image.png │ ├── icon_images.png │ ├── icon_info.png │ ├── icon_info_alt.png │ ├── icon_key.png │ ├── icon_key_alt.png │ ├── icon_laptop.png │ ├── icon_lifesaver.png │ ├── icon_lightbulb.png │ ├── icon_lightbulb_alt.png │ ├── icon_like.png │ ├── icon_like_alt.png │ ├── icon_link.png │ ├── icon_link_alt.png │ ├── icon_loading.png │ ├── icon_lock-open.png │ ├── icon_lock-open_alt.png │ ├── icon_lock.png │ ├── icon_lock_alt.png │ ├── icon_mail.png │ ├── icon_mail_alt.png │ ├── icon_map.png │ ├── icon_map_alt.png │ ├── icon_menu-circle_alt.png │ ├── icon_menu-circle_alt2.png │ ├── icon_menu-square_alt.png │ ├── icon_menu-square_alt2.png │ ├── icon_menu.png │ ├── icon_mic.png │ ├── icon_mic_alt.png │ ├── icon_minus-06.png │ ├── icon_minus-box.png │ ├── icon_minus_alt.png │ ├── icon_minus_alt2.png │ ├── icon_mobile.png │ ├── icon_mug.png │ ├── icon_mug_alt.png │ ├── icon_music.png │ ├── icon_ol.png │ ├── icon_paperclip.png │ ├── icon_pause.png │ ├── icon_pause_alt.png │ ├── icon_pause_alt2.png │ ├── icon_pencil-edit.png │ ├── icon_pencil-edit_alt.png │ ├── icon_pencil.png │ ├── icon_pencil_alt.png │ ├── icon_pens.png │ ├── icon_pens_alt.png │ ├── icon_percent.png │ ├── icon_percent_alt.png │ ├── icon_phone.png │ ├── icon_piechart.png │ ├── icon_pin.png │ ├── icon_pin_alt.png │ ├── icon_plus-box.png │ ├── icon_plus.png │ ├── icon_plus_alt.png │ ├── icon_plus_alt2.png │ ├── icon_printer-alt.png │ ├── icon_printer.png │ ├── icon_profile.png │ ├── icon_pushpin.png │ ├── icon_pushpin_alt.png │ ├── icon_puzzle.png │ ├── icon_puzzle_alt.png │ ├── icon_question.png │ ├── icon_question_alt.png │ ├── icon_question_alt2.png │ ├── icon_quotations.png │ ├── icon_quotations_alt.png │ ├── icon_quotations_alt2.png │ ├── icon_refresh.png │ ├── icon_ribbon.png │ ├── icon_ribbon_alt.png │ ├── icon_rook.png │ ├── icon_search.png │ ├── icon_search2.png │ ├── icon_search_alt.png │ ├── icon_shield.png │ ├── icon_shield_alt.png │ ├── icon_star-half.png │ ├── icon_star-half_alt.png │ ├── icon_star.png │ ├── icon_star_alt.png │ ├── icon_stop.png │ ├── icon_stop_alt.png │ ├── icon_stop_alt2.png │ ├── icon_table.png │ ├── icon_tablet.png │ ├── icon_tag.png │ ├── icon_tag_alt.png │ ├── icon_tags.png │ ├── icon_tags_alt.png │ ├── icon_target.png │ ├── icon_tool.png │ ├── icon_toolbox.png │ ├── icon_toolbox_alt.png │ ├── icon_tools.png │ ├── icon_trash.png │ ├── icon_trash_alt.png │ ├── icon_ul.png │ ├── icon_upload.png │ ├── icon_vol-mute.png │ ├── icon_vol-mute_alt.png │ ├── icon_volume-high.png │ ├── icon_volume-high_alt.png │ ├── icon_volume-low.png │ ├── icon_volume-low_alt.png │ ├── icon_wallet.png │ ├── icon_wallet_alt.png │ ├── icon_zoom-in.png │ ├── icon_zoom-in_alt.png │ ├── icon_zoom-out.png │ ├── icon_zoom-out_alt.png │ ├── social_blogger.png │ ├── social_blogger_circle.png │ ├── social_blogger_square.png │ ├── social_delicious.png │ ├── social_delicious_circle.png │ ├── social_delicious_square.png │ ├── social_deviantart.png │ ├── social_deviantart_circle.png │ ├── social_deviantart_square.png │ ├── social_dribbble.png │ ├── social_dribbble_circle.png │ ├── social_dribbble_square.png │ ├── social_facebook.png │ ├── social_facebook_circle.png │ ├── social_facebook_square.png │ ├── social_flickr.png │ ├── social_flickr_circle.png │ ├── social_flickr_square.png │ ├── social_googledrive.png │ ├── social_googledrive_alt2.png │ ├── social_googledrive_square.png │ ├── social_googleplus.png │ ├── social_googleplus_circle.png │ ├── social_googleplus_square.png │ ├── social_instagram.png │ ├── social_instagram_circle.png │ ├── social_instagram_square.png │ ├── social_linkedin.png │ ├── social_linkedin_circle.png │ ├── social_linkedin_square.png │ ├── social_myspace.png │ ├── social_myspace_circle.png │ ├── social_myspace_square.png │ ├── social_picassa.png │ ├── social_picassa_circle.png │ ├── social_picassa_square.png │ ├── social_pinterest.png │ ├── social_pinterest_circle.png │ ├── social_pinterest_square.png │ ├── social_rss.png │ ├── social_rss_circle.png │ ├── social_rss_square.png │ ├── social_share.png │ ├── social_share_circle.png │ ├── social_share_square.png │ ├── social_skype.png │ ├── social_skype_circle.png │ ├── social_skype_square.png │ ├── social_spotify.png │ ├── social_spotify_circle.png │ ├── social_spotify_square.png │ ├── social_stumbleupon_circle.png │ ├── social_stumbleupon_square.png │ ├── social_tumbleupon.png │ ├── social_tumblr.png │ ├── social_tumblr_circle.png │ ├── social_tumblr_square.png │ ├── social_twitter.png │ ├── social_twitter_circle.png │ ├── social_twitter_square.png │ ├── social_vimeo.png │ ├── social_vimeo_circle.png │ ├── social_vimeo_square.png │ ├── social_wordpress.png │ ├── social_wordpress_circle.png │ ├── social_wordpress_square.png │ ├── social_youtube.png │ ├── social_youtube_circle.png │ └── social_youtube_square.png │ └── SVG │ ├── arrow-up-down.svg │ ├── arrow_back.svg │ ├── arrow_carrot-2down.svg │ ├── arrow_carrot-2down_alt2.svg │ ├── arrow_carrot-2dwnn_alt.svg │ ├── arrow_carrot-2left.svg │ ├── arrow_carrot-2left_alt.svg │ ├── arrow_carrot-2left_alt2.svg │ ├── arrow_carrot-2right.svg │ ├── arrow_carrot-2right_alt.svg │ ├── arrow_carrot-2right_alt2.svg │ ├── arrow_carrot-2up.svg │ ├── arrow_carrot-2up_alt.svg │ ├── arrow_carrot-2up_alt2.svg │ ├── arrow_carrot-down.svg │ ├── arrow_carrot-down_alt.svg │ ├── arrow_carrot-down_alt2.svg │ ├── arrow_carrot-left.svg │ ├── arrow_carrot-left_alt.svg │ ├── arrow_carrot-left_alt2.svg │ ├── arrow_carrot-right.svg │ ├── arrow_carrot-right_alt.svg │ ├── arrow_carrot-right_alt2.svg │ ├── arrow_carrot-up.svg │ ├── arrow_carrot-up_alt2.svg │ ├── arrow_carrot_up_alt.svg │ ├── arrow_condense.svg │ ├── arrow_condense_alt.svg │ ├── arrow_down.svg │ ├── arrow_down_alt.svg │ ├── arrow_expand.svg │ ├── arrow_expand_alt.svg │ ├── arrow_expand_alt2.svg │ ├── arrow_expand_alt3.svg │ ├── arrow_left-down.svg │ ├── arrow_left-down_alt.svg │ ├── arrow_left-right.svg │ ├── arrow_left-right_alt.svg │ ├── arrow_left-up.svg │ ├── arrow_left-up_alt.svg │ ├── arrow_left.svg │ ├── arrow_left_alt.svg │ ├── arrow_move.svg │ ├── arrow_right-down.svg │ ├── arrow_right-down_alt.svg │ ├── arrow_right-up.svg │ ├── arrow_right-up_alt.svg │ ├── arrow_right.svg │ ├── arrow_right_alt.svg │ ├── arrow_triangle-down.svg │ ├── arrow_triangle-down_alt.svg │ ├── arrow_triangle-down_alt2.svg │ ├── arrow_triangle-left.svg │ ├── arrow_triangle-left_alt.svg │ ├── arrow_triangle-left_alt2.svg │ ├── arrow_triangle-right.svg │ ├── arrow_triangle-right_alt.svg │ ├── arrow_triangle-right_alt2.svg │ ├── arrow_triangle-up.svg │ ├── arrow_triangle-up_alt.svg │ ├── arrow_triangle-up_alt2.svg │ ├── arrow_up-down_alt.svg │ ├── arrow_up.svg │ ├── arrow_up_alt.svg │ ├── icon_adjust-horiz.svg │ ├── icon_adjust-vert.svg │ ├── icon_archive.svg │ ├── icon_archive_alt.svg │ ├── icon_bag.svg │ ├── icon_bag_alt.svg │ ├── icon_balance.svg │ ├── icon_blocked.svg │ ├── icon_book.svg │ ├── icon_book_alt.svg │ ├── icon_box-checked.svg │ ├── icon_box-empty.svg │ ├── icon_box-selected.svg │ ├── icon_briefcase.svg │ ├── icon_briefcase_alt.svg │ ├── icon_building.svg │ ├── icon_building_alt.svg │ ├── icon_calculator_alt.svg │ ├── icon_calendar.svg │ ├── icon_calulator.svg │ ├── icon_camera.svg │ ├── icon_camera_alt.svg │ ├── icon_cart.svg │ ├── icon_cart_alt.svg │ ├── icon_chat.svg │ ├── icon_chat_alt.svg │ ├── icon_check.svg │ ├── icon_check_alt.svg │ ├── icon_check_alt2.svg │ ├── icon_circle-empty.svg │ ├── icon_circle-slelected.svg │ ├── icon_clipboard.svg │ ├── icon_clock.svg │ ├── icon_clock_alt.svg │ ├── icon_close.svg │ ├── icon_close_alt.svg │ ├── icon_close_alt2.svg │ ├── icon_cloud-download.svg │ ├── icon_cloud-download_alt.svg │ ├── icon_cloud-upload.svg │ ├── icon_cloud-upload_alt.svg │ ├── icon_cloud.svg │ ├── icon_cloud_alt.svg │ ├── icon_cog.svg │ ├── icon_cogs.svg │ ├── icon_comment.svg │ ├── icon_comment_alt.svg │ ├── icon_compass.svg │ ├── icon_compass_alt.svg │ ├── icon_cone.svg │ ├── icon_cone_alt.svg │ ├── icon_contacts.svg │ ├── icon_contacts_alt.svg │ ├── icon_creditcard.svg │ ├── icon_currency.svg │ ├── icon_currency_alt.svg │ ├── icon_cursor.svg │ ├── icon_cursor_alt.svg │ ├── icon_datareport.svg │ ├── icon_datareport_alt.svg │ ├── icon_desktop.svg │ ├── icon_dislike.svg │ ├── icon_dislike_alt.svg │ ├── icon_document.svg │ ├── icon_document_alt.svg │ ├── icon_documents.svg │ ├── icon_documents_alt.svg │ ├── icon_download.svg │ ├── icon_drawer.svg │ ├── icon_drawer_alt.svg │ ├── icon_drive.svg │ ├── icon_drive_alt.svg │ ├── icon_easel.svg │ ├── icon_easel_alt.svg │ ├── icon_error-circle.svg │ ├── icon_error-circle_alt.svg │ ├── icon_error-oct.svg │ ├── icon_error-oct_alt.svg │ ├── icon_error-triangle.svg │ ├── icon_error-triangle_alt.svg │ ├── icon_film.svg │ ├── icon_floppy.svg │ ├── icon_floppy_alt.svg │ ├── icon_flowchart.svg │ ├── icon_flowchart_alt.svg │ ├── icon_folder-add.svg │ ├── icon_folder-add_alt.svg │ ├── icon_folder-alt.svg │ ├── icon_folder-open.svg │ ├── icon_folder-open_alt.svg │ ├── icon_folder.svg │ ├── icon_folder_download.svg │ ├── icon_folder_upload.svg │ ├── icon_genius.svg │ ├── icon_gift.svg │ ├── icon_gift_alt.svg │ ├── icon_globe-2.svg │ ├── icon_globe.svg │ ├── icon_globe_alt.svg │ ├── icon_grid-2x2.svg │ ├── icon_grid-3x3.svg │ ├── icon_group.svg │ ├── icon_headphones.svg │ ├── icon_heart.svg │ ├── icon_heart_alt.svg │ ├── icon_hourglass.svg │ ├── icon_house.svg │ ├── icon_house_alt.svg │ ├── icon_id-2.svg │ ├── icon_id-2_alt.svg │ ├── icon_id.svg │ ├── icon_id_alt.svg │ ├── icon_image.svg │ ├── icon_images.svg │ ├── icon_info.svg │ ├── icon_info_alt.svg │ ├── icon_key.svg │ ├── icon_key_alt.svg │ ├── icon_laptop.svg │ ├── icon_lifesaver.svg │ ├── icon_lightbulb.svg │ ├── icon_lightbulb_alt.svg │ ├── icon_like.svg │ ├── icon_like_alt.svg │ ├── icon_link.svg │ ├── icon_link_alt.svg │ ├── icon_loading.svg │ ├── icon_lock-open.svg │ ├── icon_lock-open_alt.svg │ ├── icon_lock.svg │ ├── icon_lock_alt.svg │ ├── icon_mail.svg │ ├── icon_mail_alt.svg │ ├── icon_map.svg │ ├── icon_map_alt.svg │ ├── icon_menu-circle_alt.svg │ ├── icon_menu-circle_alt2.svg │ ├── icon_menu-square_alt.svg │ ├── icon_menu-square_alt2.svg │ ├── icon_menu.svg │ ├── icon_mic.svg │ ├── icon_mic_alt.svg │ ├── icon_minus-06.svg │ ├── icon_minus-box.svg │ ├── icon_minus_alt.svg │ ├── icon_minus_alt2.svg │ ├── icon_mobile.svg │ ├── icon_mug.svg │ ├── icon_mug_alt.svg │ ├── icon_music.svg │ ├── icon_ol.svg │ ├── icon_paperclip.svg │ ├── icon_pause.svg │ ├── icon_pause_alt.svg │ ├── icon_pause_alt2.svg │ ├── icon_pencil-edit.svg │ ├── icon_pencil-edit_alt.svg │ ├── icon_pencil.svg │ ├── icon_pencil_alt.svg │ ├── icon_pens.svg │ ├── icon_pens_alt.svg │ ├── icon_percent.svg │ ├── icon_percent_alt.svg │ ├── icon_phone.svg │ ├── icon_piechart.svg │ ├── icon_pin.svg │ ├── icon_pin_alt.svg │ ├── icon_plus-box.svg │ ├── icon_plus.svg │ ├── icon_plus_alt.svg │ ├── icon_plus_alt2.svg │ ├── icon_printer-alt.svg │ ├── icon_printer.svg │ ├── icon_profile.svg │ ├── icon_pushpin.svg │ ├── icon_pushpin_alt.svg │ ├── icon_puzzle.svg │ ├── icon_puzzle_alt.svg │ ├── icon_question.svg │ ├── icon_question_alt.svg │ ├── icon_question_alt2.svg │ ├── icon_quotations.svg │ ├── icon_quotations_alt.svg │ ├── icon_quotations_alt2.svg │ ├── icon_refresh.svg │ ├── icon_ribbon.svg │ ├── icon_ribbon_alt.svg │ ├── icon_rook.svg │ ├── icon_search.svg │ ├── icon_search2.svg │ ├── icon_search_alt.svg │ ├── icon_shield.svg │ ├── icon_shield_alt.svg │ ├── icon_star-half.svg │ ├── icon_star-half_alt.svg │ ├── icon_star.svg │ ├── icon_star_alt.svg │ ├── icon_stop.svg │ ├── icon_stop_alt.svg │ ├── icon_stop_alt2.svg │ ├── icon_table.svg │ ├── icon_tablet.svg │ ├── icon_tag.svg │ ├── icon_tag_alt.svg │ ├── icon_tags.svg │ ├── icon_tags_alt.svg │ ├── icon_target.svg │ ├── icon_tool.svg │ ├── icon_toolbox.svg │ ├── icon_toolbox_alt.svg │ ├── icon_tools.svg │ ├── icon_trash.svg │ ├── icon_trash_alt.svg │ ├── icon_ul.svg │ ├── icon_upload.svg │ ├── icon_vol-mute.svg │ ├── icon_vol-mute_alt.svg │ ├── icon_volume-high.svg │ ├── icon_volume-high_alt.svg │ ├── icon_volume-low.svg │ ├── icon_volume-low_alt.svg │ ├── icon_wallet.svg │ ├── icon_wallet_alt.svg │ ├── icon_zoom-in.svg │ ├── icon_zoom-in_alt.svg │ ├── icon_zoom-out.svg │ ├── icon_zoom-out_alt.svg │ ├── social_blogger.svg │ ├── social_blogger_circle.svg │ ├── social_blogger_square.svg │ ├── social_delicious.svg │ ├── social_delicious_circle.svg │ ├── social_delicious_square.svg │ ├── social_deviantart.svg │ ├── social_deviantart_circle.svg │ ├── social_deviantart_square.svg │ ├── social_dribbble.svg │ ├── social_dribbble_circle.svg │ ├── social_dribbble_square.svg │ ├── social_facebook.svg │ ├── social_facebook_circle.svg │ ├── social_facebook_square.svg │ ├── social_flickr.svg │ ├── social_flickr_circle.svg │ ├── social_flickr_square.svg │ ├── social_googledrive.svg │ ├── social_googledrive_alt2.svg │ ├── social_googledrive_square.svg │ ├── social_googleplus.svg │ ├── social_googleplus_circle.svg │ ├── social_googleplus_square.svg │ ├── social_instagram.svg │ ├── social_instagram_circle.svg │ ├── social_instagram_square.svg │ ├── social_linkedin.svg │ ├── social_linkedin_circle.svg │ ├── social_linkedin_square.svg │ ├── social_myspace.svg │ ├── social_myspace_circle.svg │ ├── social_myspace_square.svg │ ├── social_picassa.svg │ ├── social_picassa_circle.svg │ ├── social_picassa_square.svg │ ├── social_pinterest.svg │ ├── social_pinterest_circle.svg │ ├── social_pinterest_square.svg │ ├── social_rss.svg │ ├── social_rss_circle.svg │ ├── social_rss_square.svg │ ├── social_share.svg │ ├── social_share_circle.svg │ ├── social_share_square.svg │ ├── social_skype.svg │ ├── social_skype_circle.svg │ ├── social_skype_square.svg │ ├── social_spotify.svg │ ├── social_spotify_circle.svg │ ├── social_spotify_square.svg │ ├── social_stumbleupon_circle.svg │ ├── social_stumbleupon_square.svg │ ├── social_tumbleupon.svg │ ├── social_tumblr.svg │ ├── social_tumblr_circle.svg │ ├── social_tumblr_square.svg │ ├── social_twitter.svg │ ├── social_twitter_circle.svg │ ├── social_twitter_square.svg │ ├── social_vimeo.svg │ ├── social_vimeo_circle.svg │ ├── social_vimeo_square.svg │ ├── social_wordpress.svg │ ├── social_wordpress_circle.svg │ ├── social_wordpress_square.svg │ ├── social_youtube.svg │ ├── social_youtube_circle.svg │ └── social_youtube_square.svg ├── font-awesome ├── HELP-US-OUT.txt ├── css │ ├── font-awesome.css │ └── font-awesome.min.css ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── less │ ├── animated.less │ ├── bordered-pulled.less │ ├── core.less │ ├── fixed-width.less │ ├── font-awesome.less │ ├── icons.less │ ├── larger.less │ ├── list.less │ ├── mixins.less │ ├── path.less │ ├── rotated-flipped.less │ ├── screen-reader.less │ ├── stacked.less │ └── variables.less └── scss │ ├── _animated.scss │ ├── _bordered-pulled.scss │ ├── _core.scss │ ├── _fixed-width.scss │ ├── _icons.scss │ ├── _larger.scss │ ├── _list.scss │ ├── _mixins.scss │ ├── _path.scss │ ├── _rotated-flipped.scss │ ├── _screen-reader.scss │ ├── _stacked.scss │ ├── _variables.scss │ └── font-awesome.scss ├── jquery-1.12.3.min.js ├── jquery-match-height ├── CHANGELOG.md ├── LICENSE ├── README.md ├── bower.json ├── jquery.matchHeight-min.js ├── jquery.matchHeight.js ├── matchHeight.jquery.json ├── test.css ├── test.html └── test.js ├── jquery-scrollTo ├── .gitignore ├── .jscsrc ├── .jshintrc ├── CHANGELOG ├── LICENSE ├── README.md ├── bower.json ├── composer.json ├── demo │ ├── css │ │ ├── style.css │ │ └── style.old.css │ ├── index.html │ └── index.old.html ├── jquery.scrollTo.js ├── jquery.scrollTo.min.js ├── package.json └── tests │ ├── ElemMaxY-compat.html │ ├── ElemMaxY-quirks.html │ ├── WinMaxY-compat.html │ ├── WinMaxY-quirks.html │ ├── WinMaxY-to-iframe-compat.html │ ├── WinMaxY-to-iframe-quirks.html │ ├── WinMaxY-with-iframe-compat.html │ ├── WinMaxY-with-iframe-quirks.html │ ├── index.html │ └── test.js └── lightbox ├── .gitignore ├── Gruntfile.js ├── LICENSE.txt ├── README.md ├── bower.json ├── dist ├── ekko-lightbox.css ├── ekko-lightbox.js ├── ekko-lightbox.min.css └── ekko-lightbox.min.js ├── ekko-lightbox.coffee ├── ekko-lightbox.less └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | config.codekit -------------------------------------------------------------------------------- /_includes/branding.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |

5 | 6 | {% include icon.html icon=site.branding.icon %} 7 | {{ site.branding.highlight }}{{ site.branding.bold }} 8 | 9 |

10 |
11 | -------------------------------------------------------------------------------- /_includes/custom_head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/_includes/custom_head.html -------------------------------------------------------------------------------- /_includes/facebook.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 11 | -------------------------------------------------------------------------------- /_includes/facebook_button.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | -------------------------------------------------------------------------------- /_includes/google_analytics.html: -------------------------------------------------------------------------------- 1 | 2 | {% if site.google_analytics %} 3 | 12 | {% endif %} 13 | -------------------------------------------------------------------------------- /_includes/icon.html: -------------------------------------------------------------------------------- 1 | {% if include.icon %}{% if include.icon.type == "fa" %}{% else %}{% endif %}{% endif %} -------------------------------------------------------------------------------- /_includes/twitter_button.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | {{ site.share.twitter.title }} 4 | 5 |
6 | -------------------------------------------------------------------------------- /_includes/twitter_cards.html: -------------------------------------------------------------------------------- 1 | 2 | {% if site.twitter_cards %} 3 | 4 | 5 | 6 | {% if site.owner.twitter %}{% endif %} 7 | {% if site.twitter_cards.creator %}{% endif %} 8 | 9 | 10 | {% endif %} 11 | -------------------------------------------------------------------------------- /_sass/styles.scss: -------------------------------------------------------------------------------- 1 | /* 2 | * Template Name: PrettyDocs - Responsive Website Template for documentations 3 | * Version: 1.0 4 | * Author: Xiaoying Riley 5 | * License: Creative Commons Attribution 3.0 License - https://creativecommons.org/licenses/by/3.0/ 6 | * Twitter: @3rdwave_themes 7 | * Website: http://themes.3rdwavemedia.com/ 8 | */ 9 | @import "mixins"; 10 | @import "theme-default"; 11 | @import "base"; 12 | @import "doc"; 13 | @import "landing"; 14 | -------------------------------------------------------------------------------- /_sass/theme-default.scss: -------------------------------------------------------------------------------- 1 | /* Theme default */ 2 | $color-primary: #40babd; 3 | $color-green: #75c181; 4 | $color-red: #f77b6b; 5 | $color-blue: #58bbee; 6 | $color-orange: #F88C30; 7 | $color-pink: #EA5395; 8 | $color-purple: #8A40A7; 9 | 10 | $text-color: #494d55; 11 | $text-color-secondary: lighten($text-color, 10%); 12 | $text-grey: lighten($text-color-secondary, 25%); 13 | $grey: lighten($text-color-secondary, 25%); 14 | $light-grey: #c3c3c3; 15 | $dark-grey: #666; 16 | $black: #000; 17 | $smoky-white: #f5f5f5; 18 | $smoky-grey: #f9f9fb; 19 | $divider: #f0f0f0; 20 | 21 | $new: #60A823; 22 | $error: #E65348; 23 | $facebook: #3b5998; 24 | $twitter: #55acee; 25 | $google: #dd4b39; 26 | $github: #444; 27 | -------------------------------------------------------------------------------- /assets/css/styles.scss: -------------------------------------------------------------------------------- 1 | --- 2 | # PrettyDocs 1.0 by Xiaoying Riley @3rdwave_themes 3 | # http://themes.3rdwavemedia.com/ 4 | # --- 5 | # Creative Commons Attribution 3.0 License 6 | # https://creativecommons.org/licenses/by/3.0/ 7 | # --- 8 | # Refactored to Jekyll by Guillermo Calvo @gcalvo 9 | # https://guillermo.in/ 10 | --- 11 | 12 | @charset "utf-8"; 13 | 14 | @import "styles"; 15 | -------------------------------------------------------------------------------- /assets/images/empty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/images/empty.gif -------------------------------------------------------------------------------- /assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/images/favicon.ico -------------------------------------------------------------------------------- /assets/images/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/images/thumb.png -------------------------------------------------------------------------------- /assets/plugins/bootstrap/.editorconfig: -------------------------------------------------------------------------------- 1 | # editorconfig.org 2 | 3 | root = true 4 | 5 | [*] 6 | charset = utf-8 7 | end_of_line = lf 8 | indent_size = 2 9 | indent_style = space 10 | insert_final_newline = true 11 | trim_trailing_whitespace = true 12 | 13 | [*.md] 14 | trim_trailing_whitespace = false 15 | 16 | [*.py] 17 | indent_size = 4 18 | -------------------------------------------------------------------------------- /assets/plugins/bootstrap/.gitattributes: -------------------------------------------------------------------------------- 1 | # Enforce Unix newlines 2 | *.css text eol=lf 3 | *.html text eol=lf 4 | *.js text eol=lf 5 | *.json text eol=lf 6 | *.less text eol=lf 7 | *.md text eol=lf 8 | *.svg text eol=lf 9 | *.yml text eol=lf 10 | # Don't diff or textually merge source maps 11 | *.map binary 12 | 13 | bootstrap-theme.css linguist-vendored=false 14 | bootstrap.css linguist-vendored=false 15 | bootstrap.js linguist-vendored=false 16 | -------------------------------------------------------------------------------- /assets/plugins/bootstrap/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore docs files 2 | _gh_pages 3 | _site 4 | .ruby-version 5 | 6 | # Numerous always-ignore extensions 7 | *.diff 8 | *.err 9 | *.log 10 | *.orig 11 | *.rej 12 | *.swo 13 | *.swp 14 | *.vi 15 | *.zip 16 | *~ 17 | 18 | # OS or Editor folders 19 | ._* 20 | .cache 21 | .DS_Store 22 | .idea 23 | .project 24 | .settings 25 | .tmproj 26 | *.esproj 27 | *.sublime-project 28 | *.sublime-workspace 29 | nbproject 30 | Thumbs.db 31 | 32 | # Komodo 33 | .komodotools 34 | *.komodoproject 35 | 36 | # Jekyll metadata 37 | docs/.jekyll-metadata 38 | 39 | # Folders to ignore 40 | bower_components 41 | node_modules 42 | -------------------------------------------------------------------------------- /assets/plugins/bootstrap/.hound.yml: -------------------------------------------------------------------------------- 1 | javascript: 2 | config_file: js/.jshintrc 3 | enabled: true 4 | scss: 5 | enabled: false 6 | -------------------------------------------------------------------------------- /assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /assets/plugins/bootstrap/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /assets/plugins/elegant_font/css/fonts/ElegantIcons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/css/fonts/ElegantIcons.eot -------------------------------------------------------------------------------- /assets/plugins/elegant_font/css/fonts/ElegantIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/css/fonts/ElegantIcons.ttf -------------------------------------------------------------------------------- /assets/plugins/elegant_font/css/fonts/ElegantIcons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/css/fonts/ElegantIcons.woff -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow-up-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow-up-down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_back.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2down_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2down_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2dwnn_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2dwnn_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-left.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-right.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-up.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot-up_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot-up_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_carrot_up_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_carrot_up_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_condense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_condense.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_condense_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_condense_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_down_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_down_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_expand.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_expand_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_expand_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_expand_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_expand_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_expand_alt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_expand_alt3.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left-down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left-down_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left-down_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left-right.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left-right_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left-right_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left-up.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left-up_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left-up_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_left_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_left_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_move.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_right-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_right-down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_right-down_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_right-down_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_right-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_right-up.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_right-up_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_right-up_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_right.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_right_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_right_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-down.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-left.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-right.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-up.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_up-down_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_up-down_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_up.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/arrow_up_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/arrow_up_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_adjust-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_adjust-horiz.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_adjust-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_adjust-vert.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_archive.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_archive_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_archive_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_bag.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_bag_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_bag_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_balance.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_blocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_blocked.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_book.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_book_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_book_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_box-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_box-checked.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_box-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_box-empty.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_box-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_box-selected.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_briefcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_briefcase.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_briefcase_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_briefcase_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_building.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_building.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_building_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_building_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_calculator_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_calculator_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_calendar.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_calulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_calulator.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_camera.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_camera_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_camera_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cart.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cart_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cart_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_chat.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_chat_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_chat_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_check.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_check_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_check_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_check_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_check_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_circle-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_circle-empty.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_circle-slelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_circle-slelected.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_clipboard.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_clock.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_clock_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_clock_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_close.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_close_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_close_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_close_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_close_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cloud-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cloud-download.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cloud-download_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cloud-download_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cloud-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cloud-upload.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cloud-upload_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cloud-upload_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cloud.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cloud_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cloud_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cog.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cogs.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_comment.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_comment_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_comment_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_compass.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_compass_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_compass_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cone.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cone_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cone_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_contacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_contacts.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_contacts_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_contacts_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_creditcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_creditcard.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_currency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_currency.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_currency_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_currency_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cursor.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_cursor_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_cursor_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_datareport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_datareport.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_datareport_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_datareport_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_desktop.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_dislike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_dislike.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_dislike_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_dislike_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_document.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_document_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_document_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_documents.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_documents_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_documents_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_download.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_drawer.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_drawer_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_drawer_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_drive.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_drive_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_drive_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_easel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_easel.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_easel_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_easel_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_error-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_error-circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_error-circle_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_error-circle_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_error-oct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_error-oct.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_error-oct_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_error-oct_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_error-triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_error-triangle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_error-triangle_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_error-triangle_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_film.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_floppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_floppy.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_floppy_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_floppy_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_flowchart.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_flowchart_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_flowchart_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder-add.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder-add_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder-add_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder-alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder-open.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder-open_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder-open_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder_download.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_folder_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_folder_upload.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_genius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_genius.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_gift.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_gift_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_gift_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_globe-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_globe-2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_globe.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_globe_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_globe_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_grid-2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_grid-2x2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_grid-3x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_grid-3x3.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_group.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_headphones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_headphones.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_heart.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_heart_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_heart_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_hourglass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_hourglass.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_house.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_house_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_house_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_id-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_id-2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_id-2_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_id-2_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_id.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_id_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_id_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_image.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_images.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_info.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_info_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_info_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_key.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_key_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_key_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_laptop.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lifesaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lifesaver.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lightbulb.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lightbulb_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lightbulb_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_like.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_like_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_like_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_link.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_link_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_link_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_loading.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lock-open.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lock-open_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lock-open_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lock.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_lock_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_lock_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mail.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mail_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mail_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_map.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_map_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_map_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_menu-square_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_menu-square_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_menu-square_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_menu-square_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_menu.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mic.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mic_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mic_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_minus-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_minus-06.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_minus-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_minus-box.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_minus_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_minus_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_minus_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_minus_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mobile.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mug.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_mug_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_mug_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_music.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_ol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_ol.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_paperclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_paperclip.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pause.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pause_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pause_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pause_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pause_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pencil-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pencil-edit.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pencil-edit_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pencil-edit_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pencil.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pencil_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pencil_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pens.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pens_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pens_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_percent.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_percent_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_percent_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_phone.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_piechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_piechart.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pin.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pin_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pin_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_plus-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_plus-box.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_plus.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_plus_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_plus_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_plus_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_plus_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_printer-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_printer-alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_printer.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_profile.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pushpin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pushpin.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_pushpin_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_pushpin_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_puzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_puzzle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_puzzle_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_puzzle_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_question.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_question_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_question_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_question_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_question_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_quotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_quotations.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_quotations_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_quotations_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_quotations_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_quotations_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_refresh.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_ribbon.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_ribbon_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_ribbon_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_rook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_rook.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_search.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_search2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_search2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_search_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_search_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_shield.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_shield_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_shield_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_star-half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_star-half.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_star-half_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_star-half_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_star.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_star_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_star_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_stop.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_stop_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_stop_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_stop_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_stop_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_table.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tablet.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tag.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tag_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tag_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tags.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tags_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tags_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_target.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tool.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_toolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_toolbox.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_toolbox_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_toolbox_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_tools.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_trash.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_trash_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_trash_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_ul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_ul.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_upload.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_vol-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_vol-mute.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_vol-mute_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_vol-mute_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_volume-high.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_volume-high_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_volume-high_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_volume-low.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_volume-low_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_volume-low_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_wallet.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_wallet_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_wallet_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_zoom-in.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_zoom-in_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_zoom-in_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_zoom-out.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/icon_zoom-out_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/icon_zoom-out_alt.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_blogger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_blogger.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_blogger_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_blogger_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_blogger_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_blogger_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_delicious.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_delicious_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_delicious_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_delicious_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_delicious_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_deviantart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_deviantart.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_deviantart_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_deviantart_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_deviantart_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_deviantart_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_dribbble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_dribbble.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_dribbble_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_dribbble_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_dribbble_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_dribbble_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_facebook.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_facebook_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_facebook_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_facebook_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_facebook_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_flickr.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_flickr_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_flickr_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_flickr_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_flickr_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_googledrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_googledrive.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_googledrive_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_googledrive_alt2.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_googledrive_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_googledrive_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_googleplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_googleplus.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_googleplus_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_googleplus_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_googleplus_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_googleplus_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_instagram.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_instagram_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_instagram_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_instagram_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_instagram_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_linkedin.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_linkedin_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_linkedin_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_linkedin_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_linkedin_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_myspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_myspace.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_myspace_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_myspace_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_myspace_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_myspace_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_picassa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_picassa.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_picassa_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_picassa_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_picassa_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_picassa_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_pinterest.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_pinterest_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_pinterest_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_pinterest_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_pinterest_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_rss.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_rss_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_rss_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_rss_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_rss_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_share.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_share_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_share_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_share_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_share_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_skype.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_skype_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_skype_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_skype_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_skype_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_spotify.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_spotify_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_spotify_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_spotify_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_spotify_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_stumbleupon_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_stumbleupon_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_stumbleupon_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_stumbleupon_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_tumbleupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_tumbleupon.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_tumblr.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_tumblr_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_tumblr_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_tumblr_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_tumblr_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_twitter.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_twitter_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_twitter_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_twitter_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_twitter_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_vimeo.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_vimeo_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_vimeo_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_vimeo_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_vimeo_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_wordpress.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_wordpress_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_wordpress_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_wordpress_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_wordpress_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_youtube.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_youtube_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_youtube_circle.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/PNG/social_youtube_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/elegant_font/images/PNG/social_youtube_square.png -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-down_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-left_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-right_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_carrot_up_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_triangle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_triangle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_triangle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/arrow_triangle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_archive_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_blocked.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_box-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_box-selected.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_briefcase_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_circle-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_circle-slelected.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_cloud-download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_cloud-upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_cone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_datareport.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_datareport_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_error-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_error-circle_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_folder-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_folder-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_folder-open_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_folder_download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_folder_upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_info_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_laptop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_mail_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_minus-06.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_minus-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_minus_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_minus_alt2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_pause_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_pause_alt2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_pencil-edit_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_pencil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_pencil_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_piechart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_plus_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_profile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_ribbon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_ribbon_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_search2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_stop_alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_stop_alt2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_toolbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/icon_upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_delicious.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_facebook_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_flickr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_flickr_circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_googledrive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_googledrive_alt2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_googledrive_square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/elegant_font/images/SVG/social_rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/HELP-US-OUT.txt: -------------------------------------------------------------------------------- 1 | I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, 2 | Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, 3 | comprehensive icon sets or copy and paste your own. 4 | 5 | Please. Check it out. 6 | 7 | -Dave Gandy 8 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /assets/plugins/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /assets/plugins/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeakyAbstractions/pretty-docs/d65a6d22e652c1ea89871f6882c190ed8f1c4cea/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .@{fa-css-prefix}-pull-left { float: left; } 11 | .@{fa-css-prefix}-pull-right { float: right; } 12 | 13 | .@{fa-css-prefix} { 14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .@{fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "animated.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | @import "screen-reader.less"; 19 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .#{$fa-css-prefix}-pull-left { float: left; } 11 | .#{$fa-css-prefix}-pull-right { float: right; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .#{$fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only(); } 5 | .sr-only-focusable { @include sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /assets/plugins/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "animated"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | @import "screen-reader"; 19 | -------------------------------------------------------------------------------- /assets/plugins/jquery-match-height/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # jquery.matchHeight.js Changelog 2 | 3 | [brm.io/jquery-match-height](http://brm.io/jquery-match-height/) 4 | 5 | ---------- 6 | 7 | ## 0.5.2 8 | 9 | - improved demo 10 | - added matchHeight('remove') 11 | - added update throttling 12 | - removed forced `display:block` after application 13 | 14 | ## 0.5.1 15 | 16 | - fixed IE8 NaN bug when parsing 'auto' properties 17 | - fixed IE8 window resize event loop bug 18 | - fixed compatibility with older jQuery versions 19 | - added bower package file 20 | - added jquery package file 21 | 22 | ## 0.5.0 - 2014-03-02 23 | 24 | - initial release -------------------------------------------------------------------------------- /assets/plugins/jquery-match-height/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "matchHeight", 3 | "version": "0.5.2", 4 | "homepage": "https://github.com/liabru/jquery-match-height", 5 | "authors": [ 6 | "Liam Brummitt (http://brm.io/)" 7 | ], 8 | "description": "a more robust, responsive equal heights plugin for jQuery", 9 | "main": "jquery.matchHeight-min.js", 10 | "keywords": [ 11 | "matchHeight", 12 | "equal", 13 | "match", 14 | "height", 15 | "equalize", 16 | "columns" 17 | ], 18 | "license": "MIT", 19 | "ignore": [ 20 | "**/.*", 21 | "node_modules", 22 | "bower_components", 23 | "test", 24 | "tests" 25 | ] 26 | } 27 | -------------------------------------------------------------------------------- /assets/plugins/jquery-scrollTo/.gitignore: -------------------------------------------------------------------------------- 1 | lib-cov 2 | *.seed 3 | *.log 4 | *.csv 5 | *.dat 6 | *.out 7 | *.pid 8 | *.gz 9 | 10 | pids 11 | logs 12 | results 13 | 14 | node_modules 15 | npm-debug.log 16 | .DS_Store 17 | -------------------------------------------------------------------------------- /assets/plugins/jquery-scrollTo/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "shadow": "inner", 3 | 4 | "camelcase": true, 5 | "eqeqeq": true, 6 | "eqnull": true, 7 | "freeze": true, 8 | "funcscope": true, 9 | "newcap": true, 10 | "noarg": true, 11 | "noempty": true, 12 | "nonbsp": true, 13 | "unused": true, 14 | "undef": true, 15 | "scripturl": true, 16 | "strict": true, 17 | "quotmark": "single", 18 | 19 | "globals": {"define": true}, 20 | "browser": true, 21 | "node": true, 22 | "jquery": true 23 | } -------------------------------------------------------------------------------- /assets/plugins/jquery-scrollTo/tests/WinMaxY-with-iframe-compat.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery.scrollTo - Test Window MaxY with Iframe - Compat Mode 6 | 7 | 8 |

jQuery.scrollTo - Test Window MaxY with Iframe - Compat Mode

9 | 10 |