You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
978 B
HTML

<div layout-fill layout="column" class="slide slide-12">
<div flex="10" layout="row" layout-align="center center">
<h1>Web 2.0: Manipulation Software with Dynamic GUI</h1>
</div>
<div flex="10">
</div>
<div style="text-align: center" flex="10" layout="row" layout-align="center center">
<ul>
<li>Creating and Sharing Content</li>
<li>Blogs</li>
<li>Social Netowkrs</li>
<li>Wikis</li>
</ul>
</div>
<div layout="row" style="position: relative; height: 100%">
<!--Client-->
<div flex="50" layout="column" layout-align="center center">
<h2>Browser aka Internet GUI</h2>
<h2>Manipulating Content</h2>
<h2>Show UI</h2>
</div>
<!--Server -->
<div flex="50" layout="column" layout-align="center center">
<h2>Server</h2>
<h2>Rendering UI</h2>
</div>
</div>
</div>