Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/services.html

Issue 4946299447148544: Issue 1761 - services page on Eyeo.com (Closed)
Patch Set: Acceptable Ads text concretisation Created May 11, 2015, 3:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « includes/services/publisher.md ('k') | templates/default.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title=Services
2
3 <script src="/js/jquery.ui.core.min.js"></script>
4 <script src="/js/jquery.ui.widget.min.js"></script>
5 <script src="/js/jquery.ui.tabs.min.js"></script>
6 <script>
7 jQuery(function()
8 {
9 jQuery("#tabs").tabs();
10 });
11 </script>
12
13 <header class="page-title">
14 <h1>Services</h1>
15 </header>
16
17 <div class="content-block">
18 <div class="column">
19 <? include services/overview ?>
20
21 <div id="tabs">
22 <ul>
23 <li><a href="#publisher">Publisher</a></li>
24 <li><a href="#ad-network">Ad Network</a></li>
25 <li><a href="#advertiser">Advertiser</a></li>
26 <li><a href="#ad-tech">Ad Tech</a></li>
27 </ul>
28
29 <div id="publisher">
30 <? include services/publisher ?>
31 </div>
32
33 <div id="ad-network">
34 <? include services/ad-network ?>
35 </div>
36
37 <div id="advertiser">
38 <? include services/advertiser ?>
39 </div>
40
41 <div id="ad-tech">
42 <? include services/ad-tech ?>
43 </div>
44 </div>
45 </div>
46 </div>
OLDNEW
« no previous file with comments | « includes/services/publisher.md ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld