-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech.html
98 lines (86 loc) · 4.39 KB
/
tech.html
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
<!DOCTYPE html>
<html>
<head>
<title>The Q: Tech Websites</title>
<meta content="#5272A1" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="media/meta/favicon.ico" />
<link rel="stylesheet" href="media/meta/q.css" />
</head>
<body>
<h1>/tech</h1>
<p>Here is the directory for technology websites, such as Microsoft, Google, and Apple.</p>
<h2>Apple</h2>
<img src="media/thumb/apple.jpg">
<p>Website a day after the iPhone's launch. (2007)</p>
<table class="hist">
<tr>
<td><a href="http://web.archive.org/web/19970715124703id_/http://www.apple.com/"><button>1997</button></a></td>
<td>Apple had already purchased NeXT. And after Steve Jobs' return, he had begun work on the iMac. This year Apple
also lost $1 billion in revenue.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/19991117024224id_/http://apple.com/"><button>1999</button></a></td>
<td>The launch of the online store along with the iMac, iBook, and PowerMac G3 were going well. NeXT continued to be
intergreated with the new MacOS 9.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20000521170747id_/http://www.apple.com/"><button>2000</button></a></td>
<td>The website got a glass redesign for the new millenium. A developer preview for the upcoming Mac OS X was
released. Alongside this was the launch of the iTools suite.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20020901105415id_/http://www.apple.com/"><button>2002</button></a></td>
<td>The new so-called sunflower iMac, second generation iPod, and eMac were released.
Mac OS X Jaguar was also released.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20050228224411/http://www.apple.com/"><button>2005</button></a></td>
<td>The iPod Shuffle was introduced alongside the iPad Nano. This was also near the time where Macs were switching
to Intel-based processors.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20070111152803id_/http://www.apple.com:80/"><button>2007</button></a></td>
<td>The first ever iPhone was introduced. It was given a full black preview on the website, below it was the first
generation Apple TV.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20090731155019id_/http://www.apple.com/"><button>2009</button></a></td>
<td>The iPhone 3GS was launched with iPhone OS 3. On the Mac side of things, a new line-up of Macbooks launches
alongside Logic Pro.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20121031233205id_/http://www.apple.com/"><button>2012</button></a></td>
<td>The first generation iPad mini was launched. At the bottom of this one's home page has the iPhone 5, an iMac,
and an iPad.</td>
</tr>
</table>
<h2>Microsoft</h2>
<img src="media/thumb/microsoft.jpg">
<p>A 2007 snapshot.</p>
<table class="hist">
<tr>
<td><a href="http://web.archive.org/web/19981205060735id_/http://microsoft.com/"><button>1998</button></a></td>
<td>One of first snapshots of microsoft.com, it was during a an antitrust lawsuit, and Microsoft Office 2000's
preview program.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20010630235511id_/http://www.microsoft.com/"><button>2001</button></a></td>
<td>During Windows XP early days, it promotes Office XP and the early .NET platform.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20040630083315id_/http://www.microsoft.com/"><button>2004</button></a></td>
<td>The website was in a bland 'phase' and was a simple information hub for Microsoft products.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20060801224323id_/http://www.microsoft.com/"><button>2006</button></a></td>
<td>More colorful content, Office 2007 and Visual Studio 2005 are shown.</td>
</tr>
<tr>
<td><a href="http://web.archive.org/web/20070930164345id_/http://www.microsoft.com/en/us/default.aspx"><button>2007</button></a></td>
<td>Glossy redesign during Windows 7's launching year. Windows Live Messenger, Silverlight, and Internet Explorer 7
are seen.</td>
</tr>
</table>
</body>
</html>