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.
55 lines
2.4 KiB
55 lines
2.4 KiB
3 months ago
|
<!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/homepagestyles.css" rel="stylesheet" type="text/css">
|
||
|
<link href="/styles/styles.css" rel="stylesheet">
|
||
|
<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>
|
||
|
</div>
|
||
|
|
||
|
<article>
|
||
|
<p>I am not a Hungarian speaker, or in any way an expert in Hungarian history or culture. However, my paternal heritage is Hungarian and I have lots of family there so I am creating these pages as a way of learning more about both of these things. My aim, when it comes to the language, is to become at least conversant in it so that I can speak to people when I am visiting Hungary. If you have ever visited Budapest, you may know that it is common enought to encounter English speakers that English-speaking tourists can get by withouth too much difficulty.</p>
|
||
|
<p>Away from the capital, English is less commonly spoken and so learning the language is useful if you wish to explore more of the country.</p>
|
||
|
</article>
|
||
|
|
||
|
<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='homework/lesson1.html';">
|
||
|
Preply Homework
|
||
|
</button>
|
||
|
<button class="button" onclick="window.location.href='udemy/section1.html';">
|
||
|
UDEMY Course
|
||
|
</button>
|
||
|
<button class="button" onclick="window.location.href='flashcards/hungary_flashcards.html';">
|
||
|
Flash Cards
|
||
|
</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>
|
||
|
|
||
|
</body>
|
||
|
</html>
|