-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (83 loc) · 3.15 KB
/
Copy pathindex.html
File metadata and controls
85 lines (83 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Title : Sandstone
Version : 1.0
Released : 20091109
Description: A two-column fixed-width template suitable for small websites.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Home</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<h1><a href="index.html">Smartphones</a></h1>
<h2><a href="index.html">Brenden Bruce Elizabeth Larry</a></h2>
</div>
<!-- end div#logo -->
</div>
<!-- end div#header -->
<div id="menu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="splash"><img src="images/banner.jpg" width="940" height="310" alt="" /></div>
<!-- end div#menu -->
<div id="page">
<div id="page-bgtop">
<div id="content">
<div class="post">
<h2 class="title"><a>Welcome to Simplicity!</a></h2>
<p class="byline">Posted on 11/19/2012</p>
<div class="entry">
<p>Smartphones are changing the way modern businesses operate in day to day actvities. Whether it be making a video conference call with board members or finding the address for a meeting, smartphones are helping business leaders become more efficient and effective. This site is aimed at providing business professionals with a greater understanding of how smartphones and mobile technology can further your business and take it to the next level. Take a look around and enjoy!</p>
</div>
<div class="meta"></div>
</div>
<div class="meta"></div>
</div>
</div>
<!-- end div#content -->
<div id="sidebar">
<ul>
<li>
<h2>Fun Facts</h2>
<ul>
<li>$187.51 is spent on manufacturing smartphones</li>
<li>The screen and the memory are the most expensive components of a Smartphone</li>
<li>90% of apps that are downloaded are not used more than 10 times</li>
<li>1 billion estimated annual shipments of Smartphone in 2016 worldwide</li>
</ul>
</li>
<li>
</ul>
</li>
</ul>
</div>
<!-- end div#sidebar -->
<div style="clear: both; height: 1px"></div>
</div>
</div>
<!-- end div#page -->
<div id="footer">
<p>Copyright © 2012 Smartphones. All Rights Reserved.</p>
<p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
<!-- end div#footer -->
</div>
<!-- end div#wrapper -->
</body>
</html>