-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·87 lines (74 loc) · 3.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="/favicon.ico">
<title><frontenders/> Valencia: a meetup for Frontend & UI Developers, UX & Web Designers</title>
<meta name="description" content="Frontenders Meetup es una reunión mensual centrada en temas de desarrollo frontend, diseño web, UI y UX.">
<meta name="author" content="Tony Camaiani http://tony.camaiani.it">
<meta name="viewport" content="width=device-width">
<meta property="og:url" content="http://valencia.frontenders.me/"/>
<meta property="og:title" content="<frontenders/> Valencia: a meetup for Frontend & UI Developers, UX & Web Designers."/>
<meta property="og:image" content="http://valencia.frontenders.me/img/logo_frontenders.png"/>
<meta property="og:description" content="Frontenders es una reunión mensual centrada en temas de desarrollo frontend, diseño web, UI y UX."/>
<link href='http://fonts.googleapis.com/css?family=Rambla:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div id="container">
<header class="clearfix">
<hgroup class="clearfix">
<h1>
<frontenders/>
</h1>
<h2>
a meetup for
<span>Frontend & UI Developers,</span>
<span>UX & Web Designers</span>
</h2>
</hgroup>
</header>
<div id="main" role="main" class="clearfix">
<p class="eyelet margin_top_0">
Frontenders is a monthly meetup focused on frontend development, web design, UI and UX topics.
</p>
<p class="eyelet margin_top_0">
We meet regularly on the second Thursday of each month.
</p>
<p class="eyelet margin_top_0">
Two talks about half an hour, where someone presents a topic, by knowledge or experience, and the participants can reply with tips or questions, as the meetings are intended to be more dialogues, where everyone can contribute and learn.
</p>
<h2 class="centered orange scream">
Active meetups
</h2>
<div class="clearfix">
<section class="content single_box centered">
<a class="ir logo valencia" href="http://valencia.frontenders.me/">
Frontenders Valencia
</a>
</section>
</div>
</div>
<footer class="clearfix centered">
<h3>Participate</h3>
<p>
Want to have more info about the meetup?
Send and email to
<a href="mailto:[email protected]">[email protected]</a>
</p>
</footer>
</div> <!--! end of #container -->
<script>
var _gaq=[['_setAccount','UA-39434678-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>