-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
168 lines (162 loc) · 5.98 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
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
<!DOCTYPE html>
<!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- %meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"} -->
<title>
Giv2Giv Opensource
</title>
<meta content="Bootsrap based theme" name="description" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="http://giv2giv.github.io/style-guide/css/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://giv2giv.github.io/style-guide/css/responsive.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://giv2giv.github.io/style-guide/css/theme.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://giv2giv.github.io/style-guide/css/fonts.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="app-ipad theme-green" data-spy="scroll" data-target=".navbar">
<!-- Page Header -->
<header class="pull-center" id="masthead">
<nav class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#get-involved">Get Involved</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!-- Main Content -->
<section class="section" id="projects">
<div class="container">
<a id="projects"></a>
<img src="http://giv2giv.org/images/giv2giv-org.png" width="25%" style="margin: 0 auto; display:block; margin-bottom:-25px;">
<header class="page-header">
<h1>
Projects
</h1>
</header>
<div class="carousel slide" id="thumbs">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<ul class="thumbnails thumbnail-list">
<li class="span4">
<figure class="thumbnail-figure">
<a href="https://github.com/giv2giv/giv2giv-rails" target="_blank">
<img alt="" src="images/slides/rails.png" />
</a>
<figcaption>
Rails REST API
</figcaption>
</figure>
</li>
<li class="span4">
<figure class="thumbnail-figure">
<a href="https://github.com/giv2giv/giv2giv-angularjs" target="_blank">
<img alt="" src="images/slides/angular.png" />
</a>
<figcaption>
AngularJs Frontend
</figcaption>
</figure>
</li>
<li class="span4">
<figure class="thumbnail-figure">
<a href="https://github.com/giv2giv/giv2giv-android" target="_blank">
<img alt="" src="images/slides/android.png" />
</a>
<figcaption>
Andriod App
</figcaption>
</figure>
</li>
<li class="span4">
<figure class="thumbnail-figure">
<a href="https://github.com/giv2giv/giv2giv-ios" target="_blank">
<img alt="" src="images/slides/ios.png" />
</a>
<figcaption>
iOS App
</figcaption>
</figure>
</li>
<li class="span4">
<figure class="thumbnail-figure">
<a href="http://giv2giv.github.io/style-guide/" target="_blank">
<img alt="" src="images/slides/html-css.png" />
<i></i>
</a>
<figcaption>
Living Style Guide
</figcaption>
</figure>
</li>
<li class="span4">
<figure class="thumbnail-figure">
<a href="http://giv2giv.github.io/api-docs/" target="_blank">
<img alt="" src="images/slides/docs.png" />
<i></i>
</a>
<figcaption>
Live API Docs
</figcaption>
</figure>
</li>
</ul>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" data-slide="prev" href="#thumbs">
<i class="icon-chevron-left"></i>
</a>
<a class="carousel-control right" data-slide="next" href="#thumbs">
<i class="icon-chevron-right"></i>
</a>
</div>
</div>
<div class="bg-1" data-stellar-background-ratio="0"></div>
<div class="bg-2" data-stellar-background-ratio=".5"></div>
<div class="bg-3" data-stellar-background-ratio="2"></div>
</section>
<section class="section" id="get-involved">
<div class="container">
<header class="page-header">
<h1>
Get Involved
</h1>
</header>
<div class="row-fluid pull-center">
<div class="span12" style="padding-left:200px;padding-right:200px;">
<h3>
Designers & Developers
</h3>
<div class="well well-quote">
giv2giv is 100% open-source. Want to apply your skills and change the world? Fork our repos on <a href="https://github.com/giv2giv" target="_blank">github.com!</a>
</div>
</div>
</section>
<!-- lightbox -->
<div class="lightbox fade" id="lightbox" style="display: none;">
<div class="lightbox-content">
<img src="" />
</div>
</div>
</div>
</body>