|
3 | 3 | {% block title %}{{ title }}{% endblock %} |
4 | 4 | {% block description %}{{ description }}{% endblock %} |
5 | 5 | {% block head %} |
| 6 | + <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'> |
6 | 7 | <link rel='stylesheet' href='https://unpkg.com/emoji.css/dist/emoji.min.css'> |
7 | 8 |
|
8 | 9 | <style> |
@@ -107,24 +108,33 @@ <h2 class='col-md-8 offset-md-2'> |
107 | 108 | </div> |
108 | 109 | </div> |
109 | 110 | </div> |
110 | | - <div class='bg-primary pt-4 pb-2'> |
| 111 | + <div class='bg-primary pt-4 pb-4'> |
111 | 112 | <div class="container"> |
112 | 113 | <div class="row justify-content-center text-center"> |
113 | | - <div class="col-12"> |
114 | | - <div class="embed-container"> |
115 | | - <iframe width="560" height="315" src="https://www.youtube.com/embed/{{ video_id }}" |
116 | | - frameborder="0" |
117 | | - webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> |
118 | | - <div id="fb-root"></div> |
| 114 | + <div class="col col-lg-8 offset-lg-2"> |
| 115 | + <div style="max-width: 560px; max-height: 315px"> |
| 116 | + <div class="embed-container"> |
| 117 | + <iframe width="560" height="315" src="https://www.youtube.com/embed/{{ video_id }}" |
| 118 | + frameborder="0" |
| 119 | + webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> |
| 120 | + <div id="fb-root"></div> |
| 121 | + </div> |
119 | 122 | </div> |
| 123 | + |
120 | 124 | </div> |
121 | 125 | </div> |
122 | 126 | </div> |
123 | 127 | </div> |
124 | | - |
125 | 128 | <div class="container"> |
126 | | - <div class="row justify-content-center"> |
127 | | - <div class="col"> |
| 129 | + <div class="row text-center"> |
| 130 | + <div class="col justify-content-center col-lg-8 offset-lg-2"> |
| 131 | + <div class="mt-5"> |
| 132 | + <a class='btn btn-lg btn-warning font-weight-bold text-light mb-5' |
| 133 | + href='https://t.me/ProgramadorProfissional' target='_blank'> |
| 134 | + <i class="fa fa-telegram" aria-hidden="true"></i> Entrar para o canal no Telegram! |
| 135 | + </a> |
| 136 | + </div> |
| 137 | + <h2>Deixe seu Comentário!</h2> |
128 | 138 | <script async defer crossorigin="anonymous" |
129 | 139 | src="https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v4.0&appId=828510970515986&autoLogAppEvents=1"></script> |
130 | 140 | <div class="mb-5"> |
|
0 commit comments