Posts

Showing posts from July, 2020

Codex Gigas

Image
University of ZagrebCroatian study Ivan Badanjak Codex Gigas - The Devil's Bible Mystery Zagreb, 2013 This paper was prepared at the Croatian Studies at the University of Zagreb under the guidance of doc. dr. sc. Branka Grbavac and was submitted to the competition for the Rector's Award in the academic year 2012/2013. Content of the paper 1. Introduction ………………………………………………………………………………… .... 1 2. Content of the Codex ……………………………………………………………………… .... 3 2.1. First page …………………………………………………………… ................. 4 2.2. Bible …………………………………………………………………………… ... 6 2.3. Historical and medical texts ………………………………………………… ..... 7 2.4. Confession and invocation …………………………………………………………… ..... 9 2.5. Heavenly City and the Devil .............................................. ................................................ 11 2.6. Calendar ................................................. .................................................. ............... 16 3. The Legend of the Origin of the Code...

Theories

pizza gate mattress gate  harvy vinstin

Yummys Responsive

Image
HTML WEBSITE  <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Yummy's Cafe</title>     <link rel="stylesheet" href="style.css">     <link href="https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@700&display=swap" rel="stylesheet">     <link href="https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap" rel="stylesheet">     <link href="https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap" rel="stylesheet">     <!-- <link rel="stylesheet" media="screen and (max-width: 1070px)" href="phone.css"> -->     <link rel="stylesheet" media="screen and (max-width: 1100px)" href="mobile.css...

(Content) Welcome website background

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Document</title> </head> <style>     body {         color: beige;         background-color: black;         margin: 0px;         padding: 0px;              }         header::before{         content: "";         background: url('https://source.unsplash.com/random') no-repeat center center/cover;         position: absolute;         width: 100%;         height: 100%;         z-index: -1;            top: 0;         left: 0;       ...