Template:Appeal/en6c-email3-demo/en: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 68: | Line 68: | ||
function addQuote() { |
function addQuote() { |
||
var quote = document.createElement(" |
var quote = document.createElement("div"); |
||
quote.innerHTML = "“Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.”"; |
quote.innerHTML = "<p class='jimmy-quote'>“Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.”</p><p class='jimmy-founder'>Jimmy Wales - Founder of Wikipedia</p>"; |
||
quote.classList.add("jimmy-quote"); |
|||
var leftSide = document.getElementById("mw-navigation"); |
var leftSide = document.getElementById("mw-navigation"); |
||
leftSide.insertBefore(quote, leftSide.firstChild); |
leftSide.insertBefore(quote, leftSide.firstChild); |
Revision as of 10:44, 16 October 2023