{"id":220,"date":"2026-04-10T22:42:55","date_gmt":"2026-04-10T22:42:55","guid":{"rendered":"https:\/\/chameleon.students.mtu.edu\/?page_id=220"},"modified":"2026-04-21T20:07:23","modified_gmt":"2026-04-21T20:07:23","slug":"home","status":"publish","type":"page","link":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"220\" class=\"elementor elementor-220\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0bdc6c8 e-flex e-con-boxed e-con e-parent\" data-id=\"0bdc6c8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd4c7e8 elementor-widget elementor-widget-html\" data-id=\"dd4c7e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>chameleon-iconson \u2014 Smart Resume Builder<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;440&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  :root {\r\n    --green: #00e676;\r\n    --green-dark: #00c853;\r\n    --black: #0a0a0a;\r\n    --text: #f0f0f0;\r\n    --subtext: #999;\r\n  }\r\n  * { margin: 0; padding: 0; box-sizing: border-box; }\r\n  body { font-family: 'DM Sans', sans-serif; background: var(--blac); color: var(--text); min-height: 100vh; }\r\n\r\n  \/* \u2500\u2500 TOP NAV BAR \u2500\u2500 *\/\r\n  .top-bar {\r\n    background: #000;\r\n    padding: 1rem 3rem;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    border-bottom: 3px solid #6c63ff;\r\n  }\r\n  .top-bar .brand {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: 01.5rem;\r\n    font-weight: 800;\r\n    color: #fff;\r\n    line-height: 1.3;\r\n    letter-spacing: 0.05em;\r\n  }\r\n  .chameleon-icons {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 04.5rem;\r\n    font-size: 2rem;\r\n  }\r\n\r\n  \/* \u2500\u2500 HERO SPLIT \u2500\u2500 *\/\r\n  .hero-split {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    min-height: 380px;\r\n  }\r\n  .hero-left {\r\n    background: var(--green);\r\n    padding: 3.5rem 2.5rem;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    gap: 1.2rem;\r\n  }\r\n  .hero-left h1 {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: clamp(2.2rem, 4vw, 3.2rem);\r\n    font-weight: 800;\r\n    color: #000;\r\n    line-height: 1.1;\r\n    letter-spacing: -1px;\r\n  }\r\n  .hero-left p {\r\n    font-size: 1rem;\r\n    color: #000;\r\n    line-height: 1.6;\r\n    max-width: 980px;\r\n  }\r\n  .signup-btn {\r\n    display: inline-block;\r\n    background: #fff;\r\n    color: #000;\r\n    font-family: 'Syne', sans-serif;\r\n    font-weight: 700;\r\n    font-size: 0.95rem;\r\n    padding: 0.75rem 1.6rem;\r\n    border-radius: 8px;\r\n    border: none;\r\n    cursor: pointer;\r\n    width: fit-content;\r\n    transition: background 0.2s, transform 0.2s;\r\n  }\r\n  .signup-btn:hover { background: #e0e0e0; transform: translateY(-2px); }\r\n  .hero-right {\r\n    background: #888;\r\n    overflow: hidden;\r\n  }\r\n  .hero-right img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n    filter: grayscale(20%);\r\n  }\r\n  \/* fallback if no image *\/\r\n  .hero-right-placeholder {\r\n    width: 100%;\r\n    height: 100%;\r\n    min-height: 380px;\r\n    background: linear-gradient(135deg, #555 0%, #333 100%);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    color: #777;\r\n    font-size: 0.85rem;\r\n  }\r\n\r\n  @media (max-width: 940px) {\r\n    .hero-split { grid-template-columns: 1fr; }\r\n    .hero-right-placeholder { min-height: 200px; }\r\n  }\r\n\r\n  \/* \u2500\u2500 FEATURES SECTION (existing) \u2500\u2500 *\/\r\n  .hero {\r\n    background: #000;\r\n    padding: 6rem 2rem 5rem;\r\n    text-align: center;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n  .hero::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: radial-gradient(ellipse at 50% 0%, rgba(0,230,118,0.1) 0%, transparent 65%);\r\n    pointer-events: none;\r\n  }\r\n  .hero h2 {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: clamp(2rem.9rem, 4.5vw, 3rem);\r\n    font-weight: 800;\r\n    color: var(--green);\r\n    line-height: 1.2;\r\n    max-width: 1280px;\r\n    margin: 0 auto 2.5rem;\r\n    letter-spacing: 0.5px;\r\n    position: relative;\r\n    animation: fadeUp 0.5s ease both;\r\n  }\r\n  .features {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 1.5rem;\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n    position: relative;\r\n    animation: fadeUp 0.5s 0.15s ease both;\r\n  }\r\n  @media (max-width: 540px) { .features { grid-template-columns: 1fr; } }\r\n  .feature { text-align: center; padding: 1rem 0.5rem; }\r\n  .check {\r\n    width: 54px;\r\n    height: 54px;\r\n    background: var(--green);\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 0 auto 1.2rem;\r\n    font-size: 1.5rem;\r\n    color: #000;\r\n    font-weight: 1400;\r\n  }\r\n  .feature h3 {\r\n    font-family: 'Syne', sans-serif;\r\n    font-size: 1rem;\r\n    font-weight: 700;\r\n    color: var(--text);\r\n    margin-bottom: 0.75rem;\r\n    line-height: 1.35;\r\n  }\r\n  .feature p { font-size: 0.88rem; color: var(--subtext); line-height: 1.65; font-weight: 300; }\r\n  .bottom-strip { height: 8px; background: var(--green); margin-top: 5rem; }\r\n  .cta-section { padding: 4rem 2rem; text-align: center; background: #050505; }\r\n  .cta-section p { color: var(--subtext); margin-bottom: 1.5rem; font-size: 1rem; }\r\n  .cta-btn {\r\n    background: var(--green);\r\n    color: #000;\r\n    font-family: 'Syne', sans-serif;\r\n    font-weight: 700;\r\n    font-size: 1rem;\r\n    border: none;\r\n    border-radius: 50px;\r\n    padding: 0.9rem 2.4rem;\r\n    cursor: pointer;\r\n    transition: background 0.2s, transform 0.2s;\r\n    text-decoration: none;\r\n    display: inline-block;\r\n  }\r\n  .cta-btn:hover { background: var(--green-dark); transform: translateY(-2px); }\r\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- \u2500\u2500 TOP BAR \u2500\u2500 -->\r\n  <div class=\"top-bar\">\r\n    <div class=\"brand\">CHAMELEON<br>SOFTWARE LABS<\/div>\r\n    <div class=\"chameleon-icons\">\ud83e\udd8e\ud83e\udd8e\ud83e\udd8e<\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2500\u2500 HERO SPLIT \u2500\u2500 -->\r\n  <div class=\"hero-split\">\r\n    <div class=\"hero-left\">\r\n      <h1>Your resume,<br>your way.<\/h1>\r\n      <p>Manage your job applications and apply using Chameleon, the only resume app you'll need.<\/p>\r\n      <button class=\"signup-btn\">Sign Up Today<\/button>\r\n    <\/div>\r\n    <div class=\"hero-right\">\r\n      <div class=\"hero-right-placeholder\">\r\n        <!-- Replace with: <img decoding=\"async\" src=\"your-laptop-photo.jpg\" alt=\"Laptop\"> -->\r\n        Add laptop image here\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2500\u2500 FEATURES \u2500\u2500 -->\r\n  <section class=\"hero\">\r\n    <h2>Don't waste time making new resumes for each job application. We're here to help.<\/h2>\r\n    <div class=\"features\">\r\n      <div class=\"feature\">\r\n        <div class=\"check\">&#10003;<\/div>\r\n        <h3>Using old resume services?<\/h3>\r\n        <p>Chameleon is a one-stop app that has all you'll ever need. Delete the rest.<\/p>\r\n      <\/div>\r\n      <div class=\"feature\">\r\n        <div class=\"check\">&#10003;<\/div>\r\n        <h3>Experience in different areas?<\/h3>\r\n        <p>Using smart technology, we scan the job application to find what recruiters want.<\/p>\r\n      <\/div>\r\n      <div class=\"feature\">\r\n        <div class=\"check\">&#10003;<\/div>\r\n        <h3>Can't keep track of different drafts?<\/h3>\r\n        <p>We hold all your past resumes for you, finding the most relevant automatically.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <div class=\"bottom-strip\"><\/div>\r\n\r\n  <section class=\"cta-section\">\r\n    <p>Ready to simplify your job search?<\/p>\r\n    <a href=\"dashboard.html\" class=\"cta-btn\">Get Started Free \u2192<\/a>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>chameleon-iconson \u2014 Smart Resume Builder CHAMELEONSOFTWARE LABS \ud83e\udd8e\ud83e\udd8e\ud83e\udd8e Your resume,your way. Manage your job applications and apply using Chameleon, the only resume app you&#8217;ll need. Sign Up Today Add laptop image here Don&#8217;t waste time making new resumes for each job application. We&#8217;re here to help. &#10003; Using old resume services? Chameleon is a one-stop [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"footnotes":""},"class_list":["post-220","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Resume Chameleon<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Resume Chameleon\" \/>\n<meta property=\"og:description\" content=\"chameleon-iconson \u2014 Smart Resume Builder CHAMELEONSOFTWARE LABS \ud83e\udd8e\ud83e\udd8e\ud83e\udd8e Your resume,your way. Manage your job applications and apply using Chameleon, the only resume app you&#8217;ll need. Sign Up Today Add laptop image here Don&#8217;t waste time making new resumes for each job application. We&#8217;re here to help. &#10003; Using old resume services? Chameleon is a one-stop [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/\" \/>\n<meta property=\"og:site_name\" content=\"Resume Chameleon\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-21T20:07:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/\",\"url\":\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/\",\"name\":\"Home - Resume Chameleon\",\"isPartOf\":{\"@id\":\"https:\/\/chameleon.students.mtu.edu\/#website\"},\"datePublished\":\"2026-04-10T22:42:55+00:00\",\"dateModified\":\"2026-04-21T20:07:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/chameleon.students.mtu.edu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/chameleon.students.mtu.edu\/#website\",\"url\":\"https:\/\/chameleon.students.mtu.edu\/\",\"name\":\"Resume Chameleon\",\"description\":\"Your resume, your way.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/chameleon.students.mtu.edu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Resume Chameleon","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/","og_locale":"en_US","og_type":"article","og_title":"Home - Resume Chameleon","og_description":"chameleon-iconson \u2014 Smart Resume Builder CHAMELEONSOFTWARE LABS \ud83e\udd8e\ud83e\udd8e\ud83e\udd8e Your resume,your way. Manage your job applications and apply using Chameleon, the only resume app you&#8217;ll need. Sign Up Today Add laptop image here Don&#8217;t waste time making new resumes for each job application. We&#8217;re here to help. &#10003; Using old resume services? Chameleon is a one-stop [&hellip;]","og_url":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/","og_site_name":"Resume Chameleon","article_modified_time":"2026-04-21T20:07:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/","url":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/","name":"Home - Resume Chameleon","isPartOf":{"@id":"https:\/\/chameleon.students.mtu.edu\/#website"},"datePublished":"2026-04-10T22:42:55+00:00","dateModified":"2026-04-21T20:07:23+00:00","breadcrumb":{"@id":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/chameleon.students.mtu.edu\/index.php\/home\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/chameleon.students.mtu.edu\/index.php\/home\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/chameleon.students.mtu.edu\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/chameleon.students.mtu.edu\/#website","url":"https:\/\/chameleon.students.mtu.edu\/","name":"Resume Chameleon","description":"Your resume, your way.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/chameleon.students.mtu.edu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/pages\/220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/comments?post=220"}],"version-history":[{"count":12,"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/pages\/220\/revisions"}],"predecessor-version":[{"id":259,"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/pages\/220\/revisions\/259"}],"wp:attachment":[{"href":"https:\/\/chameleon.students.mtu.edu\/index.php\/wp-json\/wp\/v2\/media?parent=220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}