-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (85 loc) · 3.89 KB
/
Copy pathindex.html
File metadata and controls
119 lines (85 loc) · 3.89 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Nicholas Welsh Graphic Design</title>
<link href="thrColHybHdr.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
<!--<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>-->
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<!-- Google Analytics (last in head) -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27681932-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="thrColHybHdr">
<div id="container">
<div id="headspace">
</div>
<div id="header">
<h1>NW Technology</h1>
<em>Development | Graphic & Web Design</em><br>
<br>
<!-- end #header --></div>
<div id="sidebar1">
<div id=hmenu>
<div class="menuitembox"><a href="index.html" class="menuitem2rollover">Home </a></div>
<div class="menuitembox"><a href="graphic.html">Graphic Design</a></div>
<div class="menuitembox"><a href="web.html">Web Design</a></div>
<div class="menuitembox"><a href="3Dstudies.html">3D Samples</a></div>
<div class="menuitembox"><a href="links.html">Links</a></div>
<div class="menuitembox"><a href="contact.html"> Contact</a></div>
<p> </p>
</div>
<!-- end #sidebar1 --></div>
<div id="sidebar2">
<!--<h3>sidebar2 Content</h3>
<p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if the #mainContent div will always contain more content than the #sidebar2 div. </p>
-->
<!-- end #sidebar2 --></div>
<div id="mainContent">
<h3> Welcome </h3>
<!--<p>to the online portfolio of Nicholas Welsh.</p>-->
<p> </p>
<p>We provide a wide range of web design, web development, front end development, and graphic design services for print and digital.
</p>
<p> </p>
<p>Talk to us about your web site and graphic design needs.</p>
<p> </p>
<p> <a href="contact.html"> Contact us today.</a></p>
<p> </p>
<p>Use the links in the menu to browse some of our past projects.</p>
<br />
<p id="small"> </p>
<p> </p>
<!-- <embed src="citywok03.swf" width="720" height="180" quality="high" bgcolor="#FF6600" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </embed>-->
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat">
<div id="footer">
<table width="100%">
<tr>
<td>Nicholas Welsh Technology© </td>
<td width="100px"> </td>
<td width="300px">
<iframe width="100%" height="66" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com/tracks/51701067&color=ff7800&auto_play=false&show_artwork=false"></iframe>
</td>
</tr>
</table>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>