Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 14 additions & 19 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,27 @@ <h1>
<div class="astronaut left"></div>
<div class="astronaut right"></div>
<div class="content">
<p><strong>Software</strong> Put us to work on your software projects. We
deliver quality software while keeping an eye on scope and maintainability. We
want the users to be happy users.</p>
<p><strong>Server Environments</strong> We develop server environments that
are low maintenance. We use technologies like <span class="caps">ZFS</span> and <acronym title="Kernel-based Virtual
Machine"><span class="caps">KVM</span></acronym> to make your data center rock solid. The best documentation is
executable code – we deliver a fully self-describing system that can be
replicated to new hardware. Or to the cloud.</p>
<p><strong>Coaching &amp; Consulting</strong> We have over 10 years of experience
with sustainable software development. Starting off with a simple conversation
we find areas where we can help improve your current practices.</p>
<p><strong>On every scale</strong> Do you need a mobile application? Or a web
application? Are you creating a web of distributed applications that process
data? Machine learning? Do you want to give your business a human interface?
We want to help.</p>
<p><strong>You can rely on us</strong> We keep deadlines. We stick to our agreements. The value we deliver to you motivates our work.</p>
<p class="close"><strong>References</strong></p>
<p><tt><big>Astronaut</big></tt>: an highly educated, superbly skilled engineer, reliable for solving the toughest problems, in presence of high stakes and limited resources.</p>
<hr>
<p><strong>Software:</strong> <em>Expect quality.</em> <br> We solve the hardest problems while keeping an eye on scope and maintainability. We work our priorities fast. Our users are happy users.</p>
<p><strong>Server based solutions:</strong> <em>Low maintenance.</em> <br> Technologies like <span class="caps">ZFS</span> and <span class="caps">KVM</span> make your data center rock solid.
The best documentation is executable code – we deliver a fully self-describing system, easily portable to new hardware. Or to the cloud.</p>
<p><strong>Coaching &amp; Consulting:</strong> <em>Our experience at your fingertips.</em> <br> Just give us a call and see how easy it is to talk with us. With decades of experience with <em>sustainable</em> software development, we can spot simple improvements to your company practices.</p>
<p><strong>We work on any scale:</strong> <em>The challenge is everything.</em> <br> Nothing&#8217;s too big or too small, we work with any device and tool, scaling our contribution to exactly suit your needs.
We do mobile applications, web interfaces, distributed computing, as low as load distribution tuning, as high as machine learning, our skillset is broad and flexible.</p>
<p><strong>You can rely on us:</strong> <em>We keep deadlines.</em> <br> Seriously, we do. We stick to our agreements, and have pride in high value <span class="caps">SOLUTIONS</span>.
Most of our clients come to us by word-of-mouth: performance and reliability are our advertisement.</p>
<p class="close"><strong>Some references</strong></p>
<ul>
<li>Search Engines (<a href="http://www.twixtel.ch/">twixtel</a>,
<a href="http://cocoapods.org/">CocoaPods</a>)</li>
<li>Automating Operations (<a href="http://www.geo.uzh.ch/"><span class="caps">GIUZ</span></a>)</li>
<li>Social Networks (<a href="http://restorm.com/">restorm.com</a>,
<li>Social Networks (<a href="http://restorm.com/">restorm.com</a>,
<a href="http://infocard.ch/">InfoCard</a>)</li>
<li><a href="opensource.html">Open&nbsp;Source</a></li>
</ul>
<p class="slogan"><strong>Do you have a hard problem?</strong> <br/>
<p class="slogan"><strong>Tough problem? <em>Hire an astronaut</em></strong> <br/>
Put us to test, you&#8217;ll find out there&#8217;s nothing we can&#8217;t solve. <br/>
Hire an astronaut today. <a href="contact.html">Contact&nbsp;us</a>.</p>
</div>
</body>
Expand Down
38 changes: 19 additions & 19 deletions build/stylesheets/snazzy.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* line 1, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 1, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }

/* line 6, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 6, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
body {
background: white;
color: #333333;
Expand All @@ -13,12 +13,12 @@ body {
font-weight: 300;
font-size: 18px;
font-family: sans-serif; }
/* line 16, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 16, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
body a {
text-decoration: underscore;
color: #555555; }

/* line 20, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 20, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
h1 {
font-size: 2.6em;
font-family: "Futura", sans-serif;
Expand All @@ -28,46 +28,46 @@ h1 {
margin: 1em auto 0.8em;
text-align: center; }

/* line 30, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 30, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content {
width: 36em;
margin: 0 auto; }
/* line 33, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 33, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content p {
margin: 2em 0; }
/* line 36, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 36, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content p strong {
margin-right: 0.5em; }
/* line 39, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 39, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content p.slogan {
font-size: 1.1em;
white-space: nowrap; }
/* line 43, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 43, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content p.close {
margin-bottom: 1em; }
/* line 46, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 46, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content strong {
color: #555555;
text-transform: uppercase;
font-family: "Futura", sans-serif; }
/* line 51, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 51, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.content img {
float: left;
margin: 0 10px; }

/* line 55, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 55, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.astronaut {
width: 202px;
height: 853px;
position: absolute;
background-repeat: no-repeat;
z-index: -1; }
/* line 62, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 62, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.astronaut.left {
left: 0px;
background-image: url(../images/left_astronaut.png);
background-size: 202px 583px; }
/* line 67, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 67, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.astronaut.right {
right: 0px;
background-image: url(../images/right_astronaut.png);
Expand All @@ -76,22 +76,22 @@ h1 {
margin-left: -10px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
/* line 77, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 77, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.astronaut.left {
background-image: url(../images/left_astronaut@2x.png); }

/* line 79, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 79, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.astronaut.right {
background-image: url(../images/right_astronaut@2x.png); } }
@media all and (max-width: 880px) {
/* line 85, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 85, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
body {
font-size: 14px; } }
@media all and (max-width: 720px) {
/* line 89, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 89, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
body {
font-size: 12px; } }
@media all and (max-width: 640px) {
/* line 93, /Users/kschiess/git/ta/own/website/source/stylesheets/snazzy.css.sass */
/* line 93, /Users/giuse/TA/code/ta-website/source/stylesheets/snazzy.css.sass */
.astronaut {
display: none; } }
46 changes: 25 additions & 21 deletions source/_frontmatter.textile
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
*Software* Put us to work on your software projects. We
deliver quality software while keeping an eye on scope and maintainability. We
want the users to be happy users.
<center>
<tt><h3>Astronaut</h3></tt>
highly educated, superbly skilled engineer<br>
used to face the hardest challenges<br>
reliable with high stakes and limited resources.

*Server Environments* We develop server environments that
are low maintenance. We use technologies like ZFS and KVM(Kernel-based Virtual
Machine) to make your data center rock solid. The best documentation is
executable code – we deliver a fully self-describing system that can be
replicated to new hardware. Or to the cloud.
<hr>
p(slogan). *Tough problem? - Hire an astronaut.*
</center>
<hr>

*Coaching & Consulting* We have over 10 years of experience
with sustainable software development. Starting off with a simple conversation
we find areas where we can help improve your current practices.
*Software:* _Expect quality._ <br> We solve the hardest problems while keeping an eye on scope and maintainability. We work our priorities fast. Our users are happy users.

*On every scale* Do you need a mobile application? Or a web
application? Are you creating a web of distributed applications that process
data? Machine learning? Do you want to give your business a human interface?
We want to help.
*Server based solutions:* _Low maintenance._ <br> Technologies like ZFS and KVM make your data center rock solid.
The best documentation is executable code – we deliver a fully self-describing system, easily portable to new hardware. Or to the cloud.

*You can rely on us* We keep deadlines. We stick to our agreements. The value we deliver to you motivates our work.
*Coaching & Consulting:* _Guru at your service._ <br> Just give us a call and see how easy it is to talk with us. With decades of experience with _sustainable_ software development, we can spot simple improvements to your company practices.

p(close). *References*
*We work on any scale:* _It's all about the challenge._ <br> Nothing's too big or too small, we work with any device and tool, scaling our contribution to exactly suit your needs.
We do mobile applications, web interfaces, distributed computing, as low as load distribution tuning, as high as machine learning, our skillset is broad and flexible.

*You can rely on us:* _We keep deadlines._ <br> Seriously, we do. We stick to our agreements, and have pride in the value we produce.
Most of our clients come to us by word-of-mouth: performance and reliability are our advertisement.

p(close). *Some references*

* Search Engines ("twixtel":http://www.twixtel.ch/,
"CocoaPods":http://cocoapods.org/)
* Automating Operations ("GIUZ":http://www.geo.uzh.ch/)
* Social Networks ("restorm.com":http://restorm.com/,
* Social Networks ("restorm.com":http://restorm.com/,
"InfoCard":http://infocard.ch/)
* "Open&nbsp;Source":opensource.html

p(slogan). *Do you have a hard problem?* <br/>
* Our "Open&nbsp;Source":opensource.html contributions

*Try us out* <br/>
There's nothing we haven't solved so far. <br/>
Hire an astronaut today. "Contact&nbsp;us":contact.html.
44 changes: 44 additions & 0 deletions source/_frontmatter_giuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# TECHNOLOGY ASTRONAUTS <small>GmbH</small>

***Astronaut***: an advancedly educated, superbly skilled engineer, reliable for solving the toughest problems, in presence of high stakes and limited resources.

## SOFTWARE
***Expect quality.*** We solve the hardest problems while keeping an eye on scope and maintainability. We work our priorities fast. Our users are happy users.

## SERVER BASED SOLUTIONS
***Low maintenance.*** Technologies like ZFS and KVM make your data center rock solid.
The best documentation is executable code – we deliver a fully self-describing system, easily portable to new hardware. Or to the cloud.

## COACHING & CONSULTING
***Our experience at your fingertips.*** Just give us a call and see how easy it is to talk with us. With decades of experience with *sustainable* software development, we can spot simple improvements to your company practices.

## WE WORK ON ANY SCALE
***The challenge is everything.*** Nothing's too big or too small, we work with any device and tool, scaling our contribution to exactly suit your needs.
We do mobile applications, web interfaces, distributed computing, as low as load distribution tuning, as high as machine learning, our skillset is broad and flexible.

## YOU CAN RELY ON US
***We keep deadlines.*** Seriously, we do. We stick to our agreements, and have pride in high value SOLUTIONS.
Most of our clients come to us by word-of-mouth: performance and reliability are our advertisement.

## SOME REFERENCES

- Search Engines ([twixtel][tw], [CocoaPods][cp])
- Automating Operations ([GIUZ][gi])
- Social Networks ([restorm.com][re], [InfoCard][ic])
- Or better yet, browse our [Open Source contributions][os]

[tw]: http://www.twixtel.ch/
[cp]: http://cocoapods.org/
[gi]: http://www.geo.uzh.ch/
[re]: http://restorm.com/
[ic]: http://infocard.ch/
[os]: http://www.technologyastronauts.ch/opensource.html


## TOUGH PROBLEM? HIRE AN ASTRONAUT
Put us to test, you'll find out there's nothing we can't solve.

Hire an astronaut today. [Contact us][cu].

[cu]: http://www.technologyastronauts.ch/contact.html