-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (55 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=UTF-8>
<title>Home | Magical Panda</title>
<link rel="stylesheet" href="/css/base.css" type="text/css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index">
<section id="wrapper">
<header>
<h1 id="logo"></h1>
<nav id="navigation">
<ol>
<li><a href="/">Home</a></li>
<li><a href="/code/">Code</a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="/about/">About</a></li>
</ol>
</nav>
<nav id="breadcrumbs">
<ol>
<li><a href="/">Home</a></li>
<li>Home</li>
</ol>
</nav>
</header>
<article>
<h2></h2>
<section role="main">
<h2 id='handcrafted_apps_by_experienced_software_craftsmen'>Handcrafted Apps by Experienced Software Craftsmen</h2>
<p>Magical Panda Software was started so that we can bring our expertise in crafting quality software to more iOS apps. Like all true craftsmen, we at Magical Panda take pride in our work. However, we also understand the rapidly changing business environment, and are pragmatic in all our engineering and business descisions.</p>
<p>Saul Mora, the Founding Panda, has developed software throughout his career for businesses large and small such as IBM, Intel, GoDaddy and <a href='http://doubleencore.com'>Double Encore</a>.</p>
<p>On his journey to learn iOS and Cocoa development himself, Saul has still helped others along the way. From organizing NSCoderNights, to speaking at Cocoa Developer Conferences around the world, Magical Panda holds in high regard the belief that teaching others benefits the student, and the master.</p>
<p>Magical Panda Software has written, and contributed to, several apps in the AppStore. Magical Panda Software can build your app, help out on your team, or pick up a project already started, Magical Panda’s expertise can help you get your iOS app on the AppStore. <a href='./contact'>Contact us</a> to get the process rolling.</p>
</section>
</article>
<footer>
<p>© 2012 - Magical Panda Software, LLC</p>
</footer>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7940717-6");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>