Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9c3dd83e
authored
2020-03-30 12:49:47 -0400
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
wpv spring update
1 parent
b7f94a11
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
80 additions
and
0 deletions
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/250x300_1@2x.png
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/250x300_2@2x.png
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/half_circles@2x.png
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/wpv_logo@2x.png
20-192-026c 2020 Spring Digital Media Ads/publish/index.html
20-192-026c 2020 Spring Digital Media Ads/publish/main.css
20-192-026c 2020 Spring Digital Media Ads/publish/main.js
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/250x300_1@2x.png
deleted
100644 → 0
View file @
b7f94a1
105 KB
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/250x300_2@2x.png
deleted
100644 → 0
View file @
b7f94a1
119 KB
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/half_circles@2x.png
deleted
100644 → 0
View file @
b7f94a1
1.45 KB
20-192-026c 2020 Spring Digital Media Ads/publish/assets/2x/wpv_logo@2x.png
deleted
100644 → 0
View file @
b7f94a1
6.54 KB
20-192-026c 2020 Spring Digital Media Ads/publish/index.html
0 → 100644
View file @
9c3dd83
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
HTML5 Online Ads
</title>
<meta
name=
"description"
content=
"An interactive getting started guide for Brackets."
>
<link
rel=
"stylesheet"
href=
"main.css"
>
<script
src=
"main.js"
></script>
</head>
<body>
<!-- <h3><a href="index.html">Postmedia & Acuity</a> | <a href="index_twn.html">TWN</a></h3> -->
<!-- DEPLOY! -->
<iframe
id=
''
class=
"b300x250 "
scrolling=
"no"
src=
"300x250/index.html"
></iframe>
<iframe
id=
''
class=
"b300x600 "
scrolling=
"no"
src=
"300x600/index.html"
></iframe>
<iframe
id=
''
class=
"b728x90 "
scrolling=
"no"
src=
"728x90/index.html"
></iframe>
<iframe
id=
''
class=
"b300x600 "
scrolling=
"no"
src=
"970x250/index.html"
></iframe>
</body>
</html>
20-192-026c 2020 Spring Digital Media Ads/publish/main.css
0 → 100644
View file @
9c3dd83
html
{
background-color
:
#d4d4d4
;
}
body
{
margin
:
0
auto
;
padding
:
2em
2em
4em
;
font-family
:
Helvetica
,
Arial
,
sans-serif
;
font-size
:
14px
;
line-height
:
1.5em
;
color
:
#8e8e8e
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
600
;
line-height
:
1.3em
;
margin-left
:
10px
;
}
a
{
color
:
#8e8e8e
;
}
a
:hover
{
color
:
#FFFFFF
;
}
iframe
,
img
{
margin
:
10px
;
/* border: 1px #d4d4d4 solid; */
border
:
0px
fuchsia
solid
;
overflow
:
hidden
;
iframe
::
-webkit-scrollbar
{
display
:
none
;
}
;
}
.stacked
{
display
:
flex
;
}
.b300x250
{
width
:
300px
;
height
:
250px
;
}
.b728x90
{
width
:
728px
;
height
:
90px
;
}
.b300x600
{
width
:
300px
;
height
:
600px
;
}
.b600x566
{
width
:
600px
;
height
:
566px
;
}
20-192-026c 2020 Spring Digital Media Ads/publish/main.js
0 → 100644
View file @
9c3dd83
File mode changed
Please
register
or
sign in
to post a comment