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.
53 lines
3.4 KiB
53 lines
3.4 KiB
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>My Learning Website</title> |
|
<link href="/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<link href="/hungary/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
<![endif]--> |
|
</head> |
|
<body> |
|
|
|
<div class="banner"> |
|
<h1 class="courselink">The Hungarian Language</h1> |
|
<h2 class="lecturer">Philip Osztromok</h2> |
|
<h2 class="episodetitle">A Brief History of the Hungarian Language</h2> |
|
</div> |
|
|
|
<article> |
|
<h2 class="sectiontitle">Asia</h2> |
|
<p>Hunagarians are really Russians!! That may be a controversial statement for many Hungarians, including myself, but there is at least some truth to it because the people we know as Hungarians, actually migrated to Europe from the Uralic region of what we now see as modern-day Russia. The Urals, in fact, are essentially the border between European Russia and Asian Russia.</p> |
|
<p>Of course, this migration took place before the establishment of modern-day Russia and so modern day Hungarians identify themselves more with their neighbouring European countries, with the possible exception of the Czechs and Slovakians who let us down a bit in 1956 (sorry my Czech friends, that is a little bit tongue in cheek)!</p> |
|
<p>This is further demonstrated in the fact that Hungarians converted to Catholicism under the rulership of Saint Stephen (Szent Istvan in Hungarian) in 1001. I don't want to go too deeply into the political history of the country here, but one of the consquences of Hungary's Uralic origins is the language which many people find very difficult because unlike languages such as English, French or even Russian, Hungarian does not belong to one of the three major European language groups which are Germanic, Romantic and Slavic. It belongs to the Ugric family of languages which also includes Finnish and Estonian as well as several languages spoken by minority groups in the northern parts of Scandinavia and Russia.</p> |
|
<p>Langfocus have posted a video on YouTube that gives some of the background on the origins of Hungarian which is really interesting.</p> |
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/Wh8PUImUMYo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
|
</article> |
|
<br><br> |
|
<div class="btngroup"> |
|
<button class="button" onclick="window.location.href='history.html';"> |
|
A Brief History of the Hungarian Language |
|
</button> |
|
<button class="button" onclick="window.location.href='alphabet.html';"> |
|
The Alphabet |
|
</button> |
|
<button class="button" onclick="window.location.href='security.html';"> |
|
Basic Words |
|
</button> |
|
<button class="button" onclick="window.location.href='/hungary/hungary.html'"> |
|
Hungary |
|
</button> |
|
<button class="button" onclick="window.location.href='/index.html'"> |
|
Home |
|
</button> |
|
</div> |
|
<br><br><br><br> |
|
</body> |
|
</html> |