Blame view
resources/views/layout/pdf.blade.php
12.7 KB
1c6078a15 Обновление от вос... |
1 2 3 4 5 6 7 8 9 |
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8"> <title>Резюме соискателя</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#377D87"> <link rel="stylesheet" href="{{ asset('css/style.css') }}"> |
7d263c5eb Коммит вторник -2 |
10 |
<style> |
c20e912d4 Пдф документ |
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 131 |
body { font-family:'DejaVu Sans',sans-serif; background:#fff; font-size:1.6rem; font-weight:400; color:#363A3F; } .main { padding: 30px 0; } .thing { color: #3a3b3c; /* background-color: #f2f5fc; */ } .thing__profile { } .thing__profile-photo { width: 200px; border-radius: 8px; float: left; margin-right: 20px; } .thing__profile-body { } .thing__title { width: 100%; font-size: 32px; font-weight: 700; line-height: 1.1; margin: 0; } .thing__text { font-size: 14px; line-height: 1.4; margin: 15px 0 0 0; } .main__spoiler { margin: 0px 0px 32px 0px; } .main__spoiler-body { } .main__table { border-collapse: collapse; table-layout: fixed; font-size: 14px; width: 100%; background: #ffffff; } .main__table thead { color: #ffffff; font-size: 16px; background-color: #377d87; } .main__table th { padding: 8px 16px; } .main__table td { width: 40%; padding: 8px 16px; border: 1px solid #cecece; } .main__table td b { font-weight: 700; } .main__table b { display: block; } .main__table a { color: #377d87; text-decoration: underline; } .main__table td + td { width: 60%; } .main__table_three td { width: 25% !important; } .main__table_three td:last-child { width: 50% !important; } .main h2 { margin: 0; font-weight: 700; font-size: 30px; } .main p { margin: 0; font-size: 14px; line-height: 1.4; margin: 15px 0 0 0; } .main__resume-profile-info { margin: 30px 0px 0px 0px; } .main__resume-profile-info-title { |
0988f0929 Коммит... |
132 133 134 135 136 |
margin-bottom: 20px !important; color: #3a3b3c; } .main__resume-profile-info-body-item { |
c20e912d4 Пдф документ |
137 |
margin: 0px 0px 20px 0px; |
c20e912d4 Пдф документ |
138 139 140 141 142 143 144 145 |
} .main__resume-profile-info-body-subtitle { color: #4d88d9; margin: 0px 0px 10px 0px; font-weight: 700; font-size: 22px; } |
0988f0929 Коммит... |
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
.main__resume-profile-info-body-inner { margin: 0; padding: 0; font-size: 12px; } .main__resume-profile-info-body-inner li { list-style-type: none; margin: 0px 0px 20px 0px; } .main__resume-profile-info-body-inner b { display: block; margin: 0px 0px 6px 0px; color: #377d87; font-size: 14px; } .main__resume-profile-info-body-inner span { display: block; } .main__resume-profile-info-body-inner a { display: block; text-decoration: none; color: inherit; } |
7d263c5eb Коммит вторник -2 |
173 |
</style> |
1c6078a15 Обновление от вос... |
174 175 176 177 178 179 |
</head> <body id="body" class="pdf"> <section class="thing thing_pdf"> <div class="container"> <div class="thing__profile"> |
7571b20fd Коммит 13 марта 2024 |
180 |
<img src="{{ asset(Storage::url($Query[0]['photo'])) }}" alt="" class="thing__profile-photo"> |
1c6078a15 Обновление от вос... |
181 |
<div class="thing__profile-body"> |
f46e3cd1e Коммит четверг |
182 |
<<<<<<< HEAD |
1c6078a15 Обновление от вос... |
183 |
<h1 class="thing__title">Назаров Платон Фёдорович</h1> |
c20e912d4 Пдф документ |
184 |
<div style="clear:both;"></div> |
1c6078a15 Обновление от вос... |
185 186 |
<p class="thing__text">Сложно сказать, почему ключевые особенности структуры проекта рассмотрены исключительно в разрезе маркетинговых и финансовых предпосылок.</p> |
c20e912d4 Пдф документ |
187 188 |
<p class="thing__text">Сложно сказать, почему ключевые особенности структуры проекта рассмотрены исключительно в разрезе маркетинговых и финансовых предпосылок.</p> |
f46e3cd1e Коммит четверг |
189 |
======= |
7571b20fd Коммит 13 марта 2024 |
190 191 192 |
<h1 class="thing__title">{{ $Query[0]['users']['surname']." ".$Query[0]['users']['name_man']." ".$Query[0]['users']['surname2'] }}</h1> <div style="clear:both;"></div> <p class="thing__text">{{ $Query[0]['text'] }}</p> |
f46e3cd1e Коммит четверг |
193 |
>>>>>>> 7571b20fd5c13ed6f79784db64504d6f9f64f2de |
1c6078a15 Обновление от вос... |
194 195 196 197 198 199 200 201 202 |
</div> </div> </div> </section> <main class="main"> <div class="container"> <div class="main__resume-profile"> <div class="main__content"> <div class="main__spoiler"> |
c20e912d4 Пдф документ |
203 204 |
<!-- <button type="button" class="main__spoiler-toper js-toggle active">Основная информация</button> --> |
1c6078a15 Обновление от вос... |
205 206 |
<div class="main__spoiler-body"> <table class="main__table"> |
c20e912d4 Пдф документ |
207 |
<thead> |
7571b20fd Коммит 13 марта 2024 |
208 209 210 |
<tr> <th colspan="2">Основная информация</th> </tr> |
c20e912d4 Пдф документ |
211 |
</thead> |
1c6078a15 Обновление от вос... |
212 213 214 |
<tbody> <tr> <td>Имя:</td> |
7571b20fd Коммит 13 марта 2024 |
215 |
<td><b>{{ $Query[0]['users']['name_man'] }}</b></td> |
1c6078a15 Обновление от вос... |
216 217 218 |
</tr> <tr> <td>Должность:</td> |
7571b20fd Коммит 13 марта 2024 |
219 220 221 222 223 |
<td> @foreach ($Query[0]['job_titles'] as $it) <b>{{ $it['name'] }}</b><br> @endforeach </td> |
1c6078a15 Обновление от вос... |
224 225 226 |
</tr> <tr> <td>Телефон:</td> |
7571b20fd Коммит 13 марта 2024 |
227 228 229 |
<td><b><a>{{ $Query[0]['telephone'] }}</a></b> <b><a>{{ $Query[0]['telephone2'] }}</a></b> </td> |
1c6078a15 Обновление от вос... |
230 231 232 |
</tr> <tr> <td>E-mail:</td> |
7571b20fd Коммит 13 марта 2024 |
233 |
<td><b><a>{{ $Query[0]['email'] }}</a></b></td> |
1c6078a15 Обновление от вос... |
234 235 236 |
</tr> <tr> <td>Возраст:</td> |
7571b20fd Коммит 13 марта 2024 |
237 |
<td><b>{{ $Query[0]['old_year'] }}</b></td> |
1c6078a15 Обновление от вос... |
238 239 240 |
</tr> <tr> <td>Статус:</td> |
7571b20fd Коммит 13 марта 2024 |
241 242 243 |
<td> @php $code = $Query[0]['status_work']; @endphp <b>@if ($code == 0) Ищу работу @elseif($code == 1) Не указано @else Не ищу работу @endif</b></td> |
1c6078a15 Обновление от вос... |
244 245 246 |
</tr> <tr> <td>Город проживания:</td> |
7571b20fd Коммит 13 марта 2024 |
247 |
<td><b>{{ $Query[0]['city'] }}</b></td> |
1c6078a15 Обновление от вос... |
248 249 250 |
</tr> <tr> <td>Уровень английского:</td> |
7571b20fd Коммит 13 марта 2024 |
251 |
<td><b>{{ $Query[0]['en_is'] }}</b></td> |
1c6078a15 Обновление от вос... |
252 253 254 |
</tr> <tr> <td>Опыт работы:</td> |
7571b20fd Коммит 13 марта 2024 |
255 |
<td><b>{{ $Query[0]['old_year'] }}</b></td> |
1c6078a15 Обновление от вос... |
256 257 258 259 260 261 |
</tr> </tbody> </table> </div> </div> <div class="main__spoiler"> |
f46e3cd1e Коммит четверг |
262 |
|
1c6078a15 Обновление от вос... |
263 264 |
<div class="main__spoiler-body"> <table class="main__table"> |
c20e912d4 Пдф документ |
265 |
<thead> |
1c6078a15 Обновление от вос... |
266 |
<tr> |
7571b20fd Коммит 13 марта 2024 |
267 |
<th colspan="2">Сертификаты / документы</th> |
1c6078a15 Обновление от вос... |
268 |
</tr> |
7571b20fd Коммит 13 марта 2024 |
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
</thead> <tbody> @if (count($Query[0]['sertificate'])) @foreach($Query[0]['sertificate'] as $it) <tr> <td>{{ $it['name']." ".$it['education'] }}</td> <td><a>{{ date('d.m.Y H:i:s', strtotime($it['date_begin']))."-".date('d.m.Y H:i:s', strtotime($it['end_begin'])) }}</a></td> </tr> @endforeach @else <tr> <td> - </td> <td> - </td> </tr> @endif |
1c6078a15 Обновление от вос... |
284 285 286 287 288 |
</tbody> </table> </div> </div> <div class="main__spoiler"> |
f46e3cd1e Коммит четверг |
289 |
|
1c6078a15 Обновление от вос... |
290 291 |
<div class="main__spoiler-body"> <table class="main__table main__table_three"> |
c20e912d4 Пдф документ |
292 |
<thead> |
1c6078a15 Обновление от вос... |
293 |
<tr> |
7571b20fd Коммит 13 марта 2024 |
294 |
<th colspan="3">Опыт работы</th> |
1c6078a15 Обновление от вос... |
295 |
</tr> |
7571b20fd Коммит 13 марта 2024 |
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 |
</thead> <tbody> @if (count($Query[0]['place_worker']) > 0) @foreach($Query[0]['place_worker'] as $it) <tr> <td>{{ $it['begin_work']." - ".$it['end_work'] }} </td> <td><b>{{ $it['name_company'] }}</b> </td> <td><b>{{ $it['job_title'] }}</b> Судно: {{ $it['teplohod'] }} </td> </tr> @endforeach @endif |
1c6078a15 Обновление от вос... |
311 312 313 314 315 316 317 |
</tbody> </table> </div> </div> </div> <div class="main__resume-profile-about"> <h2 class="main__resume-profile-about-title">О себе</h2> |
7571b20fd Коммит 13 марта 2024 |
318 |
<p class="main__resume-profile-about-text">{{ $Query[0]['text'] }}</p> |
1c6078a15 Обновление от вос... |
319 320 321 322 |
</div> <div class="main__resume-profile-info"> <h2 class="main__resume-profile-info-title">Данные о прошлых компаниях</h2> <div class="main__resume-profile-info-body"> |
7571b20fd Коммит 13 марта 2024 |
323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
@if ((isset($Query[0]['prev_company'])) && (count($Query[0]['prev_company']) > 0)) @foreach ($Query[0]['prev_company'] as $it) <div class="main__resume-profile-info-body-item"> <h3 class="main__resume-profile-info-body-subtitle">{{ $it['name_company'] }}</h3> <ul class="main__resume-profile-info-body-inner"> <li> <b>Руководитель</b> <span>{{ $it['direct'] }}</span> </li> <li> <b>Телефон того, кто может дать рекомендацию</b> <span> <a>{{ $it['telephone'] }}</a> <a>{{ $it['telephone2'] }}</a> </span> </li> </ul> </div> @endforeach @endif |
1c6078a15 Обновление от вос... |
343 344 345 346 347 |
</div> </div> </div> </div> </main> |
1c6078a15 Обновление от вос... |
348 |
</body> |
1c6078a15 Обновление от вос... |
349 |
</html> |