-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewsletter.php
130 lines (87 loc) · 5.58 KB
/
newsletter.php
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="styles/large.css" rel="stylesheet" />
<link href="styles/medium.css" rel="stylesheet" />
<link href="styles/small.css" rel="stylesheet" />
<meta name="description" content="STARSKA | The official website of high quality leather goods company STARSKA." />
<meta name="keywords" content="high quality bag,luxury bag,jewelery bags,luxury brand,leather craftsmanship,leather craft,luxury leather goods,bag brand poland,leather goods poland,high quality leather accessories,high quality leather bags,luxury leather goods for woman,the best leather bag,designer bag,designer leather accessories,krakow bag brand,zuza stepien bags,women's bags,bags made in Italy,bags made in Krakow,wave bag ,drop bag,jewel strap,hoop strap,add a strap,modern bags,designed in Krakow ,leather artisans,luxury craft,high quality craft,high end craft,contemporary bags,mirror mirror,vanity mirror,changable strap bag,Starska bag,starska art,starska design,high quality leather goods,avantgarde bag,best seller,the best bag brand,minimalist bag,elegant bag,timeless accessories,longevity ,durability,prestige" />
<meta name="author" content="ht-dev" />
<link rel="icon" href="si.png" type="image/x-icon" />
<link rel="shortcut icon" href="si.png" type="image/x-icon" />
<script src="scripts/h.js"></script>
<title>STARSKA | Newsletter</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126119902-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-126119902-1');
</script>
</head>
<body>
<div id="collectionContainer">
<div id="collectionMain">
<div id="navBar2">
<div id="navBarTop2">
<a href="index.php?homepageloaded"><img src="images/logo/STARSKA CZARNE DOCIETE.png" /></a>
</div>
<div id="navBarBottom2">
<ul id="navBarBottomUl3">
<a href="collection.php?entirecollectionloaded"><li id="nB1">Collections</li></a>
<li class="vanish">Faceboooo</li>
<a href="products.php?productsloaded" ><li id="nB2">Products</li></a>
<li class="vanish">Instagrammmmmmmmni</li>
<a href="care.php?carepageloaded"><li id="nB3">Care</li></a>
<li class="vanish">Soreeeeeemnmmmmnnnnnnnnnnmm</li>
<a href="about.php?aboutpageloaded"><li id="nB4">About</li></a>
</ul>
<ul id="navBarBottomUl4">
<a href="newsletter.php?newletterLoaded"><li id="nB5">Newsletter</li></a>
<li class="vanish">Facebook</li>
<li class="vanish">Produciiimmmmm</li>
<a href="https://www.instagram.com/starska_/" target="_blank"><li id="nB6">Instagram</li></a>
<li class="vanish" id="back2">Careeeeeeeeeeeeemmnm</li>
<a href="store.php?storePageLoaded"><li id="nB7">Store</li></a>
<li class="vanish" id="g">Carnennnnmnnm</li>
<a href="contact.php?contactpageloaded"><li id="nB8">Contact</li></a>
</ul>
</div>
</div>
</div>
<div id="newsContainer">
<?php
if(isset($_GET['fieldError'])){
echo '<form action="saveMails.php" method="POST">
<p>Leave us your e-mail to receive Starska news!</p>
<div id="inputs">
<div class="inp" style="border: 1px solid #ff4d4d;"><input type="text" name="firstname" placeholder="First name"/></div>
<div class="inp" style="border: 1px solid #ff4d4d;"><input type="text" name="lastname" placeholder="Last name"/></div>
<div class="inp" style="border: 1px solid #ff4d4d;"><input type="email" name="email" placeholder="Email"/></div>
<div class="sbm"><input type="submit" value="Subscribe"/></div>
</div>
</form>';
}else if(isset($_GET['subscriptionComplete'])){
echo '<p style="font-family: fontHelvetica, sans-serif;
font-size: 11px;
color: black;">THANK YOU!</p><br/><p style="">You are now subscribed to STARSKA newsletter.</p>';
}else{
echo '<form action="saveMails.php" method="POST">
<p>Leave us your e-mail to receive Starska news!</p>
<div id="inputs">
<div class="inp"><input type="text" name="firstname" placeholder="First name"/></div>
<div class="inp"><input type="text" name="lastname" placeholder="Last name"/></div>
<div class="inp"><input type="email" name="email" placeholder="Email"/></div>
<div class="sbm"><input type="submit" value="Subscribe"/></div>
</div>
</form>';
}
?>
</div>
</div>
</body>
</html>