summaryrefslogtreecommitdiff
path: root/html/index.php
blob: 29e0cfabcb376587fdfb9d5fe0c62e1ef7f84d99 (plain)
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
<?php include '@include.php'; ?><!DOCTYPE html>
<html lang="en">
	<head>
		<?php echo indent(site_head('Spragg Software Services Ltd.'), 2); ?>
	</head>
	<body>
		<header>
			<?php echo indent(site_header('Spragg Software Services Ltd.'), 3); ?>
		</header>
		<main>
			<h2><img src="/img/icons/Faenza/mimetypes/32/text-x-source.png" alt="•" /> Software customisation</h2>
			<p>Sometimes a software package does 99% of the things you need it to do, but if it just did
				<em>one</em> thing slightly differently, it would save you a lot of time, or make you
				a lot more productive.
				Some software, especially (but not only)
				<a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a>, is made with
				customisability, or even just extensibility, in mind.
				It's possible that your software could be customised to fit your needs better.</p>

			<h2><img src="/img/icons/Faenza/categories/32/preferences-desktop.png" alt="•" /> Software configuration</h2>
			<p>Sometimes software <em>can</em> can do the thing you need it to do, but <em>making</em> it
				do that thing can be poorly documented or even just spectacularly non-obvious.</p>

			<h2><img src="/img/icons/Faenza/mimetypes/32/text-x-install.png" alt="•" /> Software installation</h2>
			<p>Sometimes, just getting software installed correctly can be a battle.
				In those cases, just figuring out what the issue is can be a struggle.</p>

			<h2><img src="/img/icons/Faenza/mimetypes/32/text-x-script.png" alt="•" /> Custom automation</h2>
			<p>Sometimes you've got two software packages that do exactly what they're supposed to do,
				but they don't talk to each other.
				Maybe that manual procedure you have to repeat again and again to get data from one
				place to another could be automated.</p>

			<h2><img src="/img/icons/Faenza/categories/32/applications-development.png" alt="•" /> Tech troubleshooting</h2>
			<!--
				src="/img/icons/Faenza/categories/32/applications-system.png"
				src="/img/icons/Faenza/apps/32/utilities-system-monitor.png"
				src="/img/icons/Faenza/apps/32/logviewer.png"
			-->
			<p>Sometimes tech just plays up, doesn't do what it's supposed to, or stops doing what it used
				to do for no apparent reason.</p>

			<h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Who you gonna... uh, email?</h2>
			<p><a href="mailto:adam@spragg-ssl.co.uk">Drop me a line</a>, and I'll let you know if I think I
				can help.
				My expertise is mostly with Linux- and other Free-Software-based systems, but I might be
				able to lend a hand with other platforms too.</p>
		</main>
		<footer>
			<?php echo indent(site_footer(), 3); ?>
		</footer>
	</body>
</html>