-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (57 loc) · 2.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML>
<!--
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Clojure Taiwan Community</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<!-- <body class="loading"> -->
<body>
<div id="wrapper">
<div id="bg"></div>
<!-- <div id="overlay"></div> -->
<div id="main">
<!-- Header -->
<header id="header">
<h1>Clojure @ Taiwan</h1>
<p>台灣在地化的 Clojure 社群</p>
<nav>
<ul>
<li><a target="_blank" href="https://clojure.tw/weekly" class="icon fa-file-text-o"><span class="label">Weekly News</span></a></li>
<li><a target="_blank" href="http://www.meetup.com/Clojure-tw/" class="icon fa-meetup"><span class="label">Meetup</span></a></li>
<li><a target="_blank" href="https://twitter.com/clojuretw" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a target="_blank" href="https://t.me/clojuretw" class="icon fa-telegram"><span class="label">Telegram</span></a></li>
<li><a target="_blank" href="https://github.com/clojure-tw" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a target="_blank" href="https://www.facebook.com/groups/clojure.taiwan" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCuhNAPxr-iYeXcuT3qWg8Dw" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<!-- <span class="copyright">© 2018 Clojure Taiwan Community. Theme designed by: <a href="http://html5up.net">HTML5 UP</a>.</span> -->
<span class="copyright">© 2022 Clojure Taiwan Community</span>
</footer>
</div>
</div>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70260002-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>