-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMarketingFirefoxlove.html
58 lines (52 loc) · 2.08 KB
/
MarketingFirefoxlove.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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Social Marketing Firefox Love 2018</title>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<style>
.container-fluid .jumbotron{
background-color: green;
}
</style>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<style>
.container-fluid .jumbotron{
background-color: green;
}
</style>
</head>
<body>
<!--start border container-->
<div class="container">
<main>
<section>
</section>
<!--Grid section for recognition-->
<section class = "jumbotron">
<p class="col-lg-3 col-md-4 col-xs-6"><img src="/Users/rmcguigan/Documents/Projects/Social Email Templates/twitterfirefo.png" class="img-responsive"></p>
<h2>"Keep on Rocking the Free Web!" @Firefox</h2>
<h3>Social Love for Firefox from the users that choose to rock the Mozilla Mission. </h3>
<section class="container-fluid">
</section>
<div class="gallery">
<h2>Highlights and Applause From Firefox Users</h2>
<a class="twitter-grid" href="https://twitter.com/guigs_mozilla/timelines/1004845093126221829">Social Firefox Love</a>
</div>
</section>
</section>
</main>
<footer>
Contact @MozillaSupport to Get Involved
</footer>
</div>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="https://code.jquery.com/qunit/qunit-2.6.1.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/customize.js"></script>
<!--end border containter -->
</div>
</body>
</html>