Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="technowire.css">
<link rel="icon" type="image/png" sizes="32x32" href="TechnoWire2.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>TW | Programming Languages</title>
</head>
<body>
<div class="container">
<div class="navArea">
<nav>
<ul class="hideme">
<li><a href="technowire.html">Home</a></li>
<li><a href="fame.html">ICT Hall of Fame</a></li>
<li><a href="silicon.html">Silicon Valley</a></li>
<li class="active"><a href="program.html">Programming Languages</a></li>
</ul>
<label id="cheeseburger" for="burger">
<input id="burger" type="checkbox" />
</label>
<aside class="sidebar">
<ul>
<li><a href="technowire.html">Home</a></li>
<li><a href="fame.html">ICT Hall of Fame</a></li>
<li><a href="silicon.html">Silicon Valley</a></li>
<li><a href="program.html">Programming Languages</a></li>
</ul>
</aside>
</nav>
</div>
<div class="header"><img src="TechnoWire _banner.png"></div>
<div class="main-content">
<div class="timeline">
<div class="containerr left">
<div class="content">
<img src="https://fullforms.com/images/image/Fortran_2838.png">
<div class="Name">Fortran</div>
<div class="Name">Year:1957</div>
<div class="info">Fortran is the oldest programming language that is still being used today. It
was first made for accounting but is mostly used for science. Fortran didn't have many
facilities, because its' operating system a low level was.
Fortran 77 is an improved version of Fortran and had a better controlstructure and more
character
data. Created by John Backus.
</div>
</div>
</div>
<div class="containerr right">
<div class="content">
<img
src="https://s3.amazonaws.com/s3.timetoast.com/public/uploads/photos/12213386/chrome_2018-06-08_19-21-56.png">
<div class="Name">COBOL</div>
<div class="Name">Year:1959</div>
<div class="info">COBOL is short for COmmon Business Oriented Language en was developed by order
of the American Department of Defense to Grace Murray Hopper. The use of COBOL is definetely
a lot less than when first made. The programminglanguage was made to be easier to read and
write and which also had to be able to be used on multiple types of computers. </div>
</div>
</div>
<div class="containerr left">
<div class="content">
<img
src="https://toppng.com/uploads/thumbnail/c-programming-icon-c-programming-language-logo-11562945679rfj4y9zyt5.png">
<div class="Name">C</div>
<div class="Name">Year:1972</div>
<div class="info">''C'' is an imperative programming language and was made by Dennis Ritchie.
The
language was based on ''B'' that was based on ''BCPL''. ''C'' is a very practical
programming
language thats more similar to ''Algol'' than its' other ancestors; COBOL and Fortran.
</div>
</div>
</div>
<div class="containerr right">
<div class="content">
<img src="https://pluspng.com/img-png/python-logo-png-open-2000.png">
<div class="Name">Python</div>
<div class="Name">Year:1991</div>
<div class="info">Python is a programming language that was made by Guido van Rossum in
Amsterdam at the time of the Centrum for Wiskunde and Informatica. The language is based on
the insights of Professor Lambert Meertens, who invented the programming language ''ABC'',
who wanted an alternative version of ''BASIC'' but with advanced datastructures.
</div>
</div>
</div>
<div class="containerr left">
<div class="content">
<img src="https://pngimg.com/uploads/php/php_PNG4.png">
<div class="Name">PHP</div>
<div class="Name">Year:1994</div>
<div class="info">PHP, which stands for Hypertext PreProcessor(which used to be Personal Home
Page), is a scriptlanguage that is supposed to create dynamic webpages on webservers. It was
created by Rasmus Lerdorf a senior softwaredeveloper.</div>
</div>
</div>
<div class="containerr right">
<div class="content">
<img src="https://logos-download.com/wp-content/uploads/2016/10/Java_logo_icon.png">
<div class="Name">Java</div>
<div class="Name">Year:1995</div>
<div class="info">Java was developed by James Gosling at Sun Microsystems. It was released in
May 1995 as a core component of Sun Microsystems' Java platform. It is
designed to be platform-independent, which means that code written in Java can run on any
device or operating system that has a Java Virtual Machine (JVM) installed. </div>
</div>
</div>
<div class="containerr left">
<div class="content">
<img src="https://logos-download.com/wp-content/uploads/2019/01/JavaScript_Logo.png">
<div class="Name">Javascript</div>
<div class="Name">Year:1995</div>
<div class="info">JavaScript is a high-level programming language that was designed by Brendan
Eich and developed by Netscape. It was originally designed as a scripting language for
websites but became widely
used as a general-purpose programming language, and is currently the most popular
programming language in use. JavaScript is usually found running in a web browser as
interactive or automated content, for example; popup messages and live clocks to large web
applications.</div>
</div>
</div>
<div class="containerr right">
<div class="content">
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/1024px-HTML5_logo_and_wordmark.svg.png">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/CSS3_logo_and_wordmark.svg/800px-CSS3_logo_and_wordmark.svg.png"
width="60px">
<div class="Name">HTML&CSS</div>
<div class="Name">Year:1993-1996</div>
<div class="info">HTML which stands for Hypertext Markup Language and CSS which stands for
Cascading Style Sheets are both programming languages that are used to build websites with.
HTML was created by W3C in 1993 and is a markup language and defines the meaning and
structure of webcontent. CSS was created by W3C in 1996 and is a stylesheet language used
for describing the presentation and style of a document written in a markup language for
example;
HTML.</div>
</div>
</div>
<div class="containerr left">
<div class="content">
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/C_Sharp_wordmark.svg/1024px-C_Sharp_wordmark.svg.png">
<div class="Name">C#</div>
<div class="Name">Year:2000</div>
<div class="info">C# (pronounced "see sharp") is a computer programming language. It is
developed by Microsoft and was created to use all capacities of the .NET platform.</div>
</div>
</div>
<div class="containerr right">
<div class="content">
<img src="https://woivre.com/assets/img/categories/bicep.png">
<div class="Name">Bicep</div>
<div class="Name">Year:2021</div>
<div class="info">Bicep is a Domain Specific Language (DSL) for deploying Azure resources
declaratively. It aims to drastically simplify the authoring experience with a cleaner
syntax, improved type safety, and better support for modularity and code re-use. Bicep was
created by Microsoft.</div>
</div>
</div>
</div>
</div>
<div class="footer">Copyright @2023 All Rights Reserved. Contact 584683@edu.rocmn.nl +31 6 42843360</div>
<div class="feet">Copyright @2023 All Rights Reserved.<br>Contact<br>584683@edu.rocmn.nl +31 6 42843360</div>
</div>
</body>
</html>