{"id":2306,"date":"2026-04-09T13:47:24","date_gmt":"2026-04-09T13:47:24","guid":{"rendered":"https:\/\/cpe.kennesaw.edu\/discoveru\/?page_id=2306"},"modified":"2026-06-24T13:16:45","modified_gmt":"2026-06-24T13:16:45","slug":"blogs","status":"publish","type":"page","link":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/","title":{"rendered":"Blogs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2306\" class=\"elementor elementor-2306\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9753430 e-con-full e-flex e-con e-parent\" data-id=\"9753430\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4398f65 elementor-widget elementor-widget-html\" data-id=\"4398f65\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- DiscoverU Summer Camps @ KSU \u2014 Blog Grid -->\r\n<!-- Paste this entire block into an Elementor HTML widget -->\r\n\r\n<style>\r\n  \/* \u2500\u2500 Fonts \u2500\u2500 *\/\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');\r\n\r\n  \/* \u2500\u2500 Tokens \u2500\u2500 *\/\r\n  .du-blog-grid {\r\n    --du-gold:    #D4A500;\r\n    --du-navy:    #002855;\r\n    --du-slate:   #1C3A5E;\r\n    --du-light:   #F4F7FB;\r\n    --du-white:   #FFFFFF;\r\n    --du-text:    #1A1A2E;\r\n    --du-muted:   #5A6A80;\r\n    --du-radius:  12px;\r\n    --du-shadow:  0 4px 24px rgba(0,40,85,.10);\r\n    --du-shadow-hover: 0 12px 40px rgba(0,40,85,.18);\r\n    --du-transition: .28s cubic-bezier(.4,0,.2,1);\r\n\r\n    font-family: 'DM Sans', sans-serif;\r\n    color: var(--du-text);\r\n    padding: 48px 0;\r\n  }\r\n\r\n  \/* \u2500\u2500 Grid \u2500\u2500 *\/\r\n  .du-blog-grid__inner {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 28px;\r\n    max-width: 1140px;\r\n    margin: 0 auto;\r\n    padding: 0 20px;\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .du-blog-grid__inner { grid-template-columns: repeat(2, 1fr); }\r\n  }\r\n  @media (max-width: 580px) {\r\n    .du-blog-grid__inner { grid-template-columns: 1fr; }\r\n  }\r\n\r\n  \/* \u2500\u2500 Card \u2500\u2500 *\/\r\n  .du-card {\r\n    display: flex;\r\n    flex-direction: column;\r\n    background: var(--du-white);\r\n    border-radius: var(--du-radius);\r\n    box-shadow: var(--du-shadow);\r\n    overflow: hidden;\r\n    text-decoration: none;\r\n    color: inherit;\r\n    transition: transform var(--du-transition), box-shadow var(--du-transition);\r\n    position: relative;\r\n  }\r\n  .du-card:hover {\r\n    transform: translateY(-6px);\r\n    box-shadow: var(--du-shadow-hover);\r\n    text-decoration: none;\r\n    color: inherit;\r\n  }\r\n\r\n  \/* Gold accent bar on hover *\/\r\n  .du-card::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0; left: 0; right: 0;\r\n    height: 3px;\r\n    background: var(--du-gold);\r\n    transform: scaleX(0);\r\n    transform-origin: left;\r\n    transition: transform var(--du-transition);\r\n  }\r\n  .du-card:hover::after { transform: scaleX(1); }\r\n\r\n  \/* \u2500\u2500 Thumbnail \u2500\u2500 *\/\r\n  .du-card__thumb {\r\n    position: relative;\r\n    width: 100%;\r\n    aspect-ratio: 16 \/ 9;\r\n    overflow: hidden;\r\n    background: var(--du-light);\r\n  }\r\n  .du-card__thumb img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n    transition: transform .5s cubic-bezier(.4,0,.2,1);\r\n  }\r\n  .du-card:hover .du-card__thumb img {\r\n    transform: scale(1.06);\r\n  }\r\n\r\n  \/* Category badge *\/\r\n  .du-card__badge {\r\n    position: absolute;\r\n    top: 12px; left: 12px;\r\n    background: var(--du-navy);\r\n    color: var(--du-white);\r\n    font-family: 'DM Sans', sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    letter-spacing: .08em;\r\n    text-transform: uppercase;\r\n    padding: 4px 10px;\r\n    border-radius: 4px;\r\n  }\r\n\r\n  \/* \u2500\u2500 Body \u2500\u2500 *\/\r\n  .du-card__body {\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex: 1;\r\n    padding: 22px 24px 26px;\r\n  }\r\n\r\n  \/* Date *\/\r\n  .du-card__date {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n    color: var(--du-muted);\r\n    letter-spacing: .04em;\r\n    text-transform: uppercase;\r\n    margin-bottom: 10px;\r\n  }\r\n  .du-card__date svg { flex-shrink: 0; }\r\n\r\n  \/* Title *\/\r\n  .du-card__title {\r\n    font-family: 'Bebas Neue', sans-serif;\r\n    font-size: 22px;\r\n    letter-spacing: .03em;\r\n    line-height: 1.2;\r\n    color: var(--du-navy);\r\n    margin: 0 0 12px;\r\n    transition: color var(--du-transition);\r\n  }\r\n  .du-card:hover .du-card__title { color: var(--du-gold); }\r\n\r\n  \/* Excerpt *\/\r\n  .du-card__excerpt {\r\n    font-size: 14px;\r\n    line-height: 1.65;\r\n    color: var(--du-muted);\r\n    margin: 0 0 20px;\r\n    flex: 1;\r\n    \/* clamp to 3 lines *\/\r\n    display: -webkit-box;\r\n    -webkit-line-clamp: 3;\r\n    -webkit-box-orient: vertical;\r\n    overflow: hidden;\r\n  }\r\n\r\n  \/* Read more *\/\r\n  .du-card__cta {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    letter-spacing: .06em;\r\n    text-transform: uppercase;\r\n    color: var(--du-navy);\r\n    transition: color var(--du-transition), gap var(--du-transition);\r\n  }\r\n  .du-card:hover .du-card__cta {\r\n    color: var(--du-gold);\r\n    gap: 10px;\r\n  }\r\n  .du-card__cta svg { transition: transform var(--du-transition); }\r\n  .du-card:hover .du-card__cta svg { transform: translateX(3px); }\r\n<\/style>\r\n\r\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n     BLOG GRID WRAPPER\r\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n     <h1>Blogs<\/h1>\r\n<section class=\"du-blog-grid\">\r\n  <div class=\"du-blog-grid__inner\">\r\n      \r\n     <!-- \u2500\u2500 CARD 3 (example) \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/discoveru\/2026\/06\/24\/discoveru-aerospace-camp\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">STEM<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          June 24, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">Take Flight with the DiscoverU Aerospace Engineering Summer Camp<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          DiscoverU's Aerospace Engineering summer camp offers a hands-on opportunity for students to explore aircraft, design, flight, and innovation in an engaging university setting.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n      \r\n      \r\n      <!-- \u2500\u2500 CARD 3 (example) \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/discoveru\/2026\/05\/08\/medical-skills-summer-camp\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/05\/medical-skills-summer-camp-blog.webp\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">Medical skills<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          May 8, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">Explore Healthcare Careers in High School<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          Ever wonder what it's really like to work in a hospital or clinic? DiscoverU's Medical Skills camp gives teens a behind-the-scenes look at healthcare careers through hands-on labs and real clinical skills.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 --> \r\n<!-- \u2500\u2500 CARD 3 (example) \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/discoveru\/2026\/04\/08\/discoveru-stem-summer-camps-at-ksu\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/04\/GEN_250711_MariettaCampus_MY_0036m-scaled-e1775495181838.webp\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">STEM<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          April 8, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">DiscoverU STEM Summer Camps at KSU<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          STEM continues to shape the future, and your student may already be curious about where it can take them in a career after high school. At DiscoverU, we offer hands-on summer camps designed to unlock what's possible through real-world learning, creativity, and exploration.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 --> \r\n    \r\n     <!-- \u2500\u2500 CARD 3 (example) \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/discoveru\/2026\/04\/06\/adulting-101\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2025\/11\/adulting-101.jpg\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">ADULTING 101<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          April 6, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">Adulting can be hard. DiscoverU can help.<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          Through engaging classroom sessions and hands-on activities, students gain a practical glimpse into the experiences that await them in adulthood. Ms. Sherrie helps students build confidence, awareness, and excitement about their futures, so they feel prepared, not overwhelmed.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 -->\r\n    \r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/discoveru\/2026\/04\/01\/autocad-summer-camp\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2025\/10\/IMG_4156-Copy-scaled.jpg\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">AUTOCAD<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          April 1, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">From Blueprint Dreams to Digital Reality: Discover AutoCAD with DiscoverU<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          This summer, give your teen the chance to unlock what\u2019s possible in a career with AutoCAD at KSU Community and Professional Education\u2019s DiscoverU \u2014 a hands-on summer camp for rising high schoolers grades 9 through 12. At DiscoverU, they will build real-world skills and experience college life in a fun, interactive setting.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 -->\r\n    \r\n     <!-- \u2500\u2500 CARD 3 (example) \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/discoveru\/2026\/03\/19\/baking-and-pastry-camp\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2025\/10\/DSC_0282-scaled.jpg\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">BAKING<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          March 19, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">Discover the Joys of Baking and Pastry at DiscoverU this Summer<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          KSU\u2019s Community and Professional Education is offering another year of Baking and Pastry Basics and introducing a new course, Baking Finishing Touches, focused on cake and pastry decorating. Students can enroll in either course on its own or take both courses to build their skills and spend more time in the kitchen this summer.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 -->\r\n    \r\n     <!-- \u2500\u2500 CARD 3 (example) \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/blog\/2026\/03\/11\/first-summer-camp-prep\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"https:\/\/cpe.kennesaw.edu\/wp-content\/uploads\/2026\/03\/summer-camp-prep-at-discoveru-e1773234654577.png\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">CAMPS<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          March 11, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">How to Prepare Your High Schooler for Their First Summer at DiscoverU, KSU<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          If you\u2019re considering summer plans for your teen, here\u2019s a guide to help them get ready and why this experience is one you won\u2019t want them to miss.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 -->\r\n    \r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/blog\/2026\/01\/29\/chefs-master-class-discoveru\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"https:\/\/cpe.kennesaw.edu\/wp-content\/uploads\/2026\/01\/Culinary-trip-around-the-world-e1771859612834.png\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">CULINARY<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          January 29, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">Take a culinary trip around the world with Chef\u2019s Master Class at DiscoverU<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          This hands-on camp gives high school students the chance to dive into the world of cooking, mastering essential culinary skills while creating delicious dishes inspired by flavors from around the globe. Along the way, students gain practical kitchen experience, learn food safety best practices, and build confidence and independence that go beyond the kitchen.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 -->\r\n    \r\n    <!-- \u2500\u2500 CARD 1 \u2500\u2500 Copy this block for each new post \u2500\u2500 -->\r\n    <a class=\"du-card\" href=\"https:\/\/cpe.kennesaw.edu\/blog\/2026\/01\/22\/what-makes-discoveru-at-ksu-unique\/\">\r\n      <div class=\"du-card__thumb\">\r\n        <img decoding=\"async\" src=\"https:\/\/cpe.kennesaw.edu\/wp-content\/uploads\/2026\/01\/discoveru-blog-1-feature-e1771859553748.png\" alt=\"Blog post featured image\" loading=\"lazy\">\r\n        <span class=\"du-card__badge\">Camps<\/span>\r\n      <\/div>\r\n      <div class=\"du-card__body\">\r\n        <div class=\"du-card__date\">\r\n          <!-- Calendar icon -->\r\n          <svg width=\"13\" height=\"13\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n            <rect x=\"1\" y=\"3\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#5A6A80\" stroke-width=\"1.4\"\/>\r\n            <path d=\"M5 1v3M11 1v3M1 7h14\" stroke=\"#5A6A80\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\r\n          <\/svg>\r\n          January 22, 2026\r\n        <\/div>\r\n        <h2 class=\"du-card__title\">What Makes DiscoverU at KSU Unique?<\/h2>\r\n        <p class=\"du-card__excerpt\">\r\n          DiscoverU at Kennesaw State University\u2019s Community and Professional Education (KSU CPE) offers engaging camps for rising 9th\u201312th grade students who want to build skills or explore new interests alongside their peers.\r\n        <\/p>\r\n        <span class=\"du-card__cta\">\r\n          Read More\r\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n            <path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n          <\/svg>\r\n        <\/span>\r\n      <\/div>\r\n    <\/a>\r\n    <!-- \u2500\u2500 END CARD \u2500\u2500 -->\r\n\r\n    <!-- \u2500\u2500 CARD 2 (example) \u2500\u2500 -->\r\n   \r\n  <\/div>\r\n<\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Blogs STEM June 24, 2026 Take Flight with the DiscoverU Aerospace Engineering Summer Camp DiscoverU&#8217;s Aerospace Engineering summer camp offers a hands-on opportunity for students to explore aircraft, design, flight, and innovation in an engaging university setting. Read More Medical skills May 8, 2026 Explore Healthcare Careers in High School Ever wonder what it&#8217;s really&#8230;<\/p>\n","protected":false},"author":23,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2306","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Blogs - DiscoverU<\/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:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blogs - DiscoverU\" \/>\n<meta property=\"og:description\" content=\"Blogs STEM June 24, 2026 Take Flight with the DiscoverU Aerospace Engineering Summer Camp DiscoverU&#8217;s Aerospace Engineering summer camp offers a hands-on opportunity for students to explore aircraft, design, flight, and innovation in an engaging university setting. Read More Medical skills May 8, 2026 Explore Healthcare Careers in High School Ever wonder what it&#8217;s really...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/\" \/>\n<meta property=\"og:site_name\" content=\"DiscoverU\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-24T13:16:45+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg\" \/>\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:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/\",\"url\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/\",\"name\":\"Blogs - DiscoverU\",\"isPartOf\":{\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg\",\"datePublished\":\"2026-04-09T13:47:24+00:00\",\"dateModified\":\"2026-06-24T13:16:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#primaryimage\",\"url\":\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg\",\"contentUrl\":\"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blogs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/#website\",\"url\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/\",\"name\":\"DiscoverU\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpe.kennesaw.edu\/discoveru\/?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":"Blogs - DiscoverU","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:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/","og_locale":"en_US","og_type":"article","og_title":"Blogs - DiscoverU","og_description":"Blogs STEM June 24, 2026 Take Flight with the DiscoverU Aerospace Engineering Summer Camp DiscoverU&#8217;s Aerospace Engineering summer camp offers a hands-on opportunity for students to explore aircraft, design, flight, and innovation in an engaging university setting. Read More Medical skills May 8, 2026 Explore Healthcare Careers in High School Ever wonder what it&#8217;s really...","og_url":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/","og_site_name":"DiscoverU","article_modified_time":"2026-06-24T13:16:45+00:00","og_image":[{"url":"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/","url":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/","name":"Blogs - DiscoverU","isPartOf":{"@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#primaryimage"},"image":{"@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#primaryimage"},"thumbnailUrl":"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg","datePublished":"2026-04-09T13:47:24+00:00","dateModified":"2026-06-24T13:16:45+00:00","breadcrumb":{"@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#primaryimage","url":"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg","contentUrl":"http:\/\/cpe.kennesaw.edu\/discoveru\/wp-content\/uploads\/sites\/10\/2026\/03\/IMG_3590-1-2-scaled-e1772557686184.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/blogs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpe.kennesaw.edu\/discoveru\/"},{"@type":"ListItem","position":2,"name":"Blogs"}]},{"@type":"WebSite","@id":"https:\/\/cpe.kennesaw.edu\/discoveru\/#website","url":"https:\/\/cpe.kennesaw.edu\/discoveru\/","name":"DiscoverU","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpe.kennesaw.edu\/discoveru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/pages\/2306","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/comments?post=2306"}],"version-history":[{"count":6,"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/pages\/2306\/revisions"}],"predecessor-version":[{"id":2439,"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/pages\/2306\/revisions\/2439"}],"wp:attachment":[{"href":"https:\/\/cpe.kennesaw.edu\/discoveru\/wp-json\/wp\/v2\/media?parent=2306"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}