Wed Jun 03 2020
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
// Socialization
let h3 = 'Stay connected.'
let p = 'Learn alongside other subscribers with live video content, created by expert language coaches.'
let bg = "url('/lp/globals/img/livelessons-efficacy.jpg')"

// Efficacy
let h3 = 'Skip the games.'
let p = 'Get real-world conversation tips with live video content (created by expert coaches) to get speaking ASAP.'
let bg = "url('/lp/globals/img/livelessons-socialization.jpg')"
var el = document.querySelector('.livelectures')

document.querySelector('.livelectures h3').innerText = h3
document.querySelector('.livelectures > div p').innerText = p
document.querySelector('.livelectures > div p').style.maxWidth = '356px'
el.style.backgroundImage = bg