Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="Clover Leaf.css" rel="stylesheet" type="text/css">
<title>CLOVER LEAF</title>
</head>
<body>
<div class="container">
<div class="top">
<div class="top_left FL">
<div class="FL">
<h2 class="clover">CLOVER LEAF</h2>
<p class="templates">BY FREE CSS TEMPLATES</p>
</div>
<img class="leaf" src="images/img3.gif" width="44" height="47" />
</div>
<div class="top_right FR">
<ul class="menu FR">
<li><a href="#">ABOUT US</a></li>
<li class="menu_border"><a href="#">PRODUCTS</a></li>
<li class="menu_border"><a href="#">SERVICES</a></li>
<li class="menu_border"><a href="#">CLIENTS</a></li>
<li class="menu_border"><a href="#">SUPPORT</a></li>
</ul>
<img class="adv" src="images/ad468x60.jpg" width="468" height="60" />
</div>
</div>
<div class="content">
<div class="content_left FL">
<div class="left_image">
<p class="image_text">LOREM IPSUM DOLOR</p>
</div>
<ul class="left_list">
<li>
<p class="text">In posuere eleifend odio quisque semper augue mattis wisi. <a class="link" href="#">Maecenas ligula...</a></p>
</li>
<li>
<p class="text">Donec leo, vivamus fermentum nibh in augue praesent a lacus at. <a class="link" href="#">Urna congue rutrum...</a></p>
</li>
<li>
<p class="text">Quisque dictum integer nisl risus, sagittis convallis, rutrum id. <a href="#" class="link">Congue and nibh...</a></p>
</li>
</ul>
</div>
<div class="content_right FR">
<div class="right_image">
<p class="image_text">WELCOME TO CLOVER LEAF</p>
</div>
<img class="FL" src="images/img8.jpg" width="122" height="123" />
<p class="text FR text_on_right_from_image"><strong>Clover Leaf</strong> is a <a href="#" class="link">Free CSS Templates</a> released under a <a href="#" class="link">Creative Commons Attribution 2.5 License.</a>. The photo is from <a href="#" class="link">PDPhoto.org</a>. You're free to use it for both commercial or personal use. I only ask that you link back to my site in some way. Enjoy :)</p>
<p class="text CB otstup">An unordered list example:</p>
<ul class="right_list">
<li>
<p class="text">List item number one</p>
</li>
<li>
<p class="text">List item number two</p>
</li>
<li>
<p class="text">List item number three</p>
</li>
</ul>
</div>
</div>
<div class="bottom">
<p class="copy">Copyright &copy; 2007 Clover Leaf. All Right Reserved. Designed by <a href="#" class="bottom_link">Free CSS Templates</a>.</p>
</div>
<p class="last"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</body>
</html>