Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,204 @@
<html>
<head>
<title>WebCT регистрация</title>
<style>
*{margin:0;padding:0;}
div {width:679; height:600px; margin:0 auto;}
</style>
</head>
<body>
<div>
<table height="600" width="674" border="0" cellspacing="0" sellpadding="0">
<tr>
<td width="120" rowspan="22"></td>
<td colspan="2">
<font size="2"><br><br>The information requested below will help us tailor our communications to meet your needs. Thank you for you interest in WebCT`s software and services.<br><br>All fields are required</font>
</td>
<td width="120" rowspan="22"></td>
</tr>
<tr>
<td bgcolor="skyblue">
<font size="2">Contact information</font>
</td>
<td></td>
</tr>
<tr>
<td colspan="2">
<hr color="skyblue">
</td>
</tr>
<tr>
<td>
<font size="2">First Name:</font>
</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td>
<font size="2">Last Name</font>
</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td>
<font size="2">E-mail</font>
</td>
<td><input type="text" size="24" value="e-mail address"></td>
</tr>
<tr>
<td>
<font size="2">Confirm E-Mail</font>
</td>
<td><input type="text" size="24" value="e-mail address"></td>
</tr>
<tr>
<td>
<font size="2">Preferred Email Format:</font>
</td>
<td>
<select>
<option>Choose one</option>
</select>
</td>
</tr>
<tr>
<td>
<font size="2">City</font>
</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td>
<font size="2">State or Province:</font>
</td>
<td>
<select>
<option>Choose State or Province</option>
</select>
</td>
</tr>
<tr>
<td>
<font size="2">Country</font>
</td>
<td>
<select>
<option>- Select a Country -------------------------------</option>
</select>
</td>
</tr>
<tr>
<td bgcolor="skyblue">
<font size="2">Institution Information</font>
</td>
<td></td>
</tr>
<tr>
<td colspan="2">
<hr color="skyblue">
</td>
</tr>
<tr>
<td>
<font size="2">Job Title:</font>
</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td>
<font size="2">Role:</font>
</td>
<td>
<select>
<option>Select Primary Role</option>
</select>
</td>
</tr>
<tr>
<td>
<font size="2">Name of Institution</font>
</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td>
<font size="2">Type of Institution</font>
</td>
<td>
<select>
<option>
<font size="2">Select Institution Type</font>
</option>
</select>
</td>
</tr>
<tr>
<td>
<font size="2">Does your institution currently license WebCT?</font>
</td>
<td>
<select>
<option>Choose one</option>
</select>
</td>
</tr>
<tr>
<td colspan="2">
<hr color="grey">
</td>
</tr>
<tr>
<td colspan="2">
<input type="checkbox">
<font size="2">I would like to receive the mounthly WebCT Newsletter</font><br>
<input type="checkbox">
<font size="2">I am interested in receiving periodic information about WebCT events, promotions and products</font>
</td>
</tr>
<tr>
<td align="center" colspan="2"><input type="submit" value="Submit"></td>
</tr>
<tr>
<td colspan="2">
<font size="2">To ensure that messages from WebCT are delivered to your invox, please add email@webct.rsc02.com to your address book, or ask your IT department to add us to your "approved sender" list.<br><br>
WebCT is commited to privacy. For information, read our </font><a href="#">
<font size="2">Privacy Policy</font>
</a>
</td>
</tr>
<tr>
<td align="center" colspan="4" bgcolor="navy">
<font color="white" size="2">Contact Us | Tems of Service | Privacy Policy | Employment | Accessibillity | Site Map</font>
</td>
</tr>
</table>
</div>
</body>
</html>