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 href="index.css" rel="stylesheet">
<title>Programming Languages</title>
</head>
<body>
<div class="wortelboot">
<div class="menu4">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Hall.html">Hall of fame</a></li>
<li><a href="Programmeer.html">Programming Languages</a></li>
<li><a href="Silicon.html">Silicon Valley</a></li>
</ul>
</div>
<div class="logo4">
<img src="TechnoWire_logo.png">
</div>
<div class="content2">
<div class="language">
<h2>Shell</h2>
<p>Year: 1971</p>
<img src="shell_logo.png" alt="">
<p>Developer(s): Ken Thompson</p>
<p>Features: Interpreter for commands in operating systems.</p>
<a href="https://en.wikipedia.org/wiki/Unix_shell">More info about Shell</a>
</div>
<div class="language">
<h2>C</h2>
<p>Year: 1972</p>
<img src="c_logo.png" alt="">
<p>Developer(s): Dennis Ritchie</p>
<p>Features: General, influential programming language.</p>
<a href="https://en.wikipedia.org/wiki/C_(programming_language)">More info about C</a>
</div>
<div class="language">
<h2>C++</h2>
<p>Year: 1985</p>
<img src="c++_logo.png">
<p>Developer(s): Bjarne Stroustrup</p>
<p>Features: Supports object-oriented programming.</p>
<a href="https://isocpp.org/">More info about C++</a>
</div>
<div class="language">
<h2>Python</h2>
<p>Year: 1991</p>
<img src="python_logo.png" alt="Python Logo">
<p>Developer(s): Guido van Rossum</p>
<p>Features: Simple, readable syntax used in various applications.</p>
<a href="https://www.python.org/">More info about Python</a>
</div>
<div class="language">
<h2>Ruby</h2>
<p>Year: 1995</p>
<img src="ruby_logo.png" alt="">
<p>Developer(s): Yukihiro Matsumoto</p>
<p>Features: Dynamic, object-oriented language for web development.</p>
<a href="https://www.ruby-lang.org/en/">More info about Ruby</a>
</div>
<div class="language">
<h2>PHP</h2>
<p>Year: 1995</p>
<img src="php_logo.png" alt="PHP Logo">
<p>Developer(s): Rasmus Lerdorf</p>
<p>Features: Mainly for server-side scripting in web development.</p>
<a href="https://www.php.net/">More info about PHP</a>
</div>
<div class="language">
<h2>JavaScript</h2>
<p>Year: 1995</p>
<img src="js.png" alt="JavaScript Logo">
<p>Developer(s): Netscape Communications</p>
<p>Features: Dynamic, widely used language for web development.</p>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">More info about JavaScript</a>
</div>
<div class="language">
<h2>Java</h2>
<p>Year: 1995</p>
<img src="java_logo.png" alt="Java Logo">
<p>Developer(s): Sun Microsystems</p>
<p>Features: Platform-independent programming language.</p>
<a href="https://www.java.com/nl/">More info about Java</a>
</div>
<div class="language">
<h2>C#</h2>
<p>Year: 2000</p>
<img src="c3_logo.png" alt="">
<p>Developer(s): Microsoft</p>
<p>Features: For Windows applications and .NET development.</p>
<a href="https://learn.microsoft.com/en-us/dotnet/csharp/">More info about C#</a>
</div>
<div class="language">
<h2>TypeScript</h2>
<p>Year: 2012</p>
<img src="typescript_logo.png" alt="">
<p>Developer(s): Microsoft</p>
<p>Features: Superset of JavaScript, adds types.</p>
<a href="https://www.typescriptlang.org/">More info about TypeScript</a>
</div>
</div>
</div>
</body>
</html>