forked from RubyNepal/rubynepal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (122 loc) · 5.01 KB
/
index.html
File metadata and controls
124 lines (122 loc) · 5.01 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
layout: home
---
<div class="hero-body rnw-hero">
<div class="container has-text-centered">
<div class="columns is-vcentered">
<div class="column is-5">
<figure class="image is-4by3">
<img src="/images/rubymeet.jpeg" alt="Ruby Meetup">
</figure>
</div>
<div class="column is-6 is-offset-1">
<h1 class="title is-2">
Welcome, Fam!
</h1>
<h2 class="subtitle is-4">
{{ site.description }}
</h2>
<br>
<p class="has-text-centered">
<a href="https://www.ruby-lang.org/en/" class="button is-danger is-rnw-btn" target="_blank">
Get Started With Ruby
</a>
</p>
</div>
</div>
</div>
<section>
<div class="sandbox pdt-50">
<div class="tile is-ancestor">
<div class="tile is-parent is-shady">
<article class="tile is-child notification is-white">
<p class="title">Join RubyNepal</p>
<p class="subtitle">
RubyNepal is a great way to meet and collaborate with other Ruby/Rails developers in Nepal.
Joining Ruby Nepal is free.
</p>
</article>
</div>
<div class="tile is-parent is-shady">
<article class="tile is-child notification is-white">
<p class="title">Meetup Group</p>
<p class="subtitle">
We gather around every 2nd Sunday of the month. Come and hangout with us at
<a href="https://www.meetup.com/Nepal-Ruby-Users-Group" target="_blank">
Nepal Ruby and Rails Users Group
</a>
(RSVP)
</p>
</article>
</div>
<div class="tile is-parent is-shady">
<article class="tile is-child notification is-white">
<p class="title">Slack Chat</p>
<p class="subtitle">
<a target="_blank"
href="https://join.slack.com/t/rubynepal/shared_invite/enQtNTM1NjQ3NDAwNjQ3LTMwZGZjYjA2MjI4ZjMyN2RjNTQ2MjA5N2ZjNjVmY2YyOTdiYzQyYzkyNTBiZjk5MDYwMjEyYzBjY2MwOGVkN2U"
>Join and chat</a> with <a href="https://rubynepal.slack.com/messages" target="_blank">RubyNepal Slack community</a>
</p>
</article>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-vertical is-8">
<div class="tile">
<div class="tile is-parent is-shady">
<article class="tile is-child notification is-white">
<div class="content">
<p class="title">Google Group</p>
<p class="subtitle">We run a
<a href="https://groups.google.com/forum/#!forum/ror-nepal" target="_blank">mailing list</a>
for discussion of Ruby-related topics.
If you have a question about Ruby (or Ruby on Rails), this group can probably figure it out.
</p>
</div>
</article>
</div>
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-white">
<p class="title">Ruby developer groups in Facebook</p>
<p class="subtitle">Following are active Nepalese Ruby/Rails groups:</p>
<div class="content">
<p>
<a href="https://www.facebook.com/groups/rubydevelopersnepal/" target="_blank">Ruby Developers Nepal</a><br>
<a href="https://www.facebook.com/groups/nepaleserordeveloper/" target="_blank">
Ruby on Rails (RoR) Developers Nepal
</a>
</p>
</div>
</article>
</div>
</div>
<div class="tile is-parent is-shady">
<article class="tile is-child notification is-white">
<p class="title">Contributing to the site</p>
<p class="subtitle">
The site’s source is hosted on
<a href="https://github.com/RubyNepal/rubynepal.github.io" target="_blank">Github</a>.
Please refer to the <a
href="https://github.com/RubyNepal/rubynepal.github.io/blob/master/README.md"
target="_blank">README</a> for more details.
</p>
</article>
</div>
</div>
<div class="tile is-parent is-shady ruby-nepal-twitter-timeline">
<article class="tile is-child notification is-white">
<div class="content">
<div class="columns is-mobile">
<p class="column is-two-fifths">Recent Tweets</p>
<a class="column is-three-fifths" target="_blank" href="https://twitter.com/ruby_nepal">
Follow us On Twitter
</a>
</div>
{% twitter https://twitter.com/ruby_nepal %}
</div>
</article>
</div>
</div>
</div>
</section>
</div>