├── .gitignore ├── ETL ├── ADS │ └── ads.sql ├── DWD │ ├── dwd_jobinfo_tables.sql │ ├── hive2mysql_spark.py │ └── ods2dwd_spark.py ├── ODS │ ├── create_ods_tables.sql │ └── mysql2hive_spark.py ├── SparkMySQLHiveETL.py ├── fy (1).ipynb ├── init.sql ├── test_data.sql └── utils.py ├── LICENSE.md ├── README.md ├── compose ├── django │ └── DockerfileBuild ├── mysql │ ├── conf │ │ └── my.cnf │ └── init │ │ └── init.sql └── nginx │ ├── Dockerfile │ └── nginx.conf ├── doc ├── ER图.png ├── ER图.pos ├── UI设计.png ├── 功能设计新.png ├── 数仓架构.png ├── 数仓架构.pos ├── 系统功能设计.png ├── 系统功能设计.pos ├── 系统架构.png ├── 系统架构.pos └── 系统流程设计.pos ├── docker-compose.yml ├── env-init.bat ├── img ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png └── pay.png ├── model ├── ALS.py └── score.csv ├── spder-start.bat ├── spiderProject ├── README.md ├── requirements.txt ├── scrapyd │ ├── dbs │ │ ├── default.db │ │ └── spider.db │ └── eggs │ │ └── spider │ │ ├── 1697189044.egg │ │ ├── 1697189092.egg │ │ ├── 1697189094.egg │ │ ├── 1697189225.egg │ │ ├── 1697190984.egg │ │ ├── 1697191418.egg │ │ ├── 1697191478.egg │ │ ├── 1697191939.egg │ │ ├── 1697192442.egg │ │ ├── 1697195671.egg │ │ ├── 1697511700.egg │ │ ├── 1697512998.egg │ │ ├── 1697513474.egg │ │ ├── 1697513568.egg │ │ ├── 1697513671.egg │ │ ├── 1697513739.egg │ │ ├── 1697513802.egg │ │ ├── 1697513848.egg │ │ ├── 1697513862.egg │ │ ├── 1697513872.egg │ │ ├── 1697513906.egg │ │ ├── 1697516543.egg │ │ ├── 1697516708.egg │ │ ├── 1697517037.egg │ │ ├── 1697517177.egg │ │ ├── 1697517311.egg │ │ ├── 1697517503.egg │ │ ├── 1697526043.egg │ │ ├── 1697527551.egg │ │ ├── 1697527575.egg │ │ ├── 1697589902.egg │ │ ├── 1697589907.egg │ │ ├── 1697589953.egg │ │ ├── 1697786571.egg │ │ ├── 1697786594.egg │ │ ├── 1704180544.egg │ │ ├── 1704180547.egg │ │ ├── 1709278171.egg │ │ ├── 1709278202.egg │ │ ├── 1709278235.egg │ │ ├── 1709278260.egg │ │ ├── 1710814321.egg │ │ ├── 1713863448.egg │ │ └── 1713863464.egg ├── scripts │ ├── gerapy-start.bat │ └── scrapyd-start.bat ├── spider │ ├── scrapy.cfg │ └── tutorial │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── init_redis.cpython-38.pyc │ │ ├── items.cpython-310.pyc │ │ ├── items.cpython-38.pyc │ │ ├── middlewares.cpython-310.pyc │ │ ├── middlewares.cpython-38.pyc │ │ ├── pipelines.cpython-310.pyc │ │ ├── pipelines.cpython-38.pyc │ │ ├── settings.cpython-310.pyc │ │ └── settings.cpython-38.pyc │ │ ├── init_redis.py │ │ ├── items.py │ │ ├── middlewares.py │ │ ├── pipelines.py │ │ ├── settings.py │ │ └── spiders │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── 51job.cpython-310.pyc │ │ ├── 51job.cpython-38.pyc │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── a51Crawl.cpython-310.pyc │ │ ├── a51crawl.cpython-38.pyc │ │ ├── boos.cpython-310.pyc │ │ ├── boss.cpython-310.pyc │ │ ├── getredis.cpython-310.pyc │ │ ├── getredis.cpython-38.pyc │ │ ├── lagou.cpython-310.pyc │ │ ├── lagou.cpython-38.pyc │ │ ├── run.cpython-310.pyc │ │ ├── run.cpython-38.pyc │ │ ├── test.cpython-310.pyc │ │ ├── test.cpython-38.pyc │ │ ├── zhilian.cpython-310.pyc │ │ ├── zhilian.cpython-38.pyc │ │ ├── zhilian2.cpython-38.pyc │ │ ├── zhilianCrawl.cpython-310.pyc │ │ ├── zhipin.cpython-310.pyc │ │ └── zhipin.cpython-38.pyc │ │ ├── getredis.py │ │ ├── run.py │ │ ├── zhilian.py │ │ └── zhilian2.py └── spiderweb │ ├── dbs │ ├── db.sqlite3 │ └── default.db │ ├── logs │ ├── 20231013170158.log │ ├── 20231013170313.log │ ├── 20231013170522.log │ ├── 20231013171217.log │ ├── 20231013171903.log │ ├── 20231013172326.log │ ├── 20231013173100.log │ ├── 20231013173244.log │ ├── 20231016155918.log │ ├── 20231016171700.log │ ├── 20231016180304.log │ ├── 20231020151838.log │ ├── 20231114125141.log │ ├── 20231114130456.log │ ├── 20240102150004.log │ ├── 20240301152839.log │ ├── 20240319101114.log │ ├── 20240423162710.log │ └── 20240516172841.log │ └── projects │ ├── spider.zip │ ├── spider │ ├── build │ │ └── lib │ │ │ └── tutorial │ │ │ ├── __init__.py │ │ │ ├── init_redis.py │ │ │ ├── items.py │ │ │ ├── middlewares.py │ │ │ ├── pipelines.py │ │ │ ├── settings.py │ │ │ └── spiders │ │ │ ├── __init__.py │ │ │ ├── getredis.py │ │ │ ├── run.py │ │ │ ├── zhilian.py │ │ │ └── zhilian2.py │ ├── scrapy.cfg │ ├── setup.py │ ├── spider-1.0-py3.8.egg │ ├── spider.egg-info │ │ ├── PKG-INFO │ │ ├── SOURCES.txt │ │ ├── dependency_links.txt │ │ ├── entry_points.txt │ │ └── top_level.txt │ └── tutorial │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── items.cpython-310.pyc │ │ ├── items.cpython-38.pyc │ │ ├── middlewares.cpython-310.pyc │ │ ├── middlewares.cpython-38.pyc │ │ ├── pipelines.cpython-310.pyc │ │ ├── pipelines.cpython-38.pyc │ │ ├── settings.cpython-310.pyc │ │ └── settings.cpython-38.pyc │ │ ├── init_redis.py │ │ ├── items.py │ │ ├── middlewares.py │ │ ├── pipelines.py │ │ ├── settings.py │ │ └── spiders │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── 51job.cpython-310.pyc │ │ ├── 51job.cpython-38.pyc │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── a51Crawl.cpython-310.pyc │ │ ├── a51crawl.cpython-38.pyc │ │ ├── boos.cpython-310.pyc │ │ ├── boss.cpython-310.pyc │ │ ├── getredis.cpython-310.pyc │ │ ├── getredis.cpython-38.pyc │ │ ├── lagou.cpython-310.pyc │ │ ├── lagou.cpython-38.pyc │ │ ├── run.cpython-310.pyc │ │ ├── run.cpython-38.pyc │ │ ├── test.cpython-310.pyc │ │ ├── test.cpython-38.pyc │ │ ├── zhilian.cpython-310.pyc │ │ ├── zhilian.cpython-38.pyc │ │ ├── zhilianCrawl.cpython-310.pyc │ │ ├── zhipin.cpython-310.pyc │ │ └── zhipin.cpython-38.pyc │ │ ├── getredis.py │ │ ├── run.py │ │ ├── zhilian.py │ │ └── zhilian2.py │ └── tutorial.zip ├── web-server ├── .env ├── .idea │ ├── .gitignore │ ├── inspectionProfiles │ │ └── profiles_settings.xml │ ├── modules.xml │ ├── vcs.xml │ └── web-server.iml ├── .vscode │ └── launch.json ├── DRF │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── __init__.cpython-312.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── docs.cpython-311.pyc │ │ ├── settings.cpython-311.pyc │ │ ├── settings.cpython-312.pyc │ │ ├── settings.cpython-38.pyc │ │ ├── settings.cpython-39.pyc │ │ ├── urls.cpython-311.pyc │ │ ├── urls.cpython-312.pyc │ │ ├── urls.cpython-38.pyc │ │ ├── urls.cpython-39.pyc │ │ ├── wsgi.cpython-311.pyc │ │ ├── wsgi.cpython-38.pyc │ │ └── wsgi.cpython-39.pyc │ ├── asgi.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── Dockerfile ├── api │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── __init__.cpython-312.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── admin.cpython-311.pyc │ │ ├── admin.cpython-38.pyc │ │ ├── admin.cpython-39.pyc │ │ ├── apps.cpython-311.pyc │ │ ├── apps.cpython-312.pyc │ │ ├── apps.cpython-38.pyc │ │ ├── apps.cpython-39.pyc │ │ ├── models.cpython-311.pyc │ │ ├── models.cpython-38.pyc │ │ ├── models.cpython-39.pyc │ │ ├── urls.cpython-311.pyc │ │ ├── urls.cpython-38.pyc │ │ ├── urls.cpython-39.pyc │ │ ├── views.cpython-311.pyc │ │ ├── views.cpython-38.pyc │ │ └── views.cpython-39.pyc │ ├── admin.py │ ├── apps.py │ ├── auth │ │ ├── __pycache__ │ │ │ ├── authviews.cpython-311.pyc │ │ │ ├── authviews.cpython-38.pyc │ │ │ ├── authviews.cpython-39.pyc │ │ │ ├── serializers.cpython-311.pyc │ │ │ ├── serializers.cpython-38.pyc │ │ │ ├── serializers.cpython-39.pyc │ │ │ ├── urls.cpython-311.pyc │ │ │ ├── urls.cpython-38.pyc │ │ │ └── urls.cpython-39.pyc │ │ ├── authviews.py │ │ ├── serializers.py │ │ └── urls.py │ ├── code │ │ ├── ARIALI.TTF │ │ ├── __pycache__ │ │ │ ├── codeviews.cpython-311.pyc │ │ │ ├── codeviews.cpython-38.pyc │ │ │ ├── codeviews.cpython-39.pyc │ │ │ ├── urls.cpython-311.pyc │ │ │ ├── urls.cpython-38.pyc │ │ │ └── urls.cpython-39.pyc │ │ ├── codeviews.py │ │ └── urls.py │ ├── company │ │ ├── __pycache__ │ │ │ ├── companyviews.cpython-311.pyc │ │ │ ├── companyviews.cpython-38.pyc │ │ │ ├── companyviews.cpython-39.pyc │ │ │ ├── jobviews.cpython-311.pyc │ │ │ ├── serializers.cpython-311.pyc │ │ │ ├── serializers.cpython-38.pyc │ │ │ ├── serializers.cpython-39.pyc │ │ │ ├── urls.cpython-311.pyc │ │ │ ├── urls.cpython-38.pyc │ │ │ └── urls.cpython-39.pyc │ │ ├── companyviews.py │ │ ├── serializers.py │ │ └── urls.py │ ├── job │ │ ├── __pycache__ │ │ │ ├── jobviews.cpython-311.pyc │ │ │ ├── jobviews.cpython-38.pyc │ │ │ ├── jobviews.cpython-39.pyc │ │ │ ├── serializers.cpython-311.pyc │ │ │ ├── serializers.cpython-38.pyc │ │ │ ├── serializers.cpython-39.pyc │ │ │ ├── urls.cpython-311.pyc │ │ │ ├── urls.cpython-38.pyc │ │ │ └── urls.cpython-39.pyc │ │ ├── jobviews.py │ │ ├── serializers.py │ │ └── urls.py │ ├── migrations │ │ ├── 0001_initial.py │ │ ├── 0002_auto_20231225_1232.py │ │ ├── __init__.py │ │ └── __pycache__ │ │ │ ├── 0001_initial.cpython-38.pyc │ │ │ ├── 0002_auto_20231225_1232.cpython-38.pyc │ │ │ └── __init__.cpython-38.pyc │ ├── models.py │ ├── resume │ │ ├── __pycache__ │ │ │ ├── resumeviews.cpython-311.pyc │ │ │ ├── resumeviews.cpython-38.pyc │ │ │ ├── resumeviews.cpython-39.pyc │ │ │ ├── serializers.cpython-311.pyc │ │ │ ├── serializers.cpython-38.pyc │ │ │ ├── serializers.cpython-39.pyc │ │ │ ├── urls.cpython-311.pyc │ │ │ ├── urls.cpython-38.pyc │ │ │ └── urls.cpython-39.pyc │ │ ├── resumeviews.py │ │ ├── serializers.py │ │ └── urls.py │ ├── tests.py │ ├── urls.py │ ├── utils │ │ ├── __pycache__ │ │ │ ├── redis.cpython-311.pyc │ │ │ ├── redis.cpython-38.pyc │ │ │ └── redis.cpython-39.pyc │ │ └── redis.py │ └── views.py ├── app │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── urls.cpython-311.pyc │ │ ├── urls.cpython-38.pyc │ │ ├── urls.cpython-39.pyc │ │ ├── views.cpython-311.pyc │ │ ├── views.cpython-38.pyc │ │ └── views.cpython-39.pyc │ ├── admin.py │ ├── apps.py │ ├── models.py │ ├── tests.py │ ├── urls.py │ └── views.py ├── docker_start.sh ├── init.sql ├── manage.py ├── pip.conf ├── requirements.txt ├── robots.txt ├── start.sh ├── static │ ├── 1-54ec2883.jpg │ ├── 2-8ed5c5dd.jpg │ ├── 3-7bc6a9db.jpg │ ├── admin │ │ ├── css │ │ │ ├── autocomplete.css │ │ │ ├── base.css │ │ │ ├── changelists.css │ │ │ ├── dashboard.css │ │ │ ├── fonts.css │ │ │ ├── forms.css │ │ │ ├── login.css │ │ │ ├── nav_sidebar.css │ │ │ ├── responsive.css │ │ │ ├── responsive_rtl.css │ │ │ ├── rtl.css │ │ │ ├── vendor │ │ │ │ └── select2 │ │ │ │ │ ├── LICENSE-SELECT2.md │ │ │ │ │ ├── select2.css │ │ │ │ │ └── select2.min.css │ │ │ └── widgets.css │ │ ├── fonts │ │ │ ├── LICENSE.txt │ │ │ ├── README.txt │ │ │ ├── Roboto-Bold-webfont.woff │ │ │ ├── Roboto-Light-webfont.woff │ │ │ └── Roboto-Regular-webfont.woff │ │ ├── img │ │ │ ├── LICENSE │ │ │ ├── README.txt │ │ │ ├── calendar-icons.svg │ │ │ ├── gis │ │ │ │ ├── move_vertex_off.svg │ │ │ │ └── move_vertex_on.svg │ │ │ ├── icon-addlink.svg │ │ │ ├── icon-alert.svg │ │ │ ├── icon-calendar.svg │ │ │ ├── icon-changelink.svg │ │ │ ├── icon-clock.svg │ │ │ ├── icon-deletelink.svg │ │ │ ├── icon-no.svg │ │ │ ├── icon-unknown-alt.svg │ │ │ ├── icon-unknown.svg │ │ │ ├── icon-viewlink.svg │ │ │ ├── icon-yes.svg │ │ │ ├── inline-delete.svg │ │ │ ├── search.svg │ │ │ ├── selector-icons.svg │ │ │ ├── sorting-icons.svg │ │ │ ├── tooltag-add.svg │ │ │ └── tooltag-arrowright.svg │ │ ├── js │ │ │ ├── SelectBox.js │ │ │ ├── SelectFilter2.js │ │ │ ├── actions.js │ │ │ ├── admin │ │ │ │ ├── DateTimeShortcuts.js │ │ │ │ └── RelatedObjectLookups.js │ │ │ ├── autocomplete.js │ │ │ ├── calendar.js │ │ │ ├── cancel.js │ │ │ ├── change_form.js │ │ │ ├── collapse.js │ │ │ ├── core.js │ │ │ ├── inlines.js │ │ │ ├── jquery.init.js │ │ │ ├── nav_sidebar.js │ │ │ ├── popup_response.js │ │ │ ├── prepopulate.js │ │ │ ├── prepopulate_init.js │ │ │ ├── urlify.js │ │ │ └── vendor │ │ │ │ ├── jquery │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── jquery.js │ │ │ │ └── jquery.min.js │ │ │ │ ├── select2 │ │ │ │ ├── LICENSE.md │ │ │ │ ├── i18n │ │ │ │ │ ├── af.js │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── az.js │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── bn.js │ │ │ │ │ ├── bs.js │ │ │ │ │ ├── ca.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── dsb.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── eu.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gl.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hi.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── hsb.js │ │ │ │ │ ├── hu.js │ │ │ │ │ ├── hy.js │ │ │ │ │ ├── id.js │ │ │ │ │ ├── is.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ja.js │ │ │ │ │ ├── ka.js │ │ │ │ │ ├── km.js │ │ │ │ │ ├── ko.js │ │ │ │ │ ├── lt.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── mk.js │ │ │ │ │ ├── ms.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── ne.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── ps.js │ │ │ │ │ ├── pt-BR.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── ru.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── sl.js │ │ │ │ │ ├── sq.js │ │ │ │ │ ├── sr-Cyrl.js │ │ │ │ │ ├── sr.js │ │ │ │ │ ├── sv.js │ │ │ │ │ ├── th.js │ │ │ │ │ ├── tk.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ ├── zh-CN.js │ │ │ │ │ └── zh-TW.js │ │ │ │ ├── select2.full.js │ │ │ │ └── select2.full.min.js │ │ │ │ └── xregexp │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── xregexp.js │ │ │ │ └── xregexp.min.js │ │ └── simpleui-x │ │ │ ├── automatic │ │ │ ├── dicts.js │ │ │ └── segment.js │ │ │ ├── css │ │ │ ├── base.css │ │ │ ├── base.css.map │ │ │ ├── base.less │ │ │ ├── index.css │ │ │ ├── index.css.map │ │ │ ├── index.less │ │ │ └── login.css │ │ │ ├── elementui │ │ │ ├── index.js │ │ │ ├── locale │ │ │ │ ├── format.js │ │ │ │ ├── index.js │ │ │ │ └── lang │ │ │ │ │ ├── af-ZA.js │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── ca.js │ │ │ │ │ ├── cs-CZ.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── ee.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── eu.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── hu.js │ │ │ │ │ ├── hy-AM.js │ │ │ │ │ ├── id.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ja.js │ │ │ │ │ ├── kg.js │ │ │ │ │ ├── km.js │ │ │ │ │ ├── ko.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── kz.js │ │ │ │ │ ├── lt.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── mn.js │ │ │ │ │ ├── nb-NO.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── ru-RU.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── sl.js │ │ │ │ │ ├── sr.js │ │ │ │ │ ├── sv-SE.js │ │ │ │ │ ├── ta.js │ │ │ │ │ ├── th.js │ │ │ │ │ ├── tk.js │ │ │ │ │ ├── tr-TR.js │ │ │ │ │ ├── ua.js │ │ │ │ │ ├── ug-CN.js │ │ │ │ │ ├── uz-UZ.js │ │ │ │ │ ├── vi.js │ │ │ │ │ ├── zh-CN.js │ │ │ │ │ └── zh-TW.js │ │ │ └── theme-chalk │ │ │ │ ├── fonts │ │ │ │ ├── element-icons.ttf │ │ │ │ └── element-icons.woff │ │ │ │ └── index.css │ │ │ ├── fontawesome-free-6.2.0-web │ │ │ ├── LICENSE.txt │ │ │ ├── css │ │ │ │ ├── all.css │ │ │ │ ├── all.min.css │ │ │ │ ├── brands.css │ │ │ │ ├── brands.min.css │ │ │ │ ├── fontawesome.css │ │ │ │ ├── fontawesome.min.css │ │ │ │ ├── regular.css │ │ │ │ ├── regular.min.css │ │ │ │ ├── solid.css │ │ │ │ ├── solid.min.css │ │ │ │ ├── svg-with-js.css │ │ │ │ ├── svg-with-js.min.css │ │ │ │ ├── v4-font-face.css │ │ │ │ ├── v4-font-face.min.css │ │ │ │ ├── v4-shims.css │ │ │ │ ├── v4-shims.min.css │ │ │ │ ├── v5-font-face.css │ │ │ │ └── v5-font-face.min.css │ │ │ ├── js │ │ │ │ ├── all.js │ │ │ │ ├── all.min.js │ │ │ │ ├── brands.js │ │ │ │ ├── brands.min.js │ │ │ │ ├── conflict-detection.js │ │ │ │ ├── conflict-detection.min.js │ │ │ │ ├── fontawesome.js │ │ │ │ ├── fontawesome.min.js │ │ │ │ ├── regular.js │ │ │ │ ├── regular.min.js │ │ │ │ ├── solid.js │ │ │ │ ├── solid.min.js │ │ │ │ ├── v4-shims.js │ │ │ │ └── v4-shims.min.js │ │ │ ├── less │ │ │ │ ├── _animated.less │ │ │ │ ├── _bordered-pulled.less │ │ │ │ ├── _core.less │ │ │ │ ├── _fixed-width.less │ │ │ │ ├── _icons.less │ │ │ │ ├── _list.less │ │ │ │ ├── _mixins.less │ │ │ │ ├── _rotated-flipped.less │ │ │ │ ├── _screen-reader.less │ │ │ │ ├── _shims.less │ │ │ │ ├── _sizing.less │ │ │ │ ├── _stacked.less │ │ │ │ ├── _variables.less │ │ │ │ ├── brands.css │ │ │ │ ├── brands.css.map │ │ │ │ ├── brands.less │ │ │ │ ├── fontawesome.css │ │ │ │ ├── fontawesome.css.map │ │ │ │ ├── fontawesome.less │ │ │ │ ├── regular.css │ │ │ │ ├── regular.css.map │ │ │ │ ├── regular.less │ │ │ │ ├── solid.css │ │ │ │ ├── solid.css.map │ │ │ │ ├── solid.less │ │ │ │ ├── v4-shims.css │ │ │ │ ├── v4-shims.css.map │ │ │ │ └── v4-shims.less │ │ │ ├── metadata │ │ │ │ ├── categories.yml │ │ │ │ ├── icon-families.json │ │ │ │ ├── icon-families.yml │ │ │ │ ├── icons.json │ │ │ │ ├── icons.yml │ │ │ │ ├── shims.json │ │ │ │ ├── shims.yml │ │ │ │ └── sponsors.yml │ │ │ ├── scss │ │ │ │ ├── _animated.scss │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ ├── _core.scss │ │ │ │ ├── _fixed-width.scss │ │ │ │ ├── _functions.scss │ │ │ │ ├── _icons.scss │ │ │ │ ├── _list.scss │ │ │ │ ├── _mixins.scss │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ ├── _screen-reader.scss │ │ │ │ ├── _shims.scss │ │ │ │ ├── _sizing.scss │ │ │ │ ├── _stacked.scss │ │ │ │ ├── _variables.scss │ │ │ │ ├── brands.scss │ │ │ │ ├── fontawesome.scss │ │ │ │ ├── regular.scss │ │ │ │ ├── solid.scss │ │ │ │ └── v4-shims.scss │ │ │ ├── sprites │ │ │ │ ├── brands.svg │ │ │ │ ├── regular.svg │ │ │ │ └── solid.svg │ │ │ ├── svgs │ │ │ │ ├── brands │ │ │ │ │ ├── 42-group.svg │ │ │ │ │ ├── 500px.svg │ │ │ │ │ ├── accessible-icon.svg │ │ │ │ │ ├── accusoft.svg │ │ │ │ │ ├── adn.svg │ │ │ │ │ ├── adversal.svg │ │ │ │ │ ├── affiliatetheme.svg │ │ │ │ │ ├── airbnb.svg │ │ │ │ │ ├── algolia.svg │ │ │ │ │ ├── alipay.svg │ │ │ │ │ ├── amazon-pay.svg │ │ │ │ │ ├── amazon.svg │ │ │ │ │ ├── amilia.svg │ │ │ │ │ ├── android.svg │ │ │ │ │ ├── angellist.svg │ │ │ │ │ ├── angrycreative.svg │ │ │ │ │ ├── angular.svg │ │ │ │ │ ├── app-store-ios.svg │ │ │ │ │ ├── app-store.svg │ │ │ │ │ ├── apper.svg │ │ │ │ │ ├── apple-pay.svg │ │ │ │ │ ├── apple.svg │ │ │ │ │ ├── artstation.svg │ │ │ │ │ ├── asymmetrik.svg │ │ │ │ │ ├── atlassian.svg │ │ │ │ │ ├── audible.svg │ │ │ │ │ ├── autoprefixer.svg │ │ │ │ │ ├── avianex.svg │ │ │ │ │ ├── aviato.svg │ │ │ │ │ ├── aws.svg │ │ │ │ │ ├── bandcamp.svg │ │ │ │ │ ├── battle-net.svg │ │ │ │ │ ├── behance.svg │ │ │ │ │ ├── bilibili.svg │ │ │ │ │ ├── bimobject.svg │ │ │ │ │ ├── bitbucket.svg │ │ │ │ │ ├── bitcoin.svg │ │ │ │ │ ├── bity.svg │ │ │ │ │ ├── black-tie.svg │ │ │ │ │ ├── blackberry.svg │ │ │ │ │ ├── blogger-b.svg │ │ │ │ │ ├── blogger.svg │ │ │ │ │ ├── bluetooth-b.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── bootstrap.svg │ │ │ │ │ ├── bots.svg │ │ │ │ │ ├── btc.svg │ │ │ │ │ ├── buffer.svg │ │ │ │ │ ├── buromobelexperte.svg │ │ │ │ │ ├── buy-n-large.svg │ │ │ │ │ ├── buysellads.svg │ │ │ │ │ ├── canadian-maple-leaf.svg │ │ │ │ │ ├── cc-amazon-pay.svg │ │ │ │ │ ├── cc-amex.svg │ │ │ │ │ ├── cc-apple-pay.svg │ │ │ │ │ ├── cc-diners-club.svg │ │ │ │ │ ├── cc-discover.svg │ │ │ │ │ ├── cc-jcb.svg │ │ │ │ │ ├── cc-mastercard.svg │ │ │ │ │ ├── cc-paypal.svg │ │ │ │ │ ├── cc-stripe.svg │ │ │ │ │ ├── cc-visa.svg │ │ │ │ │ ├── centercode.svg │ │ │ │ │ ├── centos.svg │ │ │ │ │ ├── chrome.svg │ │ │ │ │ ├── chromecast.svg │ │ │ │ │ ├── cloudflare.svg │ │ │ │ │ ├── cloudscale.svg │ │ │ │ │ ├── cloudsmith.svg │ │ │ │ │ ├── cloudversify.svg │ │ │ │ │ ├── cmplid.svg │ │ │ │ │ ├── codepen.svg │ │ │ │ │ ├── codiepie.svg │ │ │ │ │ ├── confluence.svg │ │ │ │ │ ├── connectdevelop.svg │ │ │ │ │ ├── contao.svg │ │ │ │ │ ├── cotton-bureau.svg │ │ │ │ │ ├── cpanel.svg │ │ │ │ │ ├── creative-commons-by.svg │ │ │ │ │ ├── creative-commons-nc-eu.svg │ │ │ │ │ ├── creative-commons-nc-jp.svg │ │ │ │ │ ├── creative-commons-nc.svg │ │ │ │ │ ├── creative-commons-nd.svg │ │ │ │ │ ├── creative-commons-pd-alt.svg │ │ │ │ │ ├── creative-commons-pd.svg │ │ │ │ │ ├── creative-commons-remix.svg │ │ │ │ │ ├── creative-commons-sa.svg │ │ │ │ │ ├── creative-commons-sampling-plus.svg │ │ │ │ │ ├── creative-commons-sampling.svg │ │ │ │ │ ├── creative-commons-share.svg │ │ │ │ │ ├── creative-commons-zero.svg │ │ │ │ │ ├── creative-commons.svg │ │ │ │ │ ├── critical-role.svg │ │ │ │ │ ├── css3-alt.svg │ │ │ │ │ ├── css3.svg │ │ │ │ │ ├── cuttlefish.svg │ │ │ │ │ ├── d-and-d-beyond.svg │ │ │ │ │ ├── d-and-d.svg │ │ │ │ │ ├── dailymotion.svg │ │ │ │ │ ├── dashcube.svg │ │ │ │ │ ├── deezer.svg │ │ │ │ │ ├── delicious.svg │ │ │ │ │ ├── deploydog.svg │ │ │ │ │ ├── deskpro.svg │ │ │ │ │ ├── dev.svg │ │ │ │ │ ├── deviantart.svg │ │ │ │ │ ├── dhl.svg │ │ │ │ │ ├── diaspora.svg │ │ │ │ │ ├── digg.svg │ │ │ │ │ ├── digital-ocean.svg │ │ │ │ │ ├── discord.svg │ │ │ │ │ ├── discourse.svg │ │ │ │ │ ├── dochub.svg │ │ │ │ │ ├── docker.svg │ │ │ │ │ ├── draft2digital.svg │ │ │ │ │ ├── dribbble.svg │ │ │ │ │ ├── dropbox.svg │ │ │ │ │ ├── drupal.svg │ │ │ │ │ ├── dyalog.svg │ │ │ │ │ ├── earlybirds.svg │ │ │ │ │ ├── ebay.svg │ │ │ │ │ ├── edge-legacy.svg │ │ │ │ │ ├── edge.svg │ │ │ │ │ ├── elementor.svg │ │ │ │ │ ├── ello.svg │ │ │ │ │ ├── ember.svg │ │ │ │ │ ├── empire.svg │ │ │ │ │ ├── envira.svg │ │ │ │ │ ├── erlang.svg │ │ │ │ │ ├── ethereum.svg │ │ │ │ │ ├── etsy.svg │ │ │ │ │ ├── evernote.svg │ │ │ │ │ ├── expeditedssl.svg │ │ │ │ │ ├── facebook-f.svg │ │ │ │ │ ├── facebook-messenger.svg │ │ │ │ │ ├── facebook.svg │ │ │ │ │ ├── fantasy-flight-games.svg │ │ │ │ │ ├── fedex.svg │ │ │ │ │ ├── fedora.svg │ │ │ │ │ ├── figma.svg │ │ │ │ │ ├── firefox-browser.svg │ │ │ │ │ ├── firefox.svg │ │ │ │ │ ├── first-order-alt.svg │ │ │ │ │ ├── first-order.svg │ │ │ │ │ ├── firstdraft.svg │ │ │ │ │ ├── flickr.svg │ │ │ │ │ ├── flipboard.svg │ │ │ │ │ ├── fly.svg │ │ │ │ │ ├── font-awesome.svg │ │ │ │ │ ├── fonticons-fi.svg │ │ │ │ │ ├── fonticons.svg │ │ │ │ │ ├── fort-awesome-alt.svg │ │ │ │ │ ├── fort-awesome.svg │ │ │ │ │ ├── forumbee.svg │ │ │ │ │ ├── foursquare.svg │ │ │ │ │ ├── free-code-camp.svg │ │ │ │ │ ├── freebsd.svg │ │ │ │ │ ├── fulcrum.svg │ │ │ │ │ ├── galactic-republic.svg │ │ │ │ │ ├── galactic-senate.svg │ │ │ │ │ ├── get-pocket.svg │ │ │ │ │ ├── gg-circle.svg │ │ │ │ │ ├── gg.svg │ │ │ │ │ ├── git-alt.svg │ │ │ │ │ ├── git.svg │ │ │ │ │ ├── github-alt.svg │ │ │ │ │ ├── github.svg │ │ │ │ │ ├── gitkraken.svg │ │ │ │ │ ├── gitlab.svg │ │ │ │ │ ├── gitter.svg │ │ │ │ │ ├── glide-g.svg │ │ │ │ │ ├── glide.svg │ │ │ │ │ ├── gofore.svg │ │ │ │ │ ├── golang.svg │ │ │ │ │ ├── goodreads-g.svg │ │ │ │ │ ├── goodreads.svg │ │ │ │ │ ├── google-drive.svg │ │ │ │ │ ├── google-pay.svg │ │ │ │ │ ├── google-play.svg │ │ │ │ │ ├── google-plus-g.svg │ │ │ │ │ ├── google-plus.svg │ │ │ │ │ ├── google-wallet.svg │ │ │ │ │ ├── google.svg │ │ │ │ │ ├── gratipay.svg │ │ │ │ │ ├── grav.svg │ │ │ │ │ ├── gripfire.svg │ │ │ │ │ ├── grunt.svg │ │ │ │ │ ├── guilded.svg │ │ │ │ │ ├── gulp.svg │ │ │ │ │ ├── hacker-news.svg │ │ │ │ │ ├── hackerrank.svg │ │ │ │ │ ├── hashnode.svg │ │ │ │ │ ├── hips.svg │ │ │ │ │ ├── hire-a-helper.svg │ │ │ │ │ ├── hive.svg │ │ │ │ │ ├── hooli.svg │ │ │ │ │ ├── hornbill.svg │ │ │ │ │ ├── hotjar.svg │ │ │ │ │ ├── houzz.svg │ │ │ │ │ ├── html5.svg │ │ │ │ │ ├── hubspot.svg │ │ │ │ │ ├── ideal.svg │ │ │ │ │ ├── imdb.svg │ │ │ │ │ ├── instagram.svg │ │ │ │ │ ├── instalod.svg │ │ │ │ │ ├── intercom.svg │ │ │ │ │ ├── internet-explorer.svg │ │ │ │ │ ├── invision.svg │ │ │ │ │ ├── ioxhost.svg │ │ │ │ │ ├── itch-io.svg │ │ │ │ │ ├── itunes-note.svg │ │ │ │ │ ├── itunes.svg │ │ │ │ │ ├── java.svg │ │ │ │ │ ├── jedi-order.svg │ │ │ │ │ ├── jenkins.svg │ │ │ │ │ ├── jira.svg │ │ │ │ │ ├── joget.svg │ │ │ │ │ ├── joomla.svg │ │ │ │ │ ├── js.svg │ │ │ │ │ ├── jsfiddle.svg │ │ │ │ │ ├── kaggle.svg │ │ │ │ │ ├── keybase.svg │ │ │ │ │ ├── keycdn.svg │ │ │ │ │ ├── kickstarter-k.svg │ │ │ │ │ ├── kickstarter.svg │ │ │ │ │ ├── korvue.svg │ │ │ │ │ ├── laravel.svg │ │ │ │ │ ├── lastfm.svg │ │ │ │ │ ├── leanpub.svg │ │ │ │ │ ├── less.svg │ │ │ │ │ ├── line.svg │ │ │ │ │ ├── linkedin-in.svg │ │ │ │ │ ├── linkedin.svg │ │ │ │ │ ├── linode.svg │ │ │ │ │ ├── linux.svg │ │ │ │ │ ├── lyft.svg │ │ │ │ │ ├── magento.svg │ │ │ │ │ ├── mailchimp.svg │ │ │ │ │ ├── mandalorian.svg │ │ │ │ │ ├── markdown.svg │ │ │ │ │ ├── mastodon.svg │ │ │ │ │ ├── maxcdn.svg │ │ │ │ │ ├── mdb.svg │ │ │ │ │ ├── medapps.svg │ │ │ │ │ ├── medium.svg │ │ │ │ │ ├── medrt.svg │ │ │ │ │ ├── meetup.svg │ │ │ │ │ ├── megaport.svg │ │ │ │ │ ├── mendeley.svg │ │ │ │ │ ├── meta.svg │ │ │ │ │ ├── microblog.svg │ │ │ │ │ ├── microsoft.svg │ │ │ │ │ ├── mix.svg │ │ │ │ │ ├── mixcloud.svg │ │ │ │ │ ├── mixer.svg │ │ │ │ │ ├── mizuni.svg │ │ │ │ │ ├── modx.svg │ │ │ │ │ ├── monero.svg │ │ │ │ │ ├── napster.svg │ │ │ │ │ ├── neos.svg │ │ │ │ │ ├── nfc-directional.svg │ │ │ │ │ ├── nfc-symbol.svg │ │ │ │ │ ├── nimblr.svg │ │ │ │ │ ├── node-js.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── npm.svg │ │ │ │ │ ├── ns8.svg │ │ │ │ │ ├── nutritionix.svg │ │ │ │ │ ├── octopus-deploy.svg │ │ │ │ │ ├── odnoklassniki.svg │ │ │ │ │ ├── old-republic.svg │ │ │ │ │ ├── opencart.svg │ │ │ │ │ ├── openid.svg │ │ │ │ │ ├── opera.svg │ │ │ │ │ ├── optin-monster.svg │ │ │ │ │ ├── orcid.svg │ │ │ │ │ ├── osi.svg │ │ │ │ │ ├── padlet.svg │ │ │ │ │ ├── page4.svg │ │ │ │ │ ├── pagelines.svg │ │ │ │ │ ├── palfed.svg │ │ │ │ │ ├── patreon.svg │ │ │ │ │ ├── paypal.svg │ │ │ │ │ ├── perbyte.svg │ │ │ │ │ ├── periscope.svg │ │ │ │ │ ├── phabricator.svg │ │ │ │ │ ├── phoenix-framework.svg │ │ │ │ │ ├── phoenix-squadron.svg │ │ │ │ │ ├── php.svg │ │ │ │ │ ├── pied-piper-alt.svg │ │ │ │ │ ├── pied-piper-hat.svg │ │ │ │ │ ├── pied-piper-pp.svg │ │ │ │ │ ├── pied-piper.svg │ │ │ │ │ ├── pinterest-p.svg │ │ │ │ │ ├── pinterest.svg │ │ │ │ │ ├── pix.svg │ │ │ │ │ ├── playstation.svg │ │ │ │ │ ├── product-hunt.svg │ │ │ │ │ ├── pushed.svg │ │ │ │ │ ├── python.svg │ │ │ │ │ ├── qq.svg │ │ │ │ │ ├── quinscape.svg │ │ │ │ │ ├── quora.svg │ │ │ │ │ ├── r-project.svg │ │ │ │ │ ├── raspberry-pi.svg │ │ │ │ │ ├── ravelry.svg │ │ │ │ │ ├── react.svg │ │ │ │ │ ├── reacteurope.svg │ │ │ │ │ ├── readme.svg │ │ │ │ │ ├── rebel.svg │ │ │ │ │ ├── red-river.svg │ │ │ │ │ ├── reddit-alien.svg │ │ │ │ │ ├── reddit.svg │ │ │ │ │ ├── redhat.svg │ │ │ │ │ ├── renren.svg │ │ │ │ │ ├── replyd.svg │ │ │ │ │ ├── researchgate.svg │ │ │ │ │ ├── resolving.svg │ │ │ │ │ ├── rev.svg │ │ │ │ │ ├── rocketchat.svg │ │ │ │ │ ├── rockrms.svg │ │ │ │ │ ├── rust.svg │ │ │ │ │ ├── safari.svg │ │ │ │ │ ├── salesforce.svg │ │ │ │ │ ├── sass.svg │ │ │ │ │ ├── schlix.svg │ │ │ │ │ ├── screenpal.svg │ │ │ │ │ ├── scribd.svg │ │ │ │ │ ├── searchengin.svg │ │ │ │ │ ├── sellcast.svg │ │ │ │ │ ├── sellsy.svg │ │ │ │ │ ├── servicestack.svg │ │ │ │ │ ├── shirtsinbulk.svg │ │ │ │ │ ├── shopify.svg │ │ │ │ │ ├── shopware.svg │ │ │ │ │ ├── simplybuilt.svg │ │ │ │ │ ├── sistrix.svg │ │ │ │ │ ├── sith.svg │ │ │ │ │ ├── sitrox.svg │ │ │ │ │ ├── sketch.svg │ │ │ │ │ ├── skyatlas.svg │ │ │ │ │ ├── skype.svg │ │ │ │ │ ├── slack.svg │ │ │ │ │ ├── slideshare.svg │ │ │ │ │ ├── snapchat.svg │ │ │ │ │ ├── soundcloud.svg │ │ │ │ │ ├── sourcetree.svg │ │ │ │ │ ├── space-awesome.svg │ │ │ │ │ ├── speakap.svg │ │ │ │ │ ├── speaker-deck.svg │ │ │ │ │ ├── spotify.svg │ │ │ │ │ ├── square-behance.svg │ │ │ │ │ ├── square-dribbble.svg │ │ │ │ │ ├── square-facebook.svg │ │ │ │ │ ├── square-font-awesome-stroke.svg │ │ │ │ │ ├── square-font-awesome.svg │ │ │ │ │ ├── square-git.svg │ │ │ │ │ ├── square-github.svg │ │ │ │ │ ├── square-gitlab.svg │ │ │ │ │ ├── square-google-plus.svg │ │ │ │ │ ├── square-hacker-news.svg │ │ │ │ │ ├── square-instagram.svg │ │ │ │ │ ├── square-js.svg │ │ │ │ │ ├── square-lastfm.svg │ │ │ │ │ ├── square-odnoklassniki.svg │ │ │ │ │ ├── square-pied-piper.svg │ │ │ │ │ ├── square-pinterest.svg │ │ │ │ │ ├── square-reddit.svg │ │ │ │ │ ├── square-snapchat.svg │ │ │ │ │ ├── square-steam.svg │ │ │ │ │ ├── square-tumblr.svg │ │ │ │ │ ├── square-twitter.svg │ │ │ │ │ ├── square-viadeo.svg │ │ │ │ │ ├── square-vimeo.svg │ │ │ │ │ ├── square-whatsapp.svg │ │ │ │ │ ├── square-xing.svg │ │ │ │ │ ├── square-youtube.svg │ │ │ │ │ ├── squarespace.svg │ │ │ │ │ ├── stack-exchange.svg │ │ │ │ │ ├── stack-overflow.svg │ │ │ │ │ ├── stackpath.svg │ │ │ │ │ ├── staylinked.svg │ │ │ │ │ ├── steam-symbol.svg │ │ │ │ │ ├── steam.svg │ │ │ │ │ ├── sticker-mule.svg │ │ │ │ │ ├── strava.svg │ │ │ │ │ ├── stripe-s.svg │ │ │ │ │ ├── stripe.svg │ │ │ │ │ ├── studiovinari.svg │ │ │ │ │ ├── stumbleupon-circle.svg │ │ │ │ │ ├── stumbleupon.svg │ │ │ │ │ ├── superpowers.svg │ │ │ │ │ ├── supple.svg │ │ │ │ │ ├── suse.svg │ │ │ │ │ ├── swift.svg │ │ │ │ │ ├── symfony.svg │ │ │ │ │ ├── teamspeak.svg │ │ │ │ │ ├── telegram.svg │ │ │ │ │ ├── tencent-weibo.svg │ │ │ │ │ ├── the-red-yeti.svg │ │ │ │ │ ├── themeco.svg │ │ │ │ │ ├── themeisle.svg │ │ │ │ │ ├── think-peaks.svg │ │ │ │ │ ├── tiktok.svg │ │ │ │ │ ├── trade-federation.svg │ │ │ │ │ ├── trello.svg │ │ │ │ │ ├── tumblr.svg │ │ │ │ │ ├── twitch.svg │ │ │ │ │ ├── twitter.svg │ │ │ │ │ ├── typo3.svg │ │ │ │ │ ├── uber.svg │ │ │ │ │ ├── ubuntu.svg │ │ │ │ │ ├── uikit.svg │ │ │ │ │ ├── umbraco.svg │ │ │ │ │ ├── uncharted.svg │ │ │ │ │ ├── uniregistry.svg │ │ │ │ │ ├── unity.svg │ │ │ │ │ ├── unsplash.svg │ │ │ │ │ ├── untappd.svg │ │ │ │ │ ├── ups.svg │ │ │ │ │ ├── usb.svg │ │ │ │ │ ├── usps.svg │ │ │ │ │ ├── ussunnah.svg │ │ │ │ │ ├── vaadin.svg │ │ │ │ │ ├── viacoin.svg │ │ │ │ │ ├── viadeo.svg │ │ │ │ │ ├── viber.svg │ │ │ │ │ ├── vimeo-v.svg │ │ │ │ │ ├── vimeo.svg │ │ │ │ │ ├── vine.svg │ │ │ │ │ ├── vk.svg │ │ │ │ │ ├── vnv.svg │ │ │ │ │ ├── vuejs.svg │ │ │ │ │ ├── watchman-monitoring.svg │ │ │ │ │ ├── waze.svg │ │ │ │ │ ├── weebly.svg │ │ │ │ │ ├── weibo.svg │ │ │ │ │ ├── weixin.svg │ │ │ │ │ ├── whatsapp.svg │ │ │ │ │ ├── whmcs.svg │ │ │ │ │ ├── wikipedia-w.svg │ │ │ │ │ ├── windows.svg │ │ │ │ │ ├── wirsindhandwerk.svg │ │ │ │ │ ├── wix.svg │ │ │ │ │ ├── wizards-of-the-coast.svg │ │ │ │ │ ├── wodu.svg │ │ │ │ │ ├── wolf-pack-battalion.svg │ │ │ │ │ ├── wordpress-simple.svg │ │ │ │ │ ├── wordpress.svg │ │ │ │ │ ├── wpbeginner.svg │ │ │ │ │ ├── wpexplorer.svg │ │ │ │ │ ├── wpforms.svg │ │ │ │ │ ├── wpressr.svg │ │ │ │ │ ├── xbox.svg │ │ │ │ │ ├── xing.svg │ │ │ │ │ ├── y-combinator.svg │ │ │ │ │ ├── yahoo.svg │ │ │ │ │ ├── yammer.svg │ │ │ │ │ ├── yandex-international.svg │ │ │ │ │ ├── yandex.svg │ │ │ │ │ ├── yarn.svg │ │ │ │ │ ├── yelp.svg │ │ │ │ │ ├── yoast.svg │ │ │ │ │ ├── youtube.svg │ │ │ │ │ └── zhihu.svg │ │ │ │ ├── regular │ │ │ │ │ ├── address-book.svg │ │ │ │ │ ├── address-card.svg │ │ │ │ │ ├── bell-slash.svg │ │ │ │ │ ├── bell.svg │ │ │ │ │ ├── bookmark.svg │ │ │ │ │ ├── building.svg │ │ │ │ │ ├── calendar-check.svg │ │ │ │ │ ├── calendar-days.svg │ │ │ │ │ ├── calendar-minus.svg │ │ │ │ │ ├── calendar-plus.svg │ │ │ │ │ ├── calendar-xmark.svg │ │ │ │ │ ├── calendar.svg │ │ │ │ │ ├── chart-bar.svg │ │ │ │ │ ├── chess-bishop.svg │ │ │ │ │ ├── chess-king.svg │ │ │ │ │ ├── chess-knight.svg │ │ │ │ │ ├── chess-pawn.svg │ │ │ │ │ ├── chess-queen.svg │ │ │ │ │ ├── chess-rook.svg │ │ │ │ │ ├── circle-check.svg │ │ │ │ │ ├── circle-dot.svg │ │ │ │ │ ├── circle-down.svg │ │ │ │ │ ├── circle-left.svg │ │ │ │ │ ├── circle-pause.svg │ │ │ │ │ ├── circle-play.svg │ │ │ │ │ ├── circle-question.svg │ │ │ │ │ ├── circle-right.svg │ │ │ │ │ ├── circle-stop.svg │ │ │ │ │ ├── circle-up.svg │ │ │ │ │ ├── circle-user.svg │ │ │ │ │ ├── circle-xmark.svg │ │ │ │ │ ├── circle.svg │ │ │ │ │ ├── clipboard.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── clone.svg │ │ │ │ │ ├── closed-captioning.svg │ │ │ │ │ ├── comment-dots.svg │ │ │ │ │ ├── comment.svg │ │ │ │ │ ├── comments.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── copy.svg │ │ │ │ │ ├── copyright.svg │ │ │ │ │ ├── credit-card.svg │ │ │ │ │ ├── envelope-open.svg │ │ │ │ │ ├── envelope.svg │ │ │ │ │ ├── eye-slash.svg │ │ │ │ │ ├── eye.svg │ │ │ │ │ ├── face-angry.svg │ │ │ │ │ ├── face-dizzy.svg │ │ │ │ │ ├── face-flushed.svg │ │ │ │ │ ├── face-frown-open.svg │ │ │ │ │ ├── face-frown.svg │ │ │ │ │ ├── face-grimace.svg │ │ │ │ │ ├── face-grin-beam-sweat.svg │ │ │ │ │ ├── face-grin-beam.svg │ │ │ │ │ ├── face-grin-hearts.svg │ │ │ │ │ ├── face-grin-squint-tears.svg │ │ │ │ │ ├── face-grin-squint.svg │ │ │ │ │ ├── face-grin-stars.svg │ │ │ │ │ ├── face-grin-tears.svg │ │ │ │ │ ├── face-grin-tongue-squint.svg │ │ │ │ │ ├── face-grin-tongue-wink.svg │ │ │ │ │ ├── face-grin-tongue.svg │ │ │ │ │ ├── face-grin-wide.svg │ │ │ │ │ ├── face-grin-wink.svg │ │ │ │ │ ├── face-grin.svg │ │ │ │ │ ├── face-kiss-beam.svg │ │ │ │ │ ├── face-kiss-wink-heart.svg │ │ │ │ │ ├── face-kiss.svg │ │ │ │ │ ├── face-laugh-beam.svg │ │ │ │ │ ├── face-laugh-squint.svg │ │ │ │ │ ├── face-laugh-wink.svg │ │ │ │ │ ├── face-laugh.svg │ │ │ │ │ ├── face-meh-blank.svg │ │ │ │ │ ├── face-meh.svg │ │ │ │ │ ├── face-rolling-eyes.svg │ │ │ │ │ ├── face-sad-cry.svg │ │ │ │ │ ├── face-sad-tear.svg │ │ │ │ │ ├── face-smile-beam.svg │ │ │ │ │ ├── face-smile-wink.svg │ │ │ │ │ ├── face-smile.svg │ │ │ │ │ ├── face-surprise.svg │ │ │ │ │ ├── face-tired.svg │ │ │ │ │ ├── file-audio.svg │ │ │ │ │ ├── file-code.svg │ │ │ │ │ ├── file-excel.svg │ │ │ │ │ ├── file-image.svg │ │ │ │ │ ├── file-lines.svg │ │ │ │ │ ├── file-pdf.svg │ │ │ │ │ ├── file-powerpoint.svg │ │ │ │ │ ├── file-video.svg │ │ │ │ │ ├── file-word.svg │ │ │ │ │ ├── file-zipper.svg │ │ │ │ │ ├── file.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── floppy-disk.svg │ │ │ │ │ ├── folder-closed.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── font-awesome.svg │ │ │ │ │ ├── futbol.svg │ │ │ │ │ ├── gem.svg │ │ │ │ │ ├── hand-back-fist.svg │ │ │ │ │ ├── hand-lizard.svg │ │ │ │ │ ├── hand-peace.svg │ │ │ │ │ ├── hand-point-down.svg │ │ │ │ │ ├── hand-point-left.svg │ │ │ │ │ ├── hand-point-right.svg │ │ │ │ │ ├── hand-point-up.svg │ │ │ │ │ ├── hand-pointer.svg │ │ │ │ │ ├── hand-scissors.svg │ │ │ │ │ ├── hand-spock.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handshake.svg │ │ │ │ │ ├── hard-drive.svg │ │ │ │ │ ├── heart.svg │ │ │ │ │ ├── hospital.svg │ │ │ │ │ ├── hourglass-half.svg │ │ │ │ │ ├── hourglass.svg │ │ │ │ │ ├── id-badge.svg │ │ │ │ │ ├── id-card.svg │ │ │ │ │ ├── image.svg │ │ │ │ │ ├── images.svg │ │ │ │ │ ├── keyboard.svg │ │ │ │ │ ├── lemon.svg │ │ │ │ │ ├── life-ring.svg │ │ │ │ │ ├── lightbulb.svg │ │ │ │ │ ├── map.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── money-bill-1.svg │ │ │ │ │ ├── moon.svg │ │ │ │ │ ├── newspaper.svg │ │ │ │ │ ├── note-sticky.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── paper-plane.svg │ │ │ │ │ ├── paste.svg │ │ │ │ │ ├── pen-to-square.svg │ │ │ │ │ ├── rectangle-list.svg │ │ │ │ │ ├── rectangle-xmark.svg │ │ │ │ │ ├── registered.svg │ │ │ │ │ ├── share-from-square.svg │ │ │ │ │ ├── snowflake.svg │ │ │ │ │ ├── square-caret-down.svg │ │ │ │ │ ├── square-caret-left.svg │ │ │ │ │ ├── square-caret-right.svg │ │ │ │ │ ├── square-caret-up.svg │ │ │ │ │ ├── square-check.svg │ │ │ │ │ ├── square-full.svg │ │ │ │ │ ├── square-minus.svg │ │ │ │ │ ├── square-plus.svg │ │ │ │ │ ├── square.svg │ │ │ │ │ ├── star-half-stroke.svg │ │ │ │ │ ├── star-half.svg │ │ │ │ │ ├── star.svg │ │ │ │ │ ├── sun.svg │ │ │ │ │ ├── thumbs-down.svg │ │ │ │ │ ├── thumbs-up.svg │ │ │ │ │ ├── trash-can.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ └── window-restore.svg │ │ │ │ └── solid │ │ │ │ │ ├── 0.svg │ │ │ │ │ ├── 1.svg │ │ │ │ │ ├── 2.svg │ │ │ │ │ ├── 3.svg │ │ │ │ │ ├── 4.svg │ │ │ │ │ ├── 5.svg │ │ │ │ │ ├── 6.svg │ │ │ │ │ ├── 7.svg │ │ │ │ │ ├── 8.svg │ │ │ │ │ ├── 9.svg │ │ │ │ │ ├── a.svg │ │ │ │ │ ├── address-book.svg │ │ │ │ │ ├── address-card.svg │ │ │ │ │ ├── align-center.svg │ │ │ │ │ ├── align-justify.svg │ │ │ │ │ ├── align-left.svg │ │ │ │ │ ├── align-right.svg │ │ │ │ │ ├── anchor-circle-check.svg │ │ │ │ │ ├── anchor-circle-exclamation.svg │ │ │ │ │ ├── anchor-circle-xmark.svg │ │ │ │ │ ├── anchor-lock.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── angle-down.svg │ │ │ │ │ ├── angle-left.svg │ │ │ │ │ ├── angle-right.svg │ │ │ │ │ ├── angle-up.svg │ │ │ │ │ ├── angles-down.svg │ │ │ │ │ ├── angles-left.svg │ │ │ │ │ ├── angles-right.svg │ │ │ │ │ ├── angles-up.svg │ │ │ │ │ ├── ankh.svg │ │ │ │ │ ├── apple-whole.svg │ │ │ │ │ ├── archway.svg │ │ │ │ │ ├── arrow-down-1-9.svg │ │ │ │ │ ├── arrow-down-9-1.svg │ │ │ │ │ ├── arrow-down-a-z.svg │ │ │ │ │ ├── arrow-down-long.svg │ │ │ │ │ ├── arrow-down-short-wide.svg │ │ │ │ │ ├── arrow-down-up-across-line.svg │ │ │ │ │ ├── arrow-down-up-lock.svg │ │ │ │ │ ├── arrow-down-wide-short.svg │ │ │ │ │ ├── arrow-down-z-a.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-long.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-pointer.svg │ │ │ │ │ ├── arrow-right-arrow-left.svg │ │ │ │ │ ├── arrow-right-from-bracket.svg │ │ │ │ │ ├── arrow-right-long.svg │ │ │ │ │ ├── arrow-right-to-bracket.svg │ │ │ │ │ ├── arrow-right-to-city.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-rotate-left.svg │ │ │ │ │ ├── arrow-rotate-right.svg │ │ │ │ │ ├── arrow-trend-down.svg │ │ │ │ │ ├── arrow-trend-up.svg │ │ │ │ │ ├── arrow-turn-down.svg │ │ │ │ │ ├── arrow-turn-up.svg │ │ │ │ │ ├── arrow-up-1-9.svg │ │ │ │ │ ├── arrow-up-9-1.svg │ │ │ │ │ ├── arrow-up-a-z.svg │ │ │ │ │ ├── arrow-up-from-bracket.svg │ │ │ │ │ ├── arrow-up-from-ground-water.svg │ │ │ │ │ ├── arrow-up-from-water-pump.svg │ │ │ │ │ ├── arrow-up-long.svg │ │ │ │ │ ├── arrow-up-right-dots.svg │ │ │ │ │ ├── arrow-up-right-from-square.svg │ │ │ │ │ ├── arrow-up-short-wide.svg │ │ │ │ │ ├── arrow-up-wide-short.svg │ │ │ │ │ ├── arrow-up-z-a.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrows-down-to-line.svg │ │ │ │ │ ├── arrows-down-to-people.svg │ │ │ │ │ ├── arrows-left-right-to-line.svg │ │ │ │ │ ├── arrows-left-right.svg │ │ │ │ │ ├── arrows-rotate.svg │ │ │ │ │ ├── arrows-spin.svg │ │ │ │ │ ├── arrows-split-up-and-left.svg │ │ │ │ │ ├── arrows-to-circle.svg │ │ │ │ │ ├── arrows-to-dot.svg │ │ │ │ │ ├── arrows-to-eye.svg │ │ │ │ │ ├── arrows-turn-right.svg │ │ │ │ │ ├── arrows-turn-to-dots.svg │ │ │ │ │ ├── arrows-up-down-left-right.svg │ │ │ │ │ ├── arrows-up-down.svg │ │ │ │ │ ├── arrows-up-to-line.svg │ │ │ │ │ ├── asterisk.svg │ │ │ │ │ ├── at.svg │ │ │ │ │ ├── atom.svg │ │ │ │ │ ├── audio-description.svg │ │ │ │ │ ├── austral-sign.svg │ │ │ │ │ ├── award.svg │ │ │ │ │ ├── b.svg │ │ │ │ │ ├── baby-carriage.svg │ │ │ │ │ ├── baby.svg │ │ │ │ │ ├── backward-fast.svg │ │ │ │ │ ├── backward-step.svg │ │ │ │ │ ├── backward.svg │ │ │ │ │ ├── bacon.svg │ │ │ │ │ ├── bacteria.svg │ │ │ │ │ ├── bacterium.svg │ │ │ │ │ ├── bag-shopping.svg │ │ │ │ │ ├── bahai.svg │ │ │ │ │ ├── baht-sign.svg │ │ │ │ │ ├── ban-smoking.svg │ │ │ │ │ ├── ban.svg │ │ │ │ │ ├── bandage.svg │ │ │ │ │ ├── barcode.svg │ │ │ │ │ ├── bars-progress.svg │ │ │ │ │ ├── bars-staggered.svg │ │ │ │ │ ├── bars.svg │ │ │ │ │ ├── baseball-bat-ball.svg │ │ │ │ │ ├── baseball.svg │ │ │ │ │ ├── basket-shopping.svg │ │ │ │ │ ├── basketball.svg │ │ │ │ │ ├── bath.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-half.svg │ │ │ │ │ ├── battery-quarter.svg │ │ │ │ │ ├── battery-three-quarters.svg │ │ │ │ │ ├── bed-pulse.svg │ │ │ │ │ ├── bed.svg │ │ │ │ │ ├── beer-mug-empty.svg │ │ │ │ │ ├── bell-concierge.svg │ │ │ │ │ ├── bell-slash.svg │ │ │ │ │ ├── bell.svg │ │ │ │ │ ├── bezier-curve.svg │ │ │ │ │ ├── bicycle.svg │ │ │ │ │ ├── binoculars.svg │ │ │ │ │ ├── biohazard.svg │ │ │ │ │ ├── bitcoin-sign.svg │ │ │ │ │ ├── blender-phone.svg │ │ │ │ │ ├── blender.svg │ │ │ │ │ ├── blog.svg │ │ │ │ │ ├── bold.svg │ │ │ │ │ ├── bolt-lightning.svg │ │ │ │ │ ├── bolt.svg │ │ │ │ │ ├── bomb.svg │ │ │ │ │ ├── bone.svg │ │ │ │ │ ├── bong.svg │ │ │ │ │ ├── book-atlas.svg │ │ │ │ │ ├── book-bible.svg │ │ │ │ │ ├── book-bookmark.svg │ │ │ │ │ ├── book-journal-whills.svg │ │ │ │ │ ├── book-medical.svg │ │ │ │ │ ├── book-open-reader.svg │ │ │ │ │ ├── book-open.svg │ │ │ │ │ ├── book-quran.svg │ │ │ │ │ ├── book-skull.svg │ │ │ │ │ ├── book-tanakh.svg │ │ │ │ │ ├── book.svg │ │ │ │ │ ├── bookmark.svg │ │ │ │ │ ├── border-all.svg │ │ │ │ │ ├── border-none.svg │ │ │ │ │ ├── border-top-left.svg │ │ │ │ │ ├── bore-hole.svg │ │ │ │ │ ├── bottle-droplet.svg │ │ │ │ │ ├── bottle-water.svg │ │ │ │ │ ├── bowl-food.svg │ │ │ │ │ ├── bowl-rice.svg │ │ │ │ │ ├── bowling-ball.svg │ │ │ │ │ ├── box-archive.svg │ │ │ │ │ ├── box-open.svg │ │ │ │ │ ├── box-tissue.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── boxes-packing.svg │ │ │ │ │ ├── boxes-stacked.svg │ │ │ │ │ ├── braille.svg │ │ │ │ │ ├── brain.svg │ │ │ │ │ ├── brazilian-real-sign.svg │ │ │ │ │ ├── bread-slice.svg │ │ │ │ │ ├── bridge-circle-check.svg │ │ │ │ │ ├── bridge-circle-exclamation.svg │ │ │ │ │ ├── bridge-circle-xmark.svg │ │ │ │ │ ├── bridge-lock.svg │ │ │ │ │ ├── bridge-water.svg │ │ │ │ │ ├── bridge.svg │ │ │ │ │ ├── briefcase-medical.svg │ │ │ │ │ ├── briefcase.svg │ │ │ │ │ ├── broom-ball.svg │ │ │ │ │ ├── broom.svg │ │ │ │ │ ├── brush.svg │ │ │ │ │ ├── bucket.svg │ │ │ │ │ ├── bug-slash.svg │ │ │ │ │ ├── bug.svg │ │ │ │ │ ├── bugs.svg │ │ │ │ │ ├── building-circle-arrow-right.svg │ │ │ │ │ ├── building-circle-check.svg │ │ │ │ │ ├── building-circle-exclamation.svg │ │ │ │ │ ├── building-circle-xmark.svg │ │ │ │ │ ├── building-columns.svg │ │ │ │ │ ├── building-flag.svg │ │ │ │ │ ├── building-lock.svg │ │ │ │ │ ├── building-ngo.svg │ │ │ │ │ ├── building-shield.svg │ │ │ │ │ ├── building-un.svg │ │ │ │ │ ├── building-user.svg │ │ │ │ │ ├── building-wheat.svg │ │ │ │ │ ├── building.svg │ │ │ │ │ ├── bullhorn.svg │ │ │ │ │ ├── bullseye.svg │ │ │ │ │ ├── burger.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── bus-simple.svg │ │ │ │ │ ├── bus.svg │ │ │ │ │ ├── business-time.svg │ │ │ │ │ ├── c.svg │ │ │ │ │ ├── cable-car.svg │ │ │ │ │ ├── cake-candles.svg │ │ │ │ │ ├── calculator.svg │ │ │ │ │ ├── calendar-check.svg │ │ │ │ │ ├── calendar-day.svg │ │ │ │ │ ├── calendar-days.svg │ │ │ │ │ ├── calendar-minus.svg │ │ │ │ │ ├── calendar-plus.svg │ │ │ │ │ ├── calendar-week.svg │ │ │ │ │ ├── calendar-xmark.svg │ │ │ │ │ ├── calendar.svg │ │ │ │ │ ├── camera-retro.svg │ │ │ │ │ ├── camera-rotate.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── campground.svg │ │ │ │ │ ├── candy-cane.svg │ │ │ │ │ ├── cannabis.svg │ │ │ │ │ ├── capsules.svg │ │ │ │ │ ├── car-battery.svg │ │ │ │ │ ├── car-burst.svg │ │ │ │ │ ├── car-on.svg │ │ │ │ │ ├── car-rear.svg │ │ │ │ │ ├── car-side.svg │ │ │ │ │ ├── car-tunnel.svg │ │ │ │ │ ├── car.svg │ │ │ │ │ ├── caravan.svg │ │ │ │ │ ├── caret-down.svg │ │ │ │ │ ├── caret-left.svg │ │ │ │ │ ├── caret-right.svg │ │ │ │ │ ├── caret-up.svg │ │ │ │ │ ├── carrot.svg │ │ │ │ │ ├── cart-arrow-down.svg │ │ │ │ │ ├── cart-flatbed-suitcase.svg │ │ │ │ │ ├── cart-flatbed.svg │ │ │ │ │ ├── cart-plus.svg │ │ │ │ │ ├── cart-shopping.svg │ │ │ │ │ ├── cash-register.svg │ │ │ │ │ ├── cat.svg │ │ │ │ │ ├── cedi-sign.svg │ │ │ │ │ ├── cent-sign.svg │ │ │ │ │ ├── certificate.svg │ │ │ │ │ ├── chair.svg │ │ │ │ │ ├── chalkboard-user.svg │ │ │ │ │ ├── chalkboard.svg │ │ │ │ │ ├── champagne-glasses.svg │ │ │ │ │ ├── charging-station.svg │ │ │ │ │ ├── chart-area.svg │ │ │ │ │ ├── chart-bar.svg │ │ │ │ │ ├── chart-column.svg │ │ │ │ │ ├── chart-gantt.svg │ │ │ │ │ ├── chart-line.svg │ │ │ │ │ ├── chart-pie.svg │ │ │ │ │ ├── chart-simple.svg │ │ │ │ │ ├── check-double.svg │ │ │ │ │ ├── check-to-slot.svg │ │ │ │ │ ├── check.svg │ │ │ │ │ ├── cheese.svg │ │ │ │ │ ├── chess-bishop.svg │ │ │ │ │ ├── chess-board.svg │ │ │ │ │ ├── chess-king.svg │ │ │ │ │ ├── chess-knight.svg │ │ │ │ │ ├── chess-pawn.svg │ │ │ │ │ ├── chess-queen.svg │ │ │ │ │ ├── chess-rook.svg │ │ │ │ │ ├── chess.svg │ │ │ │ │ ├── chevron-down.svg │ │ │ │ │ ├── chevron-left.svg │ │ │ │ │ ├── chevron-right.svg │ │ │ │ │ ├── chevron-up.svg │ │ │ │ │ ├── child-dress.svg │ │ │ │ │ ├── child-reaching.svg │ │ │ │ │ ├── child-rifle.svg │ │ │ │ │ ├── child.svg │ │ │ │ │ ├── children.svg │ │ │ │ │ ├── church.svg │ │ │ │ │ ├── circle-arrow-down.svg │ │ │ │ │ ├── circle-arrow-left.svg │ │ │ │ │ ├── circle-arrow-right.svg │ │ │ │ │ ├── circle-arrow-up.svg │ │ │ │ │ ├── circle-check.svg │ │ │ │ │ ├── circle-chevron-down.svg │ │ │ │ │ ├── circle-chevron-left.svg │ │ │ │ │ ├── circle-chevron-right.svg │ │ │ │ │ ├── circle-chevron-up.svg │ │ │ │ │ ├── circle-dollar-to-slot.svg │ │ │ │ │ ├── circle-dot.svg │ │ │ │ │ ├── circle-down.svg │ │ │ │ │ ├── circle-exclamation.svg │ │ │ │ │ ├── circle-h.svg │ │ │ │ │ ├── circle-half-stroke.svg │ │ │ │ │ ├── circle-info.svg │ │ │ │ │ ├── circle-left.svg │ │ │ │ │ ├── circle-minus.svg │ │ │ │ │ ├── circle-nodes.svg │ │ │ │ │ ├── circle-notch.svg │ │ │ │ │ ├── circle-pause.svg │ │ │ │ │ ├── circle-play.svg │ │ │ │ │ ├── circle-plus.svg │ │ │ │ │ ├── circle-question.svg │ │ │ │ │ ├── circle-radiation.svg │ │ │ │ │ ├── circle-right.svg │ │ │ │ │ ├── circle-stop.svg │ │ │ │ │ ├── circle-up.svg │ │ │ │ │ ├── circle-user.svg │ │ │ │ │ ├── circle-xmark.svg │ │ │ │ │ ├── circle.svg │ │ │ │ │ ├── city.svg │ │ │ │ │ ├── clapperboard.svg │ │ │ │ │ ├── clipboard-check.svg │ │ │ │ │ ├── clipboard-list.svg │ │ │ │ │ ├── clipboard-question.svg │ │ │ │ │ ├── clipboard-user.svg │ │ │ │ │ ├── clipboard.svg │ │ │ │ │ ├── clock-rotate-left.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── clone.svg │ │ │ │ │ ├── closed-captioning.svg │ │ │ │ │ ├── cloud-arrow-down.svg │ │ │ │ │ ├── cloud-arrow-up.svg │ │ │ │ │ ├── cloud-bolt.svg │ │ │ │ │ ├── cloud-meatball.svg │ │ │ │ │ ├── cloud-moon-rain.svg │ │ │ │ │ ├── cloud-moon.svg │ │ │ │ │ ├── cloud-rain.svg │ │ │ │ │ ├── cloud-showers-heavy.svg │ │ │ │ │ ├── cloud-showers-water.svg │ │ │ │ │ ├── cloud-sun-rain.svg │ │ │ │ │ ├── cloud-sun.svg │ │ │ │ │ ├── cloud.svg │ │ │ │ │ ├── clover.svg │ │ │ │ │ ├── code-branch.svg │ │ │ │ │ ├── code-commit.svg │ │ │ │ │ ├── code-compare.svg │ │ │ │ │ ├── code-fork.svg │ │ │ │ │ ├── code-merge.svg │ │ │ │ │ ├── code-pull-request.svg │ │ │ │ │ ├── code.svg │ │ │ │ │ ├── coins.svg │ │ │ │ │ ├── colon-sign.svg │ │ │ │ │ ├── comment-dollar.svg │ │ │ │ │ ├── comment-dots.svg │ │ │ │ │ ├── comment-medical.svg │ │ │ │ │ ├── comment-slash.svg │ │ │ │ │ ├── comment-sms.svg │ │ │ │ │ ├── comment.svg │ │ │ │ │ ├── comments-dollar.svg │ │ │ │ │ ├── comments.svg │ │ │ │ │ ├── compact-disc.svg │ │ │ │ │ ├── compass-drafting.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── compress.svg │ │ │ │ │ ├── computer-mouse.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cookie-bite.svg │ │ │ │ │ ├── cookie.svg │ │ │ │ │ ├── copy.svg │ │ │ │ │ ├── copyright.svg │ │ │ │ │ ├── couch.svg │ │ │ │ │ ├── cow.svg │ │ │ │ │ ├── credit-card.svg │ │ │ │ │ ├── crop-simple.svg │ │ │ │ │ ├── crop.svg │ │ │ │ │ ├── cross.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── crow.svg │ │ │ │ │ ├── crown.svg │ │ │ │ │ ├── crutch.svg │ │ │ │ │ ├── cruzeiro-sign.svg │ │ │ │ │ ├── cube.svg │ │ │ │ │ ├── cubes-stacked.svg │ │ │ │ │ ├── cubes.svg │ │ │ │ │ ├── d.svg │ │ │ │ │ ├── database.svg │ │ │ │ │ ├── delete-left.svg │ │ │ │ │ ├── democrat.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── dharmachakra.svg │ │ │ │ │ ├── diagram-next.svg │ │ │ │ │ ├── diagram-predecessor.svg │ │ │ │ │ ├── diagram-project.svg │ │ │ │ │ ├── diagram-successor.svg │ │ │ │ │ ├── diamond-turn-right.svg │ │ │ │ │ ├── diamond.svg │ │ │ │ │ ├── dice-d20.svg │ │ │ │ │ ├── dice-d6.svg │ │ │ │ │ ├── dice-five.svg │ │ │ │ │ ├── dice-four.svg │ │ │ │ │ ├── dice-one.svg │ │ │ │ │ ├── dice-six.svg │ │ │ │ │ ├── dice-three.svg │ │ │ │ │ ├── dice-two.svg │ │ │ │ │ ├── dice.svg │ │ │ │ │ ├── disease.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── divide.svg │ │ │ │ │ ├── dna.svg │ │ │ │ │ ├── dog.svg │ │ │ │ │ ├── dollar-sign.svg │ │ │ │ │ ├── dolly.svg │ │ │ │ │ ├── dong-sign.svg │ │ │ │ │ ├── door-closed.svg │ │ │ │ │ ├── door-open.svg │ │ │ │ │ ├── dove.svg │ │ │ │ │ ├── down-left-and-up-right-to-center.svg │ │ │ │ │ ├── down-long.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── dragon.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── droplet-slash.svg │ │ │ │ │ ├── droplet.svg │ │ │ │ │ ├── drum-steelpan.svg │ │ │ │ │ ├── drum.svg │ │ │ │ │ ├── drumstick-bite.svg │ │ │ │ │ ├── dumbbell.svg │ │ │ │ │ ├── dumpster-fire.svg │ │ │ │ │ ├── dumpster.svg │ │ │ │ │ ├── dungeon.svg │ │ │ │ │ ├── e.svg │ │ │ │ │ ├── ear-deaf.svg │ │ │ │ │ ├── ear-listen.svg │ │ │ │ │ ├── earth-africa.svg │ │ │ │ │ ├── earth-americas.svg │ │ │ │ │ ├── earth-asia.svg │ │ │ │ │ ├── earth-europe.svg │ │ │ │ │ ├── earth-oceania.svg │ │ │ │ │ ├── egg.svg │ │ │ │ │ ├── eject.svg │ │ │ │ │ ├── elevator.svg │ │ │ │ │ ├── ellipsis-vertical.svg │ │ │ │ │ ├── ellipsis.svg │ │ │ │ │ ├── envelope-circle-check.svg │ │ │ │ │ ├── envelope-open-text.svg │ │ │ │ │ ├── envelope-open.svg │ │ │ │ │ ├── envelope.svg │ │ │ │ │ ├── envelopes-bulk.svg │ │ │ │ │ ├── equals.svg │ │ │ │ │ ├── eraser.svg │ │ │ │ │ ├── ethernet.svg │ │ │ │ │ ├── euro-sign.svg │ │ │ │ │ ├── exclamation.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── explosion.svg │ │ │ │ │ ├── eye-dropper.svg │ │ │ │ │ ├── eye-low-vision.svg │ │ │ │ │ ├── eye-slash.svg │ │ │ │ │ ├── eye.svg │ │ │ │ │ ├── f.svg │ │ │ │ │ ├── face-angry.svg │ │ │ │ │ ├── face-dizzy.svg │ │ │ │ │ ├── face-flushed.svg │ │ │ │ │ ├── face-frown-open.svg │ │ │ │ │ ├── face-frown.svg │ │ │ │ │ ├── face-grimace.svg │ │ │ │ │ ├── face-grin-beam-sweat.svg │ │ │ │ │ ├── face-grin-beam.svg │ │ │ │ │ ├── face-grin-hearts.svg │ │ │ │ │ ├── face-grin-squint-tears.svg │ │ │ │ │ ├── face-grin-squint.svg │ │ │ │ │ ├── face-grin-stars.svg │ │ │ │ │ ├── face-grin-tears.svg │ │ │ │ │ ├── face-grin-tongue-squint.svg │ │ │ │ │ ├── face-grin-tongue-wink.svg │ │ │ │ │ ├── face-grin-tongue.svg │ │ │ │ │ ├── face-grin-wide.svg │ │ │ │ │ ├── face-grin-wink.svg │ │ │ │ │ ├── face-grin.svg │ │ │ │ │ ├── face-kiss-beam.svg │ │ │ │ │ ├── face-kiss-wink-heart.svg │ │ │ │ │ ├── face-kiss.svg │ │ │ │ │ ├── face-laugh-beam.svg │ │ │ │ │ ├── face-laugh-squint.svg │ │ │ │ │ ├── face-laugh-wink.svg │ │ │ │ │ ├── face-laugh.svg │ │ │ │ │ ├── face-meh-blank.svg │ │ │ │ │ ├── face-meh.svg │ │ │ │ │ ├── face-rolling-eyes.svg │ │ │ │ │ ├── face-sad-cry.svg │ │ │ │ │ ├── face-sad-tear.svg │ │ │ │ │ ├── face-smile-beam.svg │ │ │ │ │ ├── face-smile-wink.svg │ │ │ │ │ ├── face-smile.svg │ │ │ │ │ ├── face-surprise.svg │ │ │ │ │ ├── face-tired.svg │ │ │ │ │ ├── fan.svg │ │ │ │ │ ├── faucet-drip.svg │ │ │ │ │ ├── faucet.svg │ │ │ │ │ ├── fax.svg │ │ │ │ │ ├── feather-pointed.svg │ │ │ │ │ ├── feather.svg │ │ │ │ │ ├── ferry.svg │ │ │ │ │ ├── file-arrow-down.svg │ │ │ │ │ ├── file-arrow-up.svg │ │ │ │ │ ├── file-audio.svg │ │ │ │ │ ├── file-circle-check.svg │ │ │ │ │ ├── file-circle-exclamation.svg │ │ │ │ │ ├── file-circle-minus.svg │ │ │ │ │ ├── file-circle-plus.svg │ │ │ │ │ ├── file-circle-question.svg │ │ │ │ │ ├── file-circle-xmark.svg │ │ │ │ │ ├── file-code.svg │ │ │ │ │ ├── file-contract.svg │ │ │ │ │ ├── file-csv.svg │ │ │ │ │ ├── file-excel.svg │ │ │ │ │ ├── file-export.svg │ │ │ │ │ ├── file-image.svg │ │ │ │ │ ├── file-import.svg │ │ │ │ │ ├── file-invoice-dollar.svg │ │ │ │ │ ├── file-invoice.svg │ │ │ │ │ ├── file-lines.svg │ │ │ │ │ ├── file-medical.svg │ │ │ │ │ ├── file-pdf.svg │ │ │ │ │ ├── file-pen.svg │ │ │ │ │ ├── file-powerpoint.svg │ │ │ │ │ ├── file-prescription.svg │ │ │ │ │ ├── file-shield.svg │ │ │ │ │ ├── file-signature.svg │ │ │ │ │ ├── file-video.svg │ │ │ │ │ ├── file-waveform.svg │ │ │ │ │ ├── file-word.svg │ │ │ │ │ ├── file-zipper.svg │ │ │ │ │ ├── file.svg │ │ │ │ │ ├── fill-drip.svg │ │ │ │ │ ├── fill.svg │ │ │ │ │ ├── film.svg │ │ │ │ │ ├── filter-circle-dollar.svg │ │ │ │ │ ├── filter-circle-xmark.svg │ │ │ │ │ ├── filter.svg │ │ │ │ │ ├── fingerprint.svg │ │ │ │ │ ├── fire-burner.svg │ │ │ │ │ ├── fire-extinguisher.svg │ │ │ │ │ ├── fire-flame-curved.svg │ │ │ │ │ ├── fire-flame-simple.svg │ │ │ │ │ ├── fire.svg │ │ │ │ │ ├── fish-fins.svg │ │ │ │ │ ├── fish.svg │ │ │ │ │ ├── flag-checkered.svg │ │ │ │ │ ├── flag-usa.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flask-vial.svg │ │ │ │ │ ├── flask.svg │ │ │ │ │ ├── floppy-disk.svg │ │ │ │ │ ├── florin-sign.svg │ │ │ │ │ ├── folder-closed.svg │ │ │ │ │ ├── folder-minus.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-plus.svg │ │ │ │ │ ├── folder-tree.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── font-awesome.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── football.svg │ │ │ │ │ ├── forward-fast.svg │ │ │ │ │ ├── forward-step.svg │ │ │ │ │ ├── forward.svg │ │ │ │ │ ├── franc-sign.svg │ │ │ │ │ ├── frog.svg │ │ │ │ │ ├── futbol.svg │ │ │ │ │ ├── g.svg │ │ │ │ │ ├── gamepad.svg │ │ │ │ │ ├── gas-pump.svg │ │ │ │ │ ├── gauge-high.svg │ │ │ │ │ ├── gauge-simple-high.svg │ │ │ │ │ ├── gauge-simple.svg │ │ │ │ │ ├── gauge.svg │ │ │ │ │ ├── gavel.svg │ │ │ │ │ ├── gear.svg │ │ │ │ │ ├── gears.svg │ │ │ │ │ ├── gem.svg │ │ │ │ │ ├── genderless.svg │ │ │ │ │ ├── ghost.svg │ │ │ │ │ ├── gift.svg │ │ │ │ │ ├── gifts.svg │ │ │ │ │ ├── glass-water-droplet.svg │ │ │ │ │ ├── glass-water.svg │ │ │ │ │ ├── glasses.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── golf-ball-tee.svg │ │ │ │ │ ├── gopuram.svg │ │ │ │ │ ├── graduation-cap.svg │ │ │ │ │ ├── greater-than-equal.svg │ │ │ │ │ ├── greater-than.svg │ │ │ │ │ ├── grip-lines-vertical.svg │ │ │ │ │ ├── grip-lines.svg │ │ │ │ │ ├── grip-vertical.svg │ │ │ │ │ ├── grip.svg │ │ │ │ │ ├── group-arrows-rotate.svg │ │ │ │ │ ├── guarani-sign.svg │ │ │ │ │ ├── guitar.svg │ │ │ │ │ ├── gun.svg │ │ │ │ │ ├── h.svg │ │ │ │ │ ├── hammer.svg │ │ │ │ │ ├── hamsa.svg │ │ │ │ │ ├── hand-back-fist.svg │ │ │ │ │ ├── hand-dots.svg │ │ │ │ │ ├── hand-fist.svg │ │ │ │ │ ├── hand-holding-dollar.svg │ │ │ │ │ ├── hand-holding-droplet.svg │ │ │ │ │ ├── hand-holding-hand.svg │ │ │ │ │ ├── hand-holding-heart.svg │ │ │ │ │ ├── hand-holding-medical.svg │ │ │ │ │ ├── hand-holding.svg │ │ │ │ │ ├── hand-lizard.svg │ │ │ │ │ ├── hand-middle-finger.svg │ │ │ │ │ ├── hand-peace.svg │ │ │ │ │ ├── hand-point-down.svg │ │ │ │ │ ├── hand-point-left.svg │ │ │ │ │ ├── hand-point-right.svg │ │ │ │ │ ├── hand-point-up.svg │ │ │ │ │ ├── hand-pointer.svg │ │ │ │ │ ├── hand-scissors.svg │ │ │ │ │ ├── hand-sparkles.svg │ │ │ │ │ ├── hand-spock.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handcuffs.svg │ │ │ │ │ ├── hands-asl-interpreting.svg │ │ │ │ │ ├── hands-bound.svg │ │ │ │ │ ├── hands-bubbles.svg │ │ │ │ │ ├── hands-clapping.svg │ │ │ │ │ ├── hands-holding-child.svg │ │ │ │ │ ├── hands-holding-circle.svg │ │ │ │ │ ├── hands-holding.svg │ │ │ │ │ ├── hands-praying.svg │ │ │ │ │ ├── hands.svg │ │ │ │ │ ├── handshake-angle.svg │ │ │ │ │ ├── handshake-simple-slash.svg │ │ │ │ │ ├── handshake-simple.svg │ │ │ │ │ ├── handshake-slash.svg │ │ │ │ │ ├── handshake.svg │ │ │ │ │ ├── hanukiah.svg │ │ │ │ │ ├── hard-drive.svg │ │ │ │ │ ├── hashtag.svg │ │ │ │ │ ├── hat-cowboy-side.svg │ │ │ │ │ ├── hat-cowboy.svg │ │ │ │ │ ├── hat-wizard.svg │ │ │ │ │ ├── head-side-cough-slash.svg │ │ │ │ │ ├── head-side-cough.svg │ │ │ │ │ ├── head-side-mask.svg │ │ │ │ │ ├── head-side-virus.svg │ │ │ │ │ ├── heading.svg │ │ │ │ │ ├── headphones-simple.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── headset.svg │ │ │ │ │ ├── heart-circle-bolt.svg │ │ │ │ │ ├── heart-circle-check.svg │ │ │ │ │ ├── heart-circle-exclamation.svg │ │ │ │ │ ├── heart-circle-minus.svg │ │ │ │ │ ├── heart-circle-plus.svg │ │ │ │ │ ├── heart-circle-xmark.svg │ │ │ │ │ ├── heart-crack.svg │ │ │ │ │ ├── heart-pulse.svg │ │ │ │ │ ├── heart.svg │ │ │ │ │ ├── helicopter-symbol.svg │ │ │ │ │ ├── helicopter.svg │ │ │ │ │ ├── helmet-safety.svg │ │ │ │ │ ├── helmet-un.svg │ │ │ │ │ ├── highlighter.svg │ │ │ │ │ ├── hill-avalanche.svg │ │ │ │ │ ├── hill-rockslide.svg │ │ │ │ │ ├── hippo.svg │ │ │ │ │ ├── hockey-puck.svg │ │ │ │ │ ├── holly-berry.svg │ │ │ │ │ ├── horse-head.svg │ │ │ │ │ ├── horse.svg │ │ │ │ │ ├── hospital-user.svg │ │ │ │ │ ├── hospital.svg │ │ │ │ │ ├── hot-tub-person.svg │ │ │ │ │ ├── hotdog.svg │ │ │ │ │ ├── hotel.svg │ │ │ │ │ ├── hourglass-end.svg │ │ │ │ │ ├── hourglass-half.svg │ │ │ │ │ ├── hourglass-start.svg │ │ │ │ │ ├── hourglass.svg │ │ │ │ │ ├── house-chimney-crack.svg │ │ │ │ │ ├── house-chimney-medical.svg │ │ │ │ │ ├── house-chimney-user.svg │ │ │ │ │ ├── house-chimney-window.svg │ │ │ │ │ ├── house-chimney.svg │ │ │ │ │ ├── house-circle-check.svg │ │ │ │ │ ├── house-circle-exclamation.svg │ │ │ │ │ ├── house-circle-xmark.svg │ │ │ │ │ ├── house-crack.svg │ │ │ │ │ ├── house-fire.svg │ │ │ │ │ ├── house-flag.svg │ │ │ │ │ ├── house-flood-water-circle-arrow-right.svg │ │ │ │ │ ├── house-flood-water.svg │ │ │ │ │ ├── house-laptop.svg │ │ │ │ │ ├── house-lock.svg │ │ │ │ │ ├── house-medical-circle-check.svg │ │ │ │ │ ├── house-medical-circle-exclamation.svg │ │ │ │ │ ├── house-medical-circle-xmark.svg │ │ │ │ │ ├── house-medical-flag.svg │ │ │ │ │ ├── house-medical.svg │ │ │ │ │ ├── house-signal.svg │ │ │ │ │ ├── house-tsunami.svg │ │ │ │ │ ├── house-user.svg │ │ │ │ │ ├── house.svg │ │ │ │ │ ├── hryvnia-sign.svg │ │ │ │ │ ├── hurricane.svg │ │ │ │ │ ├── i-cursor.svg │ │ │ │ │ ├── i.svg │ │ │ │ │ ├── ice-cream.svg │ │ │ │ │ ├── icicles.svg │ │ │ │ │ ├── icons.svg │ │ │ │ │ ├── id-badge.svg │ │ │ │ │ ├── id-card-clip.svg │ │ │ │ │ ├── id-card.svg │ │ │ │ │ ├── igloo.svg │ │ │ │ │ ├── image-portrait.svg │ │ │ │ │ ├── image.svg │ │ │ │ │ ├── images.svg │ │ │ │ │ ├── inbox.svg │ │ │ │ │ ├── indent.svg │ │ │ │ │ ├── indian-rupee-sign.svg │ │ │ │ │ ├── industry.svg │ │ │ │ │ ├── infinity.svg │ │ │ │ │ ├── info.svg │ │ │ │ │ ├── italic.svg │ │ │ │ │ ├── j.svg │ │ │ │ │ ├── jar-wheat.svg │ │ │ │ │ ├── jar.svg │ │ │ │ │ ├── jedi.svg │ │ │ │ │ ├── jet-fighter-up.svg │ │ │ │ │ ├── jet-fighter.svg │ │ │ │ │ ├── joint.svg │ │ │ │ │ ├── jug-detergent.svg │ │ │ │ │ ├── k.svg │ │ │ │ │ ├── kaaba.svg │ │ │ │ │ ├── key.svg │ │ │ │ │ ├── keyboard.svg │ │ │ │ │ ├── khanda.svg │ │ │ │ │ ├── kip-sign.svg │ │ │ │ │ ├── kit-medical.svg │ │ │ │ │ ├── kitchen-set.svg │ │ │ │ │ ├── kiwi-bird.svg │ │ │ │ │ ├── l.svg │ │ │ │ │ ├── land-mine-on.svg │ │ │ │ │ ├── landmark-dome.svg │ │ │ │ │ ├── landmark-flag.svg │ │ │ │ │ ├── landmark.svg │ │ │ │ │ ├── language.svg │ │ │ │ │ ├── laptop-code.svg │ │ │ │ │ ├── laptop-file.svg │ │ │ │ │ ├── laptop-medical.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── lari-sign.svg │ │ │ │ │ ├── layer-group.svg │ │ │ │ │ ├── leaf.svg │ │ │ │ │ ├── left-long.svg │ │ │ │ │ ├── left-right.svg │ │ │ │ │ ├── lemon.svg │ │ │ │ │ ├── less-than-equal.svg │ │ │ │ │ ├── less-than.svg │ │ │ │ │ ├── life-ring.svg │ │ │ │ │ ├── lightbulb.svg │ │ │ │ │ ├── lines-leaning.svg │ │ │ │ │ ├── link-slash.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── lira-sign.svg │ │ │ │ │ ├── list-check.svg │ │ │ │ │ ├── list-ol.svg │ │ │ │ │ ├── list-ul.svg │ │ │ │ │ ├── list.svg │ │ │ │ │ ├── litecoin-sign.svg │ │ │ │ │ ├── location-arrow.svg │ │ │ │ │ ├── location-crosshairs.svg │ │ │ │ │ ├── location-dot.svg │ │ │ │ │ ├── location-pin-lock.svg │ │ │ │ │ ├── location-pin.svg │ │ │ │ │ ├── lock-open.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── locust.svg │ │ │ │ │ ├── lungs-virus.svg │ │ │ │ │ ├── lungs.svg │ │ │ │ │ ├── m.svg │ │ │ │ │ ├── magnet.svg │ │ │ │ │ ├── magnifying-glass-arrow-right.svg │ │ │ │ │ ├── magnifying-glass-chart.svg │ │ │ │ │ ├── magnifying-glass-dollar.svg │ │ │ │ │ ├── magnifying-glass-location.svg │ │ │ │ │ ├── magnifying-glass-minus.svg │ │ │ │ │ ├── magnifying-glass-plus.svg │ │ │ │ │ ├── magnifying-glass.svg │ │ │ │ │ ├── manat-sign.svg │ │ │ │ │ ├── map-location-dot.svg │ │ │ │ │ ├── map-location.svg │ │ │ │ │ ├── map-pin.svg │ │ │ │ │ ├── map.svg │ │ │ │ │ ├── marker.svg │ │ │ │ │ ├── mars-and-venus-burst.svg │ │ │ │ │ ├── mars-and-venus.svg │ │ │ │ │ ├── mars-double.svg │ │ │ │ │ ├── mars-stroke-right.svg │ │ │ │ │ ├── mars-stroke-up.svg │ │ │ │ │ ├── mars-stroke.svg │ │ │ │ │ ├── mars.svg │ │ │ │ │ ├── martini-glass-citrus.svg │ │ │ │ │ ├── martini-glass-empty.svg │ │ │ │ │ ├── martini-glass.svg │ │ │ │ │ ├── mask-face.svg │ │ │ │ │ ├── mask-ventilator.svg │ │ │ │ │ ├── mask.svg │ │ │ │ │ ├── masks-theater.svg │ │ │ │ │ ├── mattress-pillow.svg │ │ │ │ │ ├── maximize.svg │ │ │ │ │ ├── medal.svg │ │ │ │ │ ├── memory.svg │ │ │ │ │ ├── menorah.svg │ │ │ │ │ ├── mercury.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── meteor.svg │ │ │ │ │ ├── microchip.svg │ │ │ │ │ ├── microphone-lines-slash.svg │ │ │ │ │ ├── microphone-lines.svg │ │ │ │ │ ├── microphone-slash.svg │ │ │ │ │ ├── microphone.svg │ │ │ │ │ ├── microscope.svg │ │ │ │ │ ├── mill-sign.svg │ │ │ │ │ ├── minimize.svg │ │ │ │ │ ├── minus.svg │ │ │ │ │ ├── mitten.svg │ │ │ │ │ ├── mobile-button.svg │ │ │ │ │ ├── mobile-retro.svg │ │ │ │ │ ├── mobile-screen-button.svg │ │ │ │ │ ├── mobile-screen.svg │ │ │ │ │ ├── mobile.svg │ │ │ │ │ ├── money-bill-1-wave.svg │ │ │ │ │ ├── money-bill-1.svg │ │ │ │ │ ├── money-bill-transfer.svg │ │ │ │ │ ├── money-bill-trend-up.svg │ │ │ │ │ ├── money-bill-wave.svg │ │ │ │ │ ├── money-bill-wheat.svg │ │ │ │ │ ├── money-bill.svg │ │ │ │ │ ├── money-bills.svg │ │ │ │ │ ├── money-check-dollar.svg │ │ │ │ │ ├── money-check.svg │ │ │ │ │ ├── monument.svg │ │ │ │ │ ├── moon.svg │ │ │ │ │ ├── mortar-pestle.svg │ │ │ │ │ ├── mosque.svg │ │ │ │ │ ├── mosquito-net.svg │ │ │ │ │ ├── mosquito.svg │ │ │ │ │ ├── motorcycle.svg │ │ │ │ │ ├── mound.svg │ │ │ │ │ ├── mountain-city.svg │ │ │ │ │ ├── mountain-sun.svg │ │ │ │ │ ├── mountain.svg │ │ │ │ │ ├── mug-hot.svg │ │ │ │ │ ├── mug-saucer.svg │ │ │ │ │ ├── music.svg │ │ │ │ │ ├── n.svg │ │ │ │ │ ├── naira-sign.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── neuter.svg │ │ │ │ │ ├── newspaper.svg │ │ │ │ │ ├── not-equal.svg │ │ │ │ │ ├── note-sticky.svg │ │ │ │ │ ├── notes-medical.svg │ │ │ │ │ ├── o.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── oil-can.svg │ │ │ │ │ ├── oil-well.svg │ │ │ │ │ ├── om.svg │ │ │ │ │ ├── otter.svg │ │ │ │ │ ├── outdent.svg │ │ │ │ │ ├── p.svg │ │ │ │ │ ├── pager.svg │ │ │ │ │ ├── paint-roller.svg │ │ │ │ │ ├── paintbrush.svg │ │ │ │ │ ├── palette.svg │ │ │ │ │ ├── pallet.svg │ │ │ │ │ ├── panorama.svg │ │ │ │ │ ├── paper-plane.svg │ │ │ │ │ ├── paperclip.svg │ │ │ │ │ ├── parachute-box.svg │ │ │ │ │ ├── paragraph.svg │ │ │ │ │ ├── passport.svg │ │ │ │ │ ├── paste.svg │ │ │ │ │ ├── pause.svg │ │ │ │ │ ├── paw.svg │ │ │ │ │ ├── peace.svg │ │ │ │ │ ├── pen-clip.svg │ │ │ │ │ ├── pen-fancy.svg │ │ │ │ │ ├── pen-nib.svg │ │ │ │ │ ├── pen-ruler.svg │ │ │ │ │ ├── pen-to-square.svg │ │ │ │ │ ├── pen.svg │ │ │ │ │ ├── pencil.svg │ │ │ │ │ ├── people-arrows.svg │ │ │ │ │ ├── people-carry-box.svg │ │ │ │ │ ├── people-group.svg │ │ │ │ │ ├── people-line.svg │ │ │ │ │ ├── people-pulling.svg │ │ │ │ │ ├── people-robbery.svg │ │ │ │ │ ├── people-roof.svg │ │ │ │ │ ├── pepper-hot.svg │ │ │ │ │ ├── percent.svg │ │ │ │ │ ├── person-arrow-down-to-line.svg │ │ │ │ │ ├── person-arrow-up-from-line.svg │ │ │ │ │ ├── person-biking.svg │ │ │ │ │ ├── person-booth.svg │ │ │ │ │ ├── person-breastfeeding.svg │ │ │ │ │ ├── person-burst.svg │ │ │ │ │ ├── person-cane.svg │ │ │ │ │ ├── person-chalkboard.svg │ │ │ │ │ ├── person-circle-check.svg │ │ │ │ │ ├── person-circle-exclamation.svg │ │ │ │ │ ├── person-circle-minus.svg │ │ │ │ │ ├── person-circle-plus.svg │ │ │ │ │ ├── person-circle-question.svg │ │ │ │ │ ├── person-circle-xmark.svg │ │ │ │ │ ├── person-digging.svg │ │ │ │ │ ├── person-dots-from-line.svg │ │ │ │ │ ├── person-dress-burst.svg │ │ │ │ │ ├── person-dress.svg │ │ │ │ │ ├── person-drowning.svg │ │ │ │ │ ├── person-falling-burst.svg │ │ │ │ │ ├── person-falling.svg │ │ │ │ │ ├── person-half-dress.svg │ │ │ │ │ ├── person-harassing.svg │ │ │ │ │ ├── person-hiking.svg │ │ │ │ │ ├── person-military-pointing.svg │ │ │ │ │ ├── person-military-rifle.svg │ │ │ │ │ ├── person-military-to-person.svg │ │ │ │ │ ├── person-praying.svg │ │ │ │ │ ├── person-pregnant.svg │ │ │ │ │ ├── person-rays.svg │ │ │ │ │ ├── person-rifle.svg │ │ │ │ │ ├── person-running.svg │ │ │ │ │ ├── person-shelter.svg │ │ │ │ │ ├── person-skating.svg │ │ │ │ │ ├── person-skiing-nordic.svg │ │ │ │ │ ├── person-skiing.svg │ │ │ │ │ ├── person-snowboarding.svg │ │ │ │ │ ├── person-swimming.svg │ │ │ │ │ ├── person-through-window.svg │ │ │ │ │ ├── person-walking-arrow-loop-left.svg │ │ │ │ │ ├── person-walking-arrow-right.svg │ │ │ │ │ ├── person-walking-dashed-line-arrow-right.svg │ │ │ │ │ ├── person-walking-luggage.svg │ │ │ │ │ ├── person-walking-with-cane.svg │ │ │ │ │ ├── person-walking.svg │ │ │ │ │ ├── person.svg │ │ │ │ │ ├── peseta-sign.svg │ │ │ │ │ ├── peso-sign.svg │ │ │ │ │ ├── phone-flip.svg │ │ │ │ │ ├── phone-slash.svg │ │ │ │ │ ├── phone-volume.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── photo-film.svg │ │ │ │ │ ├── piggy-bank.svg │ │ │ │ │ ├── pills.svg │ │ │ │ │ ├── pizza-slice.svg │ │ │ │ │ ├── place-of-worship.svg │ │ │ │ │ ├── plane-arrival.svg │ │ │ │ │ ├── plane-circle-check.svg │ │ │ │ │ ├── plane-circle-exclamation.svg │ │ │ │ │ ├── plane-circle-xmark.svg │ │ │ │ │ ├── plane-departure.svg │ │ │ │ │ ├── plane-lock.svg │ │ │ │ │ ├── plane-slash.svg │ │ │ │ │ ├── plane-up.svg │ │ │ │ │ ├── plane.svg │ │ │ │ │ ├── plant-wilt.svg │ │ │ │ │ ├── plate-wheat.svg │ │ │ │ │ ├── play.svg │ │ │ │ │ ├── plug-circle-bolt.svg │ │ │ │ │ ├── plug-circle-check.svg │ │ │ │ │ ├── plug-circle-exclamation.svg │ │ │ │ │ ├── plug-circle-minus.svg │ │ │ │ │ ├── plug-circle-plus.svg │ │ │ │ │ ├── plug-circle-xmark.svg │ │ │ │ │ ├── plug.svg │ │ │ │ │ ├── plus-minus.svg │ │ │ │ │ ├── plus.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── poo-storm.svg │ │ │ │ │ ├── poo.svg │ │ │ │ │ ├── poop.svg │ │ │ │ │ ├── power-off.svg │ │ │ │ │ ├── prescription-bottle-medical.svg │ │ │ │ │ ├── prescription-bottle.svg │ │ │ │ │ ├── prescription.svg │ │ │ │ │ ├── print.svg │ │ │ │ │ ├── pump-medical.svg │ │ │ │ │ ├── pump-soap.svg │ │ │ │ │ ├── puzzle-piece.svg │ │ │ │ │ ├── q.svg │ │ │ │ │ ├── qrcode.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quote-left.svg │ │ │ │ │ ├── quote-right.svg │ │ │ │ │ ├── r.svg │ │ │ │ │ ├── radiation.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── rainbow.svg │ │ │ │ │ ├── ranking-star.svg │ │ │ │ │ ├── receipt.svg │ │ │ │ │ ├── record-vinyl.svg │ │ │ │ │ ├── rectangle-ad.svg │ │ │ │ │ ├── rectangle-list.svg │ │ │ │ │ ├── rectangle-xmark.svg │ │ │ │ │ ├── recycle.svg │ │ │ │ │ ├── registered.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── reply-all.svg │ │ │ │ │ ├── reply.svg │ │ │ │ │ ├── republican.svg │ │ │ │ │ ├── restroom.svg │ │ │ │ │ ├── retweet.svg │ │ │ │ │ ├── ribbon.svg │ │ │ │ │ ├── right-from-bracket.svg │ │ │ │ │ ├── right-left.svg │ │ │ │ │ ├── right-long.svg │ │ │ │ │ ├── right-to-bracket.svg │ │ │ │ │ ├── ring.svg │ │ │ │ │ ├── road-barrier.svg │ │ │ │ │ ├── road-bridge.svg │ │ │ │ │ ├── road-circle-check.svg │ │ │ │ │ ├── road-circle-exclamation.svg │ │ │ │ │ ├── road-circle-xmark.svg │ │ │ │ │ ├── road-lock.svg │ │ │ │ │ ├── road-spikes.svg │ │ │ │ │ ├── road.svg │ │ │ │ │ ├── robot.svg │ │ │ │ │ ├── rocket.svg │ │ │ │ │ ├── rotate-left.svg │ │ │ │ │ ├── rotate-right.svg │ │ │ │ │ ├── rotate.svg │ │ │ │ │ ├── route.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── ruble-sign.svg │ │ │ │ │ ├── rug.svg │ │ │ │ │ ├── ruler-combined.svg │ │ │ │ │ ├── ruler-horizontal.svg │ │ │ │ │ ├── ruler-vertical.svg │ │ │ │ │ ├── ruler.svg │ │ │ │ │ ├── rupee-sign.svg │ │ │ │ │ ├── rupiah-sign.svg │ │ │ │ │ ├── s.svg │ │ │ │ │ ├── sack-dollar.svg │ │ │ │ │ ├── sack-xmark.svg │ │ │ │ │ ├── sailboat.svg │ │ │ │ │ ├── satellite-dish.svg │ │ │ │ │ ├── satellite.svg │ │ │ │ │ ├── scale-balanced.svg │ │ │ │ │ ├── scale-unbalanced-flip.svg │ │ │ │ │ ├── scale-unbalanced.svg │ │ │ │ │ ├── school-circle-check.svg │ │ │ │ │ ├── school-circle-exclamation.svg │ │ │ │ │ ├── school-circle-xmark.svg │ │ │ │ │ ├── school-flag.svg │ │ │ │ │ ├── school-lock.svg │ │ │ │ │ ├── school.svg │ │ │ │ │ ├── scissors.svg │ │ │ │ │ ├── screwdriver-wrench.svg │ │ │ │ │ ├── screwdriver.svg │ │ │ │ │ ├── scroll-torah.svg │ │ │ │ │ ├── scroll.svg │ │ │ │ │ ├── sd-card.svg │ │ │ │ │ ├── section.svg │ │ │ │ │ ├── seedling.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── share-from-square.svg │ │ │ │ │ ├── share-nodes.svg │ │ │ │ │ ├── share.svg │ │ │ │ │ ├── sheet-plastic.svg │ │ │ │ │ ├── shekel-sign.svg │ │ │ │ │ ├── shield-cat.svg │ │ │ │ │ ├── shield-dog.svg │ │ │ │ │ ├── shield-halved.svg │ │ │ │ │ ├── shield-heart.svg │ │ │ │ │ ├── shield-virus.svg │ │ │ │ │ ├── shield.svg │ │ │ │ │ ├── ship.svg │ │ │ │ │ ├── shirt.svg │ │ │ │ │ ├── shoe-prints.svg │ │ │ │ │ ├── shop-lock.svg │ │ │ │ │ ├── shop-slash.svg │ │ │ │ │ ├── shop.svg │ │ │ │ │ ├── shower.svg │ │ │ │ │ ├── shrimp.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── shuttle-space.svg │ │ │ │ │ ├── sign-hanging.svg │ │ │ │ │ ├── signal.svg │ │ │ │ │ ├── signature.svg │ │ │ │ │ ├── signs-post.svg │ │ │ │ │ ├── sim-card.svg │ │ │ │ │ ├── sink.svg │ │ │ │ │ ├── sitemap.svg │ │ │ │ │ ├── skull-crossbones.svg │ │ │ │ │ ├── skull.svg │ │ │ │ │ ├── slash.svg │ │ │ │ │ ├── sleigh.svg │ │ │ │ │ ├── sliders.svg │ │ │ │ │ ├── smog.svg │ │ │ │ │ ├── smoking.svg │ │ │ │ │ ├── snowflake.svg │ │ │ │ │ ├── snowman.svg │ │ │ │ │ ├── snowplow.svg │ │ │ │ │ ├── soap.svg │ │ │ │ │ ├── socks.svg │ │ │ │ │ ├── solar-panel.svg │ │ │ │ │ ├── sort-down.svg │ │ │ │ │ ├── sort-up.svg │ │ │ │ │ ├── sort.svg │ │ │ │ │ ├── spa.svg │ │ │ │ │ ├── spaghetti-monster-flying.svg │ │ │ │ │ ├── spell-check.svg │ │ │ │ │ ├── spider.svg │ │ │ │ │ ├── spinner.svg │ │ │ │ │ ├── splotch.svg │ │ │ │ │ ├── spoon.svg │ │ │ │ │ ├── spray-can-sparkles.svg │ │ │ │ │ ├── spray-can.svg │ │ │ │ │ ├── square-arrow-up-right.svg │ │ │ │ │ ├── square-caret-down.svg │ │ │ │ │ ├── square-caret-left.svg │ │ │ │ │ ├── square-caret-right.svg │ │ │ │ │ ├── square-caret-up.svg │ │ │ │ │ ├── square-check.svg │ │ │ │ │ ├── square-envelope.svg │ │ │ │ │ ├── square-full.svg │ │ │ │ │ ├── square-h.svg │ │ │ │ │ ├── square-minus.svg │ │ │ │ │ ├── square-nfi.svg │ │ │ │ │ ├── square-parking.svg │ │ │ │ │ ├── square-pen.svg │ │ │ │ │ ├── square-person-confined.svg │ │ │ │ │ ├── square-phone-flip.svg │ │ │ │ │ ├── square-phone.svg │ │ │ │ │ ├── square-plus.svg │ │ │ │ │ ├── square-poll-horizontal.svg │ │ │ │ │ ├── square-poll-vertical.svg │ │ │ │ │ ├── square-root-variable.svg │ │ │ │ │ ├── square-rss.svg │ │ │ │ │ ├── square-share-nodes.svg │ │ │ │ │ ├── square-up-right.svg │ │ │ │ │ ├── square-virus.svg │ │ │ │ │ ├── square-xmark.svg │ │ │ │ │ ├── square.svg │ │ │ │ │ ├── staff-snake.svg │ │ │ │ │ ├── stairs.svg │ │ │ │ │ ├── stamp.svg │ │ │ │ │ ├── stapler.svg │ │ │ │ │ ├── star-and-crescent.svg │ │ │ │ │ ├── star-half-stroke.svg │ │ │ │ │ ├── star-half.svg │ │ │ │ │ ├── star-of-david.svg │ │ │ │ │ ├── star-of-life.svg │ │ │ │ │ ├── star.svg │ │ │ │ │ ├── sterling-sign.svg │ │ │ │ │ ├── stethoscope.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── stopwatch-20.svg │ │ │ │ │ ├── stopwatch.svg │ │ │ │ │ ├── store-slash.svg │ │ │ │ │ ├── store.svg │ │ │ │ │ ├── street-view.svg │ │ │ │ │ ├── strikethrough.svg │ │ │ │ │ ├── stroopwafel.svg │ │ │ │ │ ├── subscript.svg │ │ │ │ │ ├── suitcase-medical.svg │ │ │ │ │ ├── suitcase-rolling.svg │ │ │ │ │ ├── suitcase.svg │ │ │ │ │ ├── sun-plant-wilt.svg │ │ │ │ │ ├── sun.svg │ │ │ │ │ ├── superscript.svg │ │ │ │ │ ├── swatchbook.svg │ │ │ │ │ ├── synagogue.svg │ │ │ │ │ ├── syringe.svg │ │ │ │ │ ├── t.svg │ │ │ │ │ ├── table-cells-large.svg │ │ │ │ │ ├── table-cells.svg │ │ │ │ │ ├── table-columns.svg │ │ │ │ │ ├── table-list.svg │ │ │ │ │ ├── table-tennis-paddle-ball.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tablet-button.svg │ │ │ │ │ ├── tablet-screen-button.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── tablets.svg │ │ │ │ │ ├── tachograph-digital.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tags.svg │ │ │ │ │ ├── tape.svg │ │ │ │ │ ├── tarp-droplet.svg │ │ │ │ │ ├── tarp.svg │ │ │ │ │ ├── taxi.svg │ │ │ │ │ ├── teeth-open.svg │ │ │ │ │ ├── teeth.svg │ │ │ │ │ ├── temperature-arrow-down.svg │ │ │ │ │ ├── temperature-arrow-up.svg │ │ │ │ │ ├── temperature-empty.svg │ │ │ │ │ ├── temperature-full.svg │ │ │ │ │ ├── temperature-half.svg │ │ │ │ │ ├── temperature-high.svg │ │ │ │ │ ├── temperature-low.svg │ │ │ │ │ ├── temperature-quarter.svg │ │ │ │ │ ├── temperature-three-quarters.svg │ │ │ │ │ ├── tenge-sign.svg │ │ │ │ │ ├── tent-arrow-down-to-line.svg │ │ │ │ │ ├── tent-arrow-left-right.svg │ │ │ │ │ ├── tent-arrow-turn-left.svg │ │ │ │ │ ├── tent-arrows-down.svg │ │ │ │ │ ├── tent.svg │ │ │ │ │ ├── tents.svg │ │ │ │ │ ├── terminal.svg │ │ │ │ │ ├── text-height.svg │ │ │ │ │ ├── text-slash.svg │ │ │ │ │ ├── text-width.svg │ │ │ │ │ ├── thermometer.svg │ │ │ │ │ ├── thumbs-down.svg │ │ │ │ │ ├── thumbs-up.svg │ │ │ │ │ ├── thumbtack.svg │ │ │ │ │ ├── ticket-simple.svg │ │ │ │ │ ├── ticket.svg │ │ │ │ │ ├── timeline.svg │ │ │ │ │ ├── toggle-off.svg │ │ │ │ │ ├── toggle-on.svg │ │ │ │ │ ├── toilet-paper-slash.svg │ │ │ │ │ ├── toilet-paper.svg │ │ │ │ │ ├── toilet-portable.svg │ │ │ │ │ ├── toilet.svg │ │ │ │ │ ├── toilets-portable.svg │ │ │ │ │ ├── toolbox.svg │ │ │ │ │ ├── tooth.svg │ │ │ │ │ ├── torii-gate.svg │ │ │ │ │ ├── tornado.svg │ │ │ │ │ ├── tower-broadcast.svg │ │ │ │ │ ├── tower-cell.svg │ │ │ │ │ ├── tower-observation.svg │ │ │ │ │ ├── tractor.svg │ │ │ │ │ ├── trademark.svg │ │ │ │ │ ├── traffic-light.svg │ │ │ │ │ ├── trailer.svg │ │ │ │ │ ├── train-subway.svg │ │ │ │ │ ├── train-tram.svg │ │ │ │ │ ├── train.svg │ │ │ │ │ ├── transgender.svg │ │ │ │ │ ├── trash-arrow-up.svg │ │ │ │ │ ├── trash-can-arrow-up.svg │ │ │ │ │ ├── trash-can.svg │ │ │ │ │ ├── trash.svg │ │ │ │ │ ├── tree-city.svg │ │ │ │ │ ├── tree.svg │ │ │ │ │ ├── triangle-exclamation.svg │ │ │ │ │ ├── trophy.svg │ │ │ │ │ ├── trowel-bricks.svg │ │ │ │ │ ├── trowel.svg │ │ │ │ │ ├── truck-arrow-right.svg │ │ │ │ │ ├── truck-droplet.svg │ │ │ │ │ ├── truck-fast.svg │ │ │ │ │ ├── truck-field-un.svg │ │ │ │ │ ├── truck-field.svg │ │ │ │ │ ├── truck-front.svg │ │ │ │ │ ├── truck-medical.svg │ │ │ │ │ ├── truck-monster.svg │ │ │ │ │ ├── truck-moving.svg │ │ │ │ │ ├── truck-pickup.svg │ │ │ │ │ ├── truck-plane.svg │ │ │ │ │ ├── truck-ramp-box.svg │ │ │ │ │ ├── truck.svg │ │ │ │ │ ├── tty.svg │ │ │ │ │ ├── turkish-lira-sign.svg │ │ │ │ │ ├── turn-down.svg │ │ │ │ │ ├── turn-up.svg │ │ │ │ │ ├── tv.svg │ │ │ │ │ ├── u.svg │ │ │ │ │ ├── umbrella-beach.svg │ │ │ │ │ ├── umbrella.svg │ │ │ │ │ ├── underline.svg │ │ │ │ │ ├── universal-access.svg │ │ │ │ │ ├── unlock-keyhole.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── up-down-left-right.svg │ │ │ │ │ ├── up-down.svg │ │ │ │ │ ├── up-long.svg │ │ │ │ │ ├── up-right-and-down-left-from-center.svg │ │ │ │ │ ├── up-right-from-square.svg │ │ │ │ │ ├── upload.svg │ │ │ │ │ ├── user-astronaut.svg │ │ │ │ │ ├── user-check.svg │ │ │ │ │ ├── user-clock.svg │ │ │ │ │ ├── user-doctor.svg │ │ │ │ │ ├── user-gear.svg │ │ │ │ │ ├── user-graduate.svg │ │ │ │ │ ├── user-group.svg │ │ │ │ │ ├── user-injured.svg │ │ │ │ │ ├── user-large-slash.svg │ │ │ │ │ ├── user-large.svg │ │ │ │ │ ├── user-lock.svg │ │ │ │ │ ├── user-minus.svg │ │ │ │ │ ├── user-ninja.svg │ │ │ │ │ ├── user-nurse.svg │ │ │ │ │ ├── user-pen.svg │ │ │ │ │ ├── user-plus.svg │ │ │ │ │ ├── user-secret.svg │ │ │ │ │ ├── user-shield.svg │ │ │ │ │ ├── user-slash.svg │ │ │ │ │ ├── user-tag.svg │ │ │ │ │ ├── user-tie.svg │ │ │ │ │ ├── user-xmark.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── users-between-lines.svg │ │ │ │ │ ├── users-gear.svg │ │ │ │ │ ├── users-line.svg │ │ │ │ │ ├── users-rays.svg │ │ │ │ │ ├── users-rectangle.svg │ │ │ │ │ ├── users-slash.svg │ │ │ │ │ ├── users-viewfinder.svg │ │ │ │ │ ├── users.svg │ │ │ │ │ ├── utensils.svg │ │ │ │ │ ├── v.svg │ │ │ │ │ ├── van-shuttle.svg │ │ │ │ │ ├── vault.svg │ │ │ │ │ ├── vector-square.svg │ │ │ │ │ ├── venus-double.svg │ │ │ │ │ ├── venus-mars.svg │ │ │ │ │ ├── venus.svg │ │ │ │ │ ├── vest-patches.svg │ │ │ │ │ ├── vest.svg │ │ │ │ │ ├── vial-circle-check.svg │ │ │ │ │ ├── vial-virus.svg │ │ │ │ │ ├── vial.svg │ │ │ │ │ ├── vials.svg │ │ │ │ │ ├── video-slash.svg │ │ │ │ │ ├── video.svg │ │ │ │ │ ├── vihara.svg │ │ │ │ │ ├── virus-covid-slash.svg │ │ │ │ │ ├── virus-covid.svg │ │ │ │ │ ├── virus-slash.svg │ │ │ │ │ ├── virus.svg │ │ │ │ │ ├── viruses.svg │ │ │ │ │ ├── voicemail.svg │ │ │ │ │ ├── volcano.svg │ │ │ │ │ ├── volleyball.svg │ │ │ │ │ ├── volume-high.svg │ │ │ │ │ ├── volume-low.svg │ │ │ │ │ ├── volume-off.svg │ │ │ │ │ ├── volume-xmark.svg │ │ │ │ │ ├── vr-cardboard.svg │ │ │ │ │ ├── w.svg │ │ │ │ │ ├── walkie-talkie.svg │ │ │ │ │ ├── wallet.svg │ │ │ │ │ ├── wand-magic-sparkles.svg │ │ │ │ │ ├── wand-magic.svg │ │ │ │ │ ├── wand-sparkles.svg │ │ │ │ │ ├── warehouse.svg │ │ │ │ │ ├── water-ladder.svg │ │ │ │ │ ├── water.svg │ │ │ │ │ ├── wave-square.svg │ │ │ │ │ ├── weight-hanging.svg │ │ │ │ │ ├── weight-scale.svg │ │ │ │ │ ├── wheat-awn-circle-exclamation.svg │ │ │ │ │ ├── wheat-awn.svg │ │ │ │ │ ├── wheelchair-move.svg │ │ │ │ │ ├── wheelchair.svg │ │ │ │ │ ├── whiskey-glass.svg │ │ │ │ │ ├── wifi.svg │ │ │ │ │ ├── wind.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── wine-bottle.svg │ │ │ │ │ ├── wine-glass-empty.svg │ │ │ │ │ ├── wine-glass.svg │ │ │ │ │ ├── won-sign.svg │ │ │ │ │ ├── worm.svg │ │ │ │ │ ├── wrench.svg │ │ │ │ │ ├── x-ray.svg │ │ │ │ │ ├── x.svg │ │ │ │ │ ├── xmark.svg │ │ │ │ │ ├── xmarks-lines.svg │ │ │ │ │ ├── y.svg │ │ │ │ │ ├── yen-sign.svg │ │ │ │ │ ├── yin-yang.svg │ │ │ │ │ └── z.svg │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ ├── fa-v4compatibility.ttf │ │ │ │ └── fa-v4compatibility.woff2 │ │ │ ├── img │ │ │ ├── bg.svg │ │ │ ├── favicon.png │ │ │ └── logo.png │ │ │ ├── js │ │ │ ├── axios.min.js │ │ │ ├── axios.min.map │ │ │ ├── cookie.js │ │ │ ├── index.js │ │ │ ├── language.js │ │ │ ├── login.js │ │ │ ├── menu.js │ │ │ ├── vue.js │ │ │ └── vue.min.js │ │ │ ├── locale │ │ │ ├── en-us.js │ │ │ ├── es-es.js │ │ │ ├── pt-br.js │ │ │ ├── ru-ru.js │ │ │ └── zh-hans.js │ │ │ ├── particles │ │ │ ├── app.js │ │ │ └── particles.js │ │ │ ├── theme │ │ │ ├── admin.lte.css │ │ │ ├── admin.lte.css.map │ │ │ ├── admin.lte.less │ │ │ ├── aircraft.css │ │ │ ├── aircraft.css.map │ │ │ ├── aircraft.less │ │ │ ├── ant.design.css │ │ │ ├── ant.design.css.map │ │ │ ├── ant.design.less │ │ │ ├── base.less │ │ │ ├── black.css │ │ │ ├── black.css.map │ │ │ ├── black.less │ │ │ ├── dark.green.css │ │ │ ├── dark.green.css.map │ │ │ ├── dark.green.less │ │ │ ├── e-black-pro.css │ │ │ ├── e-black-pro.css.map │ │ │ ├── e-black-pro.less │ │ │ ├── e-black.css │ │ │ ├── e-black.css.map │ │ │ ├── e-black.less │ │ │ ├── e-blue-pro.css │ │ │ ├── e-blue-pro.css.map │ │ │ ├── e-blue-pro.less │ │ │ ├── e-blue.css │ │ │ ├── e-blue.css.map │ │ │ ├── e-blue.less │ │ │ ├── e-green-pro.css │ │ │ ├── e-green-pro.css.map │ │ │ ├── e-green-pro.less │ │ │ ├── e-green.css │ │ │ ├── e-green.css.map │ │ │ ├── e-green.less │ │ │ ├── e-purple-pro.css │ │ │ ├── e-purple-pro.css.map │ │ │ ├── e-purple-pro.less │ │ │ ├── e-purple.css │ │ │ ├── e-purple.css.map │ │ │ ├── e-purple.less │ │ │ ├── e-red-pro.css │ │ │ ├── e-red-pro.css.map │ │ │ ├── e-red-pro.less │ │ │ ├── e-red.css │ │ │ ├── e-red.css.map │ │ │ ├── e-red.less │ │ │ ├── element.css │ │ │ ├── element.css.map │ │ │ ├── element.less │ │ │ ├── gray.css │ │ │ ├── gray.css.map │ │ │ ├── gray.less │ │ │ ├── green.css │ │ │ ├── green.css.map │ │ │ ├── green.less │ │ │ ├── highdmin.css │ │ │ ├── highdmin.css.map │ │ │ ├── highdmin.less │ │ │ ├── layui.css │ │ │ ├── layui.css.map │ │ │ ├── layui.less │ │ │ ├── light.css │ │ │ ├── light.css.map │ │ │ ├── light.less │ │ │ ├── orange.css │ │ │ ├── orange.css.map │ │ │ ├── orange.less │ │ │ ├── purple.css │ │ │ ├── purple.css.map │ │ │ ├── purple.less │ │ │ ├── simpleui.css │ │ │ ├── simpleui.css.map │ │ │ ├── simpleui.less │ │ │ ├── theme.js │ │ │ ├── x-blue.css │ │ │ ├── x-blue.css.map │ │ │ ├── x-blue.less │ │ │ ├── x-green.css │ │ │ ├── x-green.css.map │ │ │ ├── x-green.less │ │ │ ├── x-red.css │ │ │ ├── x-red.css.map │ │ │ └── x-red.less │ │ │ └── waves │ │ │ ├── waves.min.css │ │ │ ├── waves.min.js │ │ │ └── waves.min.js.map │ ├── css │ │ └── charts.css │ ├── drf-yasg │ │ ├── README │ │ ├── immutable.js │ │ ├── immutable.min.js │ │ ├── insQ.js │ │ ├── insQ.min.js │ │ ├── redoc-init.js │ │ ├── redoc-old │ │ │ ├── LICENSE │ │ │ ├── redoc.min.js │ │ │ └── redoc.min.js.map │ │ ├── redoc │ │ │ ├── LICENSE │ │ │ ├── redoc-logo.png │ │ │ ├── redoc.min.js │ │ │ └── redoc.standalone.js.map │ │ ├── style.css │ │ ├── swagger-ui-dist │ │ │ ├── LICENSE │ │ │ ├── NOTICE │ │ │ ├── absolute-path.js │ │ │ ├── favicon-32x32.png │ │ │ ├── index.css │ │ │ ├── index.js │ │ │ ├── oauth2-redirect.html │ │ │ ├── swagger-initializer.js │ │ │ ├── swagger-ui-bundle.js │ │ │ ├── swagger-ui-bundle.js.map │ │ │ ├── swagger-ui-es-bundle-core.js │ │ │ ├── swagger-ui-es-bundle-core.js.map │ │ │ ├── swagger-ui-es-bundle.js │ │ │ ├── swagger-ui-es-bundle.js.map │ │ │ ├── swagger-ui-standalone-preset.js │ │ │ ├── swagger-ui-standalone-preset.js.map │ │ │ ├── swagger-ui.css │ │ │ ├── swagger-ui.css.map │ │ │ └── swagger-ui.js.map │ │ └── swagger-ui-init.js │ ├── favicon.ico │ ├── font │ │ └── DS-DIGIT.TTF │ ├── images │ │ ├── bg.jpg │ │ ├── head_bg.png │ │ ├── jt.png │ │ ├── lbx.png │ │ ├── line.png │ │ ├── map.png │ │ └── weather.png │ ├── index-bb9b0564.js │ ├── index-e2225887.css │ ├── js │ │ ├── bootstrap.bundle.js │ │ ├── bootstrap.bundle.js.map │ │ ├── china.js │ │ └── flexible.js │ ├── json │ │ └── baseData.json │ ├── licence.html │ ├── logo-5cebc29d.png │ ├── rest_framework │ │ ├── css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap-tweaks.css │ │ │ ├── bootstrap.min.css │ │ │ ├── default.css │ │ │ ├── font-awesome-4.0.3.css │ │ │ └── prettify.css │ │ ├── docs │ │ │ ├── css │ │ │ │ ├── base.css │ │ │ │ ├── highlight.css │ │ │ │ └── jquery.json-view.min.css │ │ │ ├── img │ │ │ │ ├── favicon.ico │ │ │ │ └── grid.png │ │ │ └── js │ │ │ │ ├── api.js │ │ │ │ ├── highlight.pack.js │ │ │ │ └── jquery.json-view.min.js │ │ ├── fonts │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── img │ │ │ ├── glyphicons-halflings-white.png │ │ │ ├── glyphicons-halflings.png │ │ │ └── grid.png │ │ └── js │ │ │ ├── ajax-form.js │ │ │ ├── bootstrap.min.js │ │ │ ├── coreapi-0.1.1.js │ │ │ ├── csrf.js │ │ │ ├── default.js │ │ │ ├── jquery-3.5.1.min.js │ │ │ └── prettify-min.js │ └── static.rar ├── templates │ ├── index.html │ └── verification_email.html ├── upload │ ├── JF100003 │ │ └── headerpic.jpg │ ├── default │ │ └── user.jpg │ └── root │ │ ├── headerpic.docx │ │ ├── headerpic.jpg │ │ ├── headerpic.png │ │ ├── headerpic_0aZns38.png │ │ ├── headerpic_1N30SIT.png │ │ ├── headerpic_4KMS6fR.jpg │ │ ├── headerpic_CI1jSq5.png │ │ ├── headerpic_HwvZYpV.png │ │ ├── headerpic_IL8w485.png │ │ ├── headerpic_Iywq9od.jpg │ │ ├── headerpic_MoWfNVz.jpg │ │ ├── headerpic_Pdiv2el.png │ │ ├── headerpic_QDoJ4mC.png │ │ ├── headerpic_UKeSYYO.jpg │ │ ├── headerpic_VNcrMND.jpg │ │ ├── headerpic_Zs0qJVd.png │ │ ├── headerpic_ZvpRohp.jpg │ │ ├── headerpic_agOiPDv.jpg │ │ ├── headerpic_jdcAJhq.jpg │ │ ├── headerpic_k2fztvc.png │ │ ├── headerpic_qaMktnd.png │ │ ├── headerpic_v1IZOdc.jpg │ │ ├── headerpic_wcJYf6M.png │ │ └── headerpic_wd0pnlK.jpg └── uwsgi.ini ├── web-start.bat └── web-ui ├── .gitignore ├── .vscode └── extensions.json ├── README.md ├── index.html ├── package-lock.json ├── package.json ├── public └── logo.ico ├── src ├── App.vue ├── assets │ ├── css │ │ └── charts.css │ ├── font │ │ └── DS-DIGIT.TTF │ ├── images │ │ ├── bg.jpg │ │ ├── head_bg.png │ │ ├── jt.png │ │ ├── lbx.png │ │ ├── line.png │ │ ├── map.png │ │ └── weather.png │ ├── imgs │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ └── logo.png │ └── js │ │ ├── bootstrap.bundle.js │ │ ├── bootstrap.bundle.js.map │ │ ├── china.js │ │ └── flexible.js ├── components │ ├── Home.vue │ ├── detail │ │ ├── Comment.vue │ │ ├── CompanyDetail.vue │ │ └── JobDetail.vue │ ├── sublist │ │ ├── BigView.vue │ │ ├── History.vue │ │ └── Stars.vue │ ├── user │ │ ├── Login.vue │ │ └── Resume.vue │ ├── utils │ │ ├── List.vue │ │ └── Snav.vue │ └── view │ │ ├── Companys.vue │ │ ├── Jobs.vue │ │ ├── Main.vue │ │ ├── Mine.vue │ │ └── Recommend.vue ├── main.js ├── router.js └── style.css └── vite.config.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/.gitignore -------------------------------------------------------------------------------- /ETL/ADS/ads.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/ADS/ads.sql -------------------------------------------------------------------------------- /ETL/DWD/dwd_jobinfo_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/DWD/dwd_jobinfo_tables.sql -------------------------------------------------------------------------------- /ETL/DWD/hive2mysql_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/DWD/hive2mysql_spark.py -------------------------------------------------------------------------------- /ETL/DWD/ods2dwd_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/DWD/ods2dwd_spark.py -------------------------------------------------------------------------------- /ETL/ODS/create_ods_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/ODS/create_ods_tables.sql -------------------------------------------------------------------------------- /ETL/ODS/mysql2hive_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/ODS/mysql2hive_spark.py -------------------------------------------------------------------------------- /ETL/SparkMySQLHiveETL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/SparkMySQLHiveETL.py -------------------------------------------------------------------------------- /ETL/fy (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/fy (1).ipynb -------------------------------------------------------------------------------- /ETL/init.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/init.sql -------------------------------------------------------------------------------- /ETL/test_data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/test_data.sql -------------------------------------------------------------------------------- /ETL/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/ETL/utils.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/README.md -------------------------------------------------------------------------------- /compose/django/DockerfileBuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/compose/django/DockerfileBuild -------------------------------------------------------------------------------- /compose/mysql/conf/my.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/compose/mysql/conf/my.cnf -------------------------------------------------------------------------------- /compose/mysql/init/init.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/compose/mysql/init/init.sql -------------------------------------------------------------------------------- /compose/nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/compose/nginx/Dockerfile -------------------------------------------------------------------------------- /compose/nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/compose/nginx/nginx.conf -------------------------------------------------------------------------------- /doc/ER图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/ER图.png -------------------------------------------------------------------------------- /doc/ER图.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/ER图.pos -------------------------------------------------------------------------------- /doc/UI设计.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/UI设计.png -------------------------------------------------------------------------------- /doc/功能设计新.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/功能设计新.png -------------------------------------------------------------------------------- /doc/数仓架构.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/数仓架构.png -------------------------------------------------------------------------------- /doc/数仓架构.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/数仓架构.pos -------------------------------------------------------------------------------- /doc/系统功能设计.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/系统功能设计.png -------------------------------------------------------------------------------- /doc/系统功能设计.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/系统功能设计.pos -------------------------------------------------------------------------------- /doc/系统架构.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/系统架构.png -------------------------------------------------------------------------------- /doc/系统架构.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/系统架构.pos -------------------------------------------------------------------------------- /doc/系统流程设计.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/doc/系统流程设计.pos -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /env-init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/env-init.bat -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/5.png -------------------------------------------------------------------------------- /img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/6.png -------------------------------------------------------------------------------- /img/pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/img/pay.png -------------------------------------------------------------------------------- /model/ALS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/model/ALS.py -------------------------------------------------------------------------------- /model/score.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/model/score.csv -------------------------------------------------------------------------------- /spder-start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spder-start.bat -------------------------------------------------------------------------------- /spiderProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/README.md -------------------------------------------------------------------------------- /spiderProject/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/requirements.txt -------------------------------------------------------------------------------- /spiderProject/scrapyd/dbs/default.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/dbs/default.db -------------------------------------------------------------------------------- /spiderProject/scrapyd/dbs/spider.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/dbs/spider.db -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697189044.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697189044.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697189092.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697189092.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697189094.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697189094.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697189225.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697189225.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697190984.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697190984.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697191418.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697191418.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697191478.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697191478.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697191939.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697191939.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697192442.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697192442.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697195671.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697195671.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697511700.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697511700.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697512998.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697512998.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513474.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513474.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513568.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513568.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513671.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513671.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513739.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513739.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513802.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513802.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513848.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513848.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513862.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513862.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513872.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513872.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697513906.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697513906.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697516543.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697516543.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697516708.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697516708.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697517037.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697517037.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697517177.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697517177.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697517311.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697517311.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697517503.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697517503.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697526043.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697526043.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697527551.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697527551.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697527575.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697527575.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697589902.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697589902.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697589907.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697589907.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697589953.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697589953.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697786571.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697786571.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1697786594.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1697786594.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1704180544.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1704180544.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1704180547.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1704180547.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1709278171.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1709278171.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1709278202.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1709278202.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1709278235.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1709278235.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1709278260.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1709278260.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1710814321.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1710814321.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1713863448.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1713863448.egg -------------------------------------------------------------------------------- /spiderProject/scrapyd/eggs/spider/1713863464.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scrapyd/eggs/spider/1713863464.egg -------------------------------------------------------------------------------- /spiderProject/scripts/gerapy-start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scripts/gerapy-start.bat -------------------------------------------------------------------------------- /spiderProject/scripts/scrapyd-start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/scripts/scrapyd-start.bat -------------------------------------------------------------------------------- /spiderProject/spider/scrapy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/scrapy.cfg -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/init_redis.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/init_redis.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/items.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/items.cpython-310.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/items.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/items.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/middlewares.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/middlewares.cpython-310.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/middlewares.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/middlewares.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/pipelines.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/pipelines.cpython-310.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/pipelines.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/pipelines.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/settings.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/settings.cpython-310.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/__pycache__/settings.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/__pycache__/settings.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/init_redis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/init_redis.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/items.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/items.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/middlewares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/middlewares.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/pipelines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/pipelines.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/settings.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/__init__.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/__pycache__/run.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/__pycache__/run.cpython-310.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/__pycache__/run.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/__pycache__/run.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/__pycache__/test.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/__pycache__/test.cpython-38.pyc -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/getredis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/getredis.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/run.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/zhilian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/zhilian.py -------------------------------------------------------------------------------- /spiderProject/spider/tutorial/spiders/zhilian2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spider/tutorial/spiders/zhilian2.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/dbs/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/dbs/db.sqlite3 -------------------------------------------------------------------------------- /spiderProject/spiderweb/dbs/default.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/dbs/default.db -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013170158.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013170158.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013170313.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013170313.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013170522.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013170522.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013171217.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013171217.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013171903.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013171903.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013172326.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013172326.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013173100.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013173100.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231013173244.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231013173244.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231016155918.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231016155918.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231016171700.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231016171700.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231016180304.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231016180304.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231020151838.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231020151838.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231114125141.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231114125141.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20231114130456.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20231114130456.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20240102150004.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20240102150004.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20240301152839.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20240301152839.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20240319101114.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20240319101114.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20240423162710.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20240423162710.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/logs/20240516172841.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/logs/20240516172841.log -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider.zip -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/build/lib/tutorial/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/build/lib/tutorial/items.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/build/lib/tutorial/items.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/scrapy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/scrapy.cfg -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/setup.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/spider-1.0-py3.8.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/spider-1.0-py3.8.egg -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/spider.egg-info/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/spider.egg-info/PKG-INFO -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/spider.egg-info/SOURCES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/spider.egg-info/SOURCES.txt -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/spider.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/spider.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | tutorial 2 | -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/init_redis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/init_redis.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/items.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/items.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/middlewares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/middlewares.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/pipelines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/pipelines.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/settings.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/spiders/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/spiders/__init__.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/spiders/getredis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/spiders/getredis.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/spiders/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/spiders/run.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/spider/tutorial/spiders/zhilian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/spider/tutorial/spiders/zhilian.py -------------------------------------------------------------------------------- /spiderProject/spiderweb/projects/tutorial.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/spiderProject/spiderweb/projects/tutorial.zip -------------------------------------------------------------------------------- /web-server/.env: -------------------------------------------------------------------------------- 1 | MYSQL_ROOT_PASSWORD=fiang123 2 | -------------------------------------------------------------------------------- /web-server/.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/.idea/.gitignore -------------------------------------------------------------------------------- /web-server/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /web-server/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/.idea/modules.xml -------------------------------------------------------------------------------- /web-server/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/.idea/vcs.xml -------------------------------------------------------------------------------- /web-server/.idea/web-server.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/.idea/web-server.iml -------------------------------------------------------------------------------- /web-server/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/.vscode/launch.json -------------------------------------------------------------------------------- /web-server/DRF/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/docs.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/docs.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/settings.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/settings.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/settings.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/settings.cpython-312.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/settings.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/settings.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/settings.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/settings.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/urls.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/urls.cpython-312.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/wsgi.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/wsgi.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/wsgi.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/wsgi.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/DRF/__pycache__/wsgi.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/__pycache__/wsgi.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/DRF/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/asgi.py -------------------------------------------------------------------------------- /web-server/DRF/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/settings.py -------------------------------------------------------------------------------- /web-server/DRF/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/urls.py -------------------------------------------------------------------------------- /web-server/DRF/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/DRF/wsgi.py -------------------------------------------------------------------------------- /web-server/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/Dockerfile -------------------------------------------------------------------------------- /web-server/api/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web-server/api/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/admin.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/admin.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/admin.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/admin.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/apps.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/apps.cpython-312.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/apps.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/apps.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/apps.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/apps.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/models.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/models.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/models.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/models.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/views.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/views.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/__pycache__/views.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/__pycache__/views.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/admin.py -------------------------------------------------------------------------------- /web-server/api/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/apps.py -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/authviews.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/authviews.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/authviews.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/authviews.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/authviews.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/authviews.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/serializers.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/serializers.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/serializers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/serializers.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/serializers.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/serializers.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/auth/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/auth/authviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/authviews.py -------------------------------------------------------------------------------- /web-server/api/auth/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/serializers.py -------------------------------------------------------------------------------- /web-server/api/auth/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/auth/urls.py -------------------------------------------------------------------------------- /web-server/api/code/ARIALI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/ARIALI.TTF -------------------------------------------------------------------------------- /web-server/api/code/__pycache__/codeviews.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/__pycache__/codeviews.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/code/__pycache__/codeviews.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/__pycache__/codeviews.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/code/__pycache__/codeviews.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/__pycache__/codeviews.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/code/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/code/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/code/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/code/codeviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/codeviews.py -------------------------------------------------------------------------------- /web-server/api/code/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/code/urls.py -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/companyviews.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/companyviews.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/companyviews.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/companyviews.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/companyviews.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/companyviews.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/jobviews.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/jobviews.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/serializers.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/serializers.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/serializers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/serializers.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/serializers.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/serializers.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/company/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/company/companyviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/companyviews.py -------------------------------------------------------------------------------- /web-server/api/company/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/serializers.py -------------------------------------------------------------------------------- /web-server/api/company/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/company/urls.py -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/jobviews.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/jobviews.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/jobviews.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/jobviews.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/jobviews.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/jobviews.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/serializers.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/serializers.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/serializers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/serializers.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/serializers.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/serializers.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/job/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/job/jobviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/jobviews.py -------------------------------------------------------------------------------- /web-server/api/job/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/serializers.py -------------------------------------------------------------------------------- /web-server/api/job/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/job/urls.py -------------------------------------------------------------------------------- /web-server/api/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/migrations/0001_initial.py -------------------------------------------------------------------------------- /web-server/api/migrations/0002_auto_20231225_1232.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/migrations/0002_auto_20231225_1232.py -------------------------------------------------------------------------------- /web-server/api/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web-server/api/migrations/__pycache__/0001_initial.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/migrations/__pycache__/0001_initial.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/migrations/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/migrations/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/models.py -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/resumeviews.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/resumeviews.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/resumeviews.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/resumeviews.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/resumeviews.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/resumeviews.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/serializers.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/serializers.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/serializers.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/serializers.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/serializers.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/serializers.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/resume/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/resume/resumeviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/resumeviews.py -------------------------------------------------------------------------------- /web-server/api/resume/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/serializers.py -------------------------------------------------------------------------------- /web-server/api/resume/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/resume/urls.py -------------------------------------------------------------------------------- /web-server/api/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/tests.py -------------------------------------------------------------------------------- /web-server/api/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/urls.py -------------------------------------------------------------------------------- /web-server/api/utils/__pycache__/redis.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/utils/__pycache__/redis.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/api/utils/__pycache__/redis.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/utils/__pycache__/redis.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/api/utils/__pycache__/redis.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/utils/__pycache__/redis.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/api/utils/redis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/utils/redis.py -------------------------------------------------------------------------------- /web-server/api/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/api/views.py -------------------------------------------------------------------------------- /web-server/app/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web-server/app/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/views.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/views.cpython-38.pyc -------------------------------------------------------------------------------- /web-server/app/__pycache__/views.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/__pycache__/views.cpython-39.pyc -------------------------------------------------------------------------------- /web-server/app/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/admin.py -------------------------------------------------------------------------------- /web-server/app/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/apps.py -------------------------------------------------------------------------------- /web-server/app/models.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web-server/app/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/tests.py -------------------------------------------------------------------------------- /web-server/app/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/urls.py -------------------------------------------------------------------------------- /web-server/app/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/app/views.py -------------------------------------------------------------------------------- /web-server/docker_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/docker_start.sh -------------------------------------------------------------------------------- /web-server/init.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/init.sql -------------------------------------------------------------------------------- /web-server/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/manage.py -------------------------------------------------------------------------------- /web-server/pip.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/pip.conf -------------------------------------------------------------------------------- /web-server/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/requirements.txt -------------------------------------------------------------------------------- /web-server/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / -------------------------------------------------------------------------------- /web-server/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/start.sh -------------------------------------------------------------------------------- /web-server/static/1-54ec2883.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/1-54ec2883.jpg -------------------------------------------------------------------------------- /web-server/static/2-8ed5c5dd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/2-8ed5c5dd.jpg -------------------------------------------------------------------------------- /web-server/static/3-7bc6a9db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/3-7bc6a9db.jpg -------------------------------------------------------------------------------- /web-server/static/admin/css/autocomplete.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/autocomplete.css -------------------------------------------------------------------------------- /web-server/static/admin/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/base.css -------------------------------------------------------------------------------- /web-server/static/admin/css/changelists.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/changelists.css -------------------------------------------------------------------------------- /web-server/static/admin/css/dashboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/dashboard.css -------------------------------------------------------------------------------- /web-server/static/admin/css/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/fonts.css -------------------------------------------------------------------------------- /web-server/static/admin/css/forms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/forms.css -------------------------------------------------------------------------------- /web-server/static/admin/css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/login.css -------------------------------------------------------------------------------- /web-server/static/admin/css/nav_sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/nav_sidebar.css -------------------------------------------------------------------------------- /web-server/static/admin/css/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/responsive.css -------------------------------------------------------------------------------- /web-server/static/admin/css/responsive_rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/responsive_rtl.css -------------------------------------------------------------------------------- /web-server/static/admin/css/rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/rtl.css -------------------------------------------------------------------------------- /web-server/static/admin/css/vendor/select2/LICENSE-SELECT2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/vendor/select2/LICENSE-SELECT2.md -------------------------------------------------------------------------------- /web-server/static/admin/css/vendor/select2/select2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/vendor/select2/select2.css -------------------------------------------------------------------------------- /web-server/static/admin/css/vendor/select2/select2.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/vendor/select2/select2.min.css -------------------------------------------------------------------------------- /web-server/static/admin/css/widgets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/css/widgets.css -------------------------------------------------------------------------------- /web-server/static/admin/fonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/fonts/LICENSE.txt -------------------------------------------------------------------------------- /web-server/static/admin/fonts/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/fonts/README.txt -------------------------------------------------------------------------------- /web-server/static/admin/fonts/Roboto-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/fonts/Roboto-Bold-webfont.woff -------------------------------------------------------------------------------- /web-server/static/admin/fonts/Roboto-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/fonts/Roboto-Light-webfont.woff -------------------------------------------------------------------------------- /web-server/static/admin/fonts/Roboto-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/fonts/Roboto-Regular-webfont.woff -------------------------------------------------------------------------------- /web-server/static/admin/img/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/LICENSE -------------------------------------------------------------------------------- /web-server/static/admin/img/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/README.txt -------------------------------------------------------------------------------- /web-server/static/admin/img/calendar-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/calendar-icons.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/gis/move_vertex_off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/gis/move_vertex_off.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/gis/move_vertex_on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/gis/move_vertex_on.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-addlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-addlink.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-alert.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-calendar.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-changelink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-changelink.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-clock.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-deletelink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-deletelink.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-no.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-unknown-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-unknown-alt.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-unknown.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-viewlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-viewlink.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/icon-yes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/icon-yes.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/inline-delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/inline-delete.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/search.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/selector-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/selector-icons.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/sorting-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/sorting-icons.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/tooltag-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/tooltag-add.svg -------------------------------------------------------------------------------- /web-server/static/admin/img/tooltag-arrowright.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/img/tooltag-arrowright.svg -------------------------------------------------------------------------------- /web-server/static/admin/js/SelectBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/SelectBox.js -------------------------------------------------------------------------------- /web-server/static/admin/js/SelectFilter2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/SelectFilter2.js -------------------------------------------------------------------------------- /web-server/static/admin/js/actions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/actions.js -------------------------------------------------------------------------------- /web-server/static/admin/js/admin/DateTimeShortcuts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/admin/DateTimeShortcuts.js -------------------------------------------------------------------------------- /web-server/static/admin/js/admin/RelatedObjectLookups.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/admin/RelatedObjectLookups.js -------------------------------------------------------------------------------- /web-server/static/admin/js/autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/autocomplete.js -------------------------------------------------------------------------------- /web-server/static/admin/js/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/calendar.js -------------------------------------------------------------------------------- /web-server/static/admin/js/cancel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/cancel.js -------------------------------------------------------------------------------- /web-server/static/admin/js/change_form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/change_form.js -------------------------------------------------------------------------------- /web-server/static/admin/js/collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/collapse.js -------------------------------------------------------------------------------- /web-server/static/admin/js/core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/core.js -------------------------------------------------------------------------------- /web-server/static/admin/js/inlines.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/inlines.js -------------------------------------------------------------------------------- /web-server/static/admin/js/jquery.init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/jquery.init.js -------------------------------------------------------------------------------- /web-server/static/admin/js/nav_sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/nav_sidebar.js -------------------------------------------------------------------------------- /web-server/static/admin/js/popup_response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/popup_response.js -------------------------------------------------------------------------------- /web-server/static/admin/js/prepopulate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/prepopulate.js -------------------------------------------------------------------------------- /web-server/static/admin/js/prepopulate_init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/prepopulate_init.js -------------------------------------------------------------------------------- /web-server/static/admin/js/urlify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/urlify.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/jquery/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/jquery/LICENSE.txt -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/jquery/jquery.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/jquery/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/jquery/jquery.min.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/LICENSE.md -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/af.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ar.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/az.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/bg.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/bn.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/bs.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ca.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/cs.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/da.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/de.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/dsb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/dsb.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/el.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/en.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/es.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/et.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/eu.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/fa.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/fi.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/fr.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/gl.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/he.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/hi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/hi.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/hr.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/hsb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/hsb.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/hu.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/hy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/hy.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/id.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/is.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/it.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ja.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ka.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/km.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ko.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/lt.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/lv.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/mk.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ms.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/nb.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ne.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/nl.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/pl.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ps.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/pt-BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/pt-BR.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/pt.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ro.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/ru.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/sk.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/sl.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/sq.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/sr-Cyrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/sr-Cyrl.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/sr.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/sv.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/th.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/tk.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/tr.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/uk.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/vi.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/zh-CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/zh-CN.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/i18n/zh-TW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/i18n/zh-TW.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/select2.full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/select2.full.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/select2/select2.full.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/select2/select2.full.min.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/xregexp/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/xregexp/LICENSE.txt -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/xregexp/xregexp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/xregexp/xregexp.js -------------------------------------------------------------------------------- /web-server/static/admin/js/vendor/xregexp/xregexp.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/js/vendor/xregexp/xregexp.min.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/automatic/dicts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/automatic/dicts.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/automatic/segment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/automatic/segment.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/base.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/base.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/base.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/base.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/base.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/index.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/index.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/index.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/index.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/index.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/css/login.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/index.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/format.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/format.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/index.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/af-ZA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/af-ZA.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ar.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/bg.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ca.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/cs-CZ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/cs-CZ.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/da.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/de.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ee.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/el.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/en.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/eo.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/es.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/eu.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/fa.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/fi.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/fr.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/he.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/hr.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/hu.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/hy-AM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/hy-AM.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/id.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/it.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ja.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/kg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/kg.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/km.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ko.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ku.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/kz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/kz.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/lt.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/lv.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/mn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/mn.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/nb-NO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/nb-NO.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/nl.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/pl.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/pt-br.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/pt.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ro.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ru-RU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ru-RU.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/sk.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/sl.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/sr.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/sv-SE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/sv-SE.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ta.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/th.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/tk.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/tr-TR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/tr-TR.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ua.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/ug-CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/ug-CN.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/uz-UZ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/uz-UZ.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/vi.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/zh-CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/zh-CN.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/locale/lang/zh-TW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/locale/lang/zh-TW.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/elementui/theme-chalk/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/elementui/theme-chalk/index.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/img/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/img/bg.svg -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/img/favicon.png -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/img/logo.png -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/axios.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/axios.min.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/axios.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/axios.min.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/cookie.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/index.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/language.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/language.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/login.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/menu.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/vue.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/js/vue.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/js/vue.min.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/locale/en-us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/locale/en-us.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/locale/es-es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/locale/es-es.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/locale/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/locale/pt-br.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/locale/ru-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/locale/ru-ru.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/locale/zh-hans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/locale/zh-hans.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/particles/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/particles/app.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/particles/particles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/particles/particles.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/admin.lte.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/admin.lte.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/admin.lte.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/admin.lte.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/admin.lte.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/admin.lte.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/aircraft.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/aircraft.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/aircraft.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/aircraft.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/aircraft.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/aircraft.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/ant.design.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/ant.design.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/ant.design.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/ant.design.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/ant.design.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/ant.design.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/base.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/base.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/black.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/black.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/black.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/black.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/black.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/dark.green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/dark.green.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/dark.green.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/dark.green.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/dark.green.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/dark.green.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-black-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-black-pro.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-black-pro.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-black-pro.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-black-pro.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-black-pro.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-black.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-black.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-black.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-black.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-black.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-blue-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-blue-pro.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-blue-pro.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-blue-pro.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-blue-pro.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-blue-pro.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-blue.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-blue.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-blue.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-blue.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-blue.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-green-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-green-pro.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-green-pro.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-green-pro.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-green-pro.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-green-pro.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-green.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-green.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-green.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-green.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-green.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-purple-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-purple-pro.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-purple-pro.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-purple-pro.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-purple-pro.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-purple-pro.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-purple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-purple.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-purple.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-purple.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-purple.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-purple.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-red-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-red-pro.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-red-pro.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-red-pro.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-red-pro.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-red-pro.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-red.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-red.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-red.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/e-red.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/e-red.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/element.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/element.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/element.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/element.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/element.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/element.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/gray.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/gray.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/gray.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/gray.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/gray.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/gray.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/green.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/green.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/green.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/green.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/green.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/highdmin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/highdmin.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/highdmin.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/highdmin.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/highdmin.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/highdmin.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/layui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/layui.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/layui.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/layui.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/layui.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/layui.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/light.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/light.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/light.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/light.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/light.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/orange.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/orange.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/orange.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/orange.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/orange.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/orange.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/purple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/purple.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/purple.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/purple.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/purple.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/purple.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/simpleui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/simpleui.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/simpleui.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/simpleui.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/simpleui.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/simpleui.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/theme.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-blue.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-blue.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-blue.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-blue.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-blue.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-green.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-green.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-green.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-green.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-green.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-red.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-red.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-red.css.map -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/theme/x-red.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/theme/x-red.less -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/waves/waves.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/waves/waves.min.css -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/waves/waves.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/waves/waves.min.js -------------------------------------------------------------------------------- /web-server/static/admin/simpleui-x/waves/waves.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/admin/simpleui-x/waves/waves.min.js.map -------------------------------------------------------------------------------- /web-server/static/css/charts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/css/charts.css -------------------------------------------------------------------------------- /web-server/static/drf-yasg/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/README -------------------------------------------------------------------------------- /web-server/static/drf-yasg/immutable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/immutable.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/immutable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/immutable.min.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/insQ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/insQ.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/insQ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/insQ.min.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc-init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc-init.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc-old/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc-old/LICENSE -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc-old/redoc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc-old/redoc.min.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc-old/redoc.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc-old/redoc.min.js.map -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc/LICENSE -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc/redoc-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc/redoc-logo.png -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc/redoc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc/redoc.min.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/redoc/redoc.standalone.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/redoc/redoc.standalone.js.map -------------------------------------------------------------------------------- /web-server/static/drf-yasg/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/style.css -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/LICENSE -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/NOTICE: -------------------------------------------------------------------------------- 1 | swagger-ui 2 | Copyright 2020-2021 SmartBear Software Inc. 3 | -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/absolute-path.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/absolute-path.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/favicon-32x32.png -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/index.css -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/index.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/swagger-initializer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/swagger-initializer.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/swagger-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/swagger-ui.css -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-dist/swagger-ui.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-dist/swagger-ui.js.map -------------------------------------------------------------------------------- /web-server/static/drf-yasg/swagger-ui-init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/drf-yasg/swagger-ui-init.js -------------------------------------------------------------------------------- /web-server/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/favicon.ico -------------------------------------------------------------------------------- /web-server/static/font/DS-DIGIT.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/font/DS-DIGIT.TTF -------------------------------------------------------------------------------- /web-server/static/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/bg.jpg -------------------------------------------------------------------------------- /web-server/static/images/head_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/head_bg.png -------------------------------------------------------------------------------- /web-server/static/images/jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/jt.png -------------------------------------------------------------------------------- /web-server/static/images/lbx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/lbx.png -------------------------------------------------------------------------------- /web-server/static/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/line.png -------------------------------------------------------------------------------- /web-server/static/images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/map.png -------------------------------------------------------------------------------- /web-server/static/images/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/images/weather.png -------------------------------------------------------------------------------- /web-server/static/index-bb9b0564.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/index-bb9b0564.js -------------------------------------------------------------------------------- /web-server/static/index-e2225887.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/index-e2225887.css -------------------------------------------------------------------------------- /web-server/static/js/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/js/bootstrap.bundle.js -------------------------------------------------------------------------------- /web-server/static/js/bootstrap.bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/js/bootstrap.bundle.js.map -------------------------------------------------------------------------------- /web-server/static/js/china.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/js/china.js -------------------------------------------------------------------------------- /web-server/static/js/flexible.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/js/flexible.js -------------------------------------------------------------------------------- /web-server/static/json/baseData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/json/baseData.json -------------------------------------------------------------------------------- /web-server/static/licence.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/licence.html -------------------------------------------------------------------------------- /web-server/static/logo-5cebc29d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/logo-5cebc29d.png -------------------------------------------------------------------------------- /web-server/static/rest_framework/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/css/bootstrap-tweaks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/css/bootstrap-tweaks.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/css/bootstrap.min.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/css/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/css/default.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/css/font-awesome-4.0.3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/css/font-awesome-4.0.3.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/css/prettify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/css/prettify.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/css/base.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/css/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/css/highlight.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/css/jquery.json-view.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/css/jquery.json-view.min.css -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/img/favicon.ico -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/img/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/img/grid.png -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/js/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/js/api.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/js/highlight.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/js/highlight.pack.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/docs/js/jquery.json-view.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/docs/js/jquery.json-view.min.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /web-server/static/rest_framework/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /web-server/static/rest_framework/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /web-server/static/rest_framework/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /web-server/static/rest_framework/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /web-server/static/rest_framework/img/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/img/grid.png -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/ajax-form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/ajax-form.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/bootstrap.min.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/coreapi-0.1.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/coreapi-0.1.1.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/csrf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/csrf.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/default.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/jquery-3.5.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/jquery-3.5.1.min.js -------------------------------------------------------------------------------- /web-server/static/rest_framework/js/prettify-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/rest_framework/js/prettify-min.js -------------------------------------------------------------------------------- /web-server/static/static.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/static/static.rar -------------------------------------------------------------------------------- /web-server/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/templates/index.html -------------------------------------------------------------------------------- /web-server/templates/verification_email.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/templates/verification_email.html -------------------------------------------------------------------------------- /web-server/upload/JF100003/headerpic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/JF100003/headerpic.jpg -------------------------------------------------------------------------------- /web-server/upload/default/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/default/user.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic.docx -------------------------------------------------------------------------------- /web-server/upload/root/headerpic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_0aZns38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_0aZns38.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_1N30SIT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_1N30SIT.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_4KMS6fR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_4KMS6fR.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_CI1jSq5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_CI1jSq5.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_HwvZYpV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_HwvZYpV.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_IL8w485.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_IL8w485.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_Iywq9od.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_Iywq9od.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_MoWfNVz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_MoWfNVz.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_Pdiv2el.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_Pdiv2el.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_QDoJ4mC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_QDoJ4mC.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_UKeSYYO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_UKeSYYO.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_VNcrMND.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_VNcrMND.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_Zs0qJVd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_Zs0qJVd.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_ZvpRohp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_ZvpRohp.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_agOiPDv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_agOiPDv.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_jdcAJhq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_jdcAJhq.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_k2fztvc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_k2fztvc.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_qaMktnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_qaMktnd.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_v1IZOdc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_v1IZOdc.jpg -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_wcJYf6M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_wcJYf6M.png -------------------------------------------------------------------------------- /web-server/upload/root/headerpic_wd0pnlK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/upload/root/headerpic_wd0pnlK.jpg -------------------------------------------------------------------------------- /web-server/uwsgi.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-server/uwsgi.ini -------------------------------------------------------------------------------- /web-start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-start.bat -------------------------------------------------------------------------------- /web-ui/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/.gitignore -------------------------------------------------------------------------------- /web-ui/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/.vscode/extensions.json -------------------------------------------------------------------------------- /web-ui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/README.md -------------------------------------------------------------------------------- /web-ui/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/index.html -------------------------------------------------------------------------------- /web-ui/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/package-lock.json -------------------------------------------------------------------------------- /web-ui/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/package.json -------------------------------------------------------------------------------- /web-ui/public/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/public/logo.ico -------------------------------------------------------------------------------- /web-ui/src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/App.vue -------------------------------------------------------------------------------- /web-ui/src/assets/css/charts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/css/charts.css -------------------------------------------------------------------------------- /web-ui/src/assets/font/DS-DIGIT.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/font/DS-DIGIT.TTF -------------------------------------------------------------------------------- /web-ui/src/assets/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/bg.jpg -------------------------------------------------------------------------------- /web-ui/src/assets/images/head_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/head_bg.png -------------------------------------------------------------------------------- /web-ui/src/assets/images/jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/jt.png -------------------------------------------------------------------------------- /web-ui/src/assets/images/lbx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/lbx.png -------------------------------------------------------------------------------- /web-ui/src/assets/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/line.png -------------------------------------------------------------------------------- /web-ui/src/assets/images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/map.png -------------------------------------------------------------------------------- /web-ui/src/assets/images/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/images/weather.png -------------------------------------------------------------------------------- /web-ui/src/assets/imgs/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/imgs/1.jpg -------------------------------------------------------------------------------- /web-ui/src/assets/imgs/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/imgs/2.jpg -------------------------------------------------------------------------------- /web-ui/src/assets/imgs/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/imgs/3.jpg -------------------------------------------------------------------------------- /web-ui/src/assets/imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/imgs/logo.png -------------------------------------------------------------------------------- /web-ui/src/assets/js/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/js/bootstrap.bundle.js -------------------------------------------------------------------------------- /web-ui/src/assets/js/bootstrap.bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/js/bootstrap.bundle.js.map -------------------------------------------------------------------------------- /web-ui/src/assets/js/china.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/js/china.js -------------------------------------------------------------------------------- /web-ui/src/assets/js/flexible.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/assets/js/flexible.js -------------------------------------------------------------------------------- /web-ui/src/components/Home.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/Home.vue -------------------------------------------------------------------------------- /web-ui/src/components/detail/Comment.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/detail/Comment.vue -------------------------------------------------------------------------------- /web-ui/src/components/detail/CompanyDetail.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/detail/CompanyDetail.vue -------------------------------------------------------------------------------- /web-ui/src/components/detail/JobDetail.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/detail/JobDetail.vue -------------------------------------------------------------------------------- /web-ui/src/components/sublist/BigView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/sublist/BigView.vue -------------------------------------------------------------------------------- /web-ui/src/components/sublist/History.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/sublist/History.vue -------------------------------------------------------------------------------- /web-ui/src/components/sublist/Stars.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/sublist/Stars.vue -------------------------------------------------------------------------------- /web-ui/src/components/user/Login.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/user/Login.vue -------------------------------------------------------------------------------- /web-ui/src/components/user/Resume.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/user/Resume.vue -------------------------------------------------------------------------------- /web-ui/src/components/utils/List.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/utils/List.vue -------------------------------------------------------------------------------- /web-ui/src/components/utils/Snav.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/utils/Snav.vue -------------------------------------------------------------------------------- /web-ui/src/components/view/Companys.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/view/Companys.vue -------------------------------------------------------------------------------- /web-ui/src/components/view/Jobs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/view/Jobs.vue -------------------------------------------------------------------------------- /web-ui/src/components/view/Main.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/view/Main.vue -------------------------------------------------------------------------------- /web-ui/src/components/view/Mine.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/view/Mine.vue -------------------------------------------------------------------------------- /web-ui/src/components/view/Recommend.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/components/view/Recommend.vue -------------------------------------------------------------------------------- /web-ui/src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/main.js -------------------------------------------------------------------------------- /web-ui/src/router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/router.js -------------------------------------------------------------------------------- /web-ui/src/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/src/style.css -------------------------------------------------------------------------------- /web-ui/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/854771076/Employment_referral/HEAD/web-ui/vite.config.js --------------------------------------------------------------------------------