-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (170 loc) · 7.21 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>SolidWorx</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KS2J6KH');</script>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KS2J6KH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<hr />
<h1>SolidWorx</h1>
<p>Crafting S.O.L.I.D Software.</p>
<hr />
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#first">Open-Source Projects</a></li>
<li><a href="#second">Mobile Applications</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Introduction</h2>
</header>
<p><b>SolidWorx</b> focuses on building open-source software based on the <a href="https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)" rel="external" target="_blank">S.O.L.I.D</a> principles.</p>
<p>Our aim is to build solid, working software which consists either of full software packages or re-usable libraries that can be integrated into any project.</p>
</div>
<span class="image">
<img src="images/SVGlogo.svg" alt="Logo" height="250" width="250" />
</span>
</div>
</section>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>Open Source Software</h2>
</header>
<ul class="features">
<li>
<span class="icon alt style1 fa-code"></span>
<h3><a href="https://github.com/SolidInvoice/SolidInvoice" rel="external" target="_blank">SolidInvoice</a></h3>
<hr />
<p>An simple and elegant open-source invoicing application.</p>
<a href="https://github.com/SolidInvoice/SolidInvoice" rel="external" target="_blank">
<span class="icon alt fa-github"></span>
</a>
</li>
<li>
<span class="icon alt style1 fa-code"></span>
<h3><a href="https://github.com/lodash-php/lodash-php" rel="external" target="_blank">Lodash PHP</a></h3>
<hr />
<p>A port of the lodash.js library to PHP.</p>
<a href="https://github.com/lodash-php/lodash-php" rel="external" target="_blank">
<span class="icon alt fa-github"></span>
</a>
</li>
<li>
<span class="icon alt style1 fa-code"></span>
<h3><a href="https://github.com/SolidWorx/Toggler">Toggler</a></h3>
<hr />
<p>Feature toggle library for PHP.</p>
<a href="https://github.com/SolidWorx/Toggler" rel="external" target="_blank">
<span class="icon alt fa-github"></span>
</a>
</li>
<li>
<span class="icon alt style1 fa-code"></span>
<h3><a href="https://github.com/SolidWorx/FormHandlerBundle">VuetifyBundle</a></h3>
<hr />
<p>Add Vuetify support to Symfony.</p>
<a href="https://github.com/SolidWorx/VuetifyBundle" rel="external" target="_blank">
<span class="icon alt fa-github"></span>
</a>
</li>
<li>
<span class="icon alt style1 fa-code"></span>
<h3><a href="https://github.com/SolidWorx/FormHandlerBundle">FormHandlerBundle</a></h3>
<hr />
<p>Easy form handling for Symfony forms.</p>
<a href="https://github.com/SolidWorx/FormHandlerBundle" rel="external" target="_blank">
<span class="icon alt fa-github"></span>
</a>
</li>
<!--<li>
<span class="icon alt style1 fa-code"></span>
<h3><a href="https://github.com/SolidWorx/Piper">Piper</a></h3>
<hr />
<p>Pipeline workflow for PHP.</p>
<a href="https://github.com/SolidWorx/Piper" rel="external" target="_blank">
<span class="icon alt fa-github"></span>
</a>
</li>-->
</ul>
</section>
<!-- Second Section -->
<section id="second" class="main special">
<header class="major">
<h2>Mobile Applications</h2>
</header>
<ul class="features">
<li>
<span class="icon alt style1 fa-mobile"></span>
<h3>Shopping Reminder</h3>
<hr />
<p>Reminds you of items you need to purchase when you are close to the shops.</p>
<a href="https://play.google.com/store/apps/details?id=co.solidworx.shoppingreminder" rel="external" target="_blank">
<span class="icon alt fa-android"></span>
</a>
<!--<span class="icon alt fa-apple"></span>-->
</li>
<li>
<span class="icon alt style1 fa-mobile"></span>
<h3>My Little Garden</h3>
<hr />
<p>Keep track of your little garden plants.</p>
<a href="https://play.google.com/store/apps/details?id=co.solidworx.mylittlegarden" rel="external" target="_blank">
<span class="icon alt fa-android"></span>
</a>
<!--<span class="icon alt fa-apple"></span>-->
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Contact Us</h2>
<dl class="alt">
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="https://twitter.com/CustomScripts" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/SolidWorx" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
<p class="copyright">© SolidWorx. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>