<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>emailer</title>
<meta name="description" content="Interaktywny poradnik szybkiego startu dla Brackets.">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html, body {
font-size: calc 12px + (16 -12) * ((100vw - 200px) / (1200 - 200)));
color:white!important;
}
.emailer-background {
background:#eee;
}
body h1 {
font-size: calc(32px + (45 - 32) * ((100vw - 200px) / (700 - 200)));
color:white;
padding-right:10px;
padding-left:10px;
letter-spacing:-0.6pt;
}
body h2 {
font-size: calc(20px + (23 - 20) * ((100vw -200px) / (700 - 200)));
}
table {
text-align:center;
}
.emial-container {
max-width: 700px;
background: #fff;
font-family: sans-serif;
text-align: center;
margin: 0 auto;
/*display:block;*/
overflow: hidden;
border-radius: 5px;
margin-bottom:30px;
}
.header {
margin: 0 auto;
}
.text{
margin-left: 5px;
margin-right:5px;
padding-left:5px;
padding-right:5px;
padding-top:20px;
padding-bottom:20px;
}
.center{
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.content {
background-image: url("img/bg.jpg");
background-color: #793985;
background-repeat: no-repeat;
background-size: cover;
}
.separator {
background-color: rgba(154, 207, 141, 0.1);
background: rgba(154, 207, 141, 0.1);
max-width:100%;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
img {
max-width:100%;
}
.flexcontainer {
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
}
.qr {
margin-left:10px; }
}
.qr, .logo {
padding-right:10px;
padding left:10px;
min-width:45px;
}
.logo {
max-width:80px;
min-width:45px;
margin-left:120px;
}
.link {
font-size: calc 8px + (16 -8) * ((100vw - 200px) / (1200 - 200)));
color:white!important;
letter-spacing:2pt;
font-size:16px !important;
padding-top:15px;
padding-bottom:15px;
}
.koperta li:before{
content: “\f13d”;
font-family: “FontAwesome”;
width: 10px;
height: 10px;
margin-right: 5px;
}
.namiary {
margin-right:10px!imporant;
}
</style>
</head>
<body classs="emailer-background">
<table class="emial-container content">
<tr align="center">
<td align="center" class="header">
<a href="#"></a>
<td class="separator"></td>
<img class="header" src="img/heder.jpg" alt="header image">
</td>
</tr>
<tr>
<td align="center" class="text"><b>usługi fotograficzne</b>: wywoływanie fotografii z każdego typu nośnika i klisz, renowacja,
retusz zdjęć, fotografia okolicznosciowa, sesje fotograficzne studyjne i plenerowe, fotografia
reklamowa i katalogowa, akcesoria foto, <br>ramki, albumy, kubki, koszulki, poduszki z Twoim projektem</p>
<p><b>usługi poligraficzne:</b> ksero, bindowanie, drukowanie, skanowanie. </td>
</tr>
<tr>
<td class="slogan">
<h1>Zamrażanie chwil
<br>i malowanie światłem <br>
to sztuka ! </h1> </td>
</tr>
<tr>
<td class="separator">
<h2 class="slogan2">Chcesz zobaczyć jak to działa?<br>
Przyjdź, przyjmiemy Cię z radością ! </h2>
</td>
</tr>
<!--slogan 2 end-->
<tr>
<td class="qr">
<img src="img/qr.svg">
</td>
<td class="logo">
<img src="img/logo.svg">
</td>
<td class="namaiary">
<ul class="fa-ul">
</ul>
</td>
</tr>
<tr>
<td class="separator">
<h2 class="link">facebook.com/zorza.studio</h2>
<li class="koperta"> Email: <br>zorza.studio@gmail.com</li>
<li>Tel. <b>697 625 645</b></li> </td>
</tr>
</table><!--container end-->
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |