Skip to content

Commit 7c37ebd

Browse files
committed
Reehookup sponsor package pdf
1 parent 02d7fac commit 7c37ebd

File tree

1 file changed

+171
-151
lines changed

1 file changed

+171
-151
lines changed

index.html

Lines changed: 171 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -1,162 +1,182 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
4-
<head>
5-
<link rel="icon" href="favicon.png" type="image/x-icon">
6-
<meta charset="UTF-8">
7-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8-
9-
<title>React Native Newsletter</title>
10-
11-
<link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet">
12-
<link rel="stylesheet" href="/normalize.css" type="text/css">
13-
<link rel="stylesheet" href="/newsletter.css" type='text/css'>
14-
15-
<script src="/ie.js" type="application/javascript"></script>
16-
<script src="/newsletter.js" type="application/javascript"></script>
17-
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
18-
19-
<script>
20-
(function (i, s, o, g, r, a, m) {
21-
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
22-
(i[r].q = i[r].q || []).push(arguments)
23-
}, i[r].l = 1 * new Date(); a = s.createElement(o),
24-
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
25-
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
26-
27-
ga('create', 'UA-10128745-13', 'auto');
28-
ga('send', 'pageview');
29-
</script>
30-
</head>
31-
32-
<body>
33-
<section class="suggest-article">
34-
<div class="close-wrapper">
35-
<a href="#" class="close">Close</a>
36-
</div>
37-
38-
<article class="details">
39-
<header>
40-
<h1>Suggest an Article</h1>
41-
<h2>
42-
Have an article that you think would be good for the newsletter?
43-
<br /> Drop us a link and we'll take a look!
44-
</h2>
45-
</header>
46-
47-
<ul style="padding-top: 5%; font-size: 2ch">
48-
<a style="color: crimson" target="_blank" href="https://goo.gl/forms/Dupl9V89nH0V9aWh1">Suggest an Article</a>
49-
</ul>
50-
</article>
51-
</section>
52-
53-
<div class="container">
54-
<main>
55-
<nav class="desktop">
56-
<ul>
57-
<li>
58-
<a href="/" id="logo"></a>
59-
</li>
60-
<li>
61-
<a href="/sponsor.html">Become a Sponsor</a>
62-
</li>
63-
<li>
64-
<a href="#" class="open-suggest-article">Suggest Article</a>
65-
</li>
66-
<li>
67-
<a href="/issues.html">Past Issues</a>
68-
</li>
3+
<head>
4+
<link rel="icon" href="favicon.png" type="image/x-icon" />
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
7+
8+
<title>React Native Newsletter</title>
9+
10+
<link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet" />
11+
<link rel="stylesheet" href="/normalize.css" type="text/css" />
12+
<link rel="stylesheet" href="/newsletter.css" type="text/css" />
13+
14+
<script src="/ie.js" type="application/javascript"></script>
15+
<script src="/newsletter.js" type="application/javascript"></script>
16+
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
17+
18+
<script>
19+
;(function (i, s, o, g, r, a, m) {
20+
i["GoogleAnalyticsObject"] = r
21+
;(i[r] =
22+
i[r] ||
23+
function () {
24+
;(i[r].q = i[r].q || []).push(arguments)
25+
}),
26+
(i[r].l = 1 * new Date())
27+
;(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0])
28+
a.async = 1
29+
a.src = g
30+
m.parentNode.insertBefore(a, m)
31+
})(window, document, "script", "//www.google-analytics.com/analytics.js", "ga")
32+
33+
ga("create", "UA-10128745-13", "auto")
34+
ga("send", "pageview")
35+
</script>
36+
</head>
37+
38+
<body>
39+
<section class="suggest-article">
40+
<div class="close-wrapper">
41+
<a href="#" class="close">Close</a>
42+
</div>
43+
44+
<article class="details">
45+
<header>
46+
<h1>Suggest an Article</h1>
47+
<h2>
48+
Have an article that you think would be good for the newsletter?
49+
<br />
50+
Drop us a link and we'll take a look!
51+
</h2>
52+
</header>
53+
54+
<ul style="padding-top: 5%; font-size: 2ch;">
55+
<a style="color: crimson;" target="_blank" href="https://goo.gl/forms/Dupl9V89nH0V9aWh1">Suggest an Article</a>
6956
</ul>
70-
71-
<ul class="social">
72-
<!--<li>
57+
</article>
58+
</section>
59+
60+
<div class="container">
61+
<main>
62+
<nav class="desktop">
63+
<ul>
64+
<li>
65+
<a href="/" id="logo"></a>
66+
</li>
67+
<li>
68+
<a href="/sponsor-package.pdf">Become a Sponsor</a>
69+
</li>
70+
<li>
71+
<a href="#" class="open-suggest-article">Suggest Article</a>
72+
</li>
73+
<li>
74+
<a href="/issues.html">Past Issues</a>
75+
</li>
76+
</ul>
77+
78+
<ul class="social">
79+
<!--<li>
7380
<a href="https://medium.com/react-native-newsletter" target="_blank" class="icon medium"></a>
7481
</li>-->
75-
<li>
76-
<a href="https://twitter.com/RNNewsletter" target="_blank" class="icon twitter"></a>
77-
</li>
78-
</ul>
79-
</nav>
80-
81-
<nav class="mobile">
82-
<a href="#" id="logo"></a>
83-
<a href="#" id="open-menu"></a>
84-
</nav>
85-
86-
<nav class="menu">
87-
<div class="close-wrapper">
88-
<a href="#" class="close"></a>
89-
</div>
90-
91-
<ul class="links">
92-
<li>
93-
<a href="/sponsor-package.pdf" target="_blank">Become a Sponsor</a>
94-
</li>
95-
<li>
96-
<a href="#" class="open-suggest-article">Suggest Article</a>
97-
</li>
98-
<li>
99-
<a href="/issues.html">Past Issues</a>
100-
</li>
101-
</ul>
82+
<li>
83+
<a href="https://twitter.com/RNNewsletter" target="_blank" class="icon twitter"></a>
84+
</li>
85+
</ul>
86+
</nav>
87+
88+
<nav class="mobile">
89+
<a href="#" id="logo"></a>
90+
<a href="#" id="open-menu"></a>
91+
</nav>
92+
93+
<nav class="menu">
94+
<div class="close-wrapper">
95+
<a href="#" class="close"></a>
96+
</div>
10297

103-
<ul class="social">
104-
<!--<li>
98+
<ul class="links">
99+
<li>
100+
<a href="/sponsor-package.pdf" target="_blank">Become a Sponsor</a>
101+
</li>
102+
<li>
103+
<a href="#" class="open-suggest-article">Suggest Article</a>
104+
</li>
105+
<li>
106+
<a href="/issues.html">Past Issues</a>
107+
</li>
108+
</ul>
109+
110+
<ul class="social">
111+
<!--<li>
105112
<a href="https://medium.com/react-native-newsletter" target="_blank" class="icon medium"></a>
106113
</li>-->
107-
<li>
108-
<a href="https://twitter.com/RNNewsletter" target="_blank" class="icon twitter"></a>
109-
</li>
110-
</ul>
111-
</nav>
112-
113-
<section class="content">
114-
<article id="splash">
115-
<h1>A curated, fun to read newsletter all about React Native</h1>
116-
<h2>Free bi-weekly summary of React Native news, articles, issues &amp; pull requests, libraries and apps.</h2>
117-
118-
<div class="subscribe-form">
119-
<form action="//brentvatne.us10.list-manage.com/subscribe/post?u=db0dd948e2b729ee62625b1a8&amp;id=47cd41008f" method="post"
120-
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
121-
<div class="input-field email-input">
122-
<input type="email" value="" name="EMAIL" required class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Your Email Address">
123-
<button type="submit" class="addon"></button>
124-
<span class="hint">Please enter a valid email</span>
125-
</div>
126-
</form>
127-
</div>
128-
</article>
129-
130-
<div id="illustration"></div>
131-
</section>
132-
133-
<footer>
134-
<article class="bio">
135-
<div class="photo"></div>
136-
<div class="details">
137-
<h1>Frank von Hoven, Editor-in-Chief</h1>
138-
<p>Frank specializes in React Native at Infinite Red.</p>
139-
<ul class="social">
140-
<li>
141-
<a class="icon twitter" target="_blank" href="#"></a>
142-
</li>
143-
<li>
144-
<a class="icon github" target="_blank" href="#"></a>
145-
</li>
146-
</ul>
147-
</div>
148-
</article>
149-
150-
<section class="sponsor-wrap">
151-
<section class="sponsor">
152-
<h1>Presented By</h1>
153-
<a class="logo" href="https://infinite.red" target="_blank"></a>
154-
</section>
114+
<li>
115+
<a href="https://twitter.com/RNNewsletter" target="_blank" class="icon twitter"></a>
116+
</li>
117+
</ul>
118+
</nav>
119+
120+
<section class="content">
121+
<article id="splash">
122+
<h1>A curated, fun to read newsletter all about React Native</h1>
123+
<h2>Free bi-weekly summary of React Native news, articles, issues &amp; pull requests, libraries and apps.</h2>
124+
125+
<div class="subscribe-form">
126+
<form
127+
action="//brentvatne.us10.list-manage.com/subscribe/post?u=db0dd948e2b729ee62625b1a8&amp;id=47cd41008f"
128+
method="post"
129+
id="mc-embedded-subscribe-form"
130+
name="mc-embedded-subscribe-form"
131+
class="validate"
132+
target="_blank"
133+
>
134+
<div class="input-field email-input">
135+
<input
136+
type="email"
137+
value=""
138+
name="EMAIL"
139+
required
140+
class="required email"
141+
id="mce-EMAIL"
142+
autocomplete="off"
143+
placeholder="Your Email Address"
144+
/>
145+
<button type="submit" class="addon"></button>
146+
<span class="hint">Please enter a valid email</span>
147+
</div>
148+
</form>
149+
</div>
150+
</article>
151+
152+
<div id="illustration"></div>
155153
</section>
156-
</footer>
157-
</main>
158-
</div>
159-
160-
</body>
161154

155+
<footer>
156+
<article class="bio">
157+
<div class="photo"></div>
158+
<div class="details">
159+
<h1>Frank von Hoven, Editor-in-Chief</h1>
160+
<p>Frank specializes in React Native at Infinite Red.</p>
161+
<ul class="social">
162+
<li>
163+
<a class="icon twitter" target="_blank" href="#"></a>
164+
</li>
165+
<li>
166+
<a class="icon github" target="_blank" href="#"></a>
167+
</li>
168+
</ul>
169+
</div>
170+
</article>
171+
172+
<section class="sponsor-wrap">
173+
<section class="sponsor">
174+
<h1>Presented By</h1>
175+
<a class="logo" href="https://infinite.red" target="_blank"></a>
176+
</section>
177+
</section>
178+
</footer>
179+
</main>
180+
</div>
181+
</body>
162182
</html>

0 commit comments

Comments
 (0)