forked from lyzadanger/PandocSCSSTutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.38 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
<title>Cloud Four: We make the web mobile</title>
</head>
<body>
<section id="cloud-four">
<h1>Cloud Four</h1>
<section id="we-make-the-mobile---web">
<h2>We Make the Mobile <-> Web</h2>
<section id="development">
<h3><a href="http://www.cloudfour.com/dev" title="Mobile Web Development">Development</a></h3>
<p>We build the mobile <-> web.</p>
</section>
<section id="training">
<h3><a href="http://www.cloudfour.com/training" title="Mobile Web Training and Education">Training</a></h3>
<p>Mobilize your team.</p>
</section>
<section id="consulting">
<h3><a href="http://www.cloudfour.com/strategy" title="Mobile Web Consulting and Strategy">Consulting</a></h3>
<p>Strategy for today and tomorrow.</p>
<section id="read-our-book">
<h4>Read our Book</h4>
<p>We don't just make the mobile web, we also wrote a book about it. Buy <a href="http://bit.ly/hf-mw" title="Head First Mobile Web"><em>Head First Mobile Web</em></a> on Amazon.com.</p>
</section>
<section id="find-us">
<h4>Find Us</h4>
<p>Catch up with us in the real world:</p>
<ul>
<li>Wed, Jan 18: "Zombie Apocalypse 101": <a href="http://www.example.com/jason" title="Jason Grigsby">Jason</a> and <a href="http://www.example.com/lyza" title="Lyza Danger Gardner">Lyza</a>, WebVisions, NYC</li>
<li>Mon, Jan 23: <a href="http://www.mobileportland.com" title="Mobile Portland">Mobile Portland</a> meeting, <a href="http://www.urbanairship.com" title="Urban Airship Building">Urban Airship</a></li>
</ul>
<p><a href="http://www.cloudfour.com/events" title="Cloud Four Happenings">More Gigs...</a></p>
</section>
</section>
</section>
</section>
<footer>
<nav>
<ul>
<li><a href="http://www.cloudfour.com/projects" title="Our Projects">Our Projects</a></li>
<li><a href="http://www.cloudfour.com/about" title="About us and our team">Our Team</a></li>
<li><a href="http://www.mobileportland.com" title="Mobile Portland">Mobile Portland</a></li>
<li><a href="http://futurefriend.ly" title="Future Friendly">Future Friendly</a></li>
</ul>
</nav>
</footer>
</body>
</html>