Skip to content

Commit e04996a

Browse files
Initial Commit
1 parent 6bee13c commit e04996a

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

docs/rotor.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,9 @@ ol li.decimal
186186
font-family: Courier, monospace;
187187
}
188188

189-
189+
.center {
190+
display: block;
191+
margin-left: auto;
192+
margin-right: auto;
193+
width: 50%;
194+
}

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2 class="top">Welcome!</h2>
1212

13-
<img style="float: left;" alt=""src="docs/psd/windows.net.jpg" alt="Windows.net"><img style="float: center;" alt="" src="docs/VMS.png" />
13+
<img alt=""src="docs/psd/windows.net.jpg" alt="Windows.net" class="center"><!--<img alt="" src="docs/VMS.png" class="center" />-->
1414
<table width="90%" border="1">
1515
<tr>
1616
<td width="31%"><b><a href=""></a></b></td>
@@ -49,6 +49,10 @@ <h2 class="top">Welcome!</h2>
4949
<td width="31%"><b><a href="https://ftp.zx.net.nz/pub/mirror/ftp.sgi.com/">SGI FTP Site with agent99 ssh key</a></b></td>
5050
<td width="69%">A FTP Site where you can obtain OpenGL Source Code</td>
5151
</tr>
52+
<tr>
53+
<td width="31%"><b><a href="">HP Bridgeworks</a></b></td>
54+
<td width="69%">Hp Bridgeworks 3.0</td>
55+
</tr>
5256
<tr>
5357
<td width="31%"><b><a href="https://ftp.zx.net.nz/pub/mirror/ftp.hp.com/">Hewlett Packard FTP Site</a></b></td>
5458
<td width="69%">A Academic Environment for VMS/Windows for Alpha and IA architecures.</td>
@@ -66,7 +70,7 @@ <h2 class="top">Welcome!</h2>
6670
<td width="69%">Projects including Darwin Build to pull Mac OS X Builds from the Server.</td>
6771
</tr>-->
6872
<tr>
69-
<td width="31%"><b><a href="https://betawiki.net/wiki/Main_Page">betawiki.html</a></b></td>
73+
<td width="31%"><b><a href="https://betawiki.net/wiki/Main_Page">Beta Wiki</a></b></td>
7074
<td width="69%">Here is where I login with Microsoft Employees on the Windows Team.</td>
7175
</tr>
7276
<tr>
@@ -79,15 +83,15 @@ <h2 class="top">Welcome!</h2>
7983
<td width="69%">Shared Source Inititive and Code Center Priemium</td>
8084
</tr>
8185
<tr>
82-
<td width="31%"><b><a href="https://thirdpartysource.microsoft.com/">https://thirdpartysource.microsoft.com/</a></b></td>
86+
<td width="31%"><b><a href="https://thirdpartysource.microsoft.com/">Microsoft Third Party Discloures</a></b></td>
8387
<td width="69%">Microsoft Third Party Disclousures</td>
8488
</tr>
8589
<tr>
8690
<td width="31%"><b><a href="https://referencesource.microsoft.com/">Microsoft Reference Source</a></b></td>
8791
<td width="69%">Microsoft Reference Source</td>
8892
</tr>
8993
<tr>
90-
<td width="31%"><b><a href="https://www.microsoft.com/en-us/securityengineering/gsp">https://www.microsoft.com/en-us/securityengineering/gsp</a></b></td>
94+
<td width="31%"><b><a href="https://www.microsoft.com/en-us/securityengineering/gsp">Microsoft Governemnt Sercurity Program</a></b></td>
9195
<td width="69%">Government Security Program</td>
9296
</tr>
9397
<tr>

0 commit comments

Comments
 (0)