website .src files
authorRob <robin@robinkrens.nl>
Sun, 18 Mar 2018 18:48:44 +0000 (02:48 +0800)
committerRob <robin@robinkrens.nl>
Sun, 18 Mar 2018 18:48:44 +0000 (02:48 +0800)
advanced.txt [new file with mode: 0644]
files/contact.png [new file with mode: 0644]
files/style.css [new file with mode: 0644]
index.html [new file with mode: 0644]

diff --git a/advanced.txt b/advanced.txt
new file mode 100644 (file)
index 0000000..9383f61
--- /dev/null
@@ -0,0 +1,41 @@
+原来是这样!- http://www.ximalaya.com/7200706/album/246622/
+Podcast about some interesting scientific (useless?) facts. It's a two host show, with basically the girl 装疯卖傻. Recordings are quite long, but well eloborated and not too technical.
+
+Difficulty: 3
+
+上班脱口秀 - http://www.ximalaya.com/6534662/album/336435/ 
+Short broadcast about current events. Supposed to be funny, but that might be a matter of taste. Great way to stay up to date. Pace is fast, a lot of slang.
+
+Difficulty: 4
+
+
+新闻今日谈 https://www.youtube.com/playlist?list=PLvXvMUSstINcZQzOoZifThjUr-rNp3ENm
+Analysis of political events. A guest speaker is invited and does usually discuss two news items in 20 minutes. Hosts are from mainland, taiwan and hongkong, might have some dialect issues.
+
+Difficulty: 4.5
+
+圓桌派
+The continuation of 锵锵三人行, that for some reason dissapeared. Four people discussing current events, pace is slow, use a lot of trendy words. Has subtitles in Chinese
+https://www.youtube.com/playlist?list=PLvXvMUSstINcZQzOoZifThjUr-rNp3ENm
+
+Diffuculty: 3.5
+
+凤凰财知道
+Although the name says finance, it basically discusses anyting that is even remotely related to money. Short, but quite intense. You can find subtitles somewhere in cyberspace if you search on the title. 
+
+http://diantai.ifeng.com/#!/category/1/92395
+
+Difficulty: 5
+
+一虎一席谈
+Discussion panel with many speakers (including the audience). An excited and composed host. Often has non-native speakers on the show. About societal issues, often a 'Yes' front and 'No' front. Quite long, but has subtitles. 
+ https://www.youtube.com/playlist?list=PLvXvMUSstINfmrcFH0LFBBYW9OcEuA3yx
+
+Difficulty 4.5
+
+公开课
+These are some free courses you can download (most are on university level)
+谈判学 - series of classes about negotiation
+物流学 - series of classes about transportation
+
+Difficulty: 4
diff --git a/files/contact.png b/files/contact.png
new file mode 100644 (file)
index 0000000..746bd08
Binary files /dev/null and b/files/contact.png differ
diff --git a/files/style.css b/files/style.css
new file mode 100644 (file)
index 0000000..cd800e9
--- /dev/null
@@ -0,0 +1,32 @@
+/* look at this amazing style sheet! */
+
+body{
+       width: 70ex;
+       margin-left: auto;
+       margin-right: auto;
+       padding: 10px;
+       cursor: crosshair; // just to add a nerdy effect :) sorry about that
+}
+
+h1 {
+       border-bottom: 2px solid black;
+}
+
+pre {
+       overflow: auto;
+       height: auto;
+}
+
+ul {
+       list-style-type: none;
+}
+
+code {
+       background: black;
+       color: white;
+       padding: 1px 1px 1px 1px;
+}
+
+hr {
+       border: 1px solid black;
+}
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..24ff4d3
--- /dev/null
@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <title>robinkrens.nl</title>
+  <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" type="text/css" href="files/style.css">
+</head>
+
+<body>
+  <h1>robinkrens.nl</h1>
+
+  <p>Currently residing in Yunnan, China. This website is mostly used for email and personal articles / programming projects.
+     Please scan the tag below to contact me.
+
+  </p>
+
+  <pre>
+ ___________________________
+< Wish you another lovely day! >
+ ------------------------------
+        \   ^__^
+         \  (oo)\_______
+            (__)\       )\/\
+                ||----w |
+                ||     ||
+</pre> 
+
+  <h2>My Playground</h2>
+
+  <ul>
+    <li><a href="./ipsec.html">IPsec and the big wall</a>
+    </li>
+
+    <li><a href="./wechat.html">Wechat development / 微信小程序</a>
+    </li>
+
+    <li><a href="./chinese.html">Chinese learning</a>
+    </li>
+
+    <li><a href="./linux.html">Linux stuff</a>
+    </li>
+
+    <li><a href="http://207.148.98.140:8008/git/">My own github server</a>
+    </li>
+
+    <li><a href="./servers.html">Other servers</a>
+    </li>
+
+    <li><a href="./rescources.html">Resources</a>
+    </li>
+
+    <li><a href="./travelmap.html">My travel map</a>
+    </li>
+
+    <li><a href="./experiments.html">Experiments</a>
+
+  </ul>
+  <h2>Contact</h2>
+  <p>
+    <img src="files/contact.png" alt="contact erweima" width="50px" />
+  </p>
+
+  <hr />
+  <b>&copy; robinkrens.nl</b> -- Peace!
+</body>
+
+</html>