forked from js-uy/js.uy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 2.38 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
<!DOCTYPE html>
<html>
<head>
<meta charSet="IE=edge" httpEquiv="X-UA-Compatible" />
<meta charSet="utf-8" />
<meta
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
name="viewport"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inconsolata|Merriweather"
/>
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css" />
<title>*.js.uy</title>
<style media="screen" type="text/css">
body { font-family: 'Inconsolata', monospace; }
h1, h2, h3, h4 { font-family: 'Merriweather', serif; }
h1 { text-align: center; }
#main { max-width: calc(700px + 2em); margin: 0 auto; padding: 0 2em; }
</style>
</head>
<body>
<div id="main">
<h1>*.js.uy</h1>
<p>Links to the different JS communities in Uruguay.</p>
<h2>Communities</h2>
<ul>
<li><a href="https://reactjsuy.now.sh/">react.js.uy</a> - A community to learn and share react experiences</li>
</ul>
<h2>How I list my community here?</h2>
<p>Just submit a <a href="https://github.com/cherta/js.uy">PR to this page</a>, once it's approved you should see your community listed on the site.</p>
<h2>I run a Uruguayan JS community, can I have a js.uy domain?</h2>
<p>Sure, the idea is to give the whole Uruguayan JS community a stronger image not to own anything so please <a href="mailto:[email protected]">✉️</a> and I can add your CNAME to the Antel DNS.</p>
<h2>Who owns this domain?</h2>
<p>My name is <a href="https://cherta.github.io">Gabriel Chertok</a> I run <a href="https://reactjsuy.now.sh/">react.js.uy</a> here in Uruguay and used to be an organizer of the <a href="https://jsconf.uy/">JSConfUY</a>. I bought this domain a while ago and I think the best way to use it is to give everybody the ability to promote their community.</p>
</div>
<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-55094322-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>