Skip to content

Commit

Permalink
redo readme and templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ushliypakostnik committed Sep 19, 2019
1 parent e7d8840 commit 11962f7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 30 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ Backend Auth Module
Примеры клиентских приложений
-----------------------------

* [Create React App based PWA frontend boilerpate](https://github.com/ushliypakostnik/react-auth)
* [Create React App based PWA frontend boilerpate](https://github.com/ushliypakostnik/react-auth), [Демонстрация](https://react-auth.kafedra.org/)

* [Vue cli based PWA frontend boilerpate](https://github.com/ushliypakostnik/vue-auth)
* [Vue cli based PWA frontend boilerpate](https://github.com/ushliypakostnik/vue-auth), [Демонстрация](https://vue-auth.kafedra.org/)


Features:
---------

* Локализация: сообщения об ошибках, а также письма будут отправляться пользователю на языке выбранном в момент отравки на клиенте


API
Expand Down
4 changes: 0 additions & 4 deletions tmpl/pages/remind-pass-email.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@
{% block link %}
If you do not see the button above, click on the link: <a href="{{ link }}">Restore password</a>
{% endblock %}

{% block footer %}
{{ super() }}
{% endblock %}
4 changes: 0 additions & 4 deletions tmpl/pages/verify-email.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@
{% block link %}
If you do not see the button above, click on the link: <a href="{{ verifyLink }}">Verify account</a>
{% endblock %}

{% block footer %}
{{ super() }}
{% endblock %}
20 changes: 10 additions & 10 deletions tmpl/template-email-inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,12 @@
height: auto;
}

#back {
/* #back {
width: 100%;
max-width: 100%;
height: auto;
}
.content {
color: #0a1216;
background: #ffffff;
}

.header {
color: #0a1216;
letter-spacing: 1.5px;
Expand All @@ -57,6 +52,11 @@
font-weight: bold;
padding-left: 20px;
padding-right: 20px;
} */

.content {
color: #0a1216;
background: #ffffff;
}

.text {
Expand Down Expand Up @@ -97,7 +97,7 @@
color: #ffffff !important;
}

.footer {
/* .footer {
height: auto;
background: #0a1216;
color: #828e9c;
Expand All @@ -116,7 +116,7 @@
}
.footer p a:hover {
text-decoration: none;
}
} */
{% endblock %}
</style>

Expand Down Expand Up @@ -166,14 +166,14 @@
</p>
</td>
</tr>
<tr class="footer" style="height:auto;background-color:#0a1216;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;color:#828e9c;" >
<!--<tr class="footer" style="height:auto;background-color:#0a1216;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;color:#828e9c;" >
<td align="center" valign="top">
<p style="font-size:11px;line-height:13px;margin-top:30px;margin-bottom:30px;letter-spacing:normal;padding-left:20px;padding-right:20px;" >
{% block footer %}
f you do not want to receive such information anymore or if you think that this<br />letter was sent to you incorrectly, let us know by the link <a href="#" style="color:#98395b;white-space:nowrap;text-decoration:underline;" >Unsubscribe</a>.
{% endblock %}
</p>
</td>
</td>-->
</tr>
{% endblock %}
</table>
Expand Down
21 changes: 11 additions & 10 deletions tmpl/template-email.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,12 @@
height: auto;
}

#back {
/* #back {
width: 100%;
max-width: 100%;
height: auto;
}
.content {
color: #0a1216;
background: #ffffff;
}

.header {
color: #0a1216;
letter-spacing: 1.5px;
Expand All @@ -57,6 +52,11 @@
font-weight: bold;
padding-left: 20px;
padding-right: 20px;
} */

.content {
color: #0a1216;
background: #ffffff;
}

.text {
Expand Down Expand Up @@ -97,11 +97,12 @@
color: #ffffff !important;
}

.footer {
/* .footer {
height: auto;
background: #0a1216;
color: #828e9c;
}
.footer p {
font-size: 11px;
line-height: 13px;
Expand All @@ -116,7 +117,7 @@
}
.footer p a:hover {
text-decoration: none;
}
} */
{% endblock %}
</style>

Expand Down Expand Up @@ -166,15 +167,15 @@
</p>
</td>
</tr>
<tr class="footer">
<!--<tr class="footer">
<td align="center" valign="top">
<p>
{% block footer %}
f you do not want to receive such information anymore or if you think that this<br />letter was sent to you incorrectly, let us know by the link <a href="#">Unsubscribe</a>.
{% endblock %}
</p>
</td>
</tr>
</tr>-->
{% endblock %}
</table>
</div>
Expand Down

0 comments on commit 11962f7

Please sign in to comment.