-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·131 lines (119 loc) · 5.17 KB
/
index.html
File metadata and controls
executable file
·131 lines (119 loc) · 5.17 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" contentinfont="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Profitably Branding</title>
<!-- Bootstrap core CSS -->
<link href="http://codeorigin.jquery.com/ui/1.10.3/themes/ui-darkness/jquery-ui.css" rel="stylesheet">
<link href="./dist/stylesheets/profitably-branding.css" rel="stylesheet">
<!-- Documentation extras -->
<link href="./docs-assets/stylesheets/docs.css" rel="stylesheet">
<link href="./docs-assets/stylesheets/pygments-manni.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="./docs-assets/js/html5shiv.js"></script>
<script src="./docs-assets/js/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./docs-assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="./docs-assets/ico/favicon.png">
<!-- Typekit -->
<script type="text/javascript" src="//use.typekit.net/xff3ece.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- Font Awesome -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">
</head>
<body class="bs-docs-home">
<a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="./" class="navbar-brand">Profitably Branding</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="./getting-started">Getting started</a>
</li>
<li>
<a href="./css">CSS</a>
</li>
<li>
<a href="./components">Components</a>
</li>
<li>
<a href="./microformats">Micro-formats</a>
</li>
<li>
<a href="./javascript">JavaScript</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Page content of course! -->
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1><i class="fa fa-sun-o"></i> Profitably Branding</h1>
<p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development. Build on top of the bootstrap-sass-3</p>
</div>
</main>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-lg-2">
<dl>
<dt><a href="http://www.activecell.com/about.html">About Activecell</a></dt>
<dd><a href="http://www.activecell.com/index.html#features">Features</a></dd>
<dd><a href="http://www.activecell.com/index.html#pricing">Pricing</a></dd>
<dd><a href="http://www.activecell.com/experts.html">Experts</a></dd>
<dd><a href="http://www.activecell.com/blog.html">The Activecell Method</a></dd>
<dd><a href="http://www.activecell.com/advisors.html">For advisors</a></dd>
<dd><a href="http://www.activecell.com/privacy.html">Privacy policy</a></dd>
</dl>
</div>
<div class="col-lg-2">
<dl>
<dt><a href="http://success.activecell.com">Support & feedback</a></dt>
<dd><a href="http://success.activecell.com/knowledgebase">Knowledge base</a></dd>
<dd><a href="http://success.activecell.com/forums/110485-product-feedback">Product feedback</a></dd>
<dd><a href="http://success.activecell.com">Contact support</a></dd>
</dl>
</div>
<div class="col-lg-8 copyright">
Brought to you by Profitably, Inc. © 2013. All rights reserved.
</div>
</div>
</div>
</footer>
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://codeorigin.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://codeorigin.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<script src="./dist/javascripts/profitably-branding.js"></script>
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="./docs-assets/javascripts/holder.js"></script>
<script src="./docs-assets/javascripts/application.js"></script>
<!-- Harvest chosen -->
<script>
$(function() {
$('.chosen-select').chosen();
$('.chosen-select-deselect').chosen({ allow_single_deselect: true });
});
</script>
</body>
</html>