{"status":"<h3 class=\"w-100 pt-3 font-weight-normal m-auto pb-2 mb-5\">What are you most interested in?</h3>\n<ul style=\"list-style-type: none;\" id=\"addedWords\" class=\"w-100 m-auto pt-2\"></ul>\n<div class=\"form-row w-100\">\n\n    <div class=\"form-group col-10\">\n        <input type=\"text\" id=\"wordAddText\" class=\"form-control bg-transparent rounded-0 form-control-user font-weight-bold border-bottom\" placeholder=\"Add words...\">\n    </div>\n    <div class=\"form-group col-2\">\n        <button type=\"submit\" class=\"btn btn-dark btn-user btn-block rounded-0 form-control form-control-user\" onclick=\"addFromInput()\" style=\"border: none!important;;\"><i class=\"fas fa-arrow-right\" style=\"border: none\"></i></button>\n    </div>\n</div>\n<div class=\"w-100\">\n    \n        <article class=\"Technology\">\n            <input type=\"checkbox\" id=\"Technology\" onclick=\"addWords('Technology')\" value=\"Technology\"/>\n            <div>\n            <span>Technology</span>\n            </div>\n        </article>\n    \n        <article class=\"Environment\">\n            <input type=\"checkbox\" id=\"Environment\" onclick=\"addWords('Environment')\" value=\"Environment\"/>\n            <div>\n            <span>Environment</span>\n            </div>\n        </article>\n    \n        <article class=\"Science\">\n            <input type=\"checkbox\" id=\"Science\" onclick=\"addWords('Science')\" value=\"Science\"/>\n            <div>\n            <span>Science</span>\n            </div>\n        </article>\n    \n        <article class=\"Film\">\n            <input type=\"checkbox\" id=\"Film\" onclick=\"addWords('Film')\" value=\"Film\"/>\n            <div>\n            <span>Film</span>\n            </div>\n        </article>\n    \n        <article class=\"Healthcare\">\n            <input type=\"checkbox\" id=\"Healthcare\" onclick=\"addWords('Healthcare')\" value=\"Healthcare\"/>\n            <div>\n            <span>Healthcare</span>\n            </div>\n        </article>\n    \n        <article class=\"AI\">\n            <input type=\"checkbox\" id=\"AI\" onclick=\"addWords('AI')\" value=\"AI\"/>\n            <div>\n            <span>AI</span>\n            </div>\n        </article>\n    \n        <article class=\"FinTech\">\n            <input type=\"checkbox\" id=\"FinTech\" onclick=\"addWords('FinTech')\" value=\"FinTech\"/>\n            <div>\n            <span>FinTech</span>\n            </div>\n        </article>\n    \n        <article class=\"BioTech\">\n            <input type=\"checkbox\" id=\"BioTech\" onclick=\"addWords('BioTech')\" value=\"BioTech\"/>\n            <div>\n            <span>BioTech</span>\n            </div>\n        </article>\n    \n        <article class=\"Computing\">\n            <input type=\"checkbox\" id=\"Computing\" onclick=\"addWords('Computing')\" value=\"Computing\"/>\n            <div>\n            <span>Computing</span>\n            </div>\n        </article>\n    \n</div>\n<button type=\"submit\" class=\"btn btn-dark btn-user btn-block rounded-0 form-control form-control-user\" onclick=\"searchWords()\">Search <i class=\"fas fa-arrow-right\" style=\"border: none\"></i></button>"}
