Deploy CJSatnarine/CJSatnarine.github.io to CJSatnarine/CJSatnarine.github.io:gh-pages
This commit is contained in:
80
projects/amateur_linguist/index.html
Normal file
80
projects/amateur_linguist/index.html
Normal file
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CJ Satnarine</title>
|
||||
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
|
||||
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.module.js",
|
||||
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
<script type="module" src="/window.js"></script>
|
||||
</head>
|
||||
|
||||
<nav>
|
||||
<a href="https://cjsatnarine.github.io/">Home</a>
|
||||
<span id="text"> | </span><a href="https://cjsatnarine.github.io/blog/"><strike>Rants</strike> Posts</a>
|
||||
<span id="text"> | </span><a href="https://cjsatnarine.github.io/projects/">My Stuff</a>
|
||||
<span id="text"> | </span><a href="https://cjsatnarine.github.io/stuff_I_like/">Stuff I Like</a>
|
||||
<hr>
|
||||
</nav>
|
||||
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
|
||||
<h1 id="amateur_linguist" class="title">
|
||||
Amateur Linguist
|
||||
</h1>
|
||||
|
||||
<p>Languages are cool. I like languages. I want to languages. Here you will find my linguistics projects.</p>
|
||||
<p>As a young child, I have had an interest in linguistics. For a while, I was grinding Duolingo, but that felt more of a game than actually learning, so I stopped that and tried learning languages through other means. My native tongue is <em>English</em>, but I find interest in these other languages:</p>
|
||||
<ul>
|
||||
<li><em>Deutsch</em>: currently learning both Hochdeutsch and Schwiizerdütsch from my Swiss friends</li>
|
||||
<li><em>Español</em>: learnt some Spanish when I was younger, not really good at it but I can barely hold a conversation</li>
|
||||
<li><em>Français</em>: learnt a bit in school, but my French is really bad as I often confuse Parisian French with Swiss French</li>
|
||||
<li><em>Nederlands</em>: learnt some when I was younger, I'm not as good as I used to be</li>
|
||||
<li><em>Dansk</em>: an unfortunate event occured</li>
|
||||
<li><em>Íslenska</em>: I know this cool Icelandic guy and the language is so cool because they still use þorn</li>
|
||||
<li><em>Norsk</em>: Norwegian is interesting but I already know some Danish and I'm not sure if I want to learn Danish but less funny-sounding</li>
|
||||
<li><em>Lingua Latina</em>: learnt a bit in school, pretty cool language</li>
|
||||
<li><em>ελληνικά</em>: Greek is kinda cool, I wanna learn it in the future</li>
|
||||
<li><em>Русский</em>: I have no interest in learning Russian but I am going to torture myself by learning Russian just to read Tolstoy's War and Peace its original language</li>
|
||||
<li><em>Suomi</em>: my brother is learning Finnish so I might learn it as well for the funnies</li>
|
||||
<li><em>Davvisámegiella</em>: I discovered Northern Sámi through music, and I think it's a cool language</li>
|
||||
<li><em>Kalaallisut</em>: Greenlandic was also discovered through music, I think it's also cool</li>
|
||||
</ul>
|
||||
<p>Unfortunately, I do not think I'll be able to learn all of these languages. That's fine, I'm happy about learning as much as I can.</p>
|
||||
<h2 id="projects">Projects</h2>
|
||||
<h6 id="projects-coming-soon">Projects coming soon!</h6>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
<footer id="footer">
|
||||
<center>
|
||||
<a href="https://evilr.ing/cjsatnarine/previous"><</a>
|
||||
<a href="https://evilr.ing">EVILRING</a>
|
||||
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
||||
<p> Made with <a href="https://www.getzola.org/">Zola</a></p>
|
||||
</center>
|
||||
</footer>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user