{"id":7,"date":"2017-03-24T20:43:50","date_gmt":"2017-03-24T20:43:50","guid":{"rendered":"https:\/\/www.tun.com\/jobs\/wordpress\/?page_id=7"},"modified":"2026-03-08T15:40:42","modified_gmt":"2026-03-08T19:40:42","slug":"home","status":"publish","type":"page","link":"https:\/\/www.tun.com\/jobs\/","title":{"rendered":"Home"},"content":{"rendered":"\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Find Internships &amp; Careers \u2014 TUN<\/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; --tun-white: #FAFAF8; --tun-blue: #1B4DFF; --tun-blue-light: #E8EEFF;\n    --tun-blue-dark: #0A2DB3; --tun-gold: #F5A623; --tun-gold-light: #FFF7E8; --tun-green: #1DB954;\n    --tun-green-light: #E8FBF0; --tun-gray-100: #F4F4F2; --tun-gray-200: #E8E8E4;\n    --tun-gray-400: #A8A8A0; --tun-gray-600: #6B6B63; --tun-gray-800: #2D2D28;\n    --tun-purple: #7C3AED; --tun-purple-light: #F0E8FF;\n    --font-display: 'Fraunces', Georgia, serif; --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  .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250,250,248,0.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--tun-gray-200); transition: box-shadow 0.3s ease; }\n  .site-header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.06); }\n  .site-header-inner { max-width: 1200px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; }\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  .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: 600px; line-height: 1.6; }\n\n  \/* HERO *\/\n  .hero { padding: 140px 32px 80px; text-align: center; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--tun-white) 0%, var(--tun-purple-light) 50%, var(--tun-white) 100%); }\n  .hero::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,0.06) 0%, transparent 55%); pointer-events: none; }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; }\n  .hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; background: white; border: 1px solid var(--tun-gray-200); border-radius: 100px; font-size: 13px; font-weight: 500; color: var(--tun-gray-600); margin-bottom: 28px; animation: fadeUp 0.6s ease both; }\n  .hero-badge .dot { width: 8px; height: 8px; background: var(--tun-purple); border-radius: 50%; animation: pulse 2s ease infinite; }\n  .hero h1 { font-family: var(--font-display); font-size: clamp(44px, 6vw, 76px); font-weight: 700; line-height: 1.04; letter-spacing: -2.5px; color: var(--tun-black); margin-bottom: 20px; animation: fadeUp 0.6s 0.1s ease both; }\n  .hero h1 em { font-style: italic; color: var(--tun-blue); }\n  .hero-sub { font-size: 20px; line-height: 1.6; color: var(--tun-gray-600); max-width: 560px; margin: 0 auto 36px; animation: fadeUp 0.6s 0.2s ease both; }\n\n  \/* SEARCH *\/\n  .search-wrapper { max-width: 600px; margin: 0 auto 28px; position: relative; z-index: 50; animation: fadeUp 0.6s 0.3s ease both; }\n  .search-box { display: flex; align-items: center; gap: 12px; padding: 16px 24px; background: white; border: 2px solid var(--tun-gray-200); border-radius: 16px; transition: all 0.25s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }\n  .search-box:focus-within { border-color: var(--tun-blue); box-shadow: 0 4px 24px rgba(27,77,255,0.12); }\n  .search-icon { font-size: 20px; flex-shrink: 0; color: var(--tun-gray-400); }\n  .search-box input { flex: 1; border: none; outline: none; font-size: 16px; font-family: var(--font-body); color: var(--tun-black); background: transparent; }\n  .search-box input::placeholder { color: var(--tun-gray-400); }\n  .search-clear { font-size: 16px; color: var(--tun-gray-400); flex-shrink: 0; padding: 4px; cursor: pointer; display: none; }\n  .search-clear:hover { color: var(--tun-gray-800); }\n  .search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: white; border: 1px solid var(--tun-gray-200); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,0.16); display: none; max-height: 480px; overflow-y: auto; z-index: 999; }\n  .search-results.active { display: block; }\n  .search-result-item { display: block; padding: 16px 24px; text-decoration: none; color: inherit; border-bottom: 1px solid var(--tun-gray-100); transition: background 0.15s ease; }\n  .search-result-item:last-child { border-bottom: none; }\n  .search-result-item:hover { background: var(--tun-blue-light); }\n  .search-result-item h5 { font-size: 15px; font-weight: 600; color: var(--tun-black); margin-bottom: 2px; }\n  .search-result-item p { font-size: 13px; color: var(--tun-gray-600); }\n  .search-result-item .sr-company { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--tun-purple); }\n  .search-loading { padding: 24px; text-align: center; color: var(--tun-gray-400); font-size: 14px; }\n  .search-empty { padding: 24px; text-align: center; }\n  .search-empty p { color: var(--tun-gray-400); font-size: 14px; margin-bottom: 8px; }\n  .search-empty a { color: var(--tun-blue); font-weight: 600; font-size: 14px; text-decoration: none; }\n\n  .hero-or { display: flex; align-items: center; gap: 16px; justify-content: center; margin-bottom: 20px; position: relative; z-index: 1; animation: fadeUp 0.6s 0.35s ease both; }\n  .hero-or span.line { height: 1px; width: 60px; background: var(--tun-gray-200); }\n  .hero-or span.text { font-size: 13px; color: var(--tun-gray-400); font-weight: 500; }\n  .hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 1; animation: fadeUp 0.6s 0.4s ease both; }\n  .btn-ai { display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px; background: var(--tun-blue); color: white; text-decoration: none; font-weight: 600; font-size: 17px; border-radius: 14px; transition: all 0.25s ease; box-shadow: 0 4px 20px rgba(27,77,255,0.2); }\n  .btn-ai:hover { background: var(--tun-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(27,77,255,0.3); }\n  .btn-secondary { display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px; background: white; color: var(--tun-gray-800); text-decoration: none; font-weight: 600; font-size: 17px; border-radius: 14px; 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); }\n\n  \/* METRICS *\/\n  .metrics { padding: 0 32px; margin-top: -20px; position: relative; z-index: 10; }\n  .metrics-inner { max-width: 1000px; margin: 0 auto; background: var(--tun-black); border-radius: 20px; padding: 40px 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; color: white; }\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  \/* AI SPOTLIGHT *\/\n  .ai-spotlight { background: linear-gradient(165deg, #0D0D0D 0%, #0D1B33 100%); color: white; position: relative; overflow: hidden; }\n  .ai-spotlight::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 30% 50%, rgba(124,58,237,0.12) 0%, transparent 50%), radial-gradient(ellipse at 70% 20%, rgba(245,166,35,0.06) 0%, transparent 40%); pointer-events: none; }\n  .ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; }\n  .ai-spotlight .section-label { color: var(--tun-gold); }\n  .ai-spotlight .section-title { color: white; }\n  .ai-text p { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 16px; }\n  .ai-features-mini { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }\n  .ai-feat-pill { padding: 6px 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 500; }\n  .btn-gold { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: var(--tun-gold); color: var(--tun-black); text-decoration: none; font-weight: 600; font-size: 15px; border-radius: 12px; transition: all 0.25s ease; }\n  .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.3); }\n  .ai-demo-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 32px; position: relative; }\n  .ai-demo-glow { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; background: radial-gradient(circle, rgba(124,58,237,0.15), transparent 70%); border-radius: 50%; pointer-events: none; }\n  .ai-demo-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.06); position: relative; }\n  .ai-demo-avatar { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, var(--tun-blue), #6B8AFF); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }\n  .ai-demo-name { font-weight: 600; font-size: 15px; }\n  .ai-demo-tag { font-size: 12px; color: var(--tun-gold); font-weight: 500; }\n  .ai-msg-q { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 14px 18px; font-size: 14px; color: rgba(255,255,255,0.8); margin-bottom: 18px; border-left: 3px solid var(--tun-purple); position: relative; }\n  .ai-msg-a { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; position: relative; }\n  .ai-msg-a .hl { color: white; font-weight: 600; }\n  .ai-msg-a .gold { color: var(--tun-gold); font-weight: 600; }\n\n  \/* FEATURED INTERNSHIPS *\/\n  .featured { background: var(--tun-white); }\n  .featured-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; }\n  .view-all { font-size: 15px; font-weight: 600; color: var(--tun-blue); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s ease; }\n  .view-all:hover { gap: 10px; }\n  .intern-scroll { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--tun-gray-200) transparent; }\n  .intern-scroll::-webkit-scrollbar { height: 6px; }\n  .intern-scroll::-webkit-scrollbar-thumb { background: var(--tun-gray-200); border-radius: 3px; }\n  .intern-card { min-width: 300px; max-width: 300px; flex-shrink: 0; scroll-snap-align: start; border-radius: 16px; padding: 28px; border: 1px solid var(--tun-gray-200); background: white; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }\n  .intern-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-color: var(--tun-blue); }\n  .intern-company { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }\n  .intern-logo { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: white; flex-shrink: 0; }\n  .il-1 { background: linear-gradient(135deg, #1a1a6c, #4444cc); }\n  .il-2 { background: linear-gradient(135deg, #cc0000, #ff4444); }\n  .il-3 { background: linear-gradient(135deg, #004E36, #00A36C); }\n  .il-4 { background: linear-gradient(135deg, #003087, #0066CC); }\n  .il-5 { background: linear-gradient(135deg, #000, #333); }\n  .il-6 { background: linear-gradient(135deg, #6B21A8, #A855F7); }\n  .intern-company-name { font-size: 12px; font-weight: 600; color: var(--tun-gray-600); }\n  .intern-card h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tun-black); margin-bottom: 10px; line-height: 1.3; }\n  .intern-meta { display: flex; flex-wrap: wrap; gap: 8px; }\n  .intern-tag { font-size: 12px; padding: 4px 10px; border-radius: 100px; background: var(--tun-gray-100); border: 1px solid var(--tun-gray-200); color: var(--tun-gray-600); }\n  .intern-tag.pay { background: var(--tun-green-light); border-color: rgba(29,185,84,0.2); color: #0D7A34; }\n\n  \/* COMPANY SPOTLIGHTS *\/\n  .spotlights { background: var(--tun-gray-100); }\n  .spotlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }\n  .spotlight-card { background: white; border-radius: 16px; overflow: hidden; border: 1px solid var(--tun-gray-200); transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }\n  .spotlight-card:hover { border-color: var(--tun-blue); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }\n  .spotlight-image { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 28px; font-family: var(--font-display); font-weight: 700; color: white; }\n  .sp-1 { background: linear-gradient(135deg, #00A4EF, #0078D4); }\n  .sp-2 { background: linear-gradient(135deg, #FF9900, #FFB84D); }\n  .sp-3 { background: linear-gradient(135deg, #000, #333); }\n  .sp-4 { background: linear-gradient(135deg, #1DB954, #5CE08A); }\n  .sp-5 { background: linear-gradient(135deg, #005288, #0088CC); }\n  .sp-6 { background: linear-gradient(135deg, #D31027, #EA384D); }\n  .sp-7 { background: linear-gradient(135deg, #412991, #7C3AED); }\n  .sp-8 { background: linear-gradient(135deg, #D64000, #FF6B2B); }\n  .spotlight-body { padding: 20px; }\n  .spotlight-body h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--tun-black); line-height: 1.3; margin-bottom: 4px; }\n  .spotlight-body p { font-size: 12px; color: var(--tun-gray-400); }\n\n  \/* BROWSE BY INDUSTRY *\/\n  .industries { background: var(--tun-white); }\n  .industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }\n  .industry-card { background: var(--tun-gray-100); border-radius: 14px; padding: 24px; text-align: center; border: 1px solid var(--tun-gray-200); transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }\n  .industry-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .industry-icon { font-size: 28px; margin-bottom: 10px; }\n  .industry-card h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--tun-black); }\n\n  \/* TIPS *\/\n  .tips { background: var(--tun-gray-100); }\n  .tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }\n  .tip-card { background: white; border-radius: 16px; padding: 28px; border: 1px solid var(--tun-gray-200); transition: all 0.3s ease; }\n  .tip-card:hover { border-color: var(--tun-blue); transform: translateY(-2px); }\n  .tip-icon { font-size: 28px; margin-bottom: 12px; }\n  .tip-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--tun-black); margin-bottom: 6px; }\n  .tip-card p { font-size: 14px; color: var(--tun-gray-600); line-height: 1.6; }\n\n  \/* FOR EMPLOYERS *\/\n  .for-employers { background: var(--tun-black); color: white; padding: 64px 32px; position: relative; overflow: hidden; }\n  .for-employers::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(124,58,237,0.08); pointer-events: none; }\n  .for-employers-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; }\n  .for-employers-text h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 8px; }\n  .for-employers-text p { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 500px; }\n  .for-employers-cta { display: flex; gap: 12px; flex-shrink: 0; }\n  .btn-outline-light { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: transparent; color: white; text-decoration: none; font-weight: 600; font-size: 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.25); transition: all 0.2s ease; }\n  .btn-outline-light:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }\n\n  .footer { background: var(--tun-black); color: rgba(255,255,255,0.5); padding: 48px 32px; text-align: center; font-size: 14px; border-top: 1px solid rgba(255,255,255,0.06); }\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-address { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.3); }\n\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }\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  @media (max-width: 1024px) {\n    .ai-grid { grid-template-columns: 1fr; gap: 48px; }\n    .spotlights-grid { grid-template-columns: repeat(2, 1fr); }\n    .industries-grid { grid-template-columns: repeat(2, 1fr); }\n    .tips-grid { grid-template-columns: 1fr; }\n    .for-employers-inner { flex-direction: column; text-align: center; }\n    .metrics-inner { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 640px) {\n    .hero { padding: 120px 20px 60px; } .section { padding: 72px 20px; }\n    .site-header-nav { display: none; }\n    .spotlights-grid { grid-template-columns: 1fr; }\n    .industries-grid { grid-template-columns: repeat(2, 1fr); }\n    .hero-actions { flex-direction: column; }\n    .btn-ai, .btn-secondary { width: 100%; justify-content: center; }\n    .footer-links { flex-direction: column; gap: 10px; }\n    .for-employers-cta { flex-direction: column; width: 100%; }\n    .for-employers-cta a { width: 100%; justify-content: center; }\n    .intern-card { min-width: 270px; max-width: 270px; }\n    .metrics-inner { padding: 28px 20px; } .metric-value { font-size: 28px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"site-header\" id=\"siteHeader\">\n\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-badge\"><span class=\"dot\"><\/span> 3000+ internships updated daily<\/div>\n    <h1>Find internships that <em>launch careers<\/em><\/h1>\n    <p class=\"hero-sub\">Search thousands of internships, co-ops, and entry-level roles from top companies. TUN AI helps you find the ones that match your skills and career goals.<\/p>\n\n    <div class=\"search-wrapper\">\n      <div class=\"search-box\">\n        <span class=\"search-icon\">&#128269;<\/span>\n        <input type=\"text\" id=\"internSearch\" placeholder=\"Search internships \u2014 try &quot;software engineer&quot; or &quot;Tesla&quot;\" autocomplete=\"off\">\n        <span class=\"search-clear\" id=\"searchClear\" onclick=\"clearSearch()\">&#10005;<\/span>\n      <\/div>\n      <div class=\"search-results\" id=\"searchResults\"><\/div>\n    <\/div>\n\n    <div class=\"hero-or\"><span class=\"line\"><\/span><span class=\"text\">or<\/span><span class=\"line\"><\/span><\/div>\n    <div class=\"hero-actions\">\n      <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"btn-ai\">&#129302; Get AI Career Guidance<\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"btn-secondary\">&#128188; Browse All Internships<\/a>\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\">3000<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">Live Internships<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">13<span class=\"accent\">M+<\/span><\/div><div class=\"metric-label\">Student Users<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\">20<span class=\"accent\">+<\/span><\/div><div class=\"metric-label\">AI Career Models<\/div><\/div>\n    <div class=\"metric\"><div class=\"metric-value\"><span class=\"accent\">Daily<\/span><\/div><div class=\"metric-label\">Listings Updated<\/div><\/div>\n  <\/div>\n<\/section>\n\n<!-- TUN AI FOR CAREERS -->\n<section class=\"section ai-spotlight\">\n  <div class=\"section-inner\">\n    <div class=\"ai-grid\">\n      <div class=\"ai-text\">\n        <div class=\"section-label\">TUN AI Career Guide<\/div>\n        <h2 class=\"section-title\" style=\"color:white;\">Not sure where to start?<br>AI will help you figure it out.<\/h2>\n        <p>TUN AI doesn&#8217;t just list internships &mdash; it understands your major, interests, and career goals, then recommends opportunities and strategies tailored to you. Think of it as a career advisor that&#8217;s always available.<\/p>\n        <p>Whether you&#8217;re exploring industries, preparing for interviews, or deciding between offers, TUN AI gives you personalized guidance in seconds.<\/p>\n        <div class=\"ai-features-mini\">\n          <span class=\"ai-feat-pill\">&#128188; Internship Matching<\/span>\n          <span class=\"ai-feat-pill\">&#128203; Resume Tips<\/span>\n          <span class=\"ai-feat-pill\">&#127919; Career Planning<\/span>\n          <span class=\"ai-feat-pill\">&#128172; Interview Prep<\/span>\n        <\/div>\n        <a href=\"https:\/\/www.tun.com\/ai\/\" class=\"btn-gold\">Get AI Career Guidance &rarr;<\/a>\n      <\/div>\n      <div class=\"ai-demo-card fade-in\">\n        <div class=\"ai-demo-glow\"><\/div>\n        <div class=\"ai-demo-header\">\n          <div class=\"ai-demo-avatar\">AI<\/div>\n          <div><div class=\"ai-demo-name\">TUN AI<\/div><div class=\"ai-demo-tag\">Career Guide<\/div><\/div>\n        <\/div>\n        <div class=\"ai-msg-q\">I&#8217;m a junior studying marketing and I want a summer internship at a tech company in New York. What should I apply for?<\/div>\n        <div class=\"ai-msg-a\">\n          Great goal! Here are some strong matches for a marketing student targeting NYC tech:\n          <br><br>\n          <span class=\"hl\">1.<\/span> <span class=\"gold\">American Express<\/span> &mdash; Summer Marketing Intern, Global Services. Hybrid in NYC, $24-63\/hr. Perfect intersection of marketing and fintech.\n          <br><br>\n          <span class=\"hl\">2.<\/span> <span class=\"gold\">TikTok<\/span> &mdash; Marketing Intern, Growth. Based in NYC. One of the most competitive and rewarding programs for marketing students.\n          <br><br>\n          <span class=\"hl\">3.<\/span> I also found <span class=\"hl\">6 more matches<\/span> in your area. Want me to help you prioritize by deadline, or would you like resume tips for tech marketing roles?\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FEATURED INTERNSHIPS -->\n<section class=\"section featured\">\n  <div class=\"section-inner\">\n    <div class=\"featured-header\">\n      <div><div class=\"section-label\">Featured Internships<\/div><h2 class=\"section-title\">Hiring now<\/h2><\/div>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"view-all\">View all internships &rarr;<\/a>\n    <\/div>\n    <div class=\"intern-scroll\">\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/the-walt-disney-company-wdi-visual-effects-designer-intern-spring-2026-glendale-ca\/\" class=\"intern-card\">\n        <div class=\"intern-company\"><div class=\"intern-logo il-1\">&#127904;<\/div><div class=\"intern-company-name\">Walt Disney Company<\/div><\/div>\n        <h3>Visual Effects Designer Intern<\/h3>\n        <div class=\"intern-meta\"><span class=\"intern-tag\">Glendale, CA<\/span><span class=\"intern-tag\">Spring 2026<\/span><\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/tesla-internship-system-integration-test-automation-engineer-energy-engineering-fall-2025-palo-alto-ca\/\" class=\"intern-card\">\n        <div class=\"intern-company\"><div class=\"intern-logo il-2\">T<\/div><div class=\"intern-company-name\">Tesla<\/div><\/div>\n        <h3>System Integration &amp; Test Automation Engineer<\/h3>\n        <div class=\"intern-meta\"><span class=\"intern-tag\">Palo Alto, CA<\/span><span class=\"intern-tag\">On Site<\/span><\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/basf-professional-development-program-pdp-internship-electrical-engineering-summer-2026\/\" class=\"intern-card\">\n        <div class=\"intern-company\"><div class=\"intern-logo il-3\">B<\/div><div class=\"intern-company-name\">BASF<\/div><\/div>\n        <h3>Electrical Engineering Intern (PDP)<\/h3>\n        <div class=\"intern-meta\"><span class=\"intern-tag\">Florham Park, NJ<\/span><span class=\"intern-tag\">Hybrid<\/span><span class=\"intern-tag pay\">Paid<\/span><\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/kpmg-us-technology-assurance-audit-intern-multiple-locations-summer-2026-minneapolis-mn\/\" class=\"intern-card\">\n        <div class=\"intern-company\"><div class=\"intern-logo il-4\">K<\/div><div class=\"intern-company-name\">KPMG<\/div><\/div>\n        <h3>Technology Assurance Audit Intern<\/h3>\n        <div class=\"intern-meta\"><span class=\"intern-tag\">Multiple Locations<\/span><span class=\"intern-tag pay\">$86K-$94K<\/span><\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/tesla-internship-mobile-application-software-engineer-energy-engineering-winter-spring-2026-palo-alto-ca\/\" class=\"intern-card\">\n        <div class=\"intern-company\"><div class=\"intern-logo il-2\">T<\/div><div class=\"intern-company-name\">Tesla<\/div><\/div>\n        <h3>Mobile App Software Engineer Intern<\/h3>\n        <div class=\"intern-meta\"><span class=\"intern-tag\">Palo Alto, CA<\/span><span class=\"intern-tag\">On Site<\/span><\/div>\n      <\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/cbiz-audit-intern-construction-spring-2027-west-conshohocken-pa\/\" class=\"intern-card\">\n        <div class=\"intern-company\"><div class=\"intern-logo il-6\">C<\/div><div class=\"intern-company-name\">CBIZ<\/div><\/div>\n        <h3>Audit Intern &mdash; Construction<\/h3>\n        <div class=\"intern-meta\"><span class=\"intern-tag\">West Conshohocken, PA<\/span><span class=\"intern-tag\">Spring 2027<\/span><\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- COMPANY SPOTLIGHTS -->\n<section class=\"section spotlights\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Company Spotlights<\/div>\n    <h2 class=\"section-title\">Inside the top internship programs<\/h2>\n    <p class=\"section-subtitle\">Deep-dive guides to internship programs at the world&#8217;s most sought-after companies.<\/p>\n    <div class=\"spotlights-grid\">\n      <a href=\"https:\/\/www.tun.com\/jobs\/score-big-with-microsoft-internships\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-1\">Microsoft<\/div><div class=\"spotlight-body\"><h4>Score Big With Microsoft Internships<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/everything-you-need-to-know-about-amazon-internships\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-2\">Amazon<\/div><div class=\"spotlight-body\"><h4>Everything About Amazon Internships<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/everything-you-need-to-know-about-spacex-internship\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-3\">SpaceX<\/div><div class=\"spotlight-body\"><h4>Everything About SpaceX Internships<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/everything-you-need-to-know-about-the-spotify-internship-program\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-4\">Spotify<\/div><div class=\"spotlight-body\"><h4>Inside the Spotify Internship<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/everything-you-need-to-know-about-disney-internships\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-5\">Disney<\/div><div class=\"spotlight-body\"><h4>Everything About Disney Internships<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/lululemon-internship-program\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-6\">lululemon<\/div><div class=\"spotlight-body\"><h4>The Lululemon Internship Experience<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/openais-residency-the-launchpad-for-tomorrows-ai-innovators\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-7\">OpenAI<\/div><div class=\"spotlight-body\"><h4>OpenAI&#8217;s Residency Program<\/h4><p>Complete guide<\/p><\/div><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/soar-to-new-heights-with-a-pwc-internship-put-your-career-in-the-limelight\/\" class=\"spotlight-card fade-in\"><div class=\"spotlight-image sp-8\">PwC<\/div><div class=\"spotlight-body\"><h4>The PwC Internship: Career Spotlight<\/h4><p>Complete guide<\/p><\/div><\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BROWSE BY INDUSTRY -->\n<section class=\"section industries\">\n  <div class=\"section-inner\">\n    <div style=\"text-align:center; margin-bottom:8px;\">\n      <div class=\"section-label\">Browse by Industry<\/div>\n      <h2 class=\"section-title\">Find your field<\/h2>\n    <\/div>\n    <div class=\"industries-grid\">\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#128187;<\/div><h4>Technology<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#128176;<\/div><h4>Finance &amp; Banking<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#9889;<\/div><h4>Engineering<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#129657;<\/div><h4>Healthcare<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#128227;<\/div><h4>Marketing<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#127912;<\/div><h4>Design &amp; Creative<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#128218;<\/div><h4>Consulting<\/h4><\/a>\n      <a href=\"https:\/\/www.tun.com\/jobs\/internships\/\" class=\"industry-card fade-in\"><div class=\"industry-icon\">&#127793;<\/div><h4>Sustainability<\/h4><\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TIPS -->\n<section class=\"section tips\">\n  <div class=\"section-inner\">\n    <div style=\"text-align:center; margin-bottom:8px;\">\n      <div class=\"section-label\">Internship Tips<\/div>\n      <h2 class=\"section-title\">Land the internship you want<\/h2>\n    <\/div>\n    <div class=\"tips-grid\">\n      <div class=\"tip-card fade-in\">\n        <div class=\"tip-icon\">&#128203;<\/div>\n        <h4>Apply Early &amp; Apply Often<\/h4>\n        <p>Top internship programs fill months in advance. Start searching in fall for summer positions. TUN AI monitors new listings 24\/7 and alerts you to matches as they&#8217;re posted.<\/p>\n      <\/div>\n      <div class=\"tip-card fade-in\">\n        <div class=\"tip-icon\">&#128172;<\/div>\n        <h4>Tailor Every Application<\/h4>\n        <p>Generic resumes get filtered out. Customize your resume and cover letter for each company, highlighting the skills and experiences most relevant to that specific role.<\/p>\n      <\/div>\n      <div class=\"tip-card fade-in\">\n        <div class=\"tip-icon\">&#127891;<\/div>\n        <h4>Combine With a Scholarship<\/h4>\n        <p>Many TUN scholarship sponsors also offer internships. Applying for both shows initiative and creates multiple touchpoints with a company you want to work for.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOR EMPLOYERS -->\n<section class=\"for-employers\">\n  <div class=\"for-employers-inner\">\n    <div class=\"for-employers-text\">\n      <h3>Hiring interns? Reach 13M students.<\/h3>\n      <p>Promote your internship program on TUN&#8217;s platform and get recommended by TUN AI to students who match your ideal candidate profile.<\/p>\n    <\/div>\n    <div class=\"for-employers-cta\">\n      <a href=\"https:\/\/www.tun.com\/home\/promote-your-internship-program\/\" class=\"btn-gold\">Promote Your Program &rarr;<\/a>\n      <a href=\"https:\/\/www.tun.com\/home\/partnerships\/\" class=\"btn-outline-light\">All Partnerships<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer class=\"footer\">\n  <div class=\"footer-links\">\n    <a href=\"https:\/\/www.tun.com\/home\/\">News<\/a>\n    <a href=\"https:\/\/www.tun.com\/scholarships\/\">Scholarships<\/a>\n    <a href=\"https:\/\/www.tun.com\/courses\/\">Courses<\/a>\n    <a href=\"https:\/\/www.tun.com\/jobs\/\">Careers<\/a>\n    <a href=\"https:\/\/www.tun.com\/ai\/\">TUN AI<\/a>\n    <a href=\"https:\/\/www.tun.com\/brand\/\">Discounts<\/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  <p>&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  \/\/ INTERNSHIP SEARCH\n  (function() {\n    var input = document.getElementById('internSearch');\n    var results = document.getElementById('searchResults');\n    var clearBtn = document.getElementById('searchClear');\n    var debounceTimer;\n    var API_BASE = 'https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/posts';\n\n    input.addEventListener('input', function() {\n      var query = input.value.trim();\n      clearBtn.style.display = query.length > 0 ? 'block' : 'none';\n      clearTimeout(debounceTimer);\n      if (query.length < 2) { results.classList.remove('active'); return; }\n      results.innerHTML = '<div class=\"search-loading\">Searching internships...<\/div>';\n      results.classList.add('active');\n      debounceTimer = setTimeout(function() {\n        fetch(API_BASE + '?search=' + encodeURIComponent(query) + '&per_page=8&_embed')\n          .then(function(r) { return r.json(); })\n          .then(function(posts) {\n            if (posts.length === 0) {\n              results.innerHTML = '<div class=\"search-empty\"><p>No internships found for \"' + query + '\"<\/p><a href=\"https:\/\/www.tun.com\/ai\/\">Ask TUN AI for career guidance &rarr;<\/a><\/div>';\n              return;\n            }\n            var html = '';\n            posts.forEach(function(post) {\n              var title = post.title.rendered.replace(\/<[^>]*>\/g, '');\n              var excerpt = post.excerpt.rendered.replace(\/<[^>]*>\/g, '').substring(0, 100);\n              html += '<a href=\"' + post.link + '\" class=\"search-result-item\">';\n              html += '<h5>' + title + '<\/h5>';\n              html += '<p>' + excerpt + '...<\/p><\/a>';\n            });\n            results.innerHTML = html;\n          })\n          .catch(function() {\n            results.innerHTML = '<div class=\"search-empty\"><p>Search unavailable<\/p><a href=\"https:\/\/www.tun.com\/jobs\/internships\/\">Browse all internships &rarr;<\/a><\/div>';\n          });\n      }, 300);\n    });\n    document.addEventListener('click', function(e) {\n      if (!e.target.closest('.search-wrapper')) results.classList.remove('active');\n    });\n    input.addEventListener('focus', function() {\n      if (input.value.trim().length >= 2 && results.innerHTML) results.classList.add('active');\n    });\n  })();\n\n  function clearSearch() {\n    var input = document.getElementById('internSearch');\n    var results = document.getElementById('searchResults');\n    var clearBtn = document.getElementById('searchClear');\n    input.value = ''; results.classList.remove('active'); results.innerHTML = '';\n    clearBtn.style.display = 'none'; input.focus();\n  }\n\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) { if (entry.isIntersecting) entry.target.classList.add('visible'); });\n  }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\n  document.querySelectorAll('.fade-in').forEach(function(el) { observer.observe(el); });\n  window.addEventListener('scroll', function() {\n    document.getElementById('siteHeader').classList.toggle('scrolled', window.scrollY > 20);\n  });\n<\/script>\n\n<\/body>\n","protected":false},"excerpt":{"rendered":"<p>Find Internships &amp; Careers \u2014 TUN 3000+ internships updated daily Find internships that launch careers Search thousands of internships, co-ops, and entry-level roles from top companies. TUN AI helps you find the ones that match your skills and career goals. &#128269; &#10005; or &#129302; Get AI Career Guidance &#128188; Browse All Internships 3000+ Live Internships [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"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-7","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"wp_review_large":false,"wp_review_small":false},"uagb_author_info":{"display_name":"Career Team","author_link":"https:\/\/www.tun.com\/jobs\/author\/magic\/"},"uagb_comment_info":0,"uagb_excerpt":"Find Internships &amp; Careers \u2014 TUN 3000+ internships updated daily Find internships that launch careers Search thousands of internships, co-ops, and entry-level roles from top companies. TUN AI helps you find the ones that match your skills and career goals. &#128269; &#10005; or &#129302; Get AI Career Guidance &#128188; Browse All Internships 3000+ Live Internships&hellip;","_links":{"self":[{"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages\/7","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=7"}],"version-history":[{"count":194,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":19346,"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/pages\/7\/revisions\/19346"}],"wp:attachment":[{"href":"https:\/\/www.tun.com\/jobs\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}