8
8
< meta property ="og:type " content ="ruby.pe ">
9
9
< meta property ="og:url " content ="http://ruby.pe/ ">
10
10
< meta property ="og:image " content ="/img/rubyperu_logo.png ">
11
- < link href ="/assets/css/styles.css " media ="screen " rel ="stylesheet " type ="text/css " />
11
+ < link href ="/assets/dist-style.css " media ="screen " rel ="stylesheet " type ="text/css " />
12
+ < link rel ="shortcut icon " type ="image/png " href ="favicon.png ">
13
+ </ head >
14
+ < body class ="bg-gradient-to-r from-stone-100 via-rose-50 to-rose-200 min-h-screen ">
15
+
16
+ < nav class ="bg-rose-700 text-red-50 px-5 ">
17
+ < div class ="max-w-5xl mx-auto max-h-24 flex items-center justify-between gap-2 py-8 ">
18
+ < a href ="/ "> < img src ="{{ '/img/rubyperu_logo_white.svg' | relative_url }} " class ="h-10 " alt ="Ruby Peru " /> </ a >
19
+ < ul class ="hidden md:flex gap-8 items-center ">
20
+ < li > < a href ="/blog " class ="font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Blog</ a > </ li >
21
+ < li > < a href ="/cfp " class ="font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Dar una charla</ a > </ li >
22
+ < li > < a href ="/code_of_conduct " class ="font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Código de Conducta</ a > </ li >
23
+ </ ul >
24
+ < a href ="htpps://ruby.pe/slack " target ="_blank " class ="bg-red-50 text-rose-700 border border-red-50 px-6 py-2 rounded-full uppercase font-semibold text-sm flex-shrink-0 hover:bg-red-700 hover:text-red-50 focus-visible:outline-2 focus-visible:outline-red-700 focus-visible:outline-offset-2 "> Unirse al Slack</ a >
25
+ </ div >
26
+ </ nav >
27
+
28
+ {{ content }}
29
+
30
+ < foote >
31
+ < div class ="bg-rose-700 py-10 text-red-50 ">
32
+ < div class ="max-w-5xl mx-auto ">
33
+ < ul class ="grid grid-cols-2 md:grid-cols-3 gap-x-4 gap-y-3 items-center px-5 ">
34
+ < li > < a href ="/slack " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Unirse al Slack</ a > </ li >
35
+ < li > < a href ="/calendar " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Calendario de Actividades</ a > </ li >
36
+ < li > < a href ="/meetup " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Registo próximo meetup</ a > </ li >
37
+ < li > < a href ="/bookclub " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Registro próximo Club de Lectura</ a > </ li >
38
+ < li > < a href ="/cfp " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Dar una charla</ a > </ li >
39
+ < li > < a href ="/code_of_conduct " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Código de Conducta</ a > </ li >
40
+ < li > < a href ="/blog " class ="text-sm font-medium px-2 py-1 focus-visible:outline-white focus-visible:outline-1 focus-visible:outline-offset-4 hover:bg-rose-600 hover:text-white rounded "> Blog</ a > </ li >
41
+ </ ul >
42
+ </ div >
43
+ </ div >
44
+ < p class ="text-center py-4 text-stone-700 px-5 "> Hecho con 🩷 por la comunidad de Ruby Perú</ p >
45
+ </ footer >
46
+
12
47
< script src ="/assets/js/base.js " type ="text/javascript "> </ script >
13
48
< script type ="text/javascript ">
14
49
var _gaq = _gaq || [ ] ;
22
57
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
23
58
} ) ( ) ;
24
59
</ script >
25
- </ head >
26
- < body >
27
- < header >
28
- < a href ="/ " class ="logo "> < img src ="/img/rubyperu_logo.png " /> </ a >
29
- </ header >
30
- < div class ="container ">
31
- {{ content }}
32
- </ div >
33
- < footer >
34
- < a href ="/cfp "> Quiero dar una charla</ a >
35
- < a href ="/blog "> Blog</ a >
36
- < a href ="http://bit.ly/rubyperu-slack " target ="_blank "> Unirse a Slack</ a >
37
- </ footer >
38
60
</ body >
39
- </ html >
61
+ </ html >
0 commit comments