PineGrow Website
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.

267 lines
14KB

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <title>Rain</title>
  10. <!-- Bootstrap core CSS -->
  11. <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
  12. <!-- Custom styles for this template -->
  13. <link href="product.css" rel="stylesheet">
  14. </head>
  15. <body>
  16. <?php
  17. function get_client_ip() {
  18. $ipaddress = '';
  19. if (getenv('HTTP_CLIENT_IP'))
  20. $ipaddress = getenv('HTTP_CLIENT_IP');
  21. else if(getenv('HTTP_X_FORWARDED_FOR'))
  22. $ipaddress = getenv('HTTP_X_FORWARDED_FOR');
  23. else if(getenv('HTTP_X_FORWARDED'))
  24. $ipaddress = getenv('HTTP_X_FORWARDED');
  25. else if(getenv('HTTP_FORWARDED_FOR'))
  26. $ipaddress = getenv('HTTP_FORWARDED_FOR');
  27. else if(getenv('HTTP_FORWARDED'))
  28. $ipaddress = getenv('HTTP_FORWARDED');
  29. else if(getenv('REMOTE_ADDR'))
  30. $ipaddress = getenv('REMOTE_ADDR');
  31. else
  32. $ipaddress = 'UNKNOWN';
  33. return $ipaddress;
  34. }
  35. ?>
  36. <nav class="site-header sticky-top py-1">
  37. <div class="container d-flex flex-column flex-md-row justify-content-between">
  38. <a class="py-2" href="#"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mx-auto">
  39. <circle cx="12" cy="12" r="10"></circle>
  40. <line x1="14.31" y1="8" x2="20.05" y2="17.94"></line>
  41. <line x1="9.69" y1="8" x2="21.17" y2="8"></line>
  42. <line x1="7.38" y1="12" x2="13.12" y2="2.06"></line>
  43. <line x1="9.69" y1="16" x2="3.95" y2="6.06"></line>
  44. <line x1="14.31" y1="16" x2="2.83" y2="16"></line>
  45. <line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>
  46. </svg> </a>
  47. <a class="py-2 d-none d-md-inline-block" href="https://99cn.info/">海外网址导航</a>
  48. <a class="py-2 d-none d-md-inline-block" href="http://www.cwrank.com/main/rank.php?geo=overseas&page=1">中文站点排行榜</a>
  49. <a class="py-2 d-none d-md-inline-block" href="https://www.google.com/?hl=zh_CN">谷歌中文</a>
  50. <a class="py-2 d-none d-md-inline-block" href="https://www.goodreads.com/genres/google-read">Google Read</a>
  51. <a class="py-2 d-none d-md-inline-block" href="https://wired.com/">Wired Magazine</a>
  52. <a class="py-2 d-none d-md-inline-block" href="https://www.itnews.com.au/">IT News</a>
  53. <a class="py-2 d-none d-md-inline-block" href="https://www.smh.com.au/">Sydney Morning Herald</a>
  54. </div>
  55. </nav>
  56. <div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
  57. <div class="col-md-5 mx-auto my-5 p-lg-5">
  58. <h1 class="display-4 font-weight-normal">Welcome to Rain's World </h1>
  59. <p class="font-weight-normal lead">While motivation gets us started, good habits keep us going forward</p>
  60. <button class="btn btn-outline-secondary" href="#">
  61. Your IP:
  62. <?php echo get_client_ip() ; ?>
  63. </button>
  64. <br/>
  65. <p class="font-weight-normal lead"><?php
  66. echo "Today is " . date("Y/m/d - h:i:s") . " @ Asia/HongKong";
  67. ?></p>
  68. </div>
  69. <div class="box-shadow d-md-block d-none product-device"></div>
  70. <div class="box-shadow d-md-block d-none product-device product-device-2"></div>
  71. </div>
  72. <footer class="container py-5">
  73. <div class="row">
  74. <div class="col-12 col-md">
  75. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mb-2">
  76. <circle cx="12" cy="12" r="10"></circle>
  77. <line x1="14.31" y1="8" x2="20.05" y2="17.94"></line>
  78. <line x1="9.69" y1="8" x2="21.17" y2="8"></line>
  79. <line x1="7.38" y1="12" x2="13.12" y2="2.06"></line>
  80. <line x1="9.69" y1="16" x2="3.95" y2="6.06"></line>
  81. <line x1="14.31" y1="16" x2="2.83" y2="16"></line>
  82. <line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>
  83. </svg>
  84. <small class="d-block mb-3 text-muted">&copy; 20<span style="font-size: 12.8px;">20</span></small>
  85. </div>
  86. <div class="col-6 col-md">
  87. <h5>海外华闻</h5>
  88. <ul class="list-unstyled text-small">
  89. <li>
  90. <a class="text-muted" href="http://creaders.net/">万维读者 - 加拿大</a>
  91. </li>
  92. <li>
  93. <a class="text-muted" href="https://backchina.com/">倍可亲 - 北美</a>
  94. </li>
  95. <li>
  96. <a class="text-muted" href="https://www.wenxuecity.com/">文学城 - 北美</a>
  97. </li>
  98. <li>
  99. <a class="text-muted" href="https://www.6park.com/">留圆网 - 澳州英国</a>
  100. </li>
  101. <li>
  102. <a class="text-muted" href="https://www.nownews.com/">今日新闻 - 台湾</a>
  103. </li>
  104. <li>
  105. <a class="text-muted" href="https://hk.appledaily.com/">苹果日报-香港</a>
  106. </li>
  107. <li>
  108. <a class="text-muted" href="https://zaobao.com.sg">联合早报 - 新加坡</a>
  109. </li>
  110. <li>
  111. <a class="text-muted" href="https://www.worldjournal.com/">世界日报 - 全美</a>
  112. </li>
  113. </ul>
  114. </div>
  115. <div class="col-6 col-md">
  116. <h5>论坛/社交</h5>
  117. <ul class="list-unstyled text-small">
  118. <li>
  119. <a class="text-muted" href="https://facebook.com">Facebook 脸书</a>
  120. </li>
  121. <li>
  122. <a class="text-muted" href="https://twitter.com/">Twitter 推特</a>
  123. </li>
  124. <li>
  125. <a class="text-muted" href="https://youtube.com/">Youtube 油管</a>
  126. </li>
  127. <li>
  128. <a class="text-muted" href="https://www.instagram.com/">Instagram</a>
  129. </li>
  130. <li>
  131. <a class="text-muted" href="https://www.reddit.com/">Reddit</a>
  132. </li>
  133. </ul>
  134. </div>
  135. <div class="col-6 col-md">
  136. <h5>软件开发</h5>
  137. <ul class="list-unstyled text-small">
  138. <li>
  139. <a class="text-muted" href="https://github.com/">Github</a>
  140. </li>
  141. <li>
  142. <a class="text-muted" href="https://www.atlassian.com/">Atlassian</a>
  143. </li>
  144. <li>
  145. <a class="text-muted" href="https://sourceforge.net/">SourceForge</a>
  146. </li>
  147. </ul>
  148. </div>
  149. <div class="col-6 col-md">
  150. <h5>视频</h5>
  151. <ul class="list-unstyled text-small">
  152. <li>
  153. <a class="text-muted" href="https://www.youtube.com/channel/UCn9_KbNANeyYREePe8YA2DA">财经冷眼</a>
  154. </li>
  155. <li>
  156. <a class="text-muted" href="https://www.youtube.com/channel/UCtAIPjABiQD3qjlEl1T5VpA">文昭弹古论今</a>
  157. </li>
  158. <li>
  159. <a class="text-muted" href="https://www.youtube.com/channel/UCBtIsU8tuFzE0U8spSUUbZw">文明客厅 - 周孝正</a>
  160. </li>
  161. <li>
  162. <a class="text-muted" href="https://www.youtube.com/channel/UChRE0pMeij_O5FqWrSKBF-Q">书斋夜话</a>
  163. </li>
  164. <li>
  165. <a class="text-muted" href="https://www.youtube.com/channel/UCBuHkb1AS_yRQ71meFNQ3VQ">年代向钱看-台湾</a>
  166. </li>
  167. </ul>
  168. </div>
  169. </div>
  170. <div class="row">
  171. <div class="col-12 col-md">
  172. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mb-2">
  173. <circle cx="12" cy="12" r="10"></circle>
  174. <line x1="14.31" y1="8" x2="20.05" y2="17.94"></line>
  175. <line x1="9.69" y1="8" x2="21.17" y2="8"></line>
  176. <line x1="7.38" y1="12" x2="13.12" y2="2.06"></line>
  177. <line x1="9.69" y1="16" x2="3.95" y2="6.06"></line>
  178. <line x1="14.31" y1="16" x2="2.83" y2="16"></line>
  179. <line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>
  180. </svg>
  181. <small class="d-block mb-3 text-muted">外文</small>
  182. </div>
  183. <div class="col-6 col-md">
  184. <h5>综合</h5>
  185. <ul class="list-unstyled text-small">
  186. <li>
  187. <a class="text-muted" href="http://cn.nytimes.com/">纽约时报 - 中文版</a>
  188. </li>
  189. <li>
  190. <a class="text-muted" href="https://www.washingtonpost.com/">Washington Post - 华盛顿邮报</a>
  191. </li>
  192. <li>
  193. <a class="text-muted" href="https://www.straitstimes.com/global">The Straits Times - 海峡时报</a>
  194. </li>
  195. </ul>
  196. </div>
  197. <div class="col-6 col-md">
  198. <h5>English News</h5>
  199. <ul class="list-unstyled text-small">
  200. <li>
  201. <a class="text-muted" href="https://nytimes.com/">New York Times</a>
  202. </li>
  203. <li>
  204. <a class="text-muted" href="https://cnn.com/">CNN</a>
  205. </li>
  206. <li>
  207. <a class="text-muted" href="https://www.bbc.com/news">BBC </a>
  208. </li>
  209. <li>
  210. <a class="text-muted" href="https://www.reuters.com/">Reuters 路透社</a>
  211. </li>
  212. <li>
  213. <a class="text-muted" href="https://www.smh.com.au/">Sydney Morning Herald 悉尼先锋晨报</a>
  214. </li>
  215. </ul>
  216. </div>
  217. <div class="col-6 col-md">
  218. <h5>Magazine</h5>
  219. <ul class="list-unstyled text-small">
  220. <li>
  221. <a class="text-muted" href="https://time.com/">Times 时代杂志</a>
  222. </li>
  223. <li>
  224. <a class="text-muted" href="https://www.forbes.com/">Forbes 福布斯</a>
  225. </li>
  226. <li>
  227. <a class="text-muted" href="https://wired.com/">Wired 连线杂志</a>
  228. </li>
  229. <li>
  230. <a class="text-muted" href="https://www.economist.com/">The Economist 经济学人</a>
  231. </li>
  232. <li>
  233. <a class="text-muted" href="https://www.nationalgeographic.com/">National Geographic 国家地理</a>
  234. </li>
  235. <li>
  236. <a class="text-muted" href="https://fortune.com/">Fortune 财富杂志</a>
  237. </li>
  238. <li>
  239. <a class="text-muted" href="https://people.com/">People 人物周刊</a>
  240. </li>
  241. </ul>
  242. </div>
  243. <div class="col-6 col-md">
  244. <h5>Others</h5>
  245. <ul class="list-unstyled text-small">
  246. <li>
  247. <a class="text-muted" href="https://twitter.com/rebelpepperwang?lang=en">反抗辣椒</a>
  248. </li>
  249. <li>
  250. <a class="text-muted" href="https://www.spiegel.de/">明镜周刊 - 德语</a>
  251. </li>
  252. <li>
  253. </li>
  254. </ul>
  255. </div>
  256. </div>
  257. </footer>
  258. <!-- Bootstrap core JavaScript
  259. ================================================== -->
  260. <!-- Placed at the end of the document so the pages load faster -->
  261. <script src="assets/js/jquery.min.js"></script>
  262. <script src="assets/js/popper.js"></script>
  263. <script src="bootstrap/js/bootstrap.min.js"></script>
  264. </body>
  265. </html>