Добавлена вся оставшаяся инфа, версия 1.0 в прод
This commit is contained in:
		
							parent
							
								
									33bae56954
								
							
						
					
					
						commit
						56c975a18d
					
				|  | @ -1,9 +1,9 @@ | ||||||
| <template> | <template> | ||||||
|     <v-sheet class="bg-gradient justify-center d-flex" style="height: 100%"> |     <v-sheet class="bg-gradient justify-center d-flex h-auto" style="height: 100%"> | ||||||
|         <v-sheet :elevation="4" class="mt-5 mb-5 align-center justify-center h-auto w-75 rounded-lg main-sheet-bg"> |         <v-sheet :elevation="4" class="mt-5 mb-5 align-center justify-center h-auto rounded-lg main-sheet-bg w-75"> | ||||||
|             <div class="d-flex flex-row align-center"> |             <div class="d-flex flex-row align-center"> | ||||||
|                 <p class="text-h4 w-75 ma-2 pa-2 justify-start">Белезов Павел</p> |                 <p class="text-h4 w-75 ma-2 pa-2 justify-start">Белезов Павел</p> | ||||||
|                 <div v-if="windowWidth >= 1000" class="d-flex justify-end"> |                 <div v-if="this.isWide" class="d-flex justify-end"> | ||||||
|                     <v-btn v-for="item in linksData" :key="item" color="#21abf6" variant="text" class="ma-2 pa-2 justify-end" :href="item.link">{{ item.name }}</v-btn> |                     <v-btn v-for="item in linksData" :key="item" color="#21abf6" variant="text" class="ma-2 pa-2 justify-end" :href="item.link">{{ item.name }}</v-btn> | ||||||
|                 </div> |                 </div> | ||||||
|                 <div v-else class="d-flex justify-end w-25 pr-3"> |                 <div v-else class="d-flex justify-end w-25 pr-3"> | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|             <div class="d-flex justify-end align-center"> |             <div class="d-flex justify-end align-center"> | ||||||
|                 <v-table class="main-sheet-bg pl-5 w-66" style="text-align: center"> |                 <v-table class="main-sheet-bg pl-5" :class="[this.isWide ? 'w-25' : 'w-66']" style="text-align: left"> | ||||||
|                     <tbody> |                     <tbody> | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td><v-icon :icon="`mdi-account`"></v-icon>Возраст</td> |                         <td><v-icon :icon="`mdi-account`"></v-icon>Возраст</td> | ||||||
|  | @ -46,37 +46,53 @@ | ||||||
|                     <v-img class="image-gradient" src="./resume.png"></v-img> |                     <v-img class="image-gradient" src="./resume.png"></v-img> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
| 
 |             <div class="pa-5"> | ||||||
|             <!-- |                 <div> | ||||||
|             <div class="d-flex align-center float-right w-100"> |                     <p class="text-h5 pb-3">Профессиональные навыки</p> | ||||||
|                 <v-list class="main-sheet-bg w-66" style="align-content: flex-end"> |                     <p style="text-indent: 1em; text-align: justify" class="pb-5">Хорошо знаю Java, на прошлом месте работы в основном занимался разработкой консольных/десктопных приложений на данном языке | ||||||
|                     <v-list-item> |                         (муниципальный сектор). Планирую в ближайшее время изучить Spring Framework. В работе активно использую Git. Из СУБД плотно работаю с | ||||||
|                         <template v-slot:prepend> |                         MySQL, Postgresql. Иногда по работе приходилось писать или дорабатывать небольшие сайты на HTML+CSS+JS (и иногда PHP) и | ||||||
|                             <v-icon :icon="`mdi-account`"></v-icon> |                         дорабатывать веб-приложение на ASP.NET (Жил. фонд). На текущем месте работы занимаюсь разработкой/дработкой сайтов и веб-приложений | ||||||
|                         </template> |                         на стеке Laravel+Vue. Так же переносил веб-приложение на десктоп с помощью фреймворка ElectronJs. В рамках программы ВУЗа изучал C#, Python, поверхностно проходил Django. | ||||||
|                         <v-list-item-title v-text="personalData.age"></v-list-item-title> |                         Владею английским языком на среднем уровне.</p> | ||||||
|                     </v-list-item> |                 </div> | ||||||
|                     <v-list-item> |                 <div> | ||||||
|                         <template v-slot:prepend> |                     <p class="text-h5 pb-3">Опыт работы</p> | ||||||
|                             <v-icon :icon="`mdi-city`"></v-icon> |                     <v-table class="pb-5 main-sheet-bg"> | ||||||
|                         </template> |                         <tbody> | ||||||
|                         <v-list-item-title v-text="personalData.location"></v-list-item-title> |                         <tr> | ||||||
|                     </v-list-item> |                             <td>Февраль 2022 — август 2023</td> | ||||||
|                     <v-list-item> |                             <td><p>Муниципальное казенное учреждение «Центр информационно-технического и транспортного обслуживания» муниципального образования города Братска</p></td> | ||||||
|                         <template v-slot:prepend> |                         </tr> | ||||||
|                             <v-icon :icon="`mdi-at`"></v-icon> |                         <tr> | ||||||
|                         </template> |                             <td>Сентябрь 2023 — по настоящее время</td> | ||||||
|                         <v-list-item-title v-text="personalData.email"></v-list-item-title> |                             <td>Государственное Автономное Учреждение «Иркутский областной многофункциональный центр предоставления государственных и муниципальных услуг»</td> | ||||||
|                     </v-list-item> |                         </tr> | ||||||
|                     <v-list-item> |                         </tbody> | ||||||
|                         <template v-slot:prepend> |                     </v-table> | ||||||
|                             <v-icon :icon="`mdi-phone`"></v-icon> |                 </div> | ||||||
|                         </template> |                 <div> | ||||||
|                         <v-list-item-title v-text="personalData.phoneNumber"></v-list-item-title> |                     <p class="text-h5 pb-3">Образование</p> | ||||||
|                     </v-list-item> |                     <v-table class="pb-5 main-sheet-bg"> | ||||||
|                 </v-list> |                         <tbody> | ||||||
|                 <v-img class="image-gradient w-33" src="./resume.png" height="500"></v-img> |                         <tr> | ||||||
|             </div>--> |                             <td>2020</td> | ||||||
|  |                             <td> | ||||||
|  |                                 <p>Братский государственный университет, Братск</p> | ||||||
|  |                                 <p>Факультет экономики и управления, Прикладная информатика в экономике (бакалавриат)</p> | ||||||
|  |                             </td> | ||||||
|  |                         </tr> | ||||||
|  |                         <tr> | ||||||
|  |                             <td>2024</td> | ||||||
|  |                             <td> | ||||||
|  |                                 <p>Братский государственный университет, Братск</p> | ||||||
|  |                                 <p>Факультет энергетики и автоматики, Веб технологии и информационный анализ данных (магистратура)</p> | ||||||
|  |                             </td> | ||||||
|  |                         </tr> | ||||||
|  |                         </tbody> | ||||||
|  |                     </v-table> | ||||||
|  |                 </div> | ||||||
|  |             </div> | ||||||
|         </v-sheet> |         </v-sheet> | ||||||
|     </v-sheet> |     </v-sheet> | ||||||
| </template> | </template> | ||||||
|  | @ -98,23 +114,28 @@ export default { | ||||||
|             email: 'belezov.pavel@mail.ru', |             email: 'belezov.pavel@mail.ru', | ||||||
|             phoneNumber: '+7-914-919-21-17' |             phoneNumber: '+7-914-919-21-17' | ||||||
|         }, |         }, | ||||||
|         windowHeight: window.innerHeight, |         windowHeight: document.documentElement.clientHeight, | ||||||
|         windowWidth: window.innerWidth |         windowWidth: document.documentElement.clientWidth, | ||||||
|  |         isWide: window.innerWidth > 1000, | ||||||
|  |         tableClass: 'w-25' | ||||||
|     }), |     }), | ||||||
|  |     created() { | ||||||
|  |         window.addEventListener("resize", this.myEventHandler); | ||||||
|  |     }, | ||||||
|  |     mounted() { | ||||||
|  |         this.myEventHandler(); | ||||||
|  |         window.addEventListener("resize", this.myEventHandler, { passive: true }); | ||||||
|  |     }, | ||||||
|     methods: { |     methods: { | ||||||
|         created() { |         myEventHandler(e) { | ||||||
|             window.addEventListener("resize", this.myEventHandler); |             this.windowHeight = document.documentElement.clientHeight; | ||||||
|         }, |             this.windowWidth = document.documentElement.clientWidth; | ||||||
|         mounted() { |             if (this.windowWidth < 1000){ | ||||||
|             window.addEventListener("resize", this.myEventHandler); |                 this.isWide = false; | ||||||
|         }, |                 this.tableClass = 'w-66'; | ||||||
|         destroyed() { |             } else { | ||||||
|             window.removeEventListener("resize", this.myEventHandler); |                 this.isWide = true; | ||||||
|         }, |                 this.tableClass = 'w-33'; | ||||||
|         methods: { |  | ||||||
|             myEventHandler(e) { |  | ||||||
|                 this.windowHeight = window.innerHeight; |  | ||||||
|                 this.windowWidth = window.innerWidth; |  | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue