diff --git a/cv.pdf b/cv.pdf new file mode 100644 index 0000000..db63074 Binary files /dev/null and b/cv.pdf differ diff --git a/cv.typ b/cv.typ new file mode 100644 index 0000000..1f8344c --- /dev/null +++ b/cv.typ @@ -0,0 +1,63 @@ +#import "@preview/basic-resume:0.2.9": * + +#set page( + header: [#align(right)[От Никиты Дощенникова, команде Национального Исследовательского Университета ИТМО \ #line(length: 100%)]] +) + +// Put your personal information here, replacing mine +#let name = "Дощенников Никита" +#let location = "Санкт-Петербург, Россия" +#let email = "me@fymio.us" +#let github = "github.com/fymious" +// #let linkedin = "linkedin.com/in/stuxf" +#let phone = "+7 (900) 205-4832" +#let personal-site = "fymio.us" + +#show: resume.with( + author: name, + // All the lines below are optional. + // For example, if you want to to hide your phone number: + // feel free to comment those lines out and they will not show. + location: location, + email: email, + github: github, + // linkedin: linkedin, + phone: phone, + personal-site: personal-site, + accent-color: "#26428b", + font: "New Computer Modern", + paper: "us-letter", + author-position: left, + personal-info-position: left, +) + +/* +* Lines that start with == are formatted into section headings +* You can use the specific formatting functions if needed +* The following formatting functions are listed below +* #edu(dates: "", degree: "", gpa: "", institution: "", location: "") +* #work(company: "", dates: "", location: "", title: "") +* #project(dates: "", name: "", role: "", url: "") +* #extracurriculars(activity: "", dates: "") +* There are also the following generic functions that don't apply any formatting +* #generic-two-by-two(top-left: "", top-right: "", bottom-left: "", bottom-right: "") +* #generic-one-by-two(left: "", right: "") +*/ +== Образование + +#edu( + institution: "Национальный Исследовательский Университет ИТМО", + location: "Санкт-Петербург, Россия", + dates: dates-helper(start-date: "Август 2024", end-date: "Май 2028"), + degree: "Инфокоммуникационные технологии и системы связи", +) +- Средний балл: 4.0 +- Курсы по специальности: Алгоритмы и структуры данных, Архитектура ЭВМ, Линейная Алгебра, Дискретная математика, Компьютерные сети + +== Внеучебная деятельность + +- Участник олимпиады #text(lang: "fr")["Я - ПРОФЕССИОНАЛ"] +- Волонтер организации #text(lang: "fr")["Друзья Петербурга"] +- Участник курсов #text(lang: "fr")["Т-Академия"] + +