Skip to content
Permalink
75b4284b31
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
151 lines (136 sloc) 4.84 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Mozilla:</title>
<meta name="author" content="(Dr Carey Pridgeon, Dr Nazaraf Shah)"/>
<style type="text/css">
.underline { text-decoration: underline; }
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/reveal.js/3.0.0/css/reveal.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/reveal.js/3.0.0/css/theme/simple.css" id="theme"/>
<link rel="stylesheet" href="css/presentation.css"/>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'https://cdn.jsdelivr.net/reveal.js/3.0.0/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="sec-title-slide"><h1 class="title">Mozilla:</h1><h2 class="author">Dr Carey Pridgeon, Dr Nazaraf Shah</h2><p class="date">Created: 2020-06-01 Mon 10:57</p>
</section>
<section>
<section id="slide-sec-">
<h2 id="org2d4211a">Mozilla</h2>
<div class="outline-text-2" id="text-org2d4211a">
</div>
</section>
</section>
<section>
<section id="slide-sec-">
<h3 id="org49610e9">Netscape</h3>
<div class="figure">
<p><img src="img/Netscape_Navigator_2_Screenshot.png" alt="Netscape_Navigator_2_Screenshot.png" />
</p>
</div>
</section>
</section>
<section>
<section id="slide-sec-">
<h3 id="orgab6a458"></h3>
<ul>
<li>Initially a commercial product, Netscape Navigator was the first commercially
succesful web browser, released in 1995.</li>
<li>It beat Microsoft to monetising the still relatively new World Wide Web,
because Windows 95 wasn't designed initially to include a web
browser.</li>
<li>Internet explorer was added as part of the Plus! package, and had few features
in comparison.</li>
<li>Most business produced websites to support it simply because it would be
present on more machines, not because it was better.</li>
</ul>
</section>
</section>
<section>
<section id="slide-sec-">
<h3 id="org24dade5"></h3>
<ul>
<li>For too many reasons than we have time to discuss, Netscape declined as a
company, finally making the decision to release their product as an Open
Source product and eventually create the Mozilla Foundation in <b>1998</b>.</li>
<li>Many talked at the time of Netscape losing the 'browser wars' and failing. But
since most remaining developers were left as millionaires, and the CEO as a
billionaire, I fail to see this.</li>
</ul>
</section>
</section>
<section>
<section id="slide-sec-">
<h3 id="org38481b8">Obligatory XKCD</h3>
<div class="figure">
<p><img src="img/image.png" alt="image.png" />
</p>
</div>
<ul>
<li>Copyright:</li>
<li>Mirrored to avoid bandwidth stealing</li>
</ul>
</section>
</section>
<section>
<section id="slide-sec-">
<h3 id="org1ffea2d">Licence for this work</h3>
<ul>
<li>Licensed under Creative Commons Attribution-ShareAlike 4.0
International by Dr Carey Pridgeon 2016</li>
<li>(Licence does not cover linked images owned by other content creators)</li>
</ul>
</section>
</section>
</div>
</div>
<script src="https://cdn.jsdelivr.net/reveal.js/3.0.0/lib/js/head.min.js"></script>
<script src="https://cdn.jsdelivr.net/reveal.js/3.0.0/js/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
slideNumber: 'c',
rollingLinks: true,
keyboard: true,
overview: true,
width: 1200,
height: 800,
margin: 0.20,
minScale: 0.50,
maxScale: 2.50,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'none', // default/cube/page/concave/zoom/linear/fade/none
transitionSpeed: 'default',
multiplex: {
secret: '', // null if client
id: '', // id, obtained from socket.io server
url: '' // Location of socket.io server
},
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'https://cdn.jsdelivr.net/reveal.js/3.0.0/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'https://cdn.jsdelivr.net/reveal.js/3.0.0/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'https://cdn.jsdelivr.net/reveal.js/3.0.0/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'https://cdn.jsdelivr.net/reveal.js/3.0.0/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'https://cdn.jsdelivr.net/reveal.js/3.0.0/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }]
});
</script>
</body>
</html>