{"id":8,"date":"2017-03-24T20:43:50","date_gmt":"2017-03-25T00:43:50","guid":{"rendered":"https:\/\/www.tun.com\/jobs\/wordpress\/?page_id=8"},"modified":"2026-03-04T19:09:28","modified_gmt":"2026-03-04T23:09:28","slug":"about","status":"publish","type":"page","link":"https:\/\/www.tun.com\/jobs\/about\/","title":{"rendered":"TUN helps Students!"},"content":{"rendered":"\n\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>About TUN \u2014 The University Network<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&#038;family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,700;1,9..144,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --tun-black: #0D0D0D;\n    --tun-white: #FAFAF8;\n    --tun-blue: #1B4DFF;\n    --tun-blue-light: #E8EEFF;\n    --tun-blue-dark: #0A2DB3;\n    --tun-gold: #F5A623;\n    --tun-gold-light: #FFF7E8;\n    --tun-green: #1DB954;\n    --tun-green-light: #E8FBF0;\n    --tun-gray-100: #F4F4F2;\n    --tun-gray-200: #E8E8E4;\n    --tun-gray-400: #A8A8A0;\n    --tun-gray-600: #6B6B63;\n    --tun-gray-800: #2D2D28;\n    --font-display: 'Fraunces', Georgia, serif;\n    --font-body: 'DM Sans', system-ui, sans-serif;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n  body { font-family: var(--font-body); color: var(--tun-gray-800); background: var(--tun-white); line-height: 1.6; -webkit-font-smoothing: antialiased; }\n\n  \/* SITE HEADER *\/\n  .site-header {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    background: rgba(250,250,248,0.95); backdrop-filter: blur(16px);\n    border-bottom: 1px solid var(--tun-gray-200); transition: box-shadow 0.3s ease;\n  }\n  .site-header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.06); }\n  .site-header-inner {\n    max-width: 1200px; margin: 0 auto; padding: 14px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .site-header-nav { display: flex; gap: 28px; }\n  .site-header-nav a { font-size: 14px; font-weight: 500; color: var(--tun-gray-600); text-decoration: none; transition: color 0.2s ease; }\n  .site-header-nav a:hover { color: var(--tun-black); }\n  .nav-logo { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--tun-black); text-decoration: none; letter-spacing: -0.5px; }\n  .nav-logo span { color: var(--tun-blue); }\n\n  \/* SHARED *\/\n  .section { padding: 100px 32px; }\n  .section-inner { max-width: 1200px; margin: 0 auto; }\n  .section-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--tun-blue); margin-bottom: 16px; }\n  .section-title { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); font-weight: 700; line-height: 1.12; letter-spacing: -1px; color: var(--tun-black); margin-bottom: 16px; }\n  .section-subtitle { font-size: 18px; color: var(--tun-gray-600); max-width: 640px; line-height: 1.65; }\n  .btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: var(--tun-blue); color: white; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 12px; transition: all 0.25s ease; }\n  .btn-primary:hover { background: var(--tun-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,77,255,0.25); }\n  .btn-secondary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: white; color: var(--tun-gray-800); text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 12px; border: 1px solid var(--tun-gray-200); transition: all 0.25s ease; }\n  .btn-secondary:hover { border-color: var(--tun-gray-400); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }\n\n  \/* HERO *\/\n  .hero {\n    padding: 140px 32px 60px; text-align: center; position: relative; overflow: hidden;\n    background: linear-gradient(180deg, var(--tun-white) 0%, var(--tun-blue-light) 60%, var(--tun-white) 100%);\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -150px; left: 50%; transform: translateX(-50%);\n    width: 800px; height: 800px; border-radius: 50%;\n    background: radial-gradient(circle, rgba(27,77,255,0.05) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; }\n  .hero h1 {\n    font-family: var(--font-display); font-size: clamp(44px, 6vw, 76px);\n    font-weight: 700; line-height: 1.05; letter-spacing: -2.5px;\n    color: var(--tun-black); margin-bottom: 24px; animation: fadeUp 0.6s ease both;\n  }\n  .hero h1 em { font-style: italic; color: var(--tun-blue); }\n  .hero-dual {\n    display: flex; justify-content: center; gap: 40px; margin-bottom: 32px;\n    animation: fadeUp 0.6s 0.1s ease both;\n  }\n  .hero-dual-item {\n    font-size: 17px; color: var(--tun-gray-600); line-height: 1.5;\n  }\n  .hero-dual-item strong { color: var(--tun-black); display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }\n  .hero-divider { width: 1px; background: var(--tun-gray-200); }\n\n  \/* METRICS *\/\n  .metrics { padding: 0 32px; margin-top: -20px; position: relative; z-index: 10; }\n  .metrics-inner {\n    max-width: 1000px; margin: 0 auto; background: var(--tun-black);\n    border-radius: 20px; padding: 40px 48px;\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; color: white;\n  }\n  .metric { text-align: center; }\n  .metric-value { font-family: var(--font-display); font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 6px; letter-spacing: -1px; }\n  .metric-value .accent { color: var(--tun-gold); }\n  .metric-label { font-size: 13px; color: rgba(255,255,255,0.55); }\n\n  \/* MISSION *\/\n  .mission-section { background: var(--tun-white); }\n  .mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }\n  .mission-text { }\n  .mission-text .big-quote {\n    font-family: var(--font-display); font-size: clamp(24px, 2.8vw, 34px);\n    font-weight: 500; font-style: italic; line-height: 1.4;\n    color: var(--tun-black); margin-bottom: 24px; letter-spacing: -0.5px;\n  }\n  .mission-text .big-quote::before { content: '\\201C'; color: var(--tun-blue); margin-right: 4px; }\n  .mission-text .big-quote::after { content: '\\201D'; color: var(--tun-blue); }\n  .mission-body { font-size: 16px; color: var(--tun-gray-600); line-height: 1.7; }\n  .mission-body p + p { margin-top: 16px; }\n  .mission-visual { }\n  .mission-video { margin-bottom: 20px; }\n  .video-wrapper {\n    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n    border-radius: 16px; background: var(--tun-black);\n    box-shadow: 0 8px 32px rgba(0,0,0,0.12);\n  }\n  .video-wrapper iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n    border-radius: 16px;\n  }\n  .video-caption {\n    text-align: center; margin-top: 12px; font-size: 13px;\n    color: var(--tun-gray-400); font-style: italic;\n  }\n  .mission-stats-row {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;\n  }\n  .mission-stat-mini {\n    display: flex; align-items: center; gap: 8px;\n    padding: 12px 16px; background: var(--tun-gray-100);\n    border-radius: 10px; border: 1px solid var(--tun-gray-200);\n    font-size: 13px; font-weight: 600; color: var(--tun-gray-800);\n    transition: all 0.2s ease;\n  }\n  .mission-stat-mini:hover { border-color: var(--tun-blue); }\n  .msm-icon { font-size: 16px; }\n\n  \/* FOR STUDENTS *\/\n  .for-students { background: var(--tun-gray-100); }\n  .students-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }\n  .student-card {\n    background: white; border-radius: 16px; padding: 32px; border: 1px solid var(--tun-gray-200);\n    transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;\n  }\n  .student-card:hover { border-color: var(--tun-blue); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }\n  .student-card-icon { font-size: 32px; margin-bottom: 16px; }\n  .student-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--tun-black); margin-bottom: 8px; }\n  .student-card p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; margin-bottom: 14px; }\n  .student-card .card-link { font-size: 13px; font-weight: 600; color: var(--tun-blue); }\n\n  \/* FOR ORGANIZATIONS *\/\n  .for-orgs { background: white; }\n  .orgs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; }\n  .orgs-features { list-style: none; display: flex; flex-direction: column; gap: 20px; }\n  .orgs-features li {\n    display: flex; align-items: flex-start; gap: 16px; font-size: 15px; color: var(--tun-gray-800); line-height: 1.55;\n  }\n  .orgs-features li .of-icon {\n    width: 40px; height: 40px; border-radius: 10px; background: var(--tun-blue-light);\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px;\n  }\n  .orgs-features li strong { color: var(--tun-black); }\n  .orgs-visual {\n    background: var(--tun-black); border-radius: 20px; padding: 48px; color: white; text-align: center;\n    position: relative; overflow: hidden;\n  }\n  .orgs-visual::before {\n    content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px;\n    border-radius: 50%; background: rgba(27,77,255,0.15); pointer-events: none;\n  }\n  .orgs-visual::after {\n    content: ''; position: absolute; bottom: -40px; left: -40px; width: 150px; height: 150px;\n    border-radius: 50%; background: rgba(245,166,35,0.1); pointer-events: none;\n  }\n  .orgs-visual-title {\n    font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 8px; position: relative;\n  }\n  .orgs-visual-sub { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 32px; position: relative; }\n  .orgs-visual-items { display: flex; flex-direction: column; gap: 12px; position: relative; }\n  .orgs-visual-item {\n    display: flex; align-items: center; gap: 12px; padding: 14px 18px;\n    background: rgba(255,255,255,0.06); border-radius: 10px; border: 1px solid rgba(255,255,255,0.08);\n    font-size: 14px; color: rgba(255,255,255,0.8); text-align: left;\n  }\n  .orgs-visual-item .ovi-icon { font-size: 18px; }\n  .orgs-cta { margin-top: 48px; }\n\n  \/* TUN AI *\/\n  .ai-section {\n    background: linear-gradient(165deg, #0D0D0D 0%, #1a1a2e 100%);\n    color: white; position: relative; overflow: hidden;\n  }\n  .ai-section::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    background: radial-gradient(circle at 25% 40%, rgba(27,77,255,0.12) 0%, transparent 50%),\n                radial-gradient(circle at 75% 60%, rgba(245,166,35,0.08) 0%, transparent 40%);\n    pointer-events: none;\n  }\n  .ai-section .section-label { color: var(--tun-gold); }\n  .ai-section .section-title { color: white; }\n  .ai-section .section-subtitle { color: rgba(255,255,255,0.6); }\n  .ai-top { text-align: center; max-width: 700px; margin: 0 auto 56px; position: relative; }\n  .ai-top .section-subtitle { margin: 0 auto; }\n  .ai-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; margin-bottom: 48px; }\n  .ai-feature-card {\n    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 16px; padding: 28px; transition: all 0.3s ease;\n  }\n  .ai-feature-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.15); transform: translateY(-2px); }\n  .ai-feature-icon { font-size: 28px; margin-bottom: 14px; }\n  .ai-feature-card h4 { font-family: var(--font-display); font-size: 17px; font-weight: 700; margin-bottom: 8px; }\n  .ai-feature-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }\n  .ai-bottom { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }\n  .ai-stat { text-align: center; padding: 24px; }\n  .ai-stat-value { font-family: var(--font-display); font-size: 40px; font-weight: 700; color: var(--tun-gold); line-height: 1; margin-bottom: 6px; }\n  .ai-stat-label { font-size: 13px; color: rgba(255,255,255,0.5); }\n  .ai-cta { text-align: center; margin-top: 40px; position: relative; }\n  .btn-gold {\n    display: inline-flex; align-items: center; gap: 10px;\n    padding: 14px 28px; background: var(--tun-gold); color: var(--tun-black);\n    text-decoration: none; font-weight: 600; font-size: 15px; border-radius: 12px;\n    transition: all 0.25s ease;\n  }\n  .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.3); }\n\n  \/* PRODUCT SECTIONS - Research & Learning *\/\n  .dual-section { background: var(--tun-gray-100); }\n  .dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }\n  .dual-card {\n    background: white; border-radius: 20px; padding: 40px; border: 1px solid var(--tun-gray-200);\n    transition: all 0.3s ease;\n  }\n  .dual-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .dual-card-icon { font-size: 32px; margin-bottom: 16px; }\n  .dual-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; color: var(--tun-black); margin-bottom: 10px; }\n  .dual-card p { font-size: 15px; color: var(--tun-gray-600); line-height: 1.65; margin-bottom: 16px; }\n  .dual-card-details { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .dual-card-details li { font-size: 14px; color: var(--tun-gray-800); display: flex; align-items: flex-start; gap: 8px; }\n  .dual-card-details li::before { content: '\\2713'; font-weight: 700; color: var(--tun-blue); flex-shrink: 0; }\n\n  \/* VALUES *\/\n  .values-section { background: white; }\n  .values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; }\n  .value-card {\n    text-align: center; padding: 32px 20px; background: var(--tun-gray-100);\n    border-radius: 16px; border: 1px solid var(--tun-gray-200); transition: all 0.3s ease;\n  }\n  .value-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); }\n  .value-number {\n    font-family: var(--font-display); font-size: 32px; font-weight: 700;\n    color: var(--tun-blue); line-height: 1; margin-bottom: 12px; opacity: 0.3;\n  }\n  .value-text { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--tun-black); line-height: 1.4; }\n  .value-over { font-size: 13px; color: var(--tun-gray-400); margin-top: 4px; font-weight: 400; }\n\n  \/* CONTACT *\/\n  .contact-section {\n    background: var(--tun-blue); color: white; text-align: center;\n    position: relative; overflow: hidden;\n  }\n  .contact-section::before {\n    content: ''; position: absolute; top: -80px; right: -80px;\n    width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.04);\n  }\n  .contact-section .section-title { color: white; }\n  .contact-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;\n    margin-top: 48px; margin-bottom: 40px; position: relative;\n  }\n  .contact-item { }\n  .contact-item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.5); margin-bottom: 8px; }\n  .contact-item-value { font-family: var(--font-display); font-size: 18px; font-weight: 600; }\n  .contact-item-value a { color: white; text-decoration: none; }\n  .contact-item-value a:hover { text-decoration: underline; }\n  .btn-white {\n    display: inline-flex; align-items: center; gap: 10px;\n    padding: 16px 32px; background: white; color: var(--tun-blue);\n    text-decoration: none; font-weight: 600; font-size: 16px;\n    border-radius: 12px; transition: all 0.25s ease;\n  }\n  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }\n\n  \/* FOOTER *\/\n  .footer { background: var(--tun-black); color: rgba(255,255,255,0.5); padding: 48px 32px; text-align: center; font-size: 14px; }\n  .footer a { color: rgba(255,255,255,0.7); text-decoration: none; }\n  .footer a:hover { color: white; }\n  .footer-links { display: flex; justify-content: center; gap: 32px; margin-bottom: 16px; }\n  .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 16px; }\n  .footer-social a {\n    display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.6);\n    font-size: 13px; font-weight: 500; padding: 5px 12px;\n    border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; transition: all 0.2s ease;\n  }\n  .footer-social a:hover { border-color: rgba(255,255,255,0.3); color: white; }\n  .footer-address { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.3); }\n\n  \/* ANIMATIONS *\/\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  .fade-in { opacity: 0; transform: translateY(24px); transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1); }\n  .fade-in.visible { opacity: 1; transform: translateY(0); }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 1024px) {\n    .mission-grid { grid-template-columns: 1fr; gap: 48px; }\n    .students-grid { grid-template-columns: repeat(2, 1fr); }\n    .orgs-grid { grid-template-columns: 1fr; gap: 40px; }\n    .ai-features-grid { grid-template-columns: 1fr; }\n    .dual-grid { grid-template-columns: 1fr; }\n    .values-grid { grid-template-columns: repeat(3, 1fr); }\n    .contact-grid { grid-template-columns: 1fr; gap: 24px; }\n    .metrics-inner { grid-template-columns: repeat(2, 1fr); }\n    .ai-bottom { grid-template-columns: repeat(3, 1fr); }\n  }\n  @media (max-width: 640px) {\n    .hero { padding: 120px 20px 48px; }\n    .section { padding: 72px 20px; }\n    .hero-dual { flex-direction: column; gap: 16px; }\n    .hero-divider { width: 60px; height: 1px; margin: 0 auto; }\n    .students-grid { grid-template-columns: 1fr; }\n    .values-grid { grid-template-columns: 1fr; }\n    .mission-stats-row { grid-template-columns: repeat(2, 1fr); }\n    .metrics-inner { padding: 28px 20px; }\n    .metric-value { font-size: 28px; }\n    .site-header-nav { display: none; }\n    .footer-links { flex-direction: column; gap: 10px; }\n    .footer-social { flex-wrap: wrap; }\n    .ai-bottom { grid-template-columns: 1fr; gap: 16px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- SITE HEADER -->\n<div class=\"site-header\" id=\"siteHeader\">\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <h1>TUN helps students <em>achieve<\/em><\/h1>\n    <div class=\"hero-dual\">\n      <div class=\"hero-dual-item\"><strong>For Students<\/strong>Free tools to find scholarships, internships, courses, and more<\/div>\n      <div class=\"hero-divider\"><\/div>\n      <div class=\"hero-dual-item\"><strong>For Organizations<\/strong>Infrastructure to create, manage, and share opportunity at scale<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- METRICS -->\n<section class=\"metrics\">\n  <div class=\"metrics-inner fade-in\">\n    <div class=\"metric\"><div class=\"metric-value\">13<span class=\"accent\">M+<\/span><\/div><div class=\"metric-label\">Monthly Users<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">600<span class=\"accent\">K<\/span><\/div><div class=\"metric-label\">Newsletter Subscribers<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">20<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">Specialized AI Models<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">15<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">Languages Worldwide<\/div><\/div>\n  <\/div>\n<\/section>\n\n<!-- MISSION -->\n<section class=\"section mission-section\">\n  <div class=\"section-inner\">\n    <div class=\"mission-grid\">\n      <div class=\"mission-text\">\n        <div class=\"section-label\">Our Mission<\/div>\n        <div class=\"big-quote\">Reduce friction between opportunity and access<\/div>\n        <div class=\"mission-body\">\n          <p>Education has never been more important, but choosing the right path has never been more complex. Students face rising costs, rapid technological change, and a shifting job landscape. At the same time, organizations invest billions each year in scholarships, internships, research, and training &mdash; often without an efficient way to reach the students who need them most.<\/p>\n          <p>TUN exists to close that gap. We&#8217;ve built an <strong>infrastructure for opportunity<\/strong> &mdash; the systems that help students discover what&#8217;s available and help organizations deliver it at scale. Not just a content site. Not just a job board. A platform that connects both sides of the equation.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"mission-visual fade-in\">\n        <div class=\"mission-video\">\n          <div class=\"video-wrapper\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/VSktnjDCfy0\" title=\"TUN \u2014 The University Network\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n          <\/div>\n          <div class=\"video-caption\">Watch: How TUN helps students achieve<\/div>\n        <\/div>\n        <div class=\"mission-stats-row\">\n          <div class=\"mission-stat-mini\"><span class=\"msm-icon\">&#127891;<\/span> Scholarships<\/div>\n          <div class=\"mission-stat-mini\"><span class=\"msm-icon\">&#129302;<\/span> TUN AI<\/div>\n          <div class=\"mission-stat-mini\"><span class=\"msm-icon\">&#128218;<\/span> Courses<\/div>\n          <div class=\"mission-stat-mini\"><span class=\"msm-icon\">&#128188;<\/span> Internships<\/div>\n          <div class=\"mission-stat-mini\"><span class=\"msm-icon\">&#127991;&#65039;<\/span> Discounts<\/div>\n          <div class=\"mission-stat-mini\"><span class=\"msm-icon\">&#128300;<\/span> Research<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOR STUDENTS -->\n<section class=\"section for-students\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">For Students<\/div>\n    <h2 class=\"section-title\">Everything you need &mdash; free<\/h2>\n    <p class=\"section-subtitle\">TUN gives students the tools to find scholarships, land internships, learn new skills, and save money. All free, all in one place.<\/p>\n    <div class=\"students-grid\">\n      <a href=\"https:\/\/www.tun.com\/scholarships\/\" class=\"student-card fade-in\">\n        <div class=\"student-card-icon\">&#127891;<\/div>\n        <h3>Scholarships<\/h3>\n        <p>Search billions of dollars in scholarships matched to your profile. TUN AI helps you find opportunities you might otherwise miss.<\/p>\n        <div class=\"card-link\">Search scholarships &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"student-card fade-in\">\n        <div class=\"student-card-icon\">&#129302;<\/div>\n        <h3>TUN AI<\/h3>\n        <p>Your personal higher education assistant. Get personalized guidance on scholarships, financial aid, courses, careers, and more &mdash; 24\/7.<\/p>\n        <div class=\"card-link\">Try TUN AI &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/courses\/\" class=\"student-card fade-in\">\n        <div class=\"student-card-icon\">&#128218;<\/div>\n        <h3>Online Courses<\/h3>\n        <p>Explore 6,000+ free online courses from top universities and platforms. Build skills, earn credentials, and expand your mind.<\/p>\n        <div class=\"card-link\">Browse courses &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/\" class=\"student-card fade-in\">\n        <div class=\"student-card-icon\">&#128188;<\/div>\n        <h3>Internships &amp; Careers<\/h3>\n        <p>Find internships, part-time jobs, and volunteering opportunities that build real-world experience and open career doors.<\/p>\n        <div class=\"card-link\">Find opportunities &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/brand\/\" class=\"student-card fade-in\">\n        <div class=\"student-card-icon\">&#127991;&#65039;<\/div>\n        <h3>Student Discounts<\/h3>\n        <p>Save on textbooks, food, entertainment, fitness, software, and more with exclusive student discounts from major brands.<\/p>\n        <div class=\"card-link\">Find discounts &rarr;<\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/home\/\" class=\"student-card fade-in\">\n        <div class=\"student-card-icon\">&#128300;<\/div>\n        <h3>Research &amp; News<\/h3>\n        <p>Stay connected to university breakthroughs in AI, health, sustainability, and science that are shaping the future you&#8217;ll inherit.<\/p>\n        <div class=\"card-link\">Read latest &rarr;<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOR ORGANIZATIONS -->\n<section class=\"section for-orgs\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">For Organizations<\/div>\n    <h2 class=\"section-title\">The infrastructure behind<br>the opportunity<\/h2>\n    <p class=\"section-subtitle\">TUN isn&#8217;t just a student-facing platform. Behind the scenes, we provide organizations with the systems to create, manage, and distribute opportunities at scale.<\/p>\n    <div class=\"orgs-grid\">\n      <ul class=\"orgs-features\">\n        <li class=\"fade-in\"><span class=\"of-icon\">&#128295;<\/span><span><strong>Structured management tools<\/strong> &mdash; Upload, configure, and manage scholarship programs, internship listings, course features, and content through centralized dashboards.<\/span><\/li>\n        <li class=\"fade-in\"><span class=\"of-icon\">&#9989;<\/span><span><strong>Trusted publishing &amp; verification<\/strong> &mdash; All content is vetted and published within an ethical framework. We don&#8217;t sell student data.<\/span><\/li>\n        <li class=\"fade-in\"><span class=\"of-icon\">&#128640;<\/span><span><strong>Distribution through search, AI, and content<\/strong> &mdash; Your offerings reach students through TUN&#8217;s search engines, TUN AI&#8217;s relevance-based recommendations, Google News, and 15+ languages.<\/span><\/li>\n        <li class=\"fade-in\"><span class=\"of-icon\">&#128202;<\/span><span><strong>Clear reporting &amp; insight<\/strong> &mdash; Track applicants, engagement, and reach with real-time analytics and reporting dashboards.<\/span><\/li>\n        <li class=\"fade-in\"><span class=\"of-icon\">&#128736;&#65039;<\/span><span><strong>Scalable &amp; bespoke solutions<\/strong> &mdash; From a single sponsored post to a multi-channel scholarship campaign with AI integration, we tailor partnerships to your goals.<\/span><\/li>\n      <\/ul>\n      <div class=\"orgs-visual fade-in\">\n        <div class=\"orgs-visual-title\">Partnership Pathways<\/div>\n        <div class=\"orgs-visual-sub\">Multiple ways to reach students and create impact<\/div>\n        <div class=\"orgs-visual-items\">\n          <div class=\"orgs-visual-item\"><span class=\"ovi-icon\">&#127891;<\/span> Scholarship Sponsorship &amp; Management<\/div>\n          <div class=\"orgs-visual-item\"><span class=\"ovi-icon\">&#129302;<\/span> TUN AI Integration<\/div>\n          <div class=\"orgs-visual-item\"><span class=\"ovi-icon\">&#9997;&#65039;<\/span> Branded Content &amp; Storytelling<\/div>\n          <div class=\"orgs-visual-item\"><span class=\"ovi-icon\">&#128188;<\/span> Internship &amp; Talent Promotion<\/div>\n          <div class=\"orgs-visual-item\"><span class=\"ovi-icon\">&#129309;<\/span> Custom Partnerships<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"orgs-cta\" style=\"text-align:center;\">\n      <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\" class=\"btn-primary\">Explore Partnerships &rarr;<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TUN AI -->\n<section class=\"section ai-section\">\n  <div class=\"section-inner\">\n    <div class=\"ai-top\">\n      <div class=\"section-label\">TUN AI<\/div>\n      <h2 class=\"section-title\">The first AI-powered higher<br>education assistant<\/h2>\n      <p class=\"section-subtitle\">Launched in 2017 as the first AI-driven scholarship finder, TUN AI has evolved through 200+ iterations into an ethical, personalized coach for students, parents, and educators. It&#8217;s better than generic LLMs because it shares current, vetted data within an ethical framework.<\/p>\n    <\/div>\n\n    <div class=\"ai-features-grid\">\n      <div class=\"ai-feature-card fade-in\">\n        <div class=\"ai-feature-icon\">&#129504;<\/div>\n        <h4>20+ Specialized Models<\/h4>\n        <p>Purpose-built AI models for scholarships, financial aid, academics, majors, internships, and careers &mdash; not a generic chatbot.<\/p>\n      <\/div>\n      <div class=\"ai-feature-card fade-in\">\n        <div class=\"ai-feature-icon\">&#128161;<\/div>\n        <h4>Proactive Agentic Support<\/h4>\n        <p>TUN AI doesn&#8217;t wait for questions. It proactively monitors opportunities, sends reminders, and continues working for students even when they&#8217;re offline.<\/p>\n      <\/div>\n      <div class=\"ai-feature-card fade-in\">\n        <div class=\"ai-feature-icon\">&#127919;<\/div>\n        <h4>Personalized Dashboards<\/h4>\n        <p>Tailored recommendations based on each student&#8217;s profile, goals, and progress. Students create a free profile to unlock the full agentic experience.<\/p>\n      <\/div>\n      <div class=\"ai-feature-card fade-in\">\n        <div class=\"ai-feature-icon\">&#128274;<\/div>\n        <h4>Ethical Guardrails<\/h4>\n        <p>Domain expertise and ethical guidelines built specifically for education. Recommendations are based on student relevance, never paid ad placement.<\/p>\n      <\/div>\n      <div class=\"ai-feature-card fade-in\">\n        <div class=\"ai-feature-icon\">&#127758;<\/div>\n        <h4>Cited by External AI<\/h4>\n        <p>TUN content is cited by leading AI platforms including ChatGPT and Perplexity, extending reach beyond TUN to wherever students are asking questions.<\/p>\n      <\/div>\n      <div class=\"ai-feature-card fade-in\">\n        <div class=\"ai-feature-icon\">&#9889;<\/div>\n        <h4>Instant Access<\/h4>\n        <p>Students can try TUN AI in chat mode instantly without an account. Create a free profile to unlock personalized, always-on assistance.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"ai-bottom\">\n      <div class=\"ai-stat\"><div class=\"ai-stat-value\">20+<\/div><div class=\"ai-stat-label\">Specialized AI Models<\/div><\/div>\n      <div class=\"ai-stat\"><div class=\"ai-stat-value\">200+<\/div><div class=\"ai-stat-label\">Iterations Since 2017<\/div><\/div>\n      <div class=\"ai-stat\"><div class=\"ai-stat-value\">24\/7<\/div><div class=\"ai-stat-label\">Agentic Support<\/div><\/div>\n    <\/div>\n\n    <div class=\"ai-cta\">\n      <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"btn-gold\">Try TUN AI Now &rarr;<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- RESEARCH & LEARNING -->\n<section class=\"section dual-section\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Beyond Scholarships<\/div>\n    <h2 class=\"section-title\">Research, learning, and the<br>future of education<\/h2>\n    <div class=\"dual-grid\">\n      <div class=\"dual-card fade-in\">\n        <div class=\"dual-card-icon\">&#128300;<\/div>\n        <h3>Research Matters<\/h3>\n        <p>Tomorrow&#8217;s problems are being solved by university researchers today. TUN works closely with universities and research institutions to share breakthroughs and translate complex academic work into clear, student-relevant insights.<\/p>\n        <ul class=\"dual-card-details\">\n          <li>Research developments in AI, health, sustainability, and science<\/li>\n          <li>Institutional announcements and achievements<\/li>\n          <li>Published to Google News in 15+ languages<\/li>\n          <li>Strengthens the connection between universities and students<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"dual-card fade-in\">\n        <div class=\"dual-card-icon\">&#128218;<\/div>\n        <h3>Learning for a Changing World<\/h3>\n        <p>TUN&#8217;s course engine helps students discover 6,000+ online courses without the noise of traditional marketplaces. Combined with TUN AI, it reduces confusion and helps learners decide what to explore next.<\/p>\n        <ul class=\"dual-card-details\">\n          <li><strong>POWER Courses<\/strong> &mdash; Short, free micro-courses for fast topic orientation<\/li>\n          <li><strong>MVP Learning<\/strong> &mdash; Core concepts and mental models to think clearly before going deeper<\/li>\n          <li>Context and clarity over credential overload<\/li>\n          <li>Designed to restore confidence and agency in learners<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- VALUES -->\n<section class=\"section values-section\">\n  <div class=\"section-inner\" style=\"text-align:center;\">\n    <div class=\"section-label\">Our Values<\/div>\n    <h2 class=\"section-title\">What guides everything we build<\/h2>\n    <div class=\"values-grid\">\n      <div class=\"value-card fade-in\">\n        <div class=\"value-number\">01<\/div>\n        <div class=\"value-text\">Clarity<\/div>\n        <div class=\"value-over\">over complexity<\/div>\n      <\/div>\n      <div class=\"value-card fade-in\">\n        <div class=\"value-number\">02<\/div>\n        <div class=\"value-text\">Access<\/div>\n        <div class=\"value-over\">over gatekeeping<\/div>\n      <\/div>\n      <div class=\"value-card fade-in\">\n        <div class=\"value-number\">03<\/div>\n        <div class=\"value-text\">Trust<\/div>\n        <div class=\"value-over\">over hype<\/div>\n      <\/div>\n      <div class=\"value-card fade-in\">\n        <div class=\"value-number\">04<\/div>\n        <div class=\"value-text\">Understanding<\/div>\n        <div class=\"value-over\">before optimization<\/div>\n      <\/div>\n      <div class=\"value-card fade-in\">\n        <div class=\"value-number\">05<\/div>\n        <div class=\"value-text\">Infrastructure<\/div>\n        <div class=\"value-over\">over one-off solutions<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section class=\"section contact-section\">\n  <div class=\"section-inner\">\n    <h2 class=\"section-title\">Let&#8217;s connect<\/h2>\n    <div class=\"contact-grid\">\n      <div class=\"contact-item\">\n        <div class=\"contact-item-label\">Address<\/div>\n        <div class=\"contact-item-value\">99 Wall Street, #2508<br>New York, NY 10005<\/div>\n      <\/div>\n      <div class=\"contact-item\">\n        <div class=\"contact-item-label\">Phone<\/div>\n        <div class=\"contact-item-value\"><a href=\"tel:9173972650\">(917) 397-2650<\/a><\/div>\n      <\/div>\n      <div class=\"contact-item\">\n        <div class=\"contact-item-label\">Email<\/div>\n        <div class=\"contact-item-value\"><a href=\"mailto:sales@tun.com\">sales@tun.com<\/a><\/div>\n      <\/div>\n    <\/div>\n    <a href=\"https:\/\/calendly.com\/tun\" class=\"btn-white\" target=\"_blank\">Schedule a Call &rarr;<\/a>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"footer\">\n  <div class=\"footer-links\">\n    <a href=\"https:\/\/www.tun.com\/home\/\">TUN News<\/a>\n    <a href=\"https:\/\/www.tun.com\/scholarships\/\">Scholarships<\/a>\n    <a href=\"https:\/\/www.tun.com\/ai\/\">TUN AI<\/a>\n    <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\">Partnerships<\/a>\n    <a href=\"https:\/\/www.tun.com\/jobs\/about\/\">About<\/a>\n  <\/div>\n  <div class=\"footer-social\">\n    <a href=\"https:\/\/www.tiktok.com\/@tunforstudents\" target=\"_blank\">\n      <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 0 0-.79-.05A6.34 6.34 0 0 0 3.15 15a6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.34-6.34V8.98a8.21 8.21 0 0 0 4.76 1.52V7.05a4.84 4.84 0 0 1-1-.36z\"\/><\/svg>\n      TikTok\n    <\/a>\n    <a href=\"https:\/\/www.pinterest.com\/tundiscounts\/\" target=\"_blank\">\n      <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 0C5.373 0 0 5.373 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 0 1 .083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.631-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0z\"\/><\/svg>\n      Pinterest\n    <\/a>\n    <a href=\"https:\/\/www.facebook.com\/TUNforStudents\" target=\"_blank\">Facebook<\/a>\n    <a href=\"https:\/\/twitter.com\/tunforstudents\" target=\"_blank\">X<\/a>\n    <a href=\"https:\/\/www.linkedin.com\/company\/tun-inc-\" target=\"_blank\">LinkedIn<\/a>\n  <\/div>\n  <p style=\"color:white\";>&copy; 2026 TUN, Inc. All rights reserved. &nbsp;|&nbsp; <a href=\"https:\/\/www.tun.com\/blog\/we-use-cookies-to-make-our-website-experience-better\/\">Privacy<\/a><\/p>\n  <div class=\"footer-address\">TUN, Inc. &middot; 99 Wall Street, #2508 &middot; New York, NY 10005<\/div>\n<\/footer>\n\n<script>\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => { if (entry.isIntersecting) entry.target.classList.add('visible'); });\n  }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\n  document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));\n  window.addEventListener('scroll', () => {\n    document.getElementById('siteHeader').classList.toggle('scrolled', window.scrollY > 20);\n  });\n<\/script>\n\n<\/body>\n\n","protected":false},"excerpt":{"rendered":"<p>About TUN \u2014 The University Network TUN helps students achieve For StudentsFree tools to find scholarships, internships, courses, and more For OrganizationsInfrastructure to create, manage, and share opportunity at scale 13M+ Monthly Users 600K Newsletter Subscribers 20+ Specialized AI Models 15+ Languages Worldwide Our Mission Reduce friction between opportunity and access Education has never been [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":69,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"sales-pages","meta":{"om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-8","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",259,390,false],"thumbnail":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1-150x150.png",150,150,true],"medium":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1-199x300.png",199,300,true],"medium_large":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",259,390,false],"large":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",259,390,false],"1536x1536":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",259,390,false],"2048x2048":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",259,390,false],"wp_review_large":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",133,200,false],"wp_review_small":["https:\/\/www.tun.com\/jobs\/wp-content\/uploads\/2017\/03\/Screen-Shot-2017-03-25-at-12.35.25-PM-1.png",43,65,false]},"uagb_author_info":{"display_name":"Career Team","author_link":"https:\/\/www.tun.com\/jobs\/author\/magic\/"},"uagb_comment_info":0,"uagb_excerpt":"About TUN \u2014 The University Network TUN helps students achieve For StudentsFree tools to find scholarships, internships, courses, and more For OrganizationsInfrastructure to create, manage, and share opportunity at scale 13M+ Monthly Users 600K Newsletter Subscribers 20+ Specialized AI Models 15+ Languages Worldwide Our Mission Reduce friction between opportunity and access Education has never been&hellip;","_links":{"self":[{"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":130,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":19336,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages\/8\/revisions\/19336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/media\/69"}],"wp:attachment":[{"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}