-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
108 lines (97 loc) · 5.19 KB
/
Copy pathcontact.html
File metadata and controls
108 lines (97 loc) · 5.19 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Performance and Correctness of GPGPU Applications</title>
<meta name="description" content="" />
<meta name="keywords" content="NIRICT Reconnaissance Topic, Performance and Correctness of GPGPU Applications,GPU programming, Program Verification, simulation, high performance programming, GPU arcihtecture, Separation logic, parallel programming, concurrent programming, NVIDIA, OpenCL, CUDA, AMD, many-core processores, massive parallelism" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
</head>
<body>
<div id="main">
<div id="menubar">
<div id="welcome">
<h1><a href="#">Join Us</a></h1>
</div><!--close welcome-->
<div id="menu_items">
<ul id="menu">
<li class="current"><a href="index.html">Home</a></li>
<!-- <li><a href="ourwork.html">Our Goal</a></li> -->
<li><a href="events.html">Events</a></li>
<li><a href="people.html">People</a></li>
<li><a href="contact.html">Join Us</a></li>
</ul>
</div><!--close menu-->
</div><!--close menubar-->
<div id="site_content">
<div id="banner_image">
<div id="slider-wrapper">
<div id="slider" class="nivoSlider">
<img src="images/home_1.jpg" alt="" />
<img src="images/home_2.jpg" alt="" />
<img src="images/home_3.jpg" alt="" />
</div><!--close slider-->
</div><!--close slider_wrapper-->
</div><!--close banner_image-->
<!--<div class="sidebar_container">
<div class="sidebar">
<div class="sidebar_item">
<h2>News</h2>
<p>Welcome to our website. Please have a look around, any feedback is much appreciated.</p> <br />
<h3>22nd March 2016</h3>
<p><a href="events.html">NIRICT GPU in ICTOpen 2016</a></p>
</div><!--close sidebar_item-->
<!--</div>
<div class="sidebar">
<div class="sidebar_item">
<h3>3rd December 2015</h3>
<p><a href="events.html">3TU Kickoff Meeting</a></p>-->
<!--</div>--><!--close sidebar_item-->
<!--</div>--><!--close sidebar-->
<!--</div>--><!--close sidebar_container-->
<div id="content">
<div class="content_item">
<h2>Join our Mailing List:</h2>
<link href="NL-style.css" rel="stylesheet" type="text/css" />
<form name="form1" method="post" action="NL-process.php">
<table border="0" cellpadding="10" cellspacing="5" class="tbmain">
<tr>
<td class="left">E-mail:</td>
<td><input name="email" type="text" class="text" /></td>
</tr>
<tr>
<td class="left">First Name:</td>
<!-- PLEASE NOTICE THAT ANY SENBLASTER FIELD WILL BE FINE -->
<!-- YOU CAN HAVE THE state or job or custom FIELDS HERE -->
<td><input name="name" type="text" id="name" class="text" /></td>
</tr>
<tr>
<td class="left">Last Name:</td>
<td><input name="surname" type="text" id="surname" class="text" /></td>
</tr>
<!--<tr>
<td class="left">City:</td>
<td><input name="city" type="text" id="city" class="text" /></td>
</tr>-->
<tr>
<td colspan="2">
<p align="right">
<input type="submit" name="Submit" value="Send" class="btn" />
</p>
</td>
</tr>
</table>
</form>
</div><!--close content_item-->
</div><!--close content-->
</div><!--close main-->
</body>
</html>