-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
136 lines (124 loc) · 5.06 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
134
135
136
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>GDG Coimbra</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="gdgcoimbra">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<!-- <link rel="apple-touch-icon" href="/images/favicon/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicon/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicon/touch-icon-ipad-retina.png">
<link rel="icon" sizes="192x192" href="/images/favicon/chrome-touch-icon-192x192.png">
<link rel="shortcut icon" sizes="96x96" href="/images/favicon/favicon-96x96.png">
<link rel="shortcut icon" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="shortcut icon" sizes="16x16" href="/images/favicon/favicon-16x16.png"> -->
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen, projection" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<nav>
<div class="content">
<a href=".">
GDG Coimbra
</a>
</div>
<div class="shadow"></div>
</nav>
<div class="header">
<div class="content">
<h1>
GDG Coimbra is a place where people can learn and innovate together, share their knowledge, meet new people and discover what local developers are doing.
</h1>
</div>
</div>
<div class="shadow"></div>
<div class="main">
<div class="grid">
<!--
<div class="grid-100 grid-grey">
<div class="grid-content promo">
<a href="https:devfest.gdgcoimbra.xyz" target="_blank"><img src="images/events/devfest18_banner.png" alt="DevFest Coimbra" /></a>
</div>
</div>
-->
<div class="grid-50 grid-yellow">
<a href="events">
<div class="grid-content grid-content__events">
<h2>Events</h2>
<p>Check out our awesome events to learn more about Google technologies from Google enthusiasts.</p>
<div class="square-footer">
<p>/ upcoming and past events</p>
</div>
</div>
</a>
</div>
<div class="grid-50 grid-orange">
<a href="https://www.meetup.com/GDG-Coimbra/" target="_blank">
<div class="grid-content grid-content__follow">
<h2>Become a member</h2>
<p>Join us on our meetup page!</p>
</div>
</a>
</div>
<div class="grid-50 grid-green">
<a href="https://goo.gl/maps/WihhGdnkzB52" target="_blank">
<div class="grid-content grid-content__location">
<h2>Coimbra</h2>
<p>Portugal</p>
<div class="square-footer">
<p>/ view map</p>
</div>
</div>
</a>
</div>
<div class="grid-50 grid-darkgrey">
<a href="#0">
<div class="grid-content grid-content__about">
<h2>About us</h2>
<p>GDG Coimbra aims to bring together developers, enthusiasts and Google lovers from the city known as the city of students. Managed by passionate individuals in the developers community, GDG Coimbra is a place where people can learn and innovate together, share their knowledge, meet new and interesting people and discover what local companies and developers are doing.</p>
</div>
</a>
</div>
</div>
</div>
<footer>
<div class="content">
<p>2017. GDG Coimbra is an independent group, activities and opinions expressed should in no way be linked to Google, the corporation.</p>
<ul>
<li>
<a href="https://plus.google.com/+GDGCoimbra" target="_blank">
<img src="images/social/googleplus.svg" alt="Google+" />
</a>
</li>
<li>
<a href="https://github.com/GDGCoimbra" target="_blank">
<img src="images/social/github.svg" alt="Github" />
</a>
</li>
<li>
<a href="https://twitter.com/GDGCoimbra" target="_blank">
<img src="images/social/twitter.svg" alt="Twitter" />
</a>
</li>
<li>
<a href="https://www.facebook.com/GDGCoimbra" target="_blank">
<img src="images/social/facebook.svg" alt="Facebook" />
</a>
</li>
</ul>
</div>
</footer>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/scrollreveal/dist/scrollreveal.min.js"></script>
<script src="js/custom.js"></script>
</body>