-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (127 loc) · 6.14 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Up Trending Code Review</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="author" content="" />
<meta name="keywords" lang="en-us" content="" />
<meta name="date" content="2012-01-01T08:49:37+00:00" />
<meta name="description" content="" />
<meta name="robots" content="index, follow" />
<meta name="copyright" content="Copyright © 2012–2013 All Rights Reserved" />
<meta name="google-site-verification" content="">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href="img/startup.png" rel="apple-touch-startup-image" />
<link href="img/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="img/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
<link href="img/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
<link href="img/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen, projection" charset="utf-8">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- css3-mediaqueries.js for IE less than 9 -->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
</head>
<body>
<nav id="main-nav" class="nav">
<div class="container">
<a href="javascript:void(0);" id="logo">
<img src="img/logo.png" class="" id="" alt="UpTrending" />
</a>
<ul>
<li><a href="javascript:void(0);" class="">Labs</a></li>
<li><a href="javascript:void(0);" class="">UpTrending Home →</a></li>
</ul>
</div><!-- end div.container -->
</nav><!-- end nav #main-nav.nav -->
<div id="content">
<section id="hero">
<div class="container">
<h1>UpTrending Labs aims to share
the solutions we’ve developed to
support our own projects.</h1>
<p>From WordPress Plug-Ins to Rails Frameworks, we’re happy to share what has helped us along the way. We hope you like it too.</p>
<a href="javascript:void(0);" class="ellipse-scroll"><i class="fa fa-angle-down fa-4x"></i></a>
</div><!-- end div.container -->
</section><!-- end section #hero. -->
<section id="apps">
<div class="container">
<div class="app cartman-app">
<div class="app-brand">
<h3 class="app-title">Cartman</h3>
<div class="app-lang">RUBY</div>
</div>
<div class="app-content">
<p>Cartman is a framework agnostic, redis backed, cart system. It is not a POS, or a full fledged ecommerce system. Just the cart, man.</p>
<a href="javascript:void(0);" id="" class="github-link"><i class="fa fa-github-alt"></i>View on Github</a>
</div><!-- end div.app-content -->
</div><!-- end div.app -->
<div class="app notably-app">
<div class="app-brand">
<h3 class="app-title">Notably</h3>
<div class="app-lang">RUBY</div>
</div>
<div class="app-content">
<p>Notably is a redis-backed notification system. Include your own classes in this customizable notification module. It’s notably easy!</p>
<a href="javascript:void(0);" id="" class="github-link"><i class="fa fa-github-alt"></i>View on Github</a>
</div><!-- end div.app-content -->
</div><!-- end div.app -->
<div class="app fabric-app">
<div class="app-brand">
<h3 class="app-title">Fabric</h3>
<div class="app-lang">PHP</div>
</div>
<div class="app-content">
<p>Fabric is a lightweight WordPress stack for creating better custom themes in less time. Fabric works great for one or a whole team.</p>
<a href="javascript:void(0);" id="" class="github-link"><i class="fa fa-github-alt"></i>View on Github</a>
</div><!-- end div.app-content -->
</div><!-- end div.app -->
<div class="app livelinks-app">
<div class="app-brand">
<h3 class="app-title">Live Links</h3>
<div class="app-lang">PHP</div>
</div>
<div class="app-content">
<p>Vanilla Forums plugin for automatic screenshot previews of URLs.</p>
<a href="javascript:void(0);" id="" class="github-link"><i class="fa fa-github-alt"></i>View on Github</a>
</div><!-- end div.app-content -->
</div><!-- end div.app -->
<div class="app bbpress-app">
<div class="app-brand">
<h3 class="app-title">bbPress New Topic Emailer</h3>
<div class="app-lang">bbPRESS</div>
</div>
<div class="app-content">
<p>Sends Email notifications to selected bbPress subscribers.</p>
<a href="javascript:void(0);" id="" class="github-link"><i class="fa fa-github-alt"></i> View on Github</a>
</div><!-- end div.app-content -->
</div><!-- end div.app -->
<div class="app more-app">
<h3>Looking for more?</h3>
<p>In addition to the freebies here, we frequently share our knowledge and experience through the <a href="javascript:void(0);" class="">UpTrending blog</a>. Be sure to check it out for more ideas on Design and Development.</p>
<p>Have an idea for an app or plugin? <a href="javascript:void(0);" class="">Let us know!</a></p>
</div><!-- end div.app -->
</div><!-- end div.container -->
</section><!-- end section #apps. -->
</div><!-- end div#content -->
<footer id="footer">
<div class="contianer">
<section id="tagline">
<p>— UpTrending —</p>
<h1>Silicon Valley Web Design Agency</h1>
</section><!-- end section #tagline. -->
</div><!-- end div.contianer -->
</footer><!-- end footer #footer. -->
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js" type="text/javascript"></script>
<script>window.jQuery || document.write('<script src="js/jquery.js" type="text/javascript"><\/script>')</script>
</body>
</html>