-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpublishing_campaign.html
113 lines (106 loc) · 5.33 KB
/
publishing_campaign.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./styles/publishing_campaign.css">
<!-- <link rel="stylesheet" href="./styles/loginNavbar.css"> -->
</head>
<body>
<div id="navbar1"></div>
<div id="container">
<div id="publish">
<div id="side">
<div>
<div id="calendar">
<div><svg viewBox="0 0 16 16" title="" class="Icon__StyledIcon-sc-1n46whx-0 bzsAGO">
<title></title>
<g>
<path fill-rule="evenodd"
d="M4 0a1 1 0 011 1v1h6V1a1 1 0 112 0v1h1a1 1 0 011 1v11a1 1 0 01-1 1H2a1 1 0 01-1-1V3a1 1 0 011-1h1V1a1 1 0 011-1zM3 7v6h10V7H3z"
clip-rule="evenodd"></path>
</g>
</svg></div>
<div>Calendar</div>
</div>
<div id="campaign">
<div><svg viewBox="0 0 16 16" title="" class="Icon__StyledIcon-sc-1n46whx-0 bzsAGO">
<title></title>
<g>
<path fill-rule="evenodd"
d="M15.38 2.744a1.5 1.5 0 010 2.121l-6.818 6.818L5.5 8.62l-2.94 2.94A1.5 1.5 0 11.44 9.439L5.5 4.38l3.062 3.06 4.696-4.696a1.5 1.5 0 012.121 0z"
clip-rule="evenodd"></path>
</g>
</svg></div>
<div>Campaign</div>
</div>
<div id="calendar">
<div><svg viewBox="0 0 16 16" title="" class="Icon__StyledIcon-sc-1n46whx-0 bzsAGO">
<title></title>
<g>
<path
d="M6 2h8a1 1 0 110 2H6V2zM1 3a1 1 0 011-1h2v2H2a1 1 0 01-1-1zm5 4h8a1 1 0 110 2H6V7zM1 8a1 1 0 011-1h2v2H2a1 1 0 01-1-1zm5 4h8a1 1 0 110 2H6v-2zm-5 1a1 1 0 011-1h2v2H2a1 1 0 01-1-1z">
</path>
</g>
</svg></div>
<div>Queues</div>
</div>
</div>
<div>
<div id="add_channels"><button id="btn">Add Channel</button></div>
</div>
</div>
<div id="center">
<div>
<h1>Get a clearer picture of your social media strategy</h1>
</div>
<div id="ptag">
<p>Keep track of multichannel campaigns and create a healthy mix of content on social media.</p>
<p><svg color="#2c4bff" viewBox="0 0 16 16" title="" class="Icon__StyledIcon-sc-1n46whx-0 bzsAGO">
<title></title>
<g>
<path
d="M3.06 8.146a1 1 0 000 1.415l2.83 2.828 7.07-7.071a1 1 0 10-1.414-1.414L5.889 9.56 4.475 8.146a1 1 0 00-1.414 0z">
</path>
</g>
</svg>Build entire campaigns across channels.</p>
<p><svg color="#2c4bff" viewBox="0 0 16 16" title="" class="Icon__StyledIcon-sc-1n46whx-0 bzsAGO">
<title></title>
<g>
<path
d="M3.06 8.146a1 1 0 000 1.415l2.83 2.828 7.07-7.071a1 1 0 10-1.414-1.414L5.889 9.56 4.475 8.146a1 1 0 00-1.414 0z">
</path>
</g>
</svg>See how they fit together in your schedule.</p>
<p><svg color="#2c4bff" viewBox="0 0 16 16" title="" class="Icon__StyledIcon-sc-1n46whx-0 bzsAGO">
<title></title>
<g>
<path
d="M3.06 8.146a1 1 0 000 1.415l2.83 2.828 7.07-7.071a1 1 0 10-1.414-1.414L5.889 9.56 4.475 8.146a1 1 0 00-1.414 0z">
</path>
</g>
</svg>Review campaign performance and hit your goals.</p>
</div>
<div id="last">
<div><button id="buttn">Create a Campaign</button></div>
<div>
<!-- <h4>Learn More</h4> -->Learn More
</div>
</div>
</div>
<!-- <div id="fix"> -->
<div id="right"><img
src="https://buffer-publish.s3.amazonaws.com/images/campaigns-empty-state-screenshot.png" alt="">
<!-- </div> -->
</div>
</div>
</div>
</body>
</html>
<script type="module">
import AfterLogin from "./components/Navbar_AfterLogin.js";
let nav = document.getElementById("navbar1");
nav.innerHTML = AfterLogin();
</script>
<script src="./scripts/updateEmail.js"></script>