-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (131 loc) · 6.34 KB
/
index.html
File metadata and controls
170 lines (131 loc) · 6.34 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" prefix="og: http://ogp.me/ns">
<head prefix="og: http://ogp.me/ns">
<meta charset="utf-8">
<!-- If you delete this meta tag World War Z will become a reality -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--IE Compatibility-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="WebF is a web front-end initiative to promote the importance of front-end engineering in software project planning and overall product development. It helps passionate UI Engineers build their identity within the organizations. WebF teams conduct workshops, conferences and on-site trainings for the front-end people.">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="WebF - A non-profit initiative for passionate front-end engineers" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.webf.zone/" />
<meta property="og:image" content="http://www.webf.zone/img/wall/social-wall.jpg" />
<meta property="og:site_name" content="WebF" />
<meta property="og:description" content="Web front-end or simply WebF is a non-profit initiative for passionate front-end engineers" />
<title>WebF - A non-profit initiative for passionate front-end engineers</title>
<link href='//fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,100,100italic,900italic' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="/scss/main.css" />
<link rel="stylesheet" type="text/css" href="/templates/topPages.css" />
<!-- Custom CSS files on page -->
<link rel="stylesheet" type="text/css" href="/home/home.css" />
</head>
<body>
<header class="page-header">
<h1 class="logo-container">
<a class="logo-link" href="/">
<img alt="<web/F>" src="/img/logo/logo.png" />
</a>
For passionate front-end engineers. A non-profit initiative.
</h1>
<ul class="page-master-menu clearfix">
<li class="page-master-menu-item"><a class="page-master-menu-link" href="/blog/">Blog</a></li>
<li class="page-master-menu-item"><a class="page-master-menu-link" href="/events/">Events</a></li>
<li class="page-master-menu-item"><a class="page-master-menu-link" href="/about/">About</a></li>
</ul>
</header>
<section class="page-body clearfix">
<div id="grid-column-0" class="two-column-grid">
[Re-organized content coming soon]
</div>
<div id="grid-column-1" class="two-column-grid"></div>
</section>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location" : {
"@type" : "Place",
"name" : "Yashada",
"address": {
"@type": "PostalAddress",
"streetAddress": "Raj Bhavan Complex, Baner Road, Ganeshkhind",
"addressLocality": "Pune",
"addressRegion": "Maharashtra",
"addressCountry": {
"@type": "Country",
"name": "India"
},
"postalCode": "411007"
}
},
"name": "Building Enterprise Web Applications with AngularJS",
"startDate" : "2015-08-08T03:30:00.000Z",
"url" : "http://www.webf.zone/",
"offers": {
"price": "2150",
"priceCurrency": "INR",
"url": "http://webf-2015.doattend.com/"
}
}
</script>
<script type="text/javascript">
(function () {
"use strict";
var eventCalendar = document.querySelector(".event-calendar");
//var eventPeople = document.querySelector(".event-people");
var wallContainer = document.querySelector(".wall-container");
//var eventPeoplePlaceholder = document.querySelector(".event-people-placeholder");
var gridColumn0 = document.getElementById("grid-column-0");
var gridColumn1 = document.getElementById("grid-column-1");
var mq = window.matchMedia("(min-width: 64em)");
mq.addListener(adjustGridLayout);
function adjustGridLayout() {
if (mq.matches) {
// window width is at least 640px;
gridColumn1.appendChild(eventCalendar);
//gridColumn1.appendChild(eventPeople);
}
else {
// window width is less than 640px
gridColumn0.insertBefore(eventCalendar, wallContainer);
//gridColumn0.insertBefore(eventPeople, eventPeoplePlaceholder);
}
}
adjustGridLayout();
})();
</script>
<footer class="page-footer">
<div class="page-footer-content">
<div>
<a href="/terms/">TERMS & CONDITIONS</a> |
<a href="/code-of-conduct/">CODE OF CONDUCT</a>
</div>
<div>
© <web/F> 2015 |
Graphics designed by <a target="_blank" href="http://www.freepik.com">Freepik</a> |
Icons made by
<a target="_blank" href="http://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a>
from
<a target="_blank" href="http://www.flaticon.com" title="Flaticon">Flaticon</a>
is licensed by
<a target="_blank" href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC by 3.0</a>
</div>
</div>
</footer>
<script type="text/javascript" src="/js/bundle.js"></script>
<script type="text/javascript" src="/home/home.js"></script>
<script type="text/javascript">
(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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-52114855-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>