-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.htm
executable file
·155 lines (118 loc) · 4.51 KB
/
contact.htm
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!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>
<title>Contact Us > Hexcrete Tower Project </title>
<meta name="keywords" content="Hexcrete-tower-project, Wind-energy, Sri Sritharan">
<meta name="description" content="title: Hexcrete-tower-project, name: Wind Energy, Designer: Vikesh Reddy Nallamilli">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style media="all" type="text/css">@import "base2.css";</style>
<script type="text/javascript" src="common/base.js"></script>
<link rel="shortcut icon" href="images/favicon.ico" type="image/vnd.microsoft.icon" />
<script type="text/javascript">
function date_time(id)
{
date = new Date;
year = date.getFullYear();
month = date.getMonth();
months = new Array('January', 'February', 'March', 'April', 'May', 'June', 'Jully', 'August', 'September', 'October', 'November', 'December');
d = date.getDate();
day = date.getDay();
days = new Array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
h = date.getHours();
if(h<10)
{
h = "0"+h;
}
m = date.getMinutes();
if(m<10)
{
m = "0"+m;
}
s = date.getSeconds();
if(s<10)
{
s = "0"+s;
}
result = ''+days[day]+' '+months[month]+' '+d+' '+year+' '+h+':'+m+':'+s;
document.getElementById(id).innerHTML = result;
setTimeout('date_time("'+id+'");','1000');
return true;
}
</script>
</head>
<body class="cs0">
<div id="content">
<div id="sitewrap">
<div id="maincontentwrap">
<div id="siteheader">
</div>
<div id="navwrap1">
<div id="mainnav">
<ul>
<li><a href="index.htm" ><i>Home</i></a></li>
<li><a href="technology.htm"><i>Technology</i></a></li>
<li><a href="partnership.htm"><i>Partnership</i></a></li>
<div class="dropdown">
<li><a href="doeproject.htm"><i>DOE Project</i></a></li>
<div class="dropdown-content">
<a href="doeproject.htm"><i>DOE Project</i></a>
<a href="doeproject.htm"><i>Summary</i></a>
<a href="personnel.htm"><i>Personnel</i></a>
<a href="sponsors.htm"><i>Sponsors</i></a>
</div></div>
<li><a href="testing.htm"><i>Testing</i></a></li>
<li><a href="publications.htm"><i>Publications</i></a></li>
<li><a href="contact.htm" class="selected"><i>Contact</i></a></li>
<!--- <li><a href="personnel.htm"><i>Personnel</i></a></li>
<li><a href="sponsors.htm"><i>Sponsors</i></a></li> --->
<li><a><i><span id="date_time"></i></span>
<script type="text/javascript">window.onload = date_time('date_time');</script></a></li>
<!-- QUICK LINK PLACEHOLDER -->
</ul>
</div>
</div>
<div id="navwrap2">
<div id="subnav">
</div>
</div>
<!-- BEGIN #maincontent -->
<div id="pagehead"><i>Contact Us</i></div>
<div id="supleft" style= "height:345px">
<!-- LEFT COLUMN CONTENT -->
<h2><i>Send Queries to </i></h2>
<img src="images/sritharan.jpg" alt="Sri Sritharan" width="150" height="182" align="left" class="thumbnail">
<b><i>Sri Sritharan</b><br />
Wilkinson Chair and Interim Assistant Dean,<br>
College of Engineering <br>
Professor of Structral Engineering</i>
<br />
<b><i>Phone:</i></b><i> (515) 294-5238</i><br />
<b><i>Fax:</i></b><i> (515) 294-8216 </i><br />
<b><i>Email:</i></b><i><a href="mailto:[email protected]">[email protected]</a> </i><br />
</div>
<div id="subright">
<!-- RIGHT COLUMN CONTENT -->
<h2><i>Office Address</i></h2>
<br /><i>
376 Town Engineering Bldg., <br />
Dept. of Civil, Construction & Environmental Engineering <br />
Iowa State University <br />
Ames, Iowa-50011-3232</i>
</div>
<!-- END #maincontent -->
<!-- BEGIN #footer -->
<!-- This is the footer include file for all twall project pages -->
<div class="clear"></div>
<div id="footer">
<a href="index.htm">Home</a> | <span><a href=
"technology.htm">Technology</a></span> | <span><a href=
"partnership.htm">Partnership</a></span> | <span><a href=
"doeproject.htm">DOE Project</a></span> | <span><a href=
"testing.htm">Testing</a></span> | <span><a href=
"publications.htm">Publications</a></span> | <span><a href=
"contact.htm">Contact</a></span>
</div>
</div>
</div>
</body>
</html>