Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<section class="top-nav">
<div class="logo">
<img src="assets/logo.png" alt="Logo">
</div>
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'></div>
</label>
<ul class="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="hallOfFame.html">Hall of fame</a>
</li>
<li>
<a href="Programming.html">Programming languages</a>
</li>
<li>
<a href="silliconValley.html">Sillicon Valley</a>
</li>
</ul>
</section>
<section class="main">
<div class="container2">
<h1>Silicon Valley</h1>
<p>Silicon Valley is an area in the state of California that is globally known as the center of technology
and innovation. The region has had a massive impact on the development of the modern technological
world.</p>
</div>
<hr>
<div class="timeline">
<div class="containers left">
<div class="content">
<h2>1983</h2>
<h3>The Beginning (1938-1950):</h3>
<p>Silicon Valley first gained prominence in the late 1930s and early 1940s. Around this time,
companies like Hewlett-Packard (HP) and Stanford University began to grow in the Silicon Valley
region. During World War II, Silicon Valley was a crucial hub of innovation, particularly for
military purposes.</p>
<img src="assets/valley/theBeginning.jpg" alt="begin">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>1950</h2>
<h3>The Rise of the Semiconductor Industry (1950 – 1960):</h3>
<p>In the 1950s and 60s, the semiconductor industry saw significant growth, with companies like
Fairchild Semiconductor. This period marked the beginning of the electronic revolution, which
later formed the foundation for the computer and information technology sector. </p>
<img src="assets/valley/semiconductor.jpeg" alt="rise">
</div>
</div>
<div class="containers left">
<div class="content">
<h2>1970</h2>
<h3>Personal Computer (1970-1980):</h3>
<p>In the 1970s and 80s, the rise of the personal computer (PC) took place, with Silicon Valley
playing a crucial role in its development through companies like Apple, Microsoft, and IBM. This
innovation changed the way people work and communicate.</p>
<img src="assets/valley/pc.png" alt="pc">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>1990</h2>
<h3>Internet (1990):</h3>
<p>In the 1990s, the rise of the internet occurred, and Silicon Valley was one of the key regions in
developing it, with companies including Google, Amazon, and Yahoo.</p>
<img src="assets/valley/google.png" alt="internet">
</div>
</div>
<div class="containers left">
<div class="content">
<h2>2000</h2>
<h3>Social Media and the Mobile Revolution (2000-2010):</h3>
<p>The emergence of social media (Facebook, Twitter, Instagram, WhatsApp) and mobile technology
(such as the iPhone) once again changed the way people communicate and work. These companies
originated in Silicon Valley and have shaped the world as we know it.</p>
<img src="assets/valley/socialmedia.jpg" alt="social">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>2010</h2>
<h3>Artificial Intelligence and Biotechnology (2010-present):</h3>
<p>Silicon Valley continues to play a leading role in emerging technologies such as artificial
intelligence (AI), biotechnology, and self-driving cars, with companies like Tesla, SpaceX, and
several AI startups..</p>
<img src="assets/valley/ai.jpg" alt="ai">
</div>
</div>
</section>
</body>
</html>