-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (76 loc) · 3.93 KB
/
index.html
File metadata and controls
85 lines (76 loc) · 3.93 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
<!DOCTYPE html>
<html>
<head>
<title>PEI Developers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="resources/custom.css" rel="stylesheet" media="screen">
</head>
<body>
<p/>
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12">
<img src="resources/pei_flag.png" class="img-responsive" />
</div>
<div class="col-md-4 col-xs-12">
<h3>
<a href="https://peidevs.github.io/homepageBeta/">Our new site (beta)</a>
</h3>
</div>
</div> <!-- row -->
<div class="row">
<div class="col-md-9 col-md-offset-1">
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-9 col-md-offset-1 col-sm-12 well well-md">
Techies on PEI. We aim to boost the tech community on the Island with enthusiasm and mentorship.<a href="http://peidevs.tumblr.com/post/114943600219/our-mission" class="btn" role="button">(Read more...)</a>
</div>
</div> <!-- row -->
<div class="row">
<div class="col-md-3 col-sm-12 well well-lg">
<h4>Social</h4>
<a href="https://docs.google.com/forms/d/1hNruzn7fb8Wu7BbuGVvgbeO0-HTNnDrcCJAQ24wZTBs/viewform" class="btn btn-lg btn-block" role="button">Request a Slack Invite</a>
<a href="http://peidevs.slack.com" class="btn btn-lg btn-block" role="button">Slack Team</a>
<a href="http://twitter.com/peidevs" class="btn btn-lg btn-block" role="button">Twitter</a>
<a href="http://www.facebook.com/groups/485691474924498/" class="btn btn-lg btn-block" role="button">Facebook</a>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-12 well well-lg">
<h4>Primary</h4>
<a href="http://peidevs.tumblr.com/post/114943600219/our-mission" class="btn btn-lg btn-block" role="button">Our Mission</a>
<a href="http://meetup.com/PEI-Developers" class="btn btn-lg btn-block" role="button">MeetUp</a>
<a href="http://github.com/peidevs" class="btn btn-lg btn-block" role="button">GitHub</a>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-12 well well-lg">
<h4>Other</h4>
<a href="http://peidevs.tumblr.com" class="btn btn-lg btn-block" role="button">Blog</a>
<a href="http://www.flickr.com/photos/100794919@N05/" class="btn btn-lg btn-block" role="button">Photos</a>
<a href="http://peidevs.github.io/Event_Resources" class="btn btn-lg btn-block" role="button">Scooter</a>
<a href="http://github.com/peidevs/Event_Resources/blob/master/MeetUps.md" class="btn btn-lg btn-block" role="button">MeetUp Log</a>
</div>
</div> <!-- row -->
<div class="row">
<div class="col-md-9 col-md-offset-1 col-sm-12 well well-md">
PEI Devs would like to thank the following sponsors:
</div>
</div> <!-- row -->
<div class="row">
<div class="col-md-3 col-sm-12 well well-lg">
<h4>Binary Star</h4>
<a href="http://www.binarystar.ca"><img src="http://photos2.meetupstatic.com/photos/sponsor/1/1/5/8/iab120x90_2584440.jpeg" alt="BinaryStar"></a>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-12 well well-lg">
<h4>JetBrains</h4>
<a href="https://www.jetbrains.com"><img src="http://photos1.meetupstatic.com/photos/sponsor/2/c/2/5/iab120x90_2531301.jpeg" alt="JetBrains" /></a>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-12 well well-lg">
<h4>O'Reilly Media</h4>
<a href="http://www.oreilly.com/pub/cpc/5401"><img src="http://www.oreilly.com/partner_file/orm_partner_meerkats_120x90.png" /></a>
</div>
</div> <!-- row -->
</div>
</body>
</html>