-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·41 lines (40 loc) · 1.72 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
---
layout: default
title: Solenopsis
id: home
---
<div class="hero-unit" style="padding: 15px 60px;">
<h1 id="stitle">olenopsis</h1>
<p>Solenopsis is a suite of tools that help you do more with Salesforce.</p>
</div>
<h2>Projects</h2>
<div class="row-fluid">
<div class="span4">
<h3><a href="/Solenopsis">Solenopsis</a></h3>
<p>Solenopsis is a tool born out of necessity. With no good command-line tool to deploy Salesforce code with it was written to meet a need</p>
<p><a class="btn" href="/Solenopsis">More »</a></p>
</div>
<div class="span4">
<h3><a href="/Lasius">Lasius</a></h3>
<p>Lasius is a utility framework for simplifying connectivity to Salesforce custom web services as well as the metadata API, and enterpise/partner web services in Java.</p>
<p><a class="btn" href="/Lasius">More »</a></p>
</div>
<div class="span4">
<h3><a href="/sloggly">SLoggly</a></h3>
<p>SLoggly is a library to push messages from Salesforce APEX code to <a href="http://loggly.com">Loggly</a></p>
<p><a class="btn" href="/sloggly">More »</a></p>
</div>
</div>
<h2>Developers</h2>
<div class="row-fluid">
<div class="span6">
<h3><a href="http://about.me/patrick.connelly">Patrick Connelly</a></h3>
<p>Salesforce developer by day, developer of Salesforcy things by night. Also does some <a href="http://deadlypenguin.com">photography</a> and design work.</p>
<p><a class="btn" href="http://about.me/patrick.connelly">More »</a></p>
</div>
<div class="span6">
<h3><a href="https://github.com/sfloess">Scot Floess</a></h3>
<p>A hardware fiend who loves to learn new things and easily gets absorbed in cool projects.</p>
<p><a class="btn" href="https://github.com/sfloess">More »</a></p>
</div>
</div>