-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.php
85 lines (54 loc) · 3.26 KB
/
service.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Movabletype" />
<meta name="keywords" content="marginpad,design,oslo,norsk,norge,web design,web development, webutvikler,php5,kohana,css,xhtml,jquery" />
<meta name="description" content="Margin pad" />
<title>MarginPad: Web design & development</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen, projection" />
<!--[if IE]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection" />
<![endif]-->
<script type="text/javascript" src="js/jquery/jquery-1.3.2.pack.js"></script>
</head>
<body id="service" class="sub-page sub-service">
<div id="main-wrapper" class="wrapper">
<?php include_once('/home/erinther/public_html/marginpad/header.php') ?>
<div id ="content-wrapper" class="wrapper clearfix">
<div class="container ">
<div id="content-container" class="span-24 column clearfix showgrid ">
<div class="span-10 append-2 column clearfix box-widget box-service">
<h3><span>Web development</span></h3>
<ul class="list-horizontal list-service clarfix">
<li class="span-5 column">soa</li>
<li class="span-5 last column">mysql</li>
<li class="span-5 column">xml</li>
<li class="span-5 last column">elgg</li>
<li class="span-5 column">gdata</li>
<li class="span-5 last column">drupal</li>
<li class="span-5 column">rest api</li>
<li class="span-5 last column">movabletype</li>
<li class="span-5 column">mashups</li>
<li class="span-5 last column">wordpress(mu)</li>
</ul>
</div><!-- end widget-box -->
<div class="span-10 append-2 last column clearfix box-widget box-service">
<h3><span>Web design</span></h3>
<ul class="list-vertical list-service clarfix">
<li class="span-5 column">xhtml</li>
<li class="span-5 column">javascript</li>
<li class="span-5 column">css</li>
<li class="span-5 column">layout</li>
<li class="span-5 column">photoshop</li>
</ul>
</div><!-- end widget-box -->
<div class="clear"></div>
</div><!-- end #content-container .span-24 -->
</div><!-- end .container -->
</div><!-- end #content-wrapper -->
<?php include_once('/home/erinther/public_html/marginpad/footer.php') ?>
</div><!-- end #Main-Wrapper -->
</body>
</html>