Skip to content

Commit

Permalink
Fix Images
Browse files Browse the repository at this point in the history
  • Loading branch information
Re-Krass committed Jun 20, 2018
1 parent fa4ace8 commit d0d7f64
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ydl_api/api/templates/api/verification_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<td width="200" valign="top" align="center">
<div class="contentEditableContainer contentImageEditable">
<div class="contentEditable" align='center'>
<img src={{logo_img_link}} width="220" height="220" alt='Logo' data-default="placeholder" />
<img src="https://ydlearning.com/.media/logo-ydl/PNG/YDL-Logo-220px.png" width="220" height="220" alt='YDL Logo' data-default="placeholder"
/>
</div>
</div>
</td>
Expand Down Expand Up @@ -60,7 +61,7 @@ <h2>Email verification</h2>
<p>Hi {{user}},
<br/> Thank you for using
<i style="color:#0689b3;">
<b>Y&D Learning</b>
<b>Y&D Learning</b>
</i>.
<br/>
<br/> Please click on the button below to confirm your email.
Expand Down Expand Up @@ -113,7 +114,7 @@ <h2>Email verification</h2>
</span>
<br/>
<span style="font-size:11px;color:#555;font-family:Helvetica, Arial, sans-serif;line-height:200%;">
Contact us: {{ydl_email}}</span>
Contact us: <a href="mailto:{{ydl_email}}?subject=Contact%20us">{{ydl_email}}</a></span>
<br/>
<span style="font-size:11px;color:#555;font-family:Helvetica, Arial, sans-serif;line-height:200%;">
Visit us:
Expand Down Expand Up @@ -166,8 +167,8 @@ <h2>Email verification</h2>
<div class="contentEditableContainer contentTwitterEditable" style='float:right;'>
<div class="contentEditable">
<a target='_blank' href="{{ydl_url_github}}" data-default="placeholder" style="text-decoration:none;">
<img src="https://ydlearning.com/.media/github-logo/GitHub-Mark-64px.png" data-default="placeholder" data-max-width='30'
data-customIcon="true" width='35' height='35' alt='github'>
<img src="https://ydlearning.com/.media/github-logo/PNG/GitHub-Mark-64px.png" data-default="placeholder" data-max-width='30'
data-customIcon="true" width='35' height='35' alt='GitHub Logo'>
</a>
</div>
</div>
Expand All @@ -177,7 +178,8 @@ <h2>Email verification</h2>
<div class="contentEditableContainer contentImageEditable" style='display:inline; float:right;'>
<div class="contentEditable">
<a target='_blank' href="{{ydl_url}}" data-default="placeholder" style="text-decoration:none;">
<img src="https://ydlearning.com/.media/logo/YDL-Logo-35px.png" width="35" height="35" alt='YDL-Logo' style='margin-right:40x;' />
<img src="https://ydlearning.com/.media/logo-ydl/PNG/YDL-Logo-64px.png" width="35" height="35" alt='YDL Logo'
style='margin-right:40x;' />
</a>
</div>
</div>
Expand Down

0 comments on commit d0d7f64

Please sign in to comment.