Vosyn in the Spotlight

Discover the latest news, stories, and updates about Vosyn’s mission to transform global communication and content localization.

Press Logo Slider /* === Full-width grey strip === */ .press-slider-wrap{ width:100%; background:#dedede; /* full strip color */ padding:22px 0; /* vertical space */ overflow:hidden; /* hides overflow for animation */ border:0; border-radius:0; box-shadow:none; } /* === Moving track === */ .press-slider-track{ display:inline-flex; flex-wrap:nowrap; align-items:center; gap:60px; /* space between logos */ width:max-content; animation:press-slide 30s linear infinite; background:transparent; } /* === Logos === */ .press-slider-track img{ display:inline-block; height:40px; width:auto; max-width:none; margin:0; filter:none; opacity:1; } @keyframes press-slide{ from{ transform:translateX(0%); } to { transform:translateX(-50%); } } /* === Mobile adjustments === */ @media (max-width:768px){ .press-slider-track{ gap:40px; animation-duration:25s; } .press-slider-track img{ height:30px; } }
Google Cloud Betakit PR Newswire AIThority StreetInsider Cision Businesswire Google Cloud Betakit PR Newswire AIThority StreetInsider Cision Businesswire

Latest News

Heylist, Vosyn, Pok Pok, and Ability Biologics have all raised fresh capital

BetaKit- June 18, 2024

Today’s collection of announcements came from Montréal-based startups Heylist and Ability Biologics.

Google Cloud is Fuelling Canadian Startup Growth

Google Cloud – Dec 10 2024

Canada’s startup ecosystem is booming and is a magnet for success. According to StartupBlink’s…

Media Coverage Section body { background: linear-gradient(135deg, #0B1426 0%, #162238 50%, #1F2B42 100%); margin: 0; padding: 20px 25px; font-family: 'Inter', sans-serif; min-height: 100vh; } .media-coverage-container { max-width: 1000px; margin: 50px auto; } .section-title { color: #ffffff; text-align: center; font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; margin: 0 0 50px 0; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .media-item { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; padding: 15px 25px; margin: 25px 0; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; display: flex; align-items: center; gap: 25px; } .media-item:hover { transform: translateY(-5px); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.05); } .media-logo { width: 260px; height: 100px; border-radius: 10px; object-fit: contain; background: transparent; padding: 10px; flex-shrink: 0; } .google-cloud-item .media-logo { width: 260px; } .betakit-item .media-logo { background: white; } .businesswire-item .media-logo { background: white; } .streetinsider-item .media-logo { background: white; } .preferred-item .media-logo { background: white; } .media-content { flex: 1; } .media-source { color: #ffffff; font-size: 26px; font-weight: 600; margin: 0 0 12px 0; line-height: 1.2; } .media-description { color: rgba(255, 255, 255, 0.85); font-size: 18px; font-weight: 200; line-height: 1.4; margin: 0 0 12px 0; } .media-date { color: #808080; font-size: 16px; font-weight: 400; text-transform: uppercase; letter-spacing: 2.5px; margin: 0; } .google-cloud-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .google-cloud-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .cision-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .cision-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .businesswire-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .businesswire-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .betakit-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .betakit-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .aithority-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .aithority-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .prnewswire-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .prnewswire-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .streetinsider-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .streetinsider-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } .preferred-item { border-color: rgba(66, 133, 244, 0.15); background: rgba(66, 133, 244, 0.05); } .preferred-item:hover { border-color: rgba(66, 133, 244, 0.25); box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4); } /* Responsive Design */ @media (max-width: 768px) { .section-title { font-size: 36px; margin-bottom: 30px; } .media-item { flex-direction: column; text-align: center; padding: 25px 20px; gap: 20px; } .media-logo { width: 200px; height: 60px; } .media-source { font-size: 20px; } .media-description { font-size: 15px; } }

Annabel Oromoni

Director of PR and Narrative Strategy

+1 (416) 674-2213

Send Us a Message

We respect your privacy. Your information will be kept confidential.

form image

Follow Vosyn on

LINKEDIN