-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 2.54 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Zam.py Technologies | Small Business Consulting</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container" id="full-page">
<div class="fluid-container">
<header>
<div class="row">
<div class="col-sm-6" id="logo">
<a href="index.html">
<img src="img/logo.svg" alt="zam.py tech">
</>
</div>
<nav>
<div class="col-sm-6">
<ul>
<li class="nav-item">
<a href="index.html">Home</a>
</li>
<li class="nav-item">
<a href="about.html">About</a>
</li>
<li class="nav-item">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<div id="content">
<div class="row">
<ul>
<li>
<h1>Small Business IT Consulting and Support</h1>
</li>
<li>Support for Windows, Mac, Android, iPhones, servers, networking, security, websites, multimedia, and more...</li>
<li>Available nights and weekends</li>
<li>We support the Greater Milwaukee area</li>
<li>More than 10 years of experience in educational, industrial, and government enterprises</li>
<li>We bring you the knowledge and experience you expect tailored to small business needs</li>
</ul>
</div>
</div>
<footer>
<p>© 2016 Zam.py Multimedia LLC</p>
</footer>
</div>
</div>
</body>
</html>