-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (44 loc) · 2.16 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<title>Flutter Philippines</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<script type='text/javascript' src='js/jquery.particleground.min.js'></script>
<script type='text/javascript' src='js/index.js'></script>
</head>
<body>
<div id="particles">
<div id="intro">
<h1>flutter.ph</h1>
<p>
<br>Flutter PH is a non-profit group for anyone interested in developing mobile apps using Flutter and Dart.
<br>All skill levels are welcome. We aim to explore, learn, and share Flutter with the community.
</p>
<h2>Visit the official flutter website</h2>
<a href="http://bit.ly/flutterph-fluttermain" class="btn">Flutter.io</a>
<h2>This site is under development, but you can still catch us on:</h2>
<a href="http://bit.ly/flutterph-meetup" class="btn-small">Meetup Group</a>
<a href="http://bit.ly/flutterph-facebook" class="btn-small">Facebook Page</a>
<a href="http://bit.ly/flutterph-facebook-group" class="btn-small">Facebook Group</a>
<a href="http://bit.ly/flutterph-github" class="btn-small">Github</a>
<a href="http://bit.ly/flutterph-linkedin" class="btn-small">LinkedIn</a>
<a href="http://bit.ly/flutterph-twitter" class="btn-small">Twitter</a>
<a href="http://bit.ly/flutterph-instagram" class="btn-small">Instagram</a>
<h2>Or send us an email, we would love to have some coffee with you!</h2>
<a href="mailto:[email protected]" class="btn-small">[email protected]</a>
</div>
</div>
</body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121652877-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121652877-4');
</script>
</html>