-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcampaigns.html
48 lines (36 loc) · 1.73 KB
/
campaigns.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
<!doctype html>
<html>
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
<title>Code Louisville ~ Final Project</title>
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/tab.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
</head>
<body bgcolor="#f9f9f9">
<!-- Header -->
<div id="grad-humgrn">
<header class="logo header"><span style="font-size:3em;">Email Template Library</span><br /><span class="subhead" style="font-size:20px;">Digital Marketing: Email, Mobile, SMS and Interactive Strategy Team</span></header>
</div>
<!-- Body -->
<div class="wrapper">
<section align="center" style="width:100%">
<article>
<h4 style="font-size:24px; font-weight:400; font-family: Arial, sans-serif;text-align:center;">Ohhhh We're not ready for that yet!</h4>
<p>
But coming soon to a theatre near you...templates for your campaign email projects!!</p>
</article>
</section>
</div>
<div>
<footer class="footer">
<section style="">© Toshca Williams Final Code Louisville Project 2017</section>
</footer>
</div>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
<script src="js/tab.js" type="text/javascript" charset="utf-8"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
</body>
</html>