forked from codeforamerica/bizfriendly-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.html
70 lines (67 loc) · 3.32 KB
/
connect.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
---
layout: default
title: connect
js: connect
published: true
---
<div id="connect">
<div id="subheader" class="row">
<div class="col-sm-offset-1 col-sm-11">
<h1>Nice work! Here's where you can see everything you've done on BizFriend.ly</h1>
</div>
</div>
<section id="main" class="row">
<div id="left-column" class="col-sm-4 col-md-3 col-sm-offset-1">
<div class="row">
<div id="profile-info" class="col-sm-12 col-lg-12">
<h1>Hi, <span class="user-name"></span></h1>
<p class="location"></p>
<p class="biz-name"></p>
<div id="profile-social-links">
<a id="profile-li"><img src="img/profile-li-icon.png"></a>
<a id="profile-gplus"><img src="img/profile-g+-icon.png"></a>
<a id="profile-fb"><img src="img/profile-fb-icon.png"></a>
<a id="profile-twitter"><img src="img/profile-twitter-icon.png"></a>
<a id="profile-site"><img src="img/profile-site-icon.png"></a>
</div>
<p class="profile-description">Brief intro to the community.</p>
</div>
</div>
<div class="row hidden-xs">
<div id="fb-plugin-box" class="col-sm-12 col-lg-12">
<h2>Cheer on your business friends!</h2>
<p>As more businesses become of part the BizFriend.ly community, we encourage you to cheer them on by liking them on Facebook. Let's help everyone get their first 25 likes.</p>
<iframe id="fb-plugin" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FBizFriendly&height=590&colorscheme=light&show_faces=true&header=true&stream=true&show_border=true&appId=158953284268352" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:590px;" allowTransparency="true"></iframe>
</div>
</div>
</div>
<div id="right-column" class="col-sm-5 col-md-6">
<div id="leader-boards">
<h1>Leader Boards</h1>
<div class="row">
<div id="top-learners" class="col-sm-6">
<h2>Top Learners</h2>
<hr style= margin: 1em 0 2em;>
</div>
<div id="top-teachers" class="col-sm-6">
<h2>Top Teachers</h2>
<hr style= margin: 1em 0 2em;>
</div>
</div>
<div class="row hidden-xs">
<div class="col-sm-5 col-md-6 center">
<p>Want your name to be here?</p>
<a href="learn.html" type="button" class="btn btn-default">Go Learn</a>
</div>
<div class="col-sm-5 col-sm-offset-1 center">
<p>Want your name to be here?</p>
<a href="teach.html" type="button" class="btn btn-default">Go Teach</a>
</div>
</div>
</div>
<div id="latest-activity">
<h1>Latest Activity</h1>
</div>
</div>
</section>
</div>