You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
import { addBanner, addArticle, addTitle, addHeader, addParagraph, addSubHeader, addSmallHeader } from '/scripts/article.js';
|
|
|
|
import { addInset, addInsetList, addInsetCodeListing, addInsetBulletList } from '/scripts/inset.js';
|
|
|
|
import { addImageWithCaption, addButtonGroup } from '/scripts/visuals.js';
|
|
|
|
import { addSidebar} from '/scripts/sidebar.js'
|
|
|
|
import { addSyntax } from '/scripts/code.js';
|
|
|
|
|
|
|
|
const heading = document.querySelector(".heading");
|
|
|
|
const global = document.querySelector(".global_menu");
|
|
|
|
const local = document.querySelector(".local_menu");
|
|
|
|
const sidebar = document.querySelector(".sidebar");
|
|
|
|
const main = document.querySelector(".main_content");
|
|
|
|
|
|
|
|
heading.append(addTitle("Hungarian Language"));
|
|
|
|
heading.append(addParagraph("Philip Osztromok"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addSidebar("hungarian");
|