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>Programming languages</h1>
<p>Introduction Programming languages can be divided into different categories. These categories provide
software developers with different levels of abstraction and capabilities to develop software solutions.
Machine code consists of instructions executed and understood by a computer processor. The code is
composed of binary digits indicating actions and operations the processor performs. Assembly languages
are programming languages that provide a low level of abstraction between machine code and higher-level
programming languages. Assembly languages use text symbols and abbreviations. Higher-level programming
languages are designed to allow programmers to write code at a more abstract level. An example of a
higher-level programming language is Javascript. Fourth-generation languages, also known as 4GL, are
programming languages designed to facilitate the development of software applications through higher
levels of abstraction and automation. An example of a 4GL language is SQL. Object-oriented languages,
also known as OOP languages, are programming languages that make it easier to design and maintain
complex systems. An example of an object-oriented language is Python.</p>
</div>
<hr>
<div class="timeline">
<div class="containers left">
<div class="content">
<h2>1983</h2>
<h3>C++ | Bjarne Stroustrup</h3>
<p>C++ is a programming language used to build a wide range of software, from games and applications
to
system software. In simple terms, it's a tool that developers use to write code that can be
executed
by a computer. C++ is known for its efficiency and versatility, making it suitable for tasks
that
require high performance, such as game development, system programming, and creating software
for
various applications and industries.</p>
<img src="assets/coding/c++.png" alt="c++">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>1991</h2>
<h3>Python | Guido van Rossum</h3>
<p>Python is a programming language used for various applications, from web development to data
analysis. In simple terms, it's a versatile tool that allows developers to write code to solve
different types of problems. Python is known for its readability and ease of use, making it a
popular choice for beginners. It is used for tasks like building websites, creating automation
scripts, developing software, and analyzing data in fields such as machine learning and
scientific research. </p>
<img src="assets/coding/python.png" alt="python">
</div>
</div>
<div class="containers left">
<div class="content">
<h2>1993</h2>
<h3>HTML | Sir Tim Berners-Lee</h3>
<p>HTML, or Hypertext Markup Language, is the standard language used to create and design websites.
In simple terms, HTML is used to structure the content on web pages, defining elements like
headings, paragraphs, images, links, and more. It provides the basic building blocks for
creating web pages and is essential for displaying information on the internet in a structured
and readable way.</p>
<img src="assets/coding/html.png" alt="html">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>1995</h2>
<h3>Javascript | Brendan Eich</h3>
<p>JavaScript is a programming language used for making websites interactive. In simple terms, it
allows developers to create features like dynamic content, interactive forms, and responsive
interfaces on web pages. JavaScript runs in web browsers and enhances the user experience by
adding interactivity, making websites more engaging and functional.</p>
<img src="assets/coding/javascript.png" alt="javascript">
</div>
</div>
<div class="containers left">
<div class="content">
<h2>1995</h2>
<h3>PHP | Rasmus Lerdorf</h3>
<p>PHP is a server-side scripting language commonly used in web development to create dynamic
websites. It enables developers to embed code within HTML for tasks like processing forms and
interacting with databases. Widely used for various web applications, PHP enhances website
functionality by processing data and generating dynamic content.</p>
<img src="assets/coding/php.png" alt="php">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>1996</h2>
<h3>Java | James Gosling</h3>
<p>Java is a versatile programming language used for creating applications that run on various
devices. Known for its platform independence, it's widely used for web apps, mobile apps
(especially Android), enterprise systems, and various software applications.</p>
<img src="assets/coding/java.png" alt="java">
</div>
</div>
<div class="containers left">
<div class="content">
<h2>1996</h2>
<h3>CSS | HΓ₯kon Wium Lie and Bert Bos</h3>
<p>CSS is a web development language that styles HTML elements, controlling how text, images, and
layout appear on a website. It enables developers to define fonts, colors, spacing, and
positioning for consistent and visually appealing designs. By separating structure (HTML) and
presentation (CSS), it enhances code modularity and maintainability, ensuring a cohesive and
pleasing user experience.</p>
<img src="assets/coding/css.png" alt="css">
</div>
</div>
<div class="containers right">
<div class="content">
<h2>2001</h2>
<h3>C# | Anders Hejlsberg</h3>
<p>C# is a Microsoft-developed programming language used to build versatile software applications
for Windows, web, and mobile platforms. It's part of the .NET framework and is popular for
creating applications in the Microsoft ecosystem, including Windows apps, Unity games, and
server-side applications. In essence, C# provides flexibility and compatibility for a diverse
range of software.</p>
<img src="assets/coding/csharp.png" alt="c#">
</div>
</div>
<div class="containers left">
<div class="content">
<h2>2014</h2>
<h3>Swift | Chris Lattner</h3>
<p>Swift is Apple's programming language for building applications on iOS, macOS, watchOS, and tvOS.
It's used to create software for Apple devices, from iPhones to Macs. Known for its speed,
safety features, and modern syntax, Swift is popular for developing mobile apps, desktop
software, and applications for wearables and smart TVs. In essence, Swift is a user-friendly
tool tailored for Apple app development.</p>
<img src="assets/coding/swift.png" alt="swift">
</div>
</div>
</body>
</html>