-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
133 lines (129 loc) · 5.34 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
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
125
126
127
128
129
130
131
132
133
---
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.jpg" alt="Ruby Meetup">
</figure>
</div>
<div class="column is-6 is-offset-1">
<h1 class="title is-2">
Welcome, Fam!
</h1>
<p class="subtitle is-4">
{{ site.description }}
</p>
<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">
<h4 class="title">Join RubyNepal</h4>
<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">
<h4 class="title"><i class="icon-meetup"></i> Meetup Group</h4>
<p class="subtitle">
We gather around every last Tuesday 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">
<h4 class="title"><i class="icon-slack"></i> Slack Chat</h4>
<p class="subtitle">
<a target="_blank"
href="https://bit.ly/JoinRubyNepalSlack2"
>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">
<h4 class="title"><i class="icon-google"></i> Google Group</h4>
<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">
<h4 class="title"><i class="icon-facebook-official"></i> Facebook page & groups</h4>
<p class="subtitle">Like us on fb/<a href="https://www.facebook.com/RubyNepal.org" target="_blank">RubyNepal.org</a>. Following are active Nepalese Ruby/Rails developer 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">
<h4 class="title"><i class="icon-github"></i> Contributing to the site</h4>
<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-three-sixths"><i class="icon-twitter"></i> Recent Tweets</p>
<a class="column is-three-sixths" style="font-size:0.8rem" 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>
<br/>
<br/>
<div>
{% youtube_embed_playlist PLg3mQu9T3dCB0qcyMyMjSFq006C0Q4Ztd %}
</div>
</div>