From 23ec504cbe5e8f4f6719022307d363965a91c1e2 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 2 Feb 2025 21:30:24 -0500 Subject: [PATCH] Improve validation and JSON Schema --- docs/update_examples.py | 4 +- examples/John_Doe_ClassicTheme_CV.yaml | 46 +- .../John_Doe_EngineeringclassicTheme_CV.yaml | 46 +- .../John_Doe_EngineeringresumesTheme_CV.yaml | 47 +- examples/John_Doe_ModerncvTheme_CV.yaml | 49 +- examples/John_Doe_Sb2novTheme_CV.yaml | 47 +- rendercv/cli/utilities.py | 5 +- rendercv/data/generator.py | 34 +- rendercv/data/models/curriculum_vitae.py | 34 +- rendercv/data/models/entry_types.py | 64 +- rendercv/data/models/locale.py | 16 +- rendercv/data/models/rendercv_data_model.py | 6 +- rendercv/data/sample_content.yaml | 2 +- rendercv/renderer/renderer.py | 3 +- rendercv/renderer/templater.py | 23 +- rendercv/themes/options.py | 11 + schema.json | 916 +++- tests/test_data.py | 2 +- tests/test_renderer.py | 26 + .../classic_filled.md | 1692 +++--- .../engineeringclassic_filled.md | 1692 +++--- .../engineeringresumes_filled.md | 1692 +++--- .../moderncv_filled.md | 1692 +++--- .../sb2nov_filled.md | 1692 +++--- .../classic_filled.typ | 3348 ++++++------ .../engineeringclassic_filled.typ | 4490 ++++++++-------- .../engineeringresumes_filled.typ | 4734 ++++++++--------- .../moderncv_filled.typ | 2396 ++++----- .../sb2nov_filled.typ | 3364 ++++++------ .../John_Doe_CV.typ | 3348 ++++++------ .../John_Doe_CV.typ | 2238 ++++---- .../John_Doe_CV.typ | 4490 ++++++++-------- .../John_Doe_CV.typ | 2638 ++++----- .../John_Doe_CV.typ | 4734 ++++++++--------- .../John_Doe_CV.typ | 2396 ++++----- .../John_Doe_CV.typ | 2396 ++++----- .../John_Doe_CV.typ | 2396 ++++----- .../John_Doe_CV.typ | 3364 ++++++------ .../John_Doe_CV.typ | 2286 ++++---- .../classic_empty_long_second_row.pdf | Bin 11573 -> 11573 bytes .../classic_empty_short_second_row.pdf | Bin 11573 -> 11573 bytes .../classic_filled_long_second_row.pdf | Bin 395352 -> 400101 bytes .../classic_filled_short_second_row.pdf | Bin 391206 -> 390247 bytes ...gineeringclassic_empty_long_second_row.pdf | Bin 14331 -> 14331 bytes ...ineeringclassic_empty_short_second_row.pdf | Bin 14331 -> 14331 bytes ...ineeringclassic_filled_long_second_row.pdf | Bin 261199 -> 261073 bytes ...neeringclassic_filled_short_second_row.pdf | Bin 290421 -> 290665 bytes ...gineeringresumes_empty_long_second_row.pdf | Bin 10716 -> 10716 bytes ...ineeringresumes_empty_short_second_row.pdf | Bin 10716 -> 10716 bytes ...ineeringresumes_filled_long_second_row.pdf | Bin 220749 -> 220746 bytes ...neeringresumes_filled_short_second_row.pdf | Bin 241374 -> 241703 bytes .../moderncv_empty_long_second_row.pdf | Bin 9068 -> 9068 bytes .../moderncv_empty_short_second_row.pdf | Bin 9068 -> 9068 bytes .../moderncv_filled_long_second_row.pdf | Bin 255937 -> 255652 bytes .../moderncv_filled_short_second_row.pdf | Bin 255937 -> 255652 bytes .../sb2nov_empty_long_second_row.pdf | Bin 12077 -> 12077 bytes .../sb2nov_empty_short_second_row.pdf | Bin 12077 -> 12077 bytes .../sb2nov_filled_long_second_row.pdf | Bin 265935 -> 267416 bytes .../sb2nov_filled_short_second_row.pdf | Bin 277456 -> 278720 bytes .../classic_filled.html | 1690 +++--- .../engineeringclassic_filled.html | 1690 +++--- .../engineeringresumes_filled.html | 1690 +++--- .../moderncv_filled.html | 1690 +++--- .../sb2nov_filled.html | 1690 +++--- .../pngs/John_Doe_CV_10.png | Bin 48385 -> 46224 bytes .../pngs/John_Doe_CV_11.png | Bin 46710 -> 46343 bytes .../pngs/John_Doe_CV_12.png | Bin 41061 -> 42915 bytes .../pngs/John_Doe_CV_13.png | Bin 44282 -> 43107 bytes .../pngs/John_Doe_CV_14.png | Bin 47852 -> 49249 bytes .../pngs/John_Doe_CV_15.png | Bin 45225 -> 44211 bytes .../pngs/John_Doe_CV_16.png | Bin 48012 -> 49586 bytes .../pngs/John_Doe_CV_17.png | Bin 46725 -> 45777 bytes .../pngs/John_Doe_CV_18.png | Bin 41335 -> 45944 bytes .../pngs/John_Doe_CV_19.png | Bin 51162 -> 46618 bytes .../pngs/John_Doe_CV_2.png | Bin 38285 -> 38304 bytes .../pngs/John_Doe_CV_20.png | Bin 45446 -> 45978 bytes .../pngs/John_Doe_CV_21.png | Bin 44288 -> 46411 bytes .../pngs/John_Doe_CV_22.png | Bin 52125 -> 47494 bytes .../pngs/John_Doe_CV_23.png | Bin 40889 -> 45777 bytes .../pngs/John_Doe_CV_24.png | Bin 46567 -> 43426 bytes .../pngs/John_Doe_CV_25.png | Bin 42366 -> 43968 bytes .../pngs/John_Doe_CV_26.png | Bin 43035 -> 41665 bytes .../pngs/John_Doe_CV_27.png | Bin 46148 -> 47818 bytes .../pngs/John_Doe_CV_28.png | Bin 43568 -> 44553 bytes .../pngs/John_Doe_CV_29.png | Bin 44401 -> 40538 bytes .../pngs/John_Doe_CV_3.png | Bin 42812 -> 43513 bytes .../pngs/John_Doe_CV_30.png | Bin 43187 -> 44975 bytes .../pngs/John_Doe_CV_31.png | Bin 41664 -> 44108 bytes .../pngs/John_Doe_CV_32.png | Bin 44751 -> 40505 bytes .../pngs/John_Doe_CV_33.png | Bin 35962 -> 35978 bytes .../pngs/John_Doe_CV_34.png | Bin 38872 -> 41647 bytes .../pngs/John_Doe_CV_35.png | Bin 45653 -> 46093 bytes .../pngs/John_Doe_CV_36.png | Bin 46274 -> 45102 bytes .../pngs/John_Doe_CV_37.png | Bin 43171 -> 45515 bytes .../pngs/John_Doe_CV_38.png | Bin 48961 -> 47449 bytes .../pngs/John_Doe_CV_39.png | Bin 43773 -> 45990 bytes .../pngs/John_Doe_CV_4.png | Bin 45361 -> 49707 bytes .../pngs/John_Doe_CV_40.png | Bin 49330 -> 45172 bytes .../pngs/John_Doe_CV_41.png | Bin 46328 -> 47516 bytes .../pngs/John_Doe_CV_42.png | Bin 43805 -> 47648 bytes .../pngs/John_Doe_CV_43.png | Bin 42379 -> 43714 bytes .../pngs/John_Doe_CV_44.png | Bin 8587 -> 3126 bytes .../pngs/John_Doe_CV_5.png | Bin 49128 -> 46722 bytes .../pngs/John_Doe_CV_6.png | Bin 44284 -> 49418 bytes .../pngs/John_Doe_CV_7.png | Bin 50117 -> 48223 bytes .../pngs/John_Doe_CV_8.png | Bin 45666 -> 46470 bytes .../pngs/John_Doe_CV_9.png | Bin 50779 -> 48408 bytes 107 files changed, 33888 insertions(+), 33021 deletions(-) diff --git a/docs/update_examples.py b/docs/update_examples.py index 05aa9f8e..23417ad0 100644 --- a/docs/update_examples.py +++ b/docs/update_examples.py @@ -60,7 +60,7 @@ def generate_examples(): # Convert first page of PDF to image png_file_paths = renderer.render_pngs_from_typst(output_typst_file) - firt_page_png_file_path = png_file_paths[0] + first_page_png_file_path = png_file_paths[0] if len(png_file_paths) > 1: # Remove other pages for png_file_path in png_file_paths[1:]: @@ -73,7 +73,7 @@ def generate_examples(): desired_png_file_path.unlink() # Move image to desired location - firt_page_png_file_path.rename(desired_png_file_path) + first_page_png_file_path.rename(desired_png_file_path) # Remove rendercv_output directory rendercv_output_directory = examples_directory_path / "rendercv_output" diff --git a/examples/John_Doe_ClassicTheme_CV.yaml b/examples/John_Doe_ClassicTheme_CV.yaml index 65678848..20967bf7 100644 --- a/examples/John_Doe_ClassicTheme_CV.yaml +++ b/examples/John_Doe_ClassicTheme_CV.yaml @@ -2,7 +2,8 @@ cv: name: John Doe location: Location email: john.doe@example.com - phone: tel:+1-609-999-9995 + phone: +1-609-999-9995 + website: social_networks: - network: LinkedIn username: john.doe @@ -16,53 +17,69 @@ cv: - institution: Stanford University area: Computer Science degree: PhD - location: Stanford, CA, USA + date: start_date: 2023-09 end_date: present + location: Stanford, CA, USA + summary: highlights: - Working on the optimization of autonomous vehicles in urban environments - institution: Boğaziçi University area: Computer Engineering degree: BS - location: Istanbul, Türkiye + date: start_date: 2018-09 end_date: 2022-06 + location: Istanbul, Türkiye + summary: highlights: - 'GPA: 3.9/4.0, ranked 1st out of 100 students' - 'Awards: Best Senior Project, High Honor' experience: - company: Company C position: Summer Intern - location: Livingston, LA, USA + date: start_date: 2024-06 end_date: 2024-09 + location: Livingston, LA, USA + summary: highlights: - Developed deep learning models for the detection of gravitational waves in LIGO data - Published [3 peer-reviewed research papers](https://example.com) about the project and results - company: Company B position: Summer Intern - location: Ankara, Türkiye + date: start_date: 2023-06 end_date: 2023-09 + location: Ankara, Türkiye + summary: highlights: - Optimized the production line by 15% by implementing a new scheduling algorithm - company: Company A position: Summer Intern - location: Istanbul, Türkiye + date: start_date: 2022-06 end_date: 2022-09 + location: Istanbul, Türkiye + summary: highlights: - Designed an inventory management web application for a warehouse projects: - name: '[Example Project](https://example.com)' + date: start_date: 2024-05 end_date: present + location: + summary: A web application for writing essays highlights: - Launched an [iOS app](https://example.com) in 09/2024 that currently has 10k+ monthly active users - The app is made open-source (3,000+ stars [on GitHub](https://github.com)) - summary: A web application for writing essays - name: '[Teaching on Udemy](https://example.com)' date: Fall 2023 + start_date: + end_date: + location: + summary: highlights: - Instructed the "Statics" course on Udemy (60,000+ students, 200,000+ hours watched) skills: @@ -79,6 +96,8 @@ cv: - '***John Doe***' - Samwise Gamgee doi: 10.1109/TASC.2023.3340648 + url: + journal: date: 2004-01 extracurricular_activities: - bullet: 'There are 7 unique entry types in RenderCV: *BulletEntry*, *TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.' @@ -102,12 +121,12 @@ design: show_page_numbering: true show_last_updated_date: true colors: - text: black - name: '#004f90' - connections: '#004f90' - section_titles: '#004f90' - links: '#004f90' - last_updated_date_and_page_numbering: grey + text: rgb(0, 0, 0) + name: rgb(0, 79, 144) + connections: rgb(0, 79, 144) + section_titles: rgb(0, 79, 144) + links: rgb(0, 79, 144) + last_updated_date_and_page_numbering: rgb(128, 128, 128) text: font_family: Source Sans 3 font_size: 10pt @@ -235,4 +254,5 @@ locale: - December rendercv_settings: date: '2025-02-02' + render_command: bold_keywords: [] diff --git a/examples/John_Doe_EngineeringclassicTheme_CV.yaml b/examples/John_Doe_EngineeringclassicTheme_CV.yaml index fb13e841..a240c661 100644 --- a/examples/John_Doe_EngineeringclassicTheme_CV.yaml +++ b/examples/John_Doe_EngineeringclassicTheme_CV.yaml @@ -2,7 +2,8 @@ cv: name: John Doe location: Location email: john.doe@example.com - phone: tel:+1-609-999-9995 + phone: +1-609-999-9995 + website: social_networks: - network: LinkedIn username: john.doe @@ -16,53 +17,69 @@ cv: - institution: Stanford University area: Computer Science degree: PhD - location: Stanford, CA, USA + date: start_date: 2023-09 end_date: present + location: Stanford, CA, USA + summary: highlights: - Working on the optimization of autonomous vehicles in urban environments - institution: Boğaziçi University area: Computer Engineering degree: BS - location: Istanbul, Türkiye + date: start_date: 2018-09 end_date: 2022-06 + location: Istanbul, Türkiye + summary: highlights: - 'GPA: 3.9/4.0, ranked 1st out of 100 students' - 'Awards: Best Senior Project, High Honor' experience: - company: Company C position: Summer Intern - location: Livingston, LA, USA + date: start_date: 2024-06 end_date: 2024-09 + location: Livingston, LA, USA + summary: highlights: - Developed deep learning models for the detection of gravitational waves in LIGO data - Published [3 peer-reviewed research papers](https://example.com) about the project and results - company: Company B position: Summer Intern - location: Ankara, Türkiye + date: start_date: 2023-06 end_date: 2023-09 + location: Ankara, Türkiye + summary: highlights: - Optimized the production line by 15% by implementing a new scheduling algorithm - company: Company A position: Summer Intern - location: Istanbul, Türkiye + date: start_date: 2022-06 end_date: 2022-09 + location: Istanbul, Türkiye + summary: highlights: - Designed an inventory management web application for a warehouse projects: - name: '[Example Project](https://example.com)' + date: start_date: 2024-05 end_date: present + location: + summary: A web application for writing essays highlights: - Launched an [iOS app](https://example.com) in 09/2024 that currently has 10k+ monthly active users - The app is made open-source (3,000+ stars [on GitHub](https://github.com)) - summary: A web application for writing essays - name: '[Teaching on Udemy](https://example.com)' date: Fall 2023 + start_date: + end_date: + location: + summary: highlights: - Instructed the "Statics" course on Udemy (60,000+ students, 200,000+ hours watched) skills: @@ -79,6 +96,8 @@ cv: - '***John Doe***' - Samwise Gamgee doi: 10.1109/TASC.2023.3340648 + url: + journal: date: 2004-01 extracurricular_activities: - bullet: 'There are 7 unique entry types in RenderCV: *BulletEntry*, *TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.' @@ -102,12 +121,12 @@ design: show_page_numbering: false show_last_updated_date: true colors: - text: black - name: '#004f90' - connections: '#004f90' - section_titles: '#004f90' - links: '#004f90' - last_updated_date_and_page_numbering: grey + text: rgb(0, 0, 0) + name: rgb(0, 79, 144) + connections: rgb(0, 79, 144) + section_titles: rgb(0, 79, 144) + links: rgb(0, 79, 144) + last_updated_date_and_page_numbering: rgb(128, 128, 128) text: font_family: Raleway font_size: 10pt @@ -229,4 +248,5 @@ locale: - December rendercv_settings: date: '2025-02-02' + render_command: bold_keywords: [] diff --git a/examples/John_Doe_EngineeringresumesTheme_CV.yaml b/examples/John_Doe_EngineeringresumesTheme_CV.yaml index 5f653ddb..b9a5ced8 100644 --- a/examples/John_Doe_EngineeringresumesTheme_CV.yaml +++ b/examples/John_Doe_EngineeringresumesTheme_CV.yaml @@ -2,7 +2,8 @@ cv: name: John Doe location: Location email: john.doe@example.com - phone: tel:+1-609-999-9995 + phone: +1-609-999-9995 + website: social_networks: - network: LinkedIn username: john.doe @@ -16,53 +17,69 @@ cv: - institution: Stanford University area: Computer Science degree: PhD - location: Stanford, CA, USA + date: start_date: 2023-09 end_date: present + location: Stanford, CA, USA + summary: highlights: - Working on the optimization of autonomous vehicles in urban environments - institution: Boğaziçi University area: Computer Engineering degree: BS - location: Istanbul, Türkiye + date: start_date: 2018-09 end_date: 2022-06 + location: Istanbul, Türkiye + summary: highlights: - 'GPA: 3.9/4.0, ranked 1st out of 100 students' - 'Awards: Best Senior Project, High Honor' experience: - company: Company C position: Summer Intern - location: Livingston, LA, USA + date: start_date: 2024-06 end_date: 2024-09 + location: Livingston, LA, USA + summary: highlights: - Developed deep learning models for the detection of gravitational waves in LIGO data - Published [3 peer-reviewed research papers](https://example.com) about the project and results - company: Company B position: Summer Intern - location: Ankara, Türkiye + date: start_date: 2023-06 end_date: 2023-09 + location: Ankara, Türkiye + summary: highlights: - Optimized the production line by 15% by implementing a new scheduling algorithm - company: Company A position: Summer Intern - location: Istanbul, Türkiye + date: start_date: 2022-06 end_date: 2022-09 + location: Istanbul, Türkiye + summary: highlights: - Designed an inventory management web application for a warehouse projects: - name: '[Example Project](https://example.com)' + date: start_date: 2024-05 end_date: present + location: + summary: A web application for writing essays highlights: - Launched an [iOS app](https://example.com) in 09/2024 that currently has 10k+ monthly active users - The app is made open-source (3,000+ stars [on GitHub](https://github.com)) - summary: A web application for writing essays - name: '[Teaching on Udemy](https://example.com)' date: Fall 2023 + start_date: + end_date: + location: + summary: highlights: - Instructed the "Statics" course on Udemy (60,000+ students, 200,000+ hours watched) skills: @@ -79,6 +96,8 @@ cv: - '***John Doe***' - Samwise Gamgee doi: 10.1109/TASC.2023.3340648 + url: + journal: date: 2004-01 extracurricular_activities: - bullet: 'There are 7 unique entry types in RenderCV: *BulletEntry*, *TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.' @@ -102,12 +121,12 @@ design: show_page_numbering: false show_last_updated_date: true colors: - text: black - name: black - connections: black - section_titles: black - links: black - last_updated_date_and_page_numbering: grey + text: rgb(0, 0, 0) + name: rgb(0, 0, 0) + connections: rgb(0, 0, 0) + section_titles: rgb(0, 0, 0) + links: rgb(0, 0, 0) + last_updated_date_and_page_numbering: rgb(128, 128, 128) text: font_family: XCharter font_size: 10pt @@ -160,6 +179,7 @@ design: template: '**LABEL:** DETAILS' education_entry: main_column_first_row_template: '**INSTITUTION**, DEGREE in AREA -- LOCATION' + degree_column_template: degree_column_width: 1cm main_column_second_row_template: |- SUMMARY @@ -229,4 +249,5 @@ locale: - December rendercv_settings: date: '2025-02-02' + render_command: bold_keywords: [] diff --git a/examples/John_Doe_ModerncvTheme_CV.yaml b/examples/John_Doe_ModerncvTheme_CV.yaml index 7d51db8f..ee777900 100644 --- a/examples/John_Doe_ModerncvTheme_CV.yaml +++ b/examples/John_Doe_ModerncvTheme_CV.yaml @@ -2,7 +2,8 @@ cv: name: John Doe location: Location email: john.doe@example.com - phone: tel:+1-609-999-9995 + phone: +1-609-999-9995 + website: social_networks: - network: LinkedIn username: john.doe @@ -16,53 +17,69 @@ cv: - institution: Stanford University area: Computer Science degree: PhD - location: Stanford, CA, USA + date: start_date: 2023-09 end_date: present + location: Stanford, CA, USA + summary: highlights: - Working on the optimization of autonomous vehicles in urban environments - institution: Boğaziçi University area: Computer Engineering degree: BS - location: Istanbul, Türkiye + date: start_date: 2018-09 end_date: 2022-06 + location: Istanbul, Türkiye + summary: highlights: - 'GPA: 3.9/4.0, ranked 1st out of 100 students' - 'Awards: Best Senior Project, High Honor' experience: - company: Company C position: Summer Intern - location: Livingston, LA, USA + date: start_date: 2024-06 end_date: 2024-09 + location: Livingston, LA, USA + summary: highlights: - Developed deep learning models for the detection of gravitational waves in LIGO data - Published [3 peer-reviewed research papers](https://example.com) about the project and results - company: Company B position: Summer Intern - location: Ankara, Türkiye + date: start_date: 2023-06 end_date: 2023-09 + location: Ankara, Türkiye + summary: highlights: - Optimized the production line by 15% by implementing a new scheduling algorithm - company: Company A position: Summer Intern - location: Istanbul, Türkiye + date: start_date: 2022-06 end_date: 2022-09 + location: Istanbul, Türkiye + summary: highlights: - Designed an inventory management web application for a warehouse projects: - name: '[Example Project](https://example.com)' + date: start_date: 2024-05 end_date: present + location: + summary: A web application for writing essays highlights: - Launched an [iOS app](https://example.com) in 09/2024 that currently has 10k+ monthly active users - The app is made open-source (3,000+ stars [on GitHub](https://github.com)) - summary: A web application for writing essays - name: '[Teaching on Udemy](https://example.com)' date: Fall 2023 + start_date: + end_date: + location: + summary: highlights: - Instructed the "Statics" course on Udemy (60,000+ students, 200,000+ hours watched) skills: @@ -79,6 +96,8 @@ cv: - '***John Doe***' - Samwise Gamgee doi: 10.1109/TASC.2023.3340648 + url: + journal: date: 2004-01 extracurricular_activities: - bullet: 'There are 7 unique entry types in RenderCV: *BulletEntry*, *TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.' @@ -102,12 +121,12 @@ design: show_page_numbering: true show_last_updated_date: true colors: - text: black - name: '#004f90' - connections: '#004f90' - section_titles: '#004f90' - links: '#004f90' - last_updated_date_and_page_numbering: grey + text: rgb(0, 0, 0) + name: rgb(0, 79, 144) + connections: rgb(0, 79, 144) + section_titles: rgb(0, 79, 144) + links: rgb(0, 79, 144) + last_updated_date_and_page_numbering: rgb(128, 128, 128) text: font_family: Fontin font_size: 10pt @@ -143,7 +162,7 @@ design: left_and_right_margin: 0cm horizontal_space_between_columns: 0.4cm vertical_space_between_entries: 0.4cm - allow_page_break_in_sections: false + allow_page_break_in_sections: true allow_page_break_in_entries: true short_second_row: false show_time_spans_in: [] @@ -159,6 +178,7 @@ design: template: '**LABEL:** DETAILS' education_entry: main_column_first_row_template: '**INSTITUTION**, DEGREE in AREA -- LOCATION' + degree_column_template: degree_column_width: 1cm main_column_second_row_template: |- SUMMARY @@ -228,4 +248,5 @@ locale: - December rendercv_settings: date: '2025-02-02' + render_command: bold_keywords: [] diff --git a/examples/John_Doe_Sb2novTheme_CV.yaml b/examples/John_Doe_Sb2novTheme_CV.yaml index a334b37b..85ae0dbd 100644 --- a/examples/John_Doe_Sb2novTheme_CV.yaml +++ b/examples/John_Doe_Sb2novTheme_CV.yaml @@ -2,7 +2,8 @@ cv: name: John Doe location: Location email: john.doe@example.com - phone: tel:+1-609-999-9995 + phone: +1-609-999-9995 + website: social_networks: - network: LinkedIn username: john.doe @@ -16,53 +17,69 @@ cv: - institution: Stanford University area: Computer Science degree: PhD - location: Stanford, CA, USA + date: start_date: 2023-09 end_date: present + location: Stanford, CA, USA + summary: highlights: - Working on the optimization of autonomous vehicles in urban environments - institution: Boğaziçi University area: Computer Engineering degree: BS - location: Istanbul, Türkiye + date: start_date: 2018-09 end_date: 2022-06 + location: Istanbul, Türkiye + summary: highlights: - 'GPA: 3.9/4.0, ranked 1st out of 100 students' - 'Awards: Best Senior Project, High Honor' experience: - company: Company C position: Summer Intern - location: Livingston, LA, USA + date: start_date: 2024-06 end_date: 2024-09 + location: Livingston, LA, USA + summary: highlights: - Developed deep learning models for the detection of gravitational waves in LIGO data - Published [3 peer-reviewed research papers](https://example.com) about the project and results - company: Company B position: Summer Intern - location: Ankara, Türkiye + date: start_date: 2023-06 end_date: 2023-09 + location: Ankara, Türkiye + summary: highlights: - Optimized the production line by 15% by implementing a new scheduling algorithm - company: Company A position: Summer Intern - location: Istanbul, Türkiye + date: start_date: 2022-06 end_date: 2022-09 + location: Istanbul, Türkiye + summary: highlights: - Designed an inventory management web application for a warehouse projects: - name: '[Example Project](https://example.com)' + date: start_date: 2024-05 end_date: present + location: + summary: A web application for writing essays highlights: - Launched an [iOS app](https://example.com) in 09/2024 that currently has 10k+ monthly active users - The app is made open-source (3,000+ stars [on GitHub](https://github.com)) - summary: A web application for writing essays - name: '[Teaching on Udemy](https://example.com)' date: Fall 2023 + start_date: + end_date: + location: + summary: highlights: - Instructed the "Statics" course on Udemy (60,000+ students, 200,000+ hours watched) skills: @@ -79,6 +96,8 @@ cv: - '***John Doe***' - Samwise Gamgee doi: 10.1109/TASC.2023.3340648 + url: + journal: date: 2004-01 extracurricular_activities: - bullet: 'There are 7 unique entry types in RenderCV: *BulletEntry*, *TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.' @@ -102,12 +121,12 @@ design: show_page_numbering: true show_last_updated_date: true colors: - text: black - name: black - connections: black - section_titles: black - links: '#004f90' - last_updated_date_and_page_numbering: grey + text: rgb(0, 0, 0) + name: rgb(0, 0, 0) + connections: rgb(0, 0, 0) + section_titles: rgb(0, 0, 0) + links: rgb(0, 79, 144) + last_updated_date_and_page_numbering: rgb(128, 128, 128) text: font_family: New Computer Modern font_size: 10pt @@ -162,6 +181,7 @@ design: main_column_first_row_template: |- **INSTITUTION** *DEGREE in AREA* + degree_column_template: degree_column_width: 1cm main_column_second_row_template: |- SUMMARY @@ -239,4 +259,5 @@ locale: - December rendercv_settings: date: '2025-02-02' + render_command: bold_keywords: [] diff --git a/rendercv/cli/utilities.py b/rendercv/cli/utilities.py index eba46a28..12086d25 100644 --- a/rendercv/cli/utilities.py +++ b/rendercv/cli/utilities.py @@ -266,7 +266,10 @@ def update_render_command_settings_of_the_input_file( if "rendercv_settings" not in input_file_as_a_dict: input_file_as_a_dict["rendercv_settings"] = {} - if "render_command" not in input_file_as_a_dict["rendercv_settings"]: + if ( + "render_command" not in input_file_as_a_dict["rendercv_settings"] + or input_file_as_a_dict["rendercv_settings"]["render_command"] is None + ): input_file_as_a_dict["rendercv_settings"]["render_command"] = {} render_command_field = input_file_as_a_dict["rendercv_settings"]["render_command"] diff --git a/rendercv/data/generator.py b/rendercv/data/generator.py index 2c111057..700c5034 100644 --- a/rendercv/data/generator.py +++ b/rendercv/data/generator.py @@ -104,8 +104,9 @@ def create_a_sample_yaml_input_file( # "cv.sections" would overwrite the "cv.sections_input". "cv.sections" are # automatically generated from "cv.sections_input" to make the templating # process easier. "cv.sections_input" exists for the convenience of the user. + # Also, we don't want to show the cv.photo field in the Web app. data_model_as_json = data_model.model_dump_json( - exclude_none=True, by_alias=True, exclude={"cv": {"sections"}} + exclude_none=False, by_alias=True, exclude={"cv": {"sections", "photo"}} ) data_model_as_dictionary = json.loads(data_model_as_json) @@ -144,42 +145,11 @@ def generate_json_schema() -> dict: # Loop through $defs and remove docstring descriptions and fix optional # fields for _, value in json_schema["$defs"].items(): - # If a type is optional, then Pydantic sets the type to a list of two - # types, one of which is null. The null type can be removed since we - # already have the required field. Moreover, we would like to warn - # users if they provide null values. They can remove the fields if they - # don't want to provide them. - null_type_dict = { - "type": "null", - } for _, field in value["properties"].items(): if "anyOf" in field: - if null_type_dict in field["anyOf"]: - field["anyOf"].remove(null_type_dict) - field["oneOf"] = field["anyOf"] del field["anyOf"] - # # Currently, YAML extension in VS Code doesn't work properly with the - # # `ListOfEntries` objects. For the best user experience, we will update - # # the JSON Schema. If YAML extension in VS Code starts to work properly, - # # then we should remove the following code for the correct JSON Schema. - # ListOfEntriesForJsonSchema = list[models.Entry] - # list_of_entries_json_schema = pydantic.TypeAdapter( - # ListOfEntriesForJsonSchema - # ).json_schema() - # del list_of_entries_json_schema["$defs"] - - # json_schema["$defs"]["CurriculumVitae"]["properties"]["sections"]["oneOf"][ - # 0 - # ]["additionalProperties"] = list_of_entries_json_schema - - # # Loop through json_schema["$defs"] and update keys: - # # Make all ANYTHING__KEY to KEY - # for key in list(json_schema["$defs"]): - # new_key = key.split("__")[-1] - # json_schema["$defs"][new_key] = json_schema["$defs"][key] - return json_schema return models.RenderCVDataModel.model_json_schema( diff --git a/rendercv/data/models/curriculum_vitae.py b/rendercv/data/models/curriculum_vitae.py index 69be7e4f..ec97c57f 100644 --- a/rendercv/data/models/curriculum_vitae.py +++ b/rendercv/data/models/curriculum_vitae.py @@ -271,6 +271,11 @@ def validate_a_social_network_username(username: str, network: str) -> str: " beginning of the username." ) raise ValueError(message) + elif network == "ORCID": + orcid_username_pattern = r"\d{4}-\d{4}-\d{4}-\d{3}[\dX]" + if not re.fullmatch(orcid_username_pattern, username): + message = "ORCID username should be in the format 'XXXX-XXXX-XXXX-XXX'!" + raise ValueError(message) return username @@ -323,11 +328,13 @@ class SocialNetwork(RenderCVBaseModelWithoutExtraKeys): network: SocialNetworkName = pydantic.Field( title="Social Network", - description="Name of the social network.", ) username: str = pydantic.Field( title="Username", - description="The username of the social network. The link will be generated.", + description=( + "The username used in the social network. The link will be generated" + " automatically." + ), ) @pydantic.field_validator("username") @@ -387,42 +394,39 @@ class CurriculumVitae(RenderCVBaseModelWithExtraKeys): name: Optional[str] = pydantic.Field( default=None, title="Name", - description="The name of the person.", ) location: Optional[str] = pydantic.Field( default=None, title="Location", - description="The location of the person.", ) email: Optional[pydantic.EmailStr] = pydantic.Field( default=None, title="Email", - description="The email address of the person.", ) photo: Optional[pathlib.Path] = pydantic.Field( default=None, title="Photo", - description="Path to the photo of the person, relatie to the input file.", + description="Path to the photo of the person, relative to the input file.", ) phone: Optional[pydantic_phone_numbers.PhoneNumber] = pydantic.Field( default=None, title="Phone", - description="The phone number of the person, including the country code.", + description=( + "Country code should be included. For example, +1 for the United States." + ), ) website: Optional[pydantic.HttpUrl] = pydantic.Field( default=None, title="Website", - description="The website of the person.", ) social_networks: Optional[list[SocialNetwork]] = pydantic.Field( default=None, title="Social Networks", - description="The social networks of the person.", ) sections_input: Sections = pydantic.Field( default=None, title="Sections", - description="The sections of the CV.", + description="The sections of the CV, like Education, Experience, etc.", # This is an alias to allow users to use `sections` in the YAML file: # `sections` key is preserved for RenderCV's internal use. alias="sections", @@ -577,6 +581,16 @@ class CurriculumVitae(RenderCVBaseModelWithExtraKeys): return sections + @pydantic.field_serializer("phone") + def serialize_phone( + self, phone: Optional[pydantic_phone_numbers.PhoneNumber] + ) -> Optional[str]: + """Serialize the phone number.""" + if phone is not None: + return phone.replace("tel:", "") + + return phone + # The dictionary below will be overwritten by CurriculumVitae class, which will contain # some important data for the CV. diff --git a/rendercv/data/models/entry_types.py b/rendercv/data/models/entry_types.py index 58cd02db..a0bdcfef 100644 --- a/rendercv/data/models/entry_types.py +++ b/rendercv/data/models/entry_types.py @@ -179,8 +179,7 @@ class EntryType(abc.ABC): have.""" @abc.abstractmethod - def make_keywords_bold(self, keywords: list[str]) -> "EntryType": - pass + def make_keywords_bold(self, keywords: list[str]) -> "EntryType": ... def make_keywords_bold_in_a_string(string: str, keywords: list[str]) -> str: @@ -196,12 +195,10 @@ class OneLineEntry(RenderCVBaseModelWithExtraKeys, EntryType): """This class is the data model of `OneLineEntry`.""" label: str = pydantic.Field( - title="Name", - description="The label of the OneLineEntry.", + title="Label", ) details: str = pydantic.Field( title="Details", - description="The details of the OneLineEntry.", ) def make_keywords_bold(self, keywords: list[str]) -> "OneLineEntry": @@ -222,7 +219,6 @@ class BulletEntry(RenderCVBaseModelWithExtraKeys, EntryType): bullet: str = pydantic.Field( title="Bullet", - description="The contents of the BulletEntry.", ) def make_keywords_bold(self, keywords: list[str]) -> "BulletEntry": @@ -243,7 +239,6 @@ class NumberedEntry(RenderCVBaseModelWithExtraKeys, EntryType): number: str = pydantic.Field( title="Number", - description="The contents of the NumberedEntry.", ) def make_keywords_bold(self, keywords: list[str]) -> "NumberedEntry": @@ -263,8 +258,7 @@ class ReversedNumberedEntry(RenderCVBaseModelWithExtraKeys, EntryType): """This class is the data model of `ReversedNumberedEntry`.""" reversed_number: str = pydantic.Field( - title="Reverse Number", - description="The contents of the ReversedNumberedEntry.", + title="Reversed Number", ) def make_keywords_bold(self, keywords: list[str]) -> "ReversedNumberedEntry": @@ -291,8 +285,8 @@ class EntryWithDate(RenderCVBaseModelWithExtraKeys): default=None, title="Date", description=( - "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as" - ' an arbitrary string like "Fall 2023".' + "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as" + ' an arbitrary string such as "Fall 2023."' ), examples=["2020-09-24", "Fall 2023"], ) @@ -312,29 +306,23 @@ class PublicationEntryBase(RenderCVBaseModelWithExtraKeys): title: str = pydantic.Field( title="Publication Title", - description="The title of the publication.", ) authors: list[str] = pydantic.Field( title="Authors", - description="The authors of the publication in order as a list of strings.", ) doi: Optional[Annotated[str, pydantic.Field(pattern=r"\b10\..*")]] = pydantic.Field( default=None, title="DOI", - description="The DOI of the publication.", examples=["10.48550/arXiv.2310.03138"], ) url: Optional[pydantic.HttpUrl] = pydantic.Field( default=None, title="URL", - description=( - "The URL of the publication. If DOI is provided, it will be ignored." - ), + description="If DOI is provided, it will be ignored.", ) journal: Optional[str] = pydantic.Field( default=None, title="Journal", - description="The journal or conference name.", ) @pydantic.model_validator(mode="after") # type: ignore @@ -369,8 +357,11 @@ class PublicationEntryBase(RenderCVBaseModelWithExtraKeys): return computers.make_a_url_clean(str(self.url)) # type: ignore return "" - def make_keywords_bold(self, keywords: list[str]) -> "PublicationEntryBase": - pass + def make_keywords_bold( + self, + keywords: list[str], # NOQA: ARG002 + ) -> "PublicationEntryBase": + return self # The following class is to ensure PublicationEntryBase keys come first, @@ -389,17 +380,11 @@ class EntryBase(EntryWithDate): etc. """ - location: Optional[str] = pydantic.Field( - default=None, - title="Location", - description="The location of the event.", - examples=["Istanbul, Türkiye"], - ) start_date: StartDate = pydantic.Field( default=None, title="Start Date", description=( - "The start date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format." + "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format." ), examples=["2020-09-24"], ) @@ -407,24 +392,26 @@ class EntryBase(EntryWithDate): default=None, title="End Date", description=( - "The end date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format. If the" - ' event is still ongoing, then type "present" or provide only the' - " start_date." + "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If" + " the event is ongoing, type “present” or provide only the start date." ), examples=["2020-09-24", "present"], ) - highlights: Optional[list[str]] = pydantic.Field( + location: Optional[str] = pydantic.Field( default=None, - title="Highlights", - description="The highlights of the event as a list of strings.", - examples=["Did this.", "Did that."], + title="Location", + examples=["Istanbul, Türkiye"], ) summary: Optional[str] = pydantic.Field( default=None, title="Summary", - description="The summary of the event.", examples=["Did this and that."], ) + highlights: Optional[list[str]] = pydantic.Field( + default=None, + title="Highlights", + examples=["Did this.", "Did that."], + ) @pydantic.model_validator(mode="after") # type: ignore def check_and_adjust_dates(self) -> "EntryBase": @@ -514,7 +501,6 @@ class NormalEntryBase(RenderCVBaseModelWithExtraKeys): name: str = pydantic.Field( title="Name", - description="The name of the NormalEntry.", ) @@ -530,11 +516,9 @@ class ExperienceEntryBase(RenderCVBaseModelWithExtraKeys): company: str = pydantic.Field( title="Company", - description="The company name.", ) position: str = pydantic.Field( title="Position", - description="The position.", ) @@ -550,16 +534,14 @@ class EducationEntryBase(RenderCVBaseModelWithExtraKeys): institution: str = pydantic.Field( title="Institution", - description="The institution name.", ) area: str = pydantic.Field( title="Area", - description="The area of study.", ) degree: Optional[str] = pydantic.Field( default=None, title="Degree", - description="The type of the degree.", + description="The type of the degree, such as BS, BA, PhD, MS.", examples=["BS", "BA", "PhD", "MS"], ) diff --git a/rendercv/data/models/locale.py b/rendercv/data/models/locale.py index 7f1b054b..2aacfa0b 100644 --- a/rendercv/data/models/locale.py +++ b/rendercv/data/models/locale.py @@ -22,7 +22,7 @@ class Locale(RenderCVBaseModelWithoutExtraKeys): title="Language", description=( "The language as an ISO 639 alpha-2 code. It is used for hyphenation" - " patterns." + " patterns. The default value is 'en'." ), ) phone_number_format: Optional[Literal["national", "international", "E164"]] = ( @@ -32,7 +32,7 @@ class Locale(RenderCVBaseModelWithoutExtraKeys): description=( "If 'national', phone numbers are formatted without the country code." " If 'international', phone numbers are formatted with the country" - ' code. The default value is "national"' + " code. The default value is 'national'." ), ) ) @@ -70,32 +70,32 @@ class Locale(RenderCVBaseModelWithoutExtraKeys): ) month: Optional[str] = pydantic.Field( default="month", - title='Translation of "Month"', + title='Translation of "month"', description='Translation of the word "month" in the locale.', ) months: Optional[str] = pydantic.Field( default="months", - title='Translation of "Months"', + title='Translation of "months"', description='Translation of the word "months" in the locale.', ) year: Optional[str] = pydantic.Field( default="year", - title='Translation of "Year"', + title='Translation of "year"', description='Translation of the word "year" in the locale.', ) years: Optional[str] = pydantic.Field( default="years", - title='Translation of "Years"', + title='Translation of "years"', description='Translation of the word "years" in the locale.', ) present: Optional[str] = pydantic.Field( default="present", - title='Translation of "Present"', + title='Translation of "present"', description='Translation of the word "present" in the locale.', ) to: Optional[str] = pydantic.Field( default="–", # NOQA: RUF001 - title='Translation of "To"', + title='Translation of "to"', description=( "The word or character used to indicate a range in the locale (e.g.," ' "2020 - 2021").' diff --git a/rendercv/data/models/rendercv_data_model.py b/rendercv/data/models/rendercv_data_model.py index 202dc0ed..5fbb1d6d 100644 --- a/rendercv/data/models/rendercv_data_model.py +++ b/rendercv/data/models/rendercv_data_model.py @@ -25,14 +25,14 @@ class RenderCVDataModel(RenderCVBaseModelWithoutExtraKeys): # `design` or `locale` fields to have individual YAML files. model_config = pydantic.ConfigDict(json_schema_extra={"required": []}) cv: CurriculumVitae = pydantic.Field( - title="Curriculum Vitae", - description="The data of the CV.", + title="CV", + description="The content of the CV.", ) design: RenderCVDesign = pydantic.Field( default=ClassicThemeOptions(theme="classic"), title="Design", description=( - "The design information of the CV. The default is the classic theme." + "The design information of the CV. The default is the `classic` theme." ), ) locale: Locale = pydantic.Field( diff --git a/rendercv/data/sample_content.yaml b/rendercv/data/sample_content.yaml index 476f2dc7..791b8606 100644 --- a/rendercv/data/sample_content.yaml +++ b/rendercv/data/sample_content.yaml @@ -2,7 +2,7 @@ name: John Doe location: Location email: john.doe@example.com -phone: tel:+1-609-999-9995 +phone: +1-609-999-9995 social_networks: - network: LinkedIn username: john.doe diff --git a/rendercv/renderer/renderer.py b/rendercv/renderer/renderer.py index 3d4c3b12..3fee189e 100644 --- a/rendercv/renderer/renderer.py +++ b/rendercv/renderer/renderer.py @@ -257,7 +257,8 @@ def render_pngs_from_typst( typst_compiler.run(format="png", ppi=ppi, output=output_path) # Look at the outtput folder and find the PNG files: - return list(output_path.parent.glob(f"{file_path.stem}_*.png")) + png_files = list(output_path.parent.glob(f"{file_path.stem}_*.png")) + return sorted(png_files, key=lambda x: int(x.stem.split("_")[-1])) def render_an_html_from_markdown(markdown_file_path: pathlib.Path) -> pathlib.Path: diff --git a/rendercv/renderer/templater.py b/rendercv/renderer/templater.py index 482d4fd8..cf16fc98 100644 --- a/rendercv/renderer/templater.py +++ b/rendercv/renderer/templater.py @@ -8,7 +8,7 @@ import copy import pathlib import re from collections.abc import Callable -from typing import Optional +from typing import Optional, overload import jinja2 import pydantic @@ -421,6 +421,14 @@ def input_template_to_typst( return output # noqa: RET504 +@overload +def remove_typst_commands(string: None) -> None: ... + + +@overload +def remove_typst_commands(string: str) -> str: ... + + def remove_typst_commands(string: Optional[str]) -> Optional[str]: """Remove Typst commands from a string. @@ -513,7 +521,15 @@ def escape_characters(string: str, escape_dictionary: dict[str, str]) -> str: return string -def escape_typst_characters(string: str) -> str: +@overload +def escape_typst_characters(string: None) -> None: ... + + +@overload +def escape_typst_characters(string: str) -> str: ... + + +def escape_typst_characters(string: Optional[str]) -> Optional[str]: """Escape Typst characters in a string by adding a backslash before them. Example: @@ -529,6 +545,9 @@ def escape_typst_characters(string: str) -> str: Returns: The escaped string. """ + if string is None: + return None + escape_dictionary = { "[": "\\[", "]": "\\]", diff --git a/rendercv/themes/options.py b/rendercv/themes/options.py index 2586837c..e507e6d5 100644 --- a/rendercv/themes/options.py +++ b/rendercv/themes/options.py @@ -175,6 +175,17 @@ class Colors(RenderCVBaseModelWithoutExtraKeys): colors_last_updated_date_and_page_numbering_field_info ) + @pydantic.field_serializer( + "text", + "name", + "connections", + "section_titles", + "links", + "last_updated_date_and_page_numbering", + ) + def serialize_color(self, value: pydantic_color.Color) -> str: + return value.as_rgb() + text_font_family_field_info = pydantic.Field( default="Source Sans 3", diff --git a/schema.json b/schema.json index dfb0bb9d..9e4894a5 100644 --- a/schema.json +++ b/schema.json @@ -5,7 +5,6 @@ "description": "This class is the data model of `BulletEntry`.", "properties": { "bullet": { - "description": "The bullet of the BulletEntry.", "title": "Bullet", "type": "string" } @@ -73,12 +72,14 @@ "header": { "$ref": "#/$defs/rendercv__themes__options__Header", "default": { + "name_font_family": "Source Sans 3", "name_font_size": "30pt", "name_bold": true, "photo_width": "3.5cm", "vertical_space_between_name_and_connections": "0.7cm", "vertical_space_between_connections_and_first_section": "0.7cm", "horizontal_space_between_connections": "0.5cm", + "connections_font_family": "Source Sans 3", "separator_between_connections": "", "use_icons_for_connections": true, "alignment": "center" @@ -90,6 +91,7 @@ "$ref": "#/$defs/rendercv__themes__options__SectionTitles", "default": { "type": "with-parial-line", + "font_family": "Source Sans 3", "font_size": "1.4em", "bold": true, "small_caps": false, @@ -107,6 +109,7 @@ "left_and_right_margin": "0.2cm", "horizontal_space_between_columns": "0.1cm", "vertical_space_between_entries": "1.2em", + "allow_page_break_in_sections": true, "allow_page_break_in_entries": true, "short_second_row": false, "show_time_spans_in": [] @@ -169,60 +172,71 @@ "properties": { "name": { "default": null, - "description": "The name of the person.", "title": "Name", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "location": { "default": null, - "description": "The location of the person.", "title": "Location", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "email": { "default": null, - "description": "The email address of the person.", "title": "Email", "oneOf": [ { "format": "email", "type": "string" + }, + { + "type": "null" } ] }, "photo": { "default": null, - "description": "Path to the photo of the person, relatie to the input file.", + "description": "Path to the photo of the person, relative to the input file.", "title": "Photo", "oneOf": [ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, "phone": { "default": null, - "description": "The phone number of the person, including the country code.", + "description": "Country code should be included. For example, +1 for the United States.", "title": "Phone", "oneOf": [ { "format": "phone", "type": "string" + }, + { + "type": "null" } ] }, "website": { "default": null, - "description": "The website of the person.", "title": "Website", "oneOf": [ { @@ -230,12 +244,14 @@ "maxLength": 2083, "minLength": 1, "type": "string" + }, + { + "type": "null" } ] }, "social_networks": { "default": null, - "description": "The social networks of the person.", "title": "Social Networks", "oneOf": [ { @@ -243,12 +259,15 @@ "$ref": "#/$defs/SocialNetwork" }, "type": "array" + }, + { + "type": "null" } ] }, "sections": { "default": null, - "description": "The sections of the CV.", + "description": "The sections of the CV, like Education, Experience, etc.", "title": "Sections", "oneOf": [ { @@ -290,6 +309,18 @@ }, "type": "array" }, + { + "items": { + "$ref": "#/$defs/NumberedEntry" + }, + "type": "array" + }, + { + "items": { + "$ref": "#/$defs/ReversedNumberedEntry" + }, + "type": "array" + }, { "items": { "type": "string" @@ -299,6 +330,9 @@ ] }, "type": "object" + }, + { + "type": "null" } ] } @@ -344,7 +378,7 @@ "text": { "$ref": "#/$defs/rendercv__themes__engineeringclassic__Text", "default": { - "font_family": "Noto Sans", + "font_family": "Raleway", "font_size": "10pt", "leading": "0.6em", "alignment": "justified", @@ -363,12 +397,14 @@ "header": { "$ref": "#/$defs/rendercv__themes__engineeringclassic__Header", "default": { + "name_font_family": "Raleway", "name_font_size": "30pt", "name_bold": false, "photo_width": "3.5cm", "vertical_space_between_name_and_connections": "0.7cm", "vertical_space_between_connections_and_first_section": "0.7cm", "horizontal_space_between_connections": "0.5cm", + "connections_font_family": "Raleway", "separator_between_connections": "", "use_icons_for_connections": true, "alignment": "left" @@ -380,6 +416,7 @@ "$ref": "#/$defs/rendercv__themes__engineeringclassic__SectionTitles", "default": { "type": "with-parial-line", + "font_family": "Raleway", "font_size": "1.4em", "bold": false, "small_caps": false, @@ -397,6 +434,7 @@ "left_and_right_margin": "0.2cm", "horizontal_space_between_columns": "0.1cm", "vertical_space_between_entries": "1.2em", + "allow_page_break_in_sections": true, "allow_page_break_in_entries": true, "short_second_row": false, "show_time_spans_in": [] @@ -510,12 +548,14 @@ "header": { "$ref": "#/$defs/rendercv__themes__engineeringresumes__Header", "default": { + "name_font_family": "XCharter", "name_font_size": "25pt", "name_bold": false, "photo_width": "3.5cm", "vertical_space_between_name_and_connections": "0.7cm", "vertical_space_between_connections_and_first_section": "0.7cm", "horizontal_space_between_connections": "0.5cm", + "connections_font_family": "XCharter", "separator_between_connections": "|", "use_icons_for_connections": false, "alignment": "center" @@ -527,6 +567,7 @@ "$ref": "#/$defs/rendercv__themes__engineeringresumes__SectionTitles", "default": { "type": "with-parial-line", + "font_family": "XCharter", "font_size": "1.2em", "bold": true, "small_caps": false, @@ -545,6 +586,7 @@ "left_and_right_margin": "0cm", "horizontal_space_between_columns": "0.1cm", "vertical_space_between_entries": "0.4cm", + "allow_page_break_in_sections": true, "allow_page_break_in_entries": true, "short_second_row": false, "show_time_spans_in": [] @@ -607,14 +649,14 @@ "properties": { "language": { "default": "en", - "description": "The language as an ISO 639 alpha-2 code. It is used for hyphenation patterns.", + "description": "The language as an ISO 639 alpha-2 code. It is used for hyphenation patterns. The default value is 'en'.", "pattern": "^\\w{2}$", "title": "Language", "type": "string" }, "phone_number_format": { "default": "national", - "description": "If 'national', phone numbers are formatted without the country code. If 'international', phone numbers are formatted with the country code. The default value is \"national\"", + "description": "If 'national', phone numbers are formatted without the country code. If 'international', phone numbers are formatted with the country code. The default value is 'national'.", "title": "Phone Number Format", "oneOf": [ { @@ -624,6 +666,9 @@ "E164" ], "type": "string" + }, + { + "type": "null" } ] }, @@ -646,66 +691,87 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "month": { "default": "month", "description": "Translation of the word \"month\" in the locale.", - "title": "Translation of \"Month\"", + "title": "Translation of \"month\"", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "months": { "default": "months", "description": "Translation of the word \"months\" in the locale.", - "title": "Translation of \"Months\"", + "title": "Translation of \"months\"", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "year": { "default": "year", "description": "Translation of the word \"year\" in the locale.", - "title": "Translation of \"Year\"", + "title": "Translation of \"year\"", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "years": { "default": "years", "description": "Translation of the word \"years\" in the locale.", - "title": "Translation of \"Years\"", + "title": "Translation of \"years\"", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "present": { "default": "present", "description": "Translation of the word \"present\" in the locale.", - "title": "Translation of \"Present\"", + "title": "Translation of \"present\"", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "to": { "default": "–", "description": "The word or character used to indicate a range in the locale (e.g., \"2020 - 2021\").", - "title": "Translation of \"To\"", + "title": "Translation of \"to\"", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, @@ -734,6 +800,9 @@ "maxItems": 12, "minItems": 12, "type": "array" + }, + { + "type": "null" } ] }, @@ -762,6 +831,9 @@ "maxItems": 12, "minItems": 12, "type": "array" + }, + { + "type": "null" } ] } @@ -807,7 +879,7 @@ "text": { "$ref": "#/$defs/rendercv__themes__moderncv__Text", "default": { - "font_family": "XCharter", + "font_family": "Fontin", "font_size": "10pt", "leading": "0.6em", "alignment": "justified", @@ -826,12 +898,14 @@ "header": { "$ref": "#/$defs/rendercv__themes__moderncv__Header", "default": { + "name_font_family": "Fontin", "name_font_size": "25pt", "name_bold": false, "photo_width": "3.5cm", "vertical_space_between_name_and_connections": "0.7cm", "vertical_space_between_connections_and_first_section": "0.7cm", "horizontal_space_between_connections": "0.5cm", + "connections_font_family": "Fontin", "separator_between_connections": "", "use_icons_for_connections": true, "alignment": "left" @@ -843,6 +917,7 @@ "$ref": "#/$defs/rendercv__themes__moderncv__SectionTitles", "default": { "type": "moderncv", + "font_family": "Fontin", "font_size": "1.4em", "bold": false, "small_caps": false, @@ -860,6 +935,7 @@ "left_and_right_margin": "0cm", "horizontal_space_between_columns": "0.4cm", "vertical_space_between_entries": "0.4cm", + "allow_page_break_in_sections": true, "allow_page_break_in_entries": true, "short_second_row": false, "show_time_spans_in": [] @@ -916,6 +992,21 @@ "title": "ModerncvThemeOptions", "type": "object" }, + "NumberedEntry": { + "additionalProperties": true, + "description": "This class is the data model of `NumberedEntry`.", + "properties": { + "number": { + "title": "Number", + "type": "string" + } + }, + "required": [ + "number" + ], + "title": "NumberedEntry", + "type": "object" + }, "RenderCVSettings": { "additionalProperties": false, "description": "This class is the data model of the RenderCV settings.", @@ -934,6 +1025,9 @@ "oneOf": [ { "$ref": "#/$defs/RenderCommandSettings" + }, + { + "type": "null" } ] }, @@ -962,6 +1056,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -973,6 +1070,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -984,6 +1084,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -1001,6 +1104,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -1012,6 +1118,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -1023,6 +1132,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -1034,6 +1146,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -1045,6 +1160,9 @@ { "format": "path", "type": "string" + }, + { + "type": "null" } ] }, @@ -1076,6 +1194,21 @@ "title": "RenderCommandSettings", "type": "object" }, + "ReversedNumberedEntry": { + "additionalProperties": true, + "description": "This class is the data model of `ReversedNumberedEntry`.", + "properties": { + "reversed_number": { + "title": "Reversed Number", + "type": "string" + } + }, + "required": [ + "reversed_number" + ], + "title": "ReversedNumberedEntry", + "type": "object" + }, "Sb2novThemeOptions": { "additionalProperties": false, "properties": { @@ -1123,22 +1256,24 @@ "description": "Options related to text." }, "links": { - "$ref": "#/$defs/rendercv__themes__options__Links", + "$ref": "#/$defs/rendercv__themes__sb2nov__Links", "default": { - "underline": false, - "use_external_link_icon": true + "underline": true, + "use_external_link_icon": false }, "description": "Options related to links." }, "header": { - "$ref": "#/$defs/rendercv__themes__options__Header", + "$ref": "#/$defs/rendercv__themes__sb2nov__Header", "default": { + "name_font_family": "New Computer Modern", "name_font_size": "30pt", "name_bold": true, "photo_width": "3.5cm", "vertical_space_between_name_and_connections": "0.7cm", "vertical_space_between_connections_and_first_section": "0.7cm", "horizontal_space_between_connections": "0.5cm", + "connections_font_family": "New Computer Modern", "separator_between_connections": "", "use_icons_for_connections": true, "alignment": "center" @@ -1150,6 +1285,7 @@ "$ref": "#/$defs/rendercv__themes__sb2nov__SectionTitles", "default": { "type": "with-parial-line", + "font_family": "New Computer Modern", "font_size": "1.4em", "bold": true, "small_caps": false, @@ -1168,6 +1304,7 @@ "left_and_right_margin": "0.2cm", "horizontal_space_between_columns": "0.1cm", "vertical_space_between_entries": "1.2em", + "allow_page_break_in_sections": true, "allow_page_break_in_entries": true, "short_second_row": false, "show_time_spans_in": [] @@ -1229,7 +1366,6 @@ "description": "This class is the data model of a social network.", "properties": { "network": { - "description": "Name of the social network.", "enum": [ "LinkedIn", "GitHub", @@ -1247,7 +1383,7 @@ "type": "string" }, "username": { - "description": "The username of the social network. The link will be generated.", + "description": "The username used in the social network. The link will be generated automatically.", "title": "Username", "type": "string" } @@ -1264,18 +1400,16 @@ "description": "This class is the data model of `EducationEntry`. `EducationEntry` class is\ncreated by combining the `EntryBase` and `EducationEntryBase` classes to have the\nfields in the correct order.", "properties": { "institution": { - "description": "The institution name.", "title": "Institution", "type": "string" }, "area": { - "description": "The area of study.", "title": "Area", "type": "string" }, "degree": { "default": null, - "description": "The type of the degree.", + "description": "The type of the degree, such as BS, BA, PhD, MS.", "examples": [ "BS", "BA", @@ -1286,12 +1420,15 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "date": { "default": null, - "description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".", + "description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"", "examples": [ "2020-09-24", "Fall 2023" @@ -1303,12 +1440,14 @@ }, { "type": "string" + }, + { + "type": "null" } ] }, "location": { "default": null, - "description": "The location of the event.", "examples": [ "Istanbul, Türkiye" ], @@ -1316,12 +1455,15 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "start_date": { "default": null, - "description": "The start date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format.", + "description": "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format.", "examples": [ "2020-09-24" ], @@ -1333,12 +1475,15 @@ { "pattern": "\\d{4}-\\d{2}(-\\d{2})?", "type": "string" + }, + { + "type": "null" } ] }, "end_date": { "default": null, - "description": "The end date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is still ongoing, then type \"present\" or provide only the start_date.", + "description": "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is ongoing, type “present” or provide only the start date.", "examples": [ "2020-09-24", "present" @@ -1355,12 +1500,14 @@ { "pattern": "\\d{4}-\\d{2}(-\\d{2})?", "type": "string" + }, + { + "type": "null" } ] }, "highlights": { "default": null, - "description": "The highlights of the event as a list of strings.", "examples": [ "Did this.", "Did that." @@ -1372,12 +1519,14 @@ "type": "string" }, "type": "array" + }, + { + "type": "null" } ] }, "summary": { "default": null, - "description": "The summary of the event.", "examples": [ "Did this and that." ], @@ -1385,6 +1534,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] } @@ -1401,18 +1553,16 @@ "description": "This class is the data model of `ExperienceEntry`. `ExperienceEntry` class is\ncreated by combining the `EntryBase` and `ExperienceEntryBase` classes to have the\nfields in the correct order.", "properties": { "company": { - "description": "The company name.", "title": "Company", "type": "string" }, "position": { - "description": "The position.", "title": "Position", "type": "string" }, "date": { "default": null, - "description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".", + "description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"", "examples": [ "2020-09-24", "Fall 2023" @@ -1424,12 +1574,14 @@ }, { "type": "string" + }, + { + "type": "null" } ] }, "location": { "default": null, - "description": "The location of the event.", "examples": [ "Istanbul, Türkiye" ], @@ -1437,12 +1589,15 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "start_date": { "default": null, - "description": "The start date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format.", + "description": "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format.", "examples": [ "2020-09-24" ], @@ -1454,12 +1609,15 @@ { "pattern": "\\d{4}-\\d{2}(-\\d{2})?", "type": "string" + }, + { + "type": "null" } ] }, "end_date": { "default": null, - "description": "The end date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is still ongoing, then type \"present\" or provide only the start_date.", + "description": "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is ongoing, type “present” or provide only the start date.", "examples": [ "2020-09-24", "present" @@ -1476,12 +1634,14 @@ { "pattern": "\\d{4}-\\d{2}(-\\d{2})?", "type": "string" + }, + { + "type": "null" } ] }, "highlights": { "default": null, - "description": "The highlights of the event as a list of strings.", "examples": [ "Did this.", "Did that." @@ -1493,12 +1653,14 @@ "type": "string" }, "type": "array" + }, + { + "type": "null" } ] }, "summary": { "default": null, - "description": "The summary of the event.", "examples": [ "Did this and that." ], @@ -1506,6 +1668,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] } @@ -1522,13 +1687,12 @@ "description": "This class is the data model of `NormalEntry`. `NormalEntry` class is created by\ncombining the `EntryBase` and `NormalEntryBase` classes to have the fields in the\ncorrect order.", "properties": { "name": { - "description": "The name of the NormalEntry.", "title": "Name", "type": "string" }, "date": { "default": null, - "description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".", + "description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"", "examples": [ "2020-09-24", "Fall 2023" @@ -1540,12 +1704,14 @@ }, { "type": "string" + }, + { + "type": "null" } ] }, "location": { "default": null, - "description": "The location of the event.", "examples": [ "Istanbul, Türkiye" ], @@ -1553,12 +1719,15 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "start_date": { "default": null, - "description": "The start date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format.", + "description": "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format.", "examples": [ "2020-09-24" ], @@ -1570,12 +1739,15 @@ { "pattern": "\\d{4}-\\d{2}(-\\d{2})?", "type": "string" + }, + { + "type": "null" } ] }, "end_date": { "default": null, - "description": "The end date of the event in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is still ongoing, then type \"present\" or provide only the start_date.", + "description": "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is ongoing, type “present” or provide only the start date.", "examples": [ "2020-09-24", "present" @@ -1592,12 +1764,14 @@ { "pattern": "\\d{4}-\\d{2}(-\\d{2})?", "type": "string" + }, + { + "type": "null" } ] }, "highlights": { "default": null, - "description": "The highlights of the event as a list of strings.", "examples": [ "Did this.", "Did that." @@ -1609,12 +1783,14 @@ "type": "string" }, "type": "array" + }, + { + "type": "null" } ] }, "summary": { "default": null, - "description": "The summary of the event.", "examples": [ "Did this and that." ], @@ -1622,6 +1798,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] } @@ -1637,12 +1816,10 @@ "description": "This class is the data model of `OneLineEntry`.", "properties": { "label": { - "description": "The label of the OneLineEntry.", - "title": "Name", + "title": "Label", "type": "string" }, "details": { - "description": "The details of the OneLineEntry.", "title": "Details", "type": "string" } @@ -1659,12 +1836,10 @@ "description": "This class is the data model of `PublicationEntry`. `PublicationEntry` class is\ncreated by combining the `EntryWithDate` and `PublicationEntryBase` classes to have\nthe fields in the correct order.", "properties": { "title": { - "description": "The title of the publication.", "title": "Publication Title", "type": "string" }, "authors": { - "description": "The authors of the publication in order as a list of strings.", "items": { "type": "string" }, @@ -1673,7 +1848,6 @@ }, "doi": { "default": null, - "description": "The DOI of the publication.", "examples": [ "10.48550/arXiv.2310.03138" ], @@ -1682,12 +1856,15 @@ { "pattern": "\\b10\\..*", "type": "string" + }, + { + "type": "null" } ] }, "url": { "default": null, - "description": "The URL of the publication. If DOI is provided, it will be ignored.", + "description": "If DOI is provided, it will be ignored.", "title": "URL", "oneOf": [ { @@ -1695,22 +1872,27 @@ "maxLength": 2083, "minLength": 1, "type": "string" + }, + { + "type": "null" } ] }, "journal": { "default": null, - "description": "The journal or conference name.", "title": "Journal", "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, "date": { "default": null, - "description": "The date field can be filled in YYYY-MM-DD, YYYY-MM, or YYYY formats or as an arbitrary string like \"Fall 2023\".", + "description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"", "examples": [ "2020-09-24", "Fall 2023" @@ -1722,6 +1904,9 @@ }, { "type": "string" + }, + { + "type": "null" } ] } @@ -1749,6 +1934,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, @@ -1861,6 +2049,31 @@ "rendercv__themes__engineeringclassic__Header": { "additionalProperties": false, "properties": { + "name_font_family": { + "default": "Raleway", + "description": "The font family of the name in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Name Font Family", + "type": "string" + }, "name_font_size": { "default": "30pt", "description": "The font size of the name in the header.", @@ -1897,6 +2110,31 @@ "title": "Space Between Connections", "type": "string" }, + "connections_font_family": { + "default": "Raleway", + "description": "The font family of the connections in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Connections Font Family", + "type": "string" + }, "separator_between_connections": { "default": "", "description": "The separator between the connections in the header.", @@ -2105,9 +2343,37 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] }, + "font_family": { + "default": "Raleway", + "description": "The font family of the section titles.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Font Family", + "type": "string" + }, "font_size": { "default": "1.4em", "description": "The font size of the section titles.", @@ -2152,18 +2418,25 @@ "additionalProperties": false, "properties": { "font_family": { - "default": "Noto Sans", + "default": "Raleway", "description": "The font family.", "enum": [ "Libertinus Serif", "New Computer Modern", "DejaVu Sans Mono", - "Source Sans 3", - "Roboto", - "Open Sans", - "Ubuntu", - "Noto Sans", "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", "XCharter" ], "title": "Font Family", @@ -2308,6 +2581,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, @@ -2360,6 +2636,12 @@ "title": "Vertical Space Between Entries", "type": "string" }, + "allow_page_break_in_sections": { + "default": true, + "description": "If this option is \"true\", a page break will be allowed in the sections.", + "title": "Allow Page Break in Sections", + "type": "boolean" + }, "allow_page_break_in_entries": { "default": true, "description": "If this option is \"true\", a page break will be allowed in the entries.", @@ -2472,6 +2754,31 @@ "rendercv__themes__engineeringresumes__Header": { "additionalProperties": false, "properties": { + "name_font_family": { + "default": "XCharter", + "description": "The font family of the name in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Name Font Family", + "type": "string" + }, "name_font_size": { "default": "25pt", "title": "Name Font Size", @@ -2507,6 +2814,31 @@ "title": "Space Between Connections", "type": "string" }, + "connections_font_family": { + "default": "XCharter", + "description": "The font family of the connections in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Connections Font Family", + "type": "string" + }, "separator_between_connections": { "default": "|", "description": "The separator between the connections in the header.", @@ -2715,9 +3047,37 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] }, + "font_family": { + "default": "XCharter", + "description": "The font family of the section titles.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Font Family", + "type": "string" + }, "font_size": { "default": "1.2em", "description": "The font size of the section titles.", @@ -2767,6 +3127,9 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] } @@ -2784,12 +3147,19 @@ "Libertinus Serif", "New Computer Modern", "DejaVu Sans Mono", - "Source Sans 3", - "Roboto", - "Open Sans", - "Ubuntu", - "Noto Sans", "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", "XCharter" ], "title": "Font Family", @@ -2849,6 +3219,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, @@ -2901,6 +3274,12 @@ "title": "Vertical Space Between Entries", "type": "string" }, + "allow_page_break_in_sections": { + "default": true, + "description": "If this option is \"true\", a page break will be allowed in the sections.", + "title": "Allow Page Break in Sections", + "type": "boolean" + }, "allow_page_break_in_entries": { "default": true, "description": "If this option is \"true\", a page break will be allowed in the entries.", @@ -3013,6 +3392,31 @@ "rendercv__themes__moderncv__Header": { "additionalProperties": false, "properties": { + "name_font_family": { + "default": "Fontin", + "description": "The font family of the name in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Name Font Family", + "type": "string" + }, "name_font_size": { "default": "25pt", "title": "Name Font Size", @@ -3048,6 +3452,31 @@ "title": "Space Between Connections", "type": "string" }, + "connections_font_family": { + "default": "Fontin", + "description": "The font family of the connections in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Connections Font Family", + "type": "string" + }, "separator_between_connections": { "default": "", "description": "The separator between the connections in the header.", @@ -3188,9 +3617,37 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] }, + "font_family": { + "default": "Fontin", + "description": "The font family of the section titles.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Font Family", + "type": "string" + }, "font_size": { "default": "1.4em", "description": "The font size of the section titles.", @@ -3235,18 +3692,25 @@ "additionalProperties": false, "properties": { "font_family": { - "default": "XCharter", + "default": "Fontin", "description": "The font family.", "enum": [ "Libertinus Serif", "New Computer Modern", "DejaVu Sans Mono", - "Source Sans 3", - "Roboto", - "Open Sans", - "Ubuntu", - "Noto Sans", "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", "XCharter" ], "title": "Font Family", @@ -3391,6 +3855,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, @@ -3443,6 +3910,12 @@ "title": "Vertical Space Between Entries", "type": "string" }, + "allow_page_break_in_sections": { + "default": true, + "description": "If this option is \"true\", a page break will be allowed in the sections.", + "title": "Allow Page Break in Sections", + "type": "boolean" + }, "allow_page_break_in_entries": { "default": true, "description": "If this option is \"true\", a page break will be allowed in the entries.", @@ -3555,6 +4028,31 @@ "rendercv__themes__options__Header": { "additionalProperties": false, "properties": { + "name_font_family": { + "default": "Source Sans 3", + "description": "The font family of the name in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Name Font Family", + "type": "string" + }, "name_font_size": { "default": "30pt", "description": "The font size of the name in the header.", @@ -3591,6 +4089,31 @@ "title": "Space Between Connections", "type": "string" }, + "connections_font_family": { + "default": "Source Sans 3", + "description": "The font family of the connections in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Connections Font Family", + "type": "string" + }, "separator_between_connections": { "default": "", "description": "The separator between the connections in the header.", @@ -3849,9 +4372,37 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] }, + "font_family": { + "default": "Source Sans 3", + "description": "The font family of the section titles.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Font Family", + "type": "string" + }, "font_size": { "default": "1.4em", "description": "The font size of the section titles.", @@ -3902,12 +4453,19 @@ "Libertinus Serif", "New Computer Modern", "DejaVu Sans Mono", - "Source Sans 3", - "Roboto", - "Open Sans", - "Ubuntu", - "Noto Sans", "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", "XCharter" ], "title": "Font Family", @@ -4052,6 +4610,9 @@ "oneOf": [ { "type": "string" + }, + { + "type": "null" } ] }, @@ -4161,6 +4722,122 @@ "title": "ExperienceEntry", "type": "object" }, + "rendercv__themes__sb2nov__Header": { + "additionalProperties": false, + "properties": { + "name_font_family": { + "default": "New Computer Modern", + "description": "The font family of the name in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Name Font Family", + "type": "string" + }, + "name_font_size": { + "default": "30pt", + "description": "The font size of the name in the header.", + "title": "Name Font Size", + "type": "string" + }, + "name_bold": { + "default": true, + "description": "If this option is \"true\", the name in the header will be bold.", + "title": "Bold Name", + "type": "boolean" + }, + "photo_width": { + "default": "3.5cm", + "description": "The width of the photo in the header.", + "title": "Width of the Photo", + "type": "string" + }, + "vertical_space_between_name_and_connections": { + "default": "0.7cm", + "description": "The vertical margin between the name of the person and the connections.", + "title": "Vertical Margin Between the Name and Connections", + "type": "string" + }, + "vertical_space_between_connections_and_first_section": { + "default": "0.7cm", + "description": "The vertical margin between the connections and the first section title.", + "title": "Vertical Margin Between Connections and First Section", + "type": "string" + }, + "horizontal_space_between_connections": { + "default": "0.5cm", + "description": "The space between the connections (like phone, email, and website).", + "title": "Space Between Connections", + "type": "string" + }, + "connections_font_family": { + "default": "New Computer Modern", + "description": "The font family of the connections in the header.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Connections Font Family", + "type": "string" + }, + "separator_between_connections": { + "default": "", + "description": "The separator between the connections in the header.", + "title": "Separator Between Connections", + "type": "string" + }, + "use_icons_for_connections": { + "default": true, + "description": "If this option is \"true\", icons will be used for the connections (phone number, email, social networks, etc.) in the header.", + "title": "Use Icons for Connections", + "type": "boolean" + }, + "alignment": { + "default": "center", + "description": "The alignment of the header.", + "enum": [ + "left", + "center", + "right" + ], + "title": "Alignment of the Header", + "type": "string" + } + }, + "title": "Header", + "type": "object" + }, "rendercv__themes__sb2nov__Highlights": { "additionalProperties": false, "properties": { @@ -4214,6 +4891,25 @@ "title": "Highlights", "type": "object" }, + "rendercv__themes__sb2nov__Links": { + "additionalProperties": false, + "properties": { + "underline": { + "default": true, + "description": "If this option is \"true\", links will be underlined.", + "title": "Underline Links", + "type": "boolean" + }, + "use_external_link_icon": { + "default": false, + "description": "If this option is \"true\", an external link icon will be shown next to the links.", + "title": "Use External Link Icon", + "type": "boolean" + } + }, + "title": "Links", + "type": "object" + }, "rendercv__themes__sb2nov__NormalEntry": { "additionalProperties": false, "properties": { @@ -4255,9 +4951,37 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] }, + "font_family": { + "default": "New Computer Modern", + "description": "The font family of the section titles.", + "enum": [ + "Libertinus Serif", + "New Computer Modern", + "DejaVu Sans Mono", + "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", + "XCharter" + ], + "title": "Font Family", + "type": "string" + }, "font_size": { "default": "1.4em", "description": "The font size of the section titles.", @@ -4307,6 +5031,9 @@ "moderncv" ], "type": "string" + }, + { + "type": "null" } ] } @@ -4324,12 +5051,19 @@ "Libertinus Serif", "New Computer Modern", "DejaVu Sans Mono", - "Source Sans 3", - "Roboto", - "Open Sans", - "Ubuntu", - "Noto Sans", "Mukta", + "Open Sans", + "Gentium Book Plus", + "Noto Sans", + "Lato", + "Source Sans 3", + "EB Garamond", + "Open Sauce Sans", + "Fontin", + "Roboto", + "Ubuntu", + "Poppins", + "Raleway", "XCharter" ], "title": "Font Family", @@ -4379,8 +5113,8 @@ "properties": { "cv": { "$ref": "#/$defs/CurriculumVitae", - "description": "The data of the CV.", - "title": "Curriculum Vitae" + "description": "The content of the CV.", + "title": "CV" }, "design": { "default": { @@ -4415,8 +5149,10 @@ }, "header": { "alignment": "center", + "connections_font_family": "Source Sans 3", "horizontal_space_between_connections": "0.5cm", "name_bold": true, + "name_font_family": "Source Sans 3", "name_font_size": "30pt", "photo_width": "3.5cm", "separator_between_connections": "", @@ -4426,6 +5162,7 @@ }, "section_titles": { "bold": true, + "font_family": "Source Sans 3", "font_size": "1.4em", "line_thickness": "0.5pt", "small_caps": false, @@ -4435,6 +5172,7 @@ }, "entries": { "allow_page_break_in_entries": true, + "allow_page_break_in_sections": true, "date_and_location_width": "4.15cm", "horizontal_space_between_columns": "0.1cm", "left_and_right_margin": "0.2cm", @@ -4480,7 +5218,7 @@ } } }, - "description": "The design information of the CV. The default is the classic theme.", + "description": "The design information of the CV. The default is the `classic` theme.", "discriminator": { "mapping": { "classic": "#/$defs/ClassicThemeOptions", @@ -4519,7 +5257,7 @@ "rendercv_settings": { "$ref": "#/$defs/RenderCVSettings", "default": { - "date": "2025-01-25", + "date": "2025-02-02", "render_command": null, "bold_keywords": [] }, diff --git a/tests/test_data.py b/tests/test_data.py index 94ef0cb5..8be32850 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -405,7 +405,7 @@ def test_invalid_social_networks(network, username): ("LinkedIn", "myusername", "https://linkedin.com/in/myusername"), ("GitHub", "myusername", "https://github.com/myusername"), ("Instagram", "myusername", "https://instagram.com/myusername"), - ("ORCID", "myusername", "https://orcid.org/myusername"), + ("ORCID", "0000-0000-0000-0000", "https://orcid.org/0000-0000-0000-0000"), ("Mastodon", "@myusername@test.org", "https://test.org/@myusername"), ( "StackOverflow", diff --git a/tests/test_renderer.py b/tests/test_renderer.py index 9ef2c2b4..bb4bc838 100644 --- a/tests/test_renderer.py +++ b/tests/test_renderer.py @@ -704,3 +704,29 @@ def test_input_template_to_typst( ) assert output == expected_output + + +def test_render_a_typst_file_with_none_name(tmp_path): + cv = data.CurriculumVitae( + name=None, + sections={ + "Normal Entries": [ + data.NormalEntry( + name="Test", + start_date="2024-01-01", + end_date="present", + ), + ] + }, + ) + + data_model = data.RenderCVDataModel( + cv=cv, + design={"theme": "classic"}, + ) + + file = renderer.create_a_typst_file(data_model, tmp_path) + + contents = file.read_text() + + assert "Test" in contents diff --git a/tests/testdata/test_create_a_markdown_file/classic_filled.md b/tests/testdata/test_create_a_markdown_file/classic_filled.md index 34ad3922..7faa227a 100644 --- a/tests/testdata/test_create_a_markdown_file/classic_filled.md +++ b/tests/testdata/test_create_a_markdown_file/classic_filled.md @@ -106,10 +106,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Istanbul, Turkey - -## Some Company, Software Engineer - - Sept 2015 – present ## Some Company, Software Engineer @@ -118,113 +114,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - -## Some Company, Software Engineer - -- Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 ## Some Company, Software Engineer -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Istanbul, Turkey - -## Some Company, Software Engineer - -- June 2020 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – present - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 - -## Some Company, Software Engineer - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -235,8 +131,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey ## Some Company, Software Engineer @@ -251,6 +150,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – present +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – present + +## Some Company, Software Engineer + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- June 2020 + +## Some Company, Software Engineer + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – present - Istanbul, Turkey ## Some Company, Software Engineer @@ -263,6 +278,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 - Istanbul, Turkey ## Some Company, Software Engineer @@ -275,7 +296,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -285,33 +307,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -319,52 +365,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -373,7 +378,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -391,7 +397,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -406,24 +424,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -455,10 +455,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -467,22 +463,22 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, BS in Mechanical Engineering @@ -491,185 +487,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -680,8 +504,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering @@ -696,14 +523,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering @@ -712,31 +531,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 +- Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -747,99 +542,53 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -850,199 +599,64 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering - June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1054,12 +668,20 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1074,6 +696,56 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1081,6 +753,327 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1099,6 +1092,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1107,6 +1106,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 +- Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1142,10 +1142,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Istanbul, Turkey - -## My Project - - Sept 2015 – present ## My Project @@ -1154,113 +1150,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - -## My Project - -- Sept 2021 - Istanbul, Turkey ## My Project -- Sept 2021 ## My Project -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2015 – present -- Istanbul, Turkey - -## My Project - -- June 2020 -- Istanbul, Turkey - -## My Project - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Istanbul, Turkey - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – present - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 - -## My Project - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1271,8 +1167,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey ## My Project @@ -1287,6 +1186,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – present +- Istanbul, Turkey + +## My Project + +- Sept 2015 – present + +## My Project + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 +- Istanbul, Turkey + +## My Project + +- June 2020 + +## My Project + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Istanbul, Turkey + +## My Project + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## My Project + +- Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – present - Istanbul, Turkey ## My Project @@ -1299,6 +1314,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 - Istanbul, Turkey ## My Project @@ -1311,7 +1332,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1321,33 +1343,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2021 - Istanbul, Turkey ## My Project +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1355,52 +1401,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## My Project -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1409,7 +1414,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1427,7 +1433,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1442,24 +1460,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. diff --git a/tests/testdata/test_create_a_markdown_file/engineeringclassic_filled.md b/tests/testdata/test_create_a_markdown_file/engineeringclassic_filled.md index 34ad3922..7faa227a 100644 --- a/tests/testdata/test_create_a_markdown_file/engineeringclassic_filled.md +++ b/tests/testdata/test_create_a_markdown_file/engineeringclassic_filled.md @@ -106,10 +106,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Istanbul, Turkey - -## Some Company, Software Engineer - - Sept 2015 – present ## Some Company, Software Engineer @@ -118,113 +114,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - -## Some Company, Software Engineer - -- Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 ## Some Company, Software Engineer -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Istanbul, Turkey - -## Some Company, Software Engineer - -- June 2020 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – present - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 - -## Some Company, Software Engineer - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -235,8 +131,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey ## Some Company, Software Engineer @@ -251,6 +150,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – present +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – present + +## Some Company, Software Engineer + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- June 2020 + +## Some Company, Software Engineer + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – present - Istanbul, Turkey ## Some Company, Software Engineer @@ -263,6 +278,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 - Istanbul, Turkey ## Some Company, Software Engineer @@ -275,7 +296,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -285,33 +307,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -319,52 +365,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -373,7 +378,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -391,7 +397,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -406,24 +424,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -455,10 +455,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -467,22 +463,22 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, BS in Mechanical Engineering @@ -491,185 +487,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -680,8 +504,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering @@ -696,14 +523,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering @@ -712,31 +531,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 +- Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -747,99 +542,53 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -850,199 +599,64 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering - June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1054,12 +668,20 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1074,6 +696,56 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1081,6 +753,327 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1099,6 +1092,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1107,6 +1106,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 +- Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1142,10 +1142,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Istanbul, Turkey - -## My Project - - Sept 2015 – present ## My Project @@ -1154,113 +1150,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - -## My Project - -- Sept 2021 - Istanbul, Turkey ## My Project -- Sept 2021 ## My Project -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2015 – present -- Istanbul, Turkey - -## My Project - -- June 2020 -- Istanbul, Turkey - -## My Project - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Istanbul, Turkey - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – present - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 - -## My Project - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1271,8 +1167,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey ## My Project @@ -1287,6 +1186,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – present +- Istanbul, Turkey + +## My Project + +- Sept 2015 – present + +## My Project + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 +- Istanbul, Turkey + +## My Project + +- June 2020 + +## My Project + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Istanbul, Turkey + +## My Project + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## My Project + +- Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – present - Istanbul, Turkey ## My Project @@ -1299,6 +1314,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 - Istanbul, Turkey ## My Project @@ -1311,7 +1332,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1321,33 +1343,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2021 - Istanbul, Turkey ## My Project +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1355,52 +1401,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## My Project -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1409,7 +1414,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1427,7 +1433,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1442,24 +1460,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. diff --git a/tests/testdata/test_create_a_markdown_file/engineeringresumes_filled.md b/tests/testdata/test_create_a_markdown_file/engineeringresumes_filled.md index 34ad3922..7faa227a 100644 --- a/tests/testdata/test_create_a_markdown_file/engineeringresumes_filled.md +++ b/tests/testdata/test_create_a_markdown_file/engineeringresumes_filled.md @@ -106,10 +106,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Istanbul, Turkey - -## Some Company, Software Engineer - - Sept 2015 – present ## Some Company, Software Engineer @@ -118,113 +114,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - -## Some Company, Software Engineer - -- Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 ## Some Company, Software Engineer -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Istanbul, Turkey - -## Some Company, Software Engineer - -- June 2020 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – present - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 - -## Some Company, Software Engineer - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -235,8 +131,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey ## Some Company, Software Engineer @@ -251,6 +150,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – present +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – present + +## Some Company, Software Engineer + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- June 2020 + +## Some Company, Software Engineer + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – present - Istanbul, Turkey ## Some Company, Software Engineer @@ -263,6 +278,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 - Istanbul, Turkey ## Some Company, Software Engineer @@ -275,7 +296,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -285,33 +307,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -319,52 +365,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -373,7 +378,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -391,7 +397,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -406,24 +424,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -455,10 +455,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -467,22 +463,22 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, BS in Mechanical Engineering @@ -491,185 +487,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -680,8 +504,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering @@ -696,14 +523,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering @@ -712,31 +531,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 +- Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -747,99 +542,53 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -850,199 +599,64 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering - June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1054,12 +668,20 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1074,6 +696,56 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1081,6 +753,327 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1099,6 +1092,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1107,6 +1106,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 +- Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1142,10 +1142,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Istanbul, Turkey - -## My Project - - Sept 2015 – present ## My Project @@ -1154,113 +1150,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - -## My Project - -- Sept 2021 - Istanbul, Turkey ## My Project -- Sept 2021 ## My Project -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2015 – present -- Istanbul, Turkey - -## My Project - -- June 2020 -- Istanbul, Turkey - -## My Project - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Istanbul, Turkey - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – present - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 - -## My Project - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1271,8 +1167,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey ## My Project @@ -1287,6 +1186,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – present +- Istanbul, Turkey + +## My Project + +- Sept 2015 – present + +## My Project + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 +- Istanbul, Turkey + +## My Project + +- June 2020 + +## My Project + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Istanbul, Turkey + +## My Project + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## My Project + +- Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – present - Istanbul, Turkey ## My Project @@ -1299,6 +1314,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 - Istanbul, Turkey ## My Project @@ -1311,7 +1332,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1321,33 +1343,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2021 - Istanbul, Turkey ## My Project +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1355,52 +1401,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## My Project -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1409,7 +1414,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1427,7 +1433,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1442,24 +1460,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. diff --git a/tests/testdata/test_create_a_markdown_file/moderncv_filled.md b/tests/testdata/test_create_a_markdown_file/moderncv_filled.md index 34ad3922..7faa227a 100644 --- a/tests/testdata/test_create_a_markdown_file/moderncv_filled.md +++ b/tests/testdata/test_create_a_markdown_file/moderncv_filled.md @@ -106,10 +106,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Istanbul, Turkey - -## Some Company, Software Engineer - - Sept 2015 – present ## Some Company, Software Engineer @@ -118,113 +114,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - -## Some Company, Software Engineer - -- Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 ## Some Company, Software Engineer -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Istanbul, Turkey - -## Some Company, Software Engineer - -- June 2020 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – present - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 - -## Some Company, Software Engineer - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -235,8 +131,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey ## Some Company, Software Engineer @@ -251,6 +150,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – present +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – present + +## Some Company, Software Engineer + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- June 2020 + +## Some Company, Software Engineer + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – present - Istanbul, Turkey ## Some Company, Software Engineer @@ -263,6 +278,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 - Istanbul, Turkey ## Some Company, Software Engineer @@ -275,7 +296,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -285,33 +307,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -319,52 +365,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -373,7 +378,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -391,7 +397,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -406,24 +424,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -455,10 +455,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -467,22 +463,22 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, BS in Mechanical Engineering @@ -491,185 +487,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -680,8 +504,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering @@ -696,14 +523,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering @@ -712,31 +531,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 +- Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -747,99 +542,53 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -850,199 +599,64 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering - June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1054,12 +668,20 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1074,6 +696,56 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1081,6 +753,327 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1099,6 +1092,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1107,6 +1106,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 +- Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1142,10 +1142,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Istanbul, Turkey - -## My Project - - Sept 2015 – present ## My Project @@ -1154,113 +1150,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - -## My Project - -- Sept 2021 - Istanbul, Turkey ## My Project -- Sept 2021 ## My Project -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2015 – present -- Istanbul, Turkey - -## My Project - -- June 2020 -- Istanbul, Turkey - -## My Project - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Istanbul, Turkey - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – present - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 - -## My Project - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1271,8 +1167,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey ## My Project @@ -1287,6 +1186,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – present +- Istanbul, Turkey + +## My Project + +- Sept 2015 – present + +## My Project + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 +- Istanbul, Turkey + +## My Project + +- June 2020 + +## My Project + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Istanbul, Turkey + +## My Project + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## My Project + +- Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – present - Istanbul, Turkey ## My Project @@ -1299,6 +1314,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 - Istanbul, Turkey ## My Project @@ -1311,7 +1332,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1321,33 +1343,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2021 - Istanbul, Turkey ## My Project +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1355,52 +1401,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## My Project -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1409,7 +1414,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1427,7 +1433,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1442,24 +1460,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. diff --git a/tests/testdata/test_create_a_markdown_file/sb2nov_filled.md b/tests/testdata/test_create_a_markdown_file/sb2nov_filled.md index 34ad3922..7faa227a 100644 --- a/tests/testdata/test_create_a_markdown_file/sb2nov_filled.md +++ b/tests/testdata/test_create_a_markdown_file/sb2nov_filled.md @@ -106,10 +106,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Istanbul, Turkey - -## Some Company, Software Engineer - - Sept 2015 – present ## Some Company, Software Engineer @@ -118,113 +114,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - -## Some Company, Software Engineer - -- Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 ## Some Company, Software Engineer -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Istanbul, Turkey - -## Some Company, Software Engineer - -- June 2020 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – present - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 - -## Some Company, Software Engineer - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -235,8 +131,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey ## Some Company, Software Engineer @@ -251,6 +150,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – present +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – present + +## Some Company, Software Engineer + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- June 2020 + +## Some Company, Software Engineer + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 + +## Some Company, Software Engineer + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2015 – present - Istanbul, Turkey ## Some Company, Software Engineer @@ -263,6 +278,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- June 2020 - Istanbul, Turkey ## Some Company, Software Engineer @@ -275,7 +296,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -285,33 +307,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2015 – June 2020 - -## Some Company, Software Engineer - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2021 - Istanbul, Turkey ## Some Company, Software Engineer +- Sept 2021 + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -319,52 +365,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## Some Company, Software Engineer -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -373,7 +378,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Some Company, Software Engineer @@ -391,7 +397,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Some Company, Software Engineer -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## Some Company, Software Engineer + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Some Company, Software Engineer + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -406,24 +424,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Some Company, Software Engineer - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -455,10 +455,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -467,22 +463,22 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - - Sept 2015 – present ## Boğaziçi University, BS in Mechanical Engineering @@ -491,185 +487,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 - -## Boğaziçi University, Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 - -## Boğaziçi University, BS in Mechanical Engineering - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -680,8 +504,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey ## Boğaziçi University, Mechanical Engineering @@ -696,14 +523,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering @@ -712,31 +531,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 +- Sept 2015 – present ## Boğaziçi University, Mechanical Engineering @@ -747,99 +542,53 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey -## Boğaziçi University, BS in Mechanical Engineering +## Boğaziçi University, Mechanical Engineering - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. +## Boğaziçi University, Mechanical Engineering + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -850,199 +599,64 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – present -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, Mechanical Engineering - -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## Boğaziçi University, BS in Mechanical Engineering - -- Sept 2015 – June 2020 - Istanbul, Turkey ## Boğaziçi University, BS in Mechanical Engineering - Sept 2015 – present -- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering - June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, BS in Mechanical Engineering -- Sept 2015 – June 2020 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1054,12 +668,20 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2021 -- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## Boğaziçi University, Mechanical Engineering +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1074,6 +696,56 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, Mechanical Engineering - Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1081,6 +753,327 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- Sept 2015 – present +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + +- June 2020 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, Mechanical Engineering + +- Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1099,6 +1092,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## Boğaziçi University, BS in Mechanical Engineering + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1107,6 +1106,7 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## Boğaziçi University, BS in Mechanical Engineering - Sept 2021 +- Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1142,10 +1142,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Istanbul, Turkey - -## My Project - - Sept 2015 – present ## My Project @@ -1154,113 +1150,13 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - -## My Project - -- Sept 2021 - Istanbul, Turkey ## My Project -- Sept 2021 ## My Project -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2015 – present -- Istanbul, Turkey - -## My Project - -- June 2020 -- Istanbul, Turkey - -## My Project - -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Istanbul, Turkey - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – present - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 - -## My Project - -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1271,8 +1167,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey ## My Project @@ -1287,6 +1186,122 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – present +- Istanbul, Turkey + +## My Project + +- Sept 2015 – present + +## My Project + +- Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 +- Istanbul, Turkey + +## My Project + +- June 2020 + +## My Project + +- June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Istanbul, Turkey + +## My Project + +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – June 2020 +- Istanbul, Turkey + +## My Project + +- Sept 2015 – June 2020 + +## My Project + +- Sept 2015 – June 2020 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2015 – present - Istanbul, Turkey ## My Project @@ -1299,6 +1314,12 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – present +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- June 2020 - Istanbul, Turkey ## My Project @@ -1311,7 +1332,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1321,33 +1343,57 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2015 – June 2020 - -## My Project - -- Sept 2015 – present -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- June 2020 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2021 - Istanbul, Turkey ## My Project +- Sept 2021 + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + - Sept 2021 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1355,52 +1401,11 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2021 +- Sept 2015 – June 2020 - Istanbul, Turkey ## My Project -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - - Sept 2015 – June 2020 - Istanbul, Turkey - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. @@ -1409,7 +1414,8 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project - Sept 2015 – June 2020 -- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. ## My Project @@ -1427,7 +1433,19 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S ## My Project -- Sept 2015 – June 2020 +- Sept 2021 +- Istanbul, Turkey + +## My Project + +- Sept 2021 +- Istanbul, Turkey +- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. +- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. + +## My Project + +- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. @@ -1442,24 +1460,6 @@ This is a *TextEntry*. It is only a text and can be useful for sections like **S - Sept 2021 - Istanbul, Turkey - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 -- Istanbul, Turkey -- Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. -- Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. - -## My Project - -- Sept 2021 - Did *this* and this is a **bold** [link](https://example.com). But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. - Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. diff --git a/tests/testdata/test_create_a_typst_file/classic_filled.typ b/tests/testdata/test_create_a_typst_file/classic_filled.typ index caf69db3..a9aef2e4 100644 --- a/tests/testdata/test_create_a_typst_file/classic_filled.typ +++ b/tests/testdata/test_create_a_typst_file/classic_filled.typ @@ -731,21 +731,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -777,13 +762,17 @@ ) #v(design-entries-vertical-space-between-entries) - +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Istanbul, Turkey + ], +) #one-col-entry( content: [ - #strong[Some Company], Software Engineer - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -798,6 +787,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Some Company], Software Engineer + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -823,22 +853,7 @@ Sept 2021 ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -863,12 +878,12 @@ Sept 2021 #strong[Some Company], Software Engineer ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -886,6 +901,36 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -906,67 +951,7 @@ June 2020 #strong[Some Company], Software Engineer ], right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #one-col-entry( @@ -996,7 +981,7 @@ June 2020 #strong[Some Company], Software Engineer ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #one-col-entry( @@ -1005,6 +990,21 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -1022,13 +1022,14 @@ June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - - ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 + ], +) +#one-col-entry( + content: [ + ], ) @@ -1050,10 +1051,39 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + + + ], right-content: [ Istanbul, Turkey @@ -1061,6 +1091,36 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1080,74 +1140,14 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2021 ], ) @@ -1186,14 +1186,29 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2015 – present +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1223,69 +1238,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2015 – present ], ) @@ -1306,6 +1259,36 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1323,6 +1306,23 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1341,14 +1341,29 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2021 +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1382,38 +1397,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1425,22 +1408,39 @@ Sept 2021 ) #one-col-entry( content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey + +Sept 2021 ], ) @@ -1465,17 +1465,32 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 + ], ) #v(design-entries-vertical-space-between-entries) @@ -1497,14 +1512,16 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -Sept 2015 – June 2020 +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1546,16 +1563,14 @@ June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2021 ], ) @@ -1574,55 +1589,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1640,6 +1606,40 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1719,19 +1719,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1758,6 +1745,19 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -1774,7 +1774,7 @@ Sept 2021 #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -1798,7 +1798,7 @@ Sept 2021 #block( [ #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -1819,19 +1819,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1858,6 +1845,43 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -1883,27 +1907,29 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( +// YES DATE, YES DEGREE +#three-col-entry( left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ + left-content: [], + middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -1935,18 +1961,15 @@ Sept 2021 Sept 2021 ], ) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -1981,7 +2004,37 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present ], ) #block( @@ -2002,15 +2055,21 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – present ], ) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -2038,89 +2097,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #block( @@ -2166,7 +2143,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #block( @@ -2180,6 +2157,29 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2206,6 +2206,32 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2235,18 +2261,15 @@ Sept 2021 Sept 2021 ], ) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2281,7 +2304,37 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present ], ) #block( @@ -2302,15 +2355,21 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – present ], ) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -2338,89 +2397,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #block( @@ -2466,7 +2443,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #block( @@ -2480,6 +2457,29 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2513,13 +2513,9 @@ June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -2547,9 +2543,54 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + ], right-content: [ Istanbul, Turkey @@ -2558,6 +2599,52 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2583,102 +2670,15 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering +Sept 2021 ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -2730,89 +2730,15 @@ Sept 2015 – June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -2850,20 +2776,33 @@ June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], ) #v(design-entries-vertical-space-between-entries) @@ -2891,6 +2830,42 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2920,16 +2895,37 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -Sept 2021 + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], ) @@ -2957,9 +2953,54 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + ], right-content: [ Istanbul, Turkey @@ -2968,6 +3009,52 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2993,102 +3080,15 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering +Sept 2021 ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3140,89 +3140,15 @@ Sept 2015 – June 2020 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -3260,20 +3186,33 @@ June 2020 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], ) #v(design-entries-vertical-space-between-entries) @@ -3301,6 +3240,42 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3326,6 +3301,31 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3350,16 +3350,44 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3397,6 +3425,31 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3415,6 +3468,49 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3442,93 +3538,15 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2015 – June 2020 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3556,16 +3574,23 @@ Sept 2015 – June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3611,12 +3636,111 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], ) #block( @@ -3632,41 +3756,6 @@ June 2020 ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3710,16 +3799,23 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3748,93 +3844,15 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2015 – June 2020 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3862,16 +3880,23 @@ Sept 2015 – June 2020 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3917,25 +3942,18 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2021 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3956,64 +3974,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4039,6 +3999,46 @@ Sept 2021 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4059,6 +4059,24 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4077,64 +4095,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4160,6 +4120,46 @@ Sept 2021 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4249,21 +4249,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4295,13 +4280,17 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) - +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Istanbul, Turkey + ], +) #one-col-entry( content: [ - #strong[My Project] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4316,6 +4305,47 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4341,22 +4371,7 @@ Sept 2021 ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -4381,12 +4396,12 @@ Sept 2021 #strong[My Project] ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -4404,6 +4419,36 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4424,67 +4469,7 @@ June 2020 #strong[My Project] ], right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #one-col-entry( @@ -4514,7 +4499,7 @@ June 2020 #strong[My Project] ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #one-col-entry( @@ -4523,6 +4508,21 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -4540,13 +4540,14 @@ June 2020 #two-col-entry( left-content: [ #strong[My Project] - - ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 + ], +) +#one-col-entry( + content: [ + ], ) @@ -4568,10 +4569,39 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], right-content: [ Istanbul, Turkey @@ -4579,6 +4609,36 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4598,74 +4658,14 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2021 ], ) @@ -4704,14 +4704,29 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2015 – present +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4741,69 +4756,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2015 – present ], ) @@ -4824,6 +4777,36 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4841,6 +4824,23 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4859,14 +4859,29 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2021 +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4900,38 +4915,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4943,22 +4926,39 @@ Sept 2021 ) #one-col-entry( content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey + +Sept 2021 ], ) @@ -4983,17 +4983,32 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 + ], ) #v(design-entries-vertical-space-between-entries) @@ -5015,14 +5030,16 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -Sept 2015 – June 2020 +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5064,16 +5081,14 @@ June 2020 #two-col-entry( left-content: [ #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2021 ], ) @@ -5092,55 +5107,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5158,6 +5124,40 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file/engineeringclassic_filled.typ b/tests/testdata/test_create_a_typst_file/engineeringclassic_filled.typ index 6462e665..a5c73c90 100644 --- a/tests/testdata/test_create_a_typst_file/engineeringclassic_filled.typ +++ b/tests/testdata/test_create_a_typst_file/engineeringclassic_filled.typ @@ -731,16 +731,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -775,10 +765,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -793,6 +782,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -808,51 +838,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -871,55 +856,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -938,7 +886,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -946,7 +894,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -970,6 +918,360 @@ left-content: [ #strong[Software Engineer], Some Company ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], right-content: [ June 2020 ], @@ -992,6 +1294,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -999,7 +1303,7 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1023,81 +1327,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1131,7 +1360,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -1143,6 +1372,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1160,6 +1404,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1169,36 +1477,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1210,49 +1488,6 @@ left-content: [ #strong[Software Engineer], Some Company -- Istanbul, Turkey ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], right-content: [ Sept 2015 – June 2020 ], @@ -1272,21 +1507,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1295,209 +1515,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1535,17 +1552,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1564,55 +1579,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1630,6 +1596,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1709,20 +1709,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1759,19 +1745,9 @@ ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE @@ -1797,6 +1773,30 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1810,20 +1810,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1860,19 +1846,9 @@ #strong[BS] ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE @@ -1898,6 +1874,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1923,18 +1949,15 @@ Sept 2021 ], ) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -1969,19 +1992,9 @@ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -1996,6 +2009,52 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2010,16 +2069,38 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( +// YES DATE, YES DEGREE +#three-col-entry( left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + June 2020 ], ) #block( @@ -2058,28 +2139,16 @@ ) #v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( +// NO DATE, YES DEGREE +#two-col-entry( left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + ], right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) #block( @@ -2093,75 +2162,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2188,6 +2188,32 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2201,55 +2227,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2279,37 +2256,10 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + Sept 2021 ], ) #block( @@ -2323,30 +2273,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2360,6 +2286,42 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2383,6 +2345,19 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2392,7 +2367,7 @@ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present + June 2020 ], ) #block( @@ -2430,15 +2405,16 @@ ) #v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( +// NO DATE, YES DEGREE +#two-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] ], right-content: [ - June 2020 + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) #block( @@ -2452,6 +2428,30 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2478,78 +2478,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2569,22 +2497,12 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 ], ) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -2632,6 +2550,19 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2655,6 +2586,75 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2699,10 +2699,33 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 ], ) #block( @@ -2748,7 +2771,7 @@ #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -2762,6 +2785,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2785,6 +2833,54 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2811,109 +2907,13 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ Sept 2021 @@ -2933,88 +2933,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3061,6 +2979,19 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3084,6 +3015,75 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3128,10 +3128,33 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 ], ) #block( @@ -3177,7 +3200,7 @@ #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -3191,6 +3214,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3214,6 +3262,54 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -3244,12 +3340,48 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], ) #block( @@ -3267,10 +3399,177 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], right-content: [ Sept 2015 – June 2020 ], @@ -3286,282 +3585,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3591,7 +3614,7 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3601,6 +3624,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -3662,10 +3687,236 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], right-content: [ Sept 2015 – June 2020 ], @@ -3674,234 +3925,6 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -3938,7 +3961,7 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3948,6 +3971,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -4009,20 +4034,18 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -4053,79 +4076,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4151,6 +4101,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4176,6 +4176,29 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4199,79 +4222,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4297,6 +4247,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4401,16 +4401,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4445,10 +4435,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4463,6 +4452,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4478,51 +4508,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4541,55 +4526,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4608,7 +4556,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2015 – present @@ -4616,7 +4564,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4640,6 +4588,360 @@ left-content: [ #strong[My Project] ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], right-content: [ June 2020 ], @@ -4662,6 +4964,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4669,7 +4973,7 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4693,81 +4997,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4801,7 +5030,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2021 @@ -4813,6 +5042,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4830,6 +5074,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4839,36 +5147,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4880,49 +5158,6 @@ left-content: [ #strong[My Project] -- #strong[Istanbul, Turkey] ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ Sept 2015 – June 2020 ], @@ -4942,21 +5177,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4965,209 +5185,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5205,17 +5222,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5234,55 +5249,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5300,6 +5266,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file/engineeringresumes_filled.typ b/tests/testdata/test_create_a_typst_file/engineeringresumes_filled.typ index ab6b4c11..da5f7f47 100644 --- a/tests/testdata/test_create_a_typst_file/engineeringresumes_filled.typ +++ b/tests/testdata/test_create_a_typst_file/engineeringresumes_filled.typ @@ -731,16 +731,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -775,10 +765,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -793,6 +782,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -808,51 +838,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -871,55 +856,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -938,7 +886,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -946,7 +894,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -970,6 +918,360 @@ left-content: [ #strong[Software Engineer], Some Company ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], right-content: [ June 2020 ], @@ -992,6 +1294,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -999,7 +1303,7 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1023,81 +1327,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1131,7 +1360,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -1143,6 +1372,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1160,6 +1404,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1169,36 +1477,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1210,49 +1488,6 @@ left-content: [ #strong[Software Engineer], Some Company -- Istanbul, Turkey ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], right-content: [ Sept 2015 – June 2020 ], @@ -1272,21 +1507,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1295,209 +1515,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1535,17 +1552,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1564,55 +1579,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1630,6 +1596,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1711,17 +1711,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1769,10 +1758,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1788,6 +1776,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1809,6 +1809,48 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -1821,45 +1863,15 @@ ) #v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) +// NO DATE, NO DEGREE -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ +#one-col-entry( + content: [ #strong[Boğaziçi University], BS in Mechanical Engineering + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -1875,15 +1887,45 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -1907,69 +1949,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1995,66 +1974,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2082,7 +2016,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -2091,7 +2025,7 @@ #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2127,7 +2061,7 @@ #strong[Boğaziçi University], in Mechanical Engineering ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -2141,6 +2075,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2162,6 +2117,51 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2176,6 +2176,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2197,69 +2239,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2285,66 +2264,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2372,7 +2306,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -2381,7 +2315,7 @@ #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2417,7 +2351,7 @@ #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -2431,6 +2365,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2452,6 +2407,51 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2466,6 +2466,844 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2487,111 +3325,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2638,7 +3371,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -2655,6 +3388,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2685,49 +3439,7 @@ #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present + Sept 2021 ], ) #block( @@ -2748,63 +3460,7 @@ #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #block( @@ -2824,262 +3480,6 @@ left-content: [ #strong[Boğaziçi University], in Mechanical Engineering ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], right-content: [ Sept 2021 ], @@ -3097,318 +3497,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3436,31 +3524,10 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #block( @@ -3474,52 +3541,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3545,7 +3566,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3555,6 +3576,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3608,29 +3631,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3656,7 +3656,28 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ Sept 2021 @@ -3719,28 +3740,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ Sept 2021 @@ -3763,7 +3763,28 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -3794,6 +3815,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3805,7 +3828,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -3828,18 +3851,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3872,7 +3893,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3882,6 +3903,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3939,18 +3962,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3979,73 +4000,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4069,6 +4023,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4092,6 +4092,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4113,73 +4134,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4203,6 +4157,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4301,16 +4301,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4345,10 +4335,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4363,6 +4352,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4378,51 +4408,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4441,55 +4426,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4508,7 +4456,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2015 – present @@ -4516,7 +4464,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4540,6 +4488,360 @@ left-content: [ #strong[My Project] ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], right-content: [ June 2020 ], @@ -4562,6 +4864,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4569,7 +4873,7 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4593,81 +4897,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4701,7 +4930,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2021 @@ -4713,6 +4942,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4730,6 +4974,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4739,36 +5047,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4780,49 +5058,6 @@ left-content: [ #strong[My Project] -- #strong[Istanbul, Turkey] ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ Sept 2015 – June 2020 ], @@ -4842,21 +5077,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4865,209 +5085,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5105,17 +5122,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5134,55 +5149,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5200,6 +5166,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file/moderncv_filled.typ b/tests/testdata/test_create_a_typst_file/moderncv_filled.typ index f1354d7d..798eedac 100644 --- a/tests/testdata/test_create_a_typst_file/moderncv_filled.typ +++ b/tests/testdata/test_create_a_typst_file/moderncv_filled.typ @@ -720,16 +720,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -758,10 +748,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -776,6 +765,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -788,43 +812,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -841,46 +828,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - + #strong[Software Engineer], Some Company #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -899,10 +853,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -929,6 +882,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -948,6 +913,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -961,56 +961,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1026,10 +976,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -1062,6 +1011,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1075,6 +1036,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1102,6 +1102,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1115,6 +1154,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1124,7 +1178,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -1144,10 +1198,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -1167,62 +1223,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1238,7 +1238,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1277,20 +1290,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1305,7 +1305,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1322,6 +1335,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -1331,7 +1346,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1346,15 +1361,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -1374,10 +1387,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -1417,15 +1432,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -1442,49 +1455,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1500,6 +1470,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1569,17 +1569,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1611,10 +1600,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1630,6 +1618,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1643,17 +1643,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1685,10 +1674,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1704,6 +1692,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1717,46 +1743,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1775,49 +1761,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -1838,10 +1788,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -1870,6 +1819,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -1890,6 +1852,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -1904,6 +1904,32 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1917,46 +1943,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1975,49 +1961,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -2038,10 +1988,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -2070,6 +2019,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -2090,6 +2052,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2104,60 +2104,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2175,10 +2121,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -2213,6 +2158,19 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2227,6 +2185,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2256,6 +2256,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2270,6 +2312,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2280,7 +2338,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2302,10 +2360,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2330,10 +2390,148 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ Sept 2015 – June 2020 @@ -2344,7 +2542,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2358,7 +2556,49 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2374,198 +2614,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2584,10 +2642,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2608,66 +2668,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2685,7 +2685,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2727,21 +2741,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2757,7 +2757,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2775,6 +2789,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -2785,7 +2801,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2801,15 +2817,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -2831,10 +2845,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -2873,22 +2889,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2906,7 +2906,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2948,21 +2962,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2978,7 +2978,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2996,6 +3010,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3006,7 +3022,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3022,15 +3038,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3052,10 +3066,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -3098,15 +3114,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -3124,52 +3138,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3186,6 +3154,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3202,6 +3202,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3216,52 +3230,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3278,6 +3246,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3352,16 +3352,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3390,10 +3380,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -3408,6 +3397,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3420,43 +3444,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3473,46 +3460,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - + #strong[My Project] #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -3531,10 +3485,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -3561,6 +3514,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + ], right-content: [ June 2020 @@ -3580,6 +3545,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -3593,56 +3593,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3658,10 +3608,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -3694,6 +3643,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3707,6 +3668,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3734,6 +3734,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3747,6 +3786,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3756,7 +3810,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -3776,10 +3830,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -3799,62 +3855,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3870,7 +3870,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3909,20 +3922,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3937,7 +3937,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3954,6 +3967,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3963,7 +3978,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3978,15 +3993,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -4006,10 +4019,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -4049,15 +4064,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -4074,49 +4087,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4132,6 +4102,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file/sb2nov_filled.typ b/tests/testdata/test_create_a_typst_file/sb2nov_filled.typ index e3612d8c..585704c3 100644 --- a/tests/testdata/test_create_a_typst_file/sb2nov_filled.typ +++ b/tests/testdata/test_create_a_typst_file/sb2nov_filled.typ @@ -735,23 +735,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -787,15 +770,19 @@ ) #v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ +#two-col-entry( + left-content: [ #strong[Software Engineer] #emph[Some Company] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + ], ) @@ -812,6 +799,53 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer] + +#emph[Some Company] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -844,24 +878,7 @@ ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -890,12 +907,12 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -918,6 +935,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -945,75 +996,7 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #one-col-entry( @@ -1047,7 +1030,7 @@ #emph[Some Company] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #one-col-entry( @@ -1056,6 +1039,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -1071,82 +1071,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1172,12 +1096,14 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1215,6 +1141,25 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1232,6 +1177,61 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1278,9 +1278,24 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( @@ -1318,7 +1333,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] +#emph[Sept 2015 – present] ], ) #one-col-entry( @@ -1327,78 +1342,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1418,6 +1361,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1437,6 +1418,25 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1464,9 +1464,24 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] ], ) #one-col-entry( @@ -1521,28 +1536,7 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) #one-col-entry( @@ -1561,7 +1555,28 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( @@ -1584,6 +1599,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1595,7 +1612,9 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( @@ -1614,14 +1633,14 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1652,14 +1671,14 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1713,14 +1732,14 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1743,67 +1762,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1823,6 +1781,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1918,29 +1918,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1988,17 +1965,26 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ #strong[Boğaziçi University] #emph[ in Mechanical Engineering] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2015,6 +2001,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2038,29 +2038,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2108,17 +2085,26 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ #strong[Boğaziçi University] #emph[BS in Mechanical Engineering] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2135,6 +2121,66 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2175,30 +2221,7 @@ #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], inset: ( left: design-entries-left-and-right-margin, @@ -2238,13 +2261,13 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2277,6 +2300,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2311,99 +2380,7 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #block( @@ -2449,7 +2426,7 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #block( @@ -2463,6 +2440,29 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2479,6 +2479,52 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2519,30 +2565,7 @@ #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], inset: ( left: design-entries-left-and-right-margin, @@ -2582,13 +2605,13 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2621,6 +2644,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2655,99 +2724,7 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #block( @@ -2793,7 +2770,7 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #block( @@ -2807,6 +2784,29 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2823,106 +2823,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2955,13 +2855,15 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -3015,6 +2917,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3038,6 +2965,79 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3097,9 +3097,30 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – June 2020] ], ) #block( @@ -3149,7 +3170,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] +#emph[Sept 2015 – present] ], ) #block( @@ -3163,102 +3184,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3284,6 +3209,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3309,106 +3284,31 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3441,13 +3341,15 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -3501,6 +3403,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3524,6 +3451,79 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3583,9 +3583,30 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – June 2020] ], ) #block( @@ -3635,7 +3656,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] +#emph[Sept 2015 – present] ], ) #block( @@ -3649,102 +3670,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3770,6 +3695,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3795,6 +3770,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3829,9 +3829,30 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] ], ) #block( @@ -3904,34 +3925,7 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) #block( @@ -3956,7 +3950,34 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -3986,6 +4007,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4002,7 +4025,9 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -4027,15 +4052,15 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4077,15 +4102,15 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4147,31 +4172,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4206,9 +4206,30 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] ], ) #block( @@ -4281,34 +4302,7 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) #block( @@ -4333,7 +4327,34 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -4363,6 +4384,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4379,7 +4402,9 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -4404,15 +4429,15 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4454,15 +4479,15 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4530,18 +4555,18 @@ left-content: [ #strong[Boğaziçi University] -#emph[BS in Mechanical Engineering] +#emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4574,85 +4599,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4678,6 +4624,60 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4705,6 +4705,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4730,85 +4755,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4834,6 +4780,60 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4944,21 +4944,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4990,13 +4975,17 @@ ) #v(design-entries-vertical-space-between-entries) - +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) #one-col-entry( content: [ - #strong[My Project] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -5011,6 +5000,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5036,22 +5066,7 @@ ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -5076,12 +5091,12 @@ #strong[My Project] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -5099,6 +5114,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5119,67 +5164,7 @@ #strong[My Project] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #one-col-entry( @@ -5209,7 +5194,7 @@ #strong[My Project] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #one-col-entry( @@ -5218,6 +5203,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -5235,13 +5235,14 @@ #two-col-entry( left-content: [ #strong[My Project] - - ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + ], ) @@ -5263,10 +5264,39 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], right-content: [ #emph[Istanbul, Turkey] @@ -5274,6 +5304,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5293,74 +5353,14 @@ #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +#emph[Sept 2021] ], ) @@ -5399,14 +5399,29 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5436,69 +5451,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +#emph[Sept 2015 – present] ], ) @@ -5519,6 +5472,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5536,6 +5519,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5554,14 +5554,29 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5595,38 +5610,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5638,22 +5621,39 @@ ) #one-col-entry( content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -5678,17 +5678,32 @@ #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] + ], ) #v(design-entries-vertical-space-between-entries) @@ -5710,14 +5725,16 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -#emph[Sept 2015 – June 2020] +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5759,16 +5776,14 @@ #two-col-entry( left-content: [ #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #emph[Istanbul, Turkey] -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +#emph[Sept 2021] ], ) @@ -5787,55 +5802,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5853,6 +5819,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_long_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_long_second_row/John_Doe_CV.typ index caf69db3..a9aef2e4 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_long_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_long_second_row/John_Doe_CV.typ @@ -731,21 +731,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -777,13 +762,17 @@ ) #v(design-entries-vertical-space-between-entries) - +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Istanbul, Turkey + ], +) #one-col-entry( content: [ - #strong[Some Company], Software Engineer - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -798,6 +787,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Some Company], Software Engineer + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -823,22 +853,7 @@ Sept 2021 ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -863,12 +878,12 @@ Sept 2021 #strong[Some Company], Software Engineer ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -886,6 +901,36 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -906,67 +951,7 @@ June 2020 #strong[Some Company], Software Engineer ], right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #one-col-entry( @@ -996,7 +981,7 @@ June 2020 #strong[Some Company], Software Engineer ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #one-col-entry( @@ -1005,6 +990,21 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -1022,13 +1022,14 @@ June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - - ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 + ], +) +#one-col-entry( + content: [ + ], ) @@ -1050,10 +1051,39 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + + + ], right-content: [ Istanbul, Turkey @@ -1061,6 +1091,36 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1080,74 +1140,14 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2021 ], ) @@ -1186,14 +1186,29 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2015 – present +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1223,69 +1238,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2015 – present ], ) @@ -1306,6 +1259,36 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1323,6 +1306,23 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1341,14 +1341,29 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2021 +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1382,38 +1397,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1425,22 +1408,39 @@ Sept 2021 ) #one-col-entry( content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey + +Sept 2021 ], ) @@ -1465,17 +1465,32 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 + ], ) #v(design-entries-vertical-space-between-entries) @@ -1497,14 +1512,16 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -Sept 2015 – June 2020 +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1546,16 +1563,14 @@ June 2020 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2021 ], ) @@ -1574,55 +1589,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1640,6 +1606,40 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1719,19 +1719,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1758,6 +1745,19 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -1774,7 +1774,7 @@ Sept 2021 #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -1798,7 +1798,7 @@ Sept 2021 #block( [ #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -1819,19 +1819,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1858,6 +1845,43 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -1883,27 +1907,29 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( +// YES DATE, YES DEGREE +#three-col-entry( left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ + left-content: [], + middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -1935,18 +1961,15 @@ Sept 2021 Sept 2021 ], ) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -1981,7 +2004,37 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present ], ) #block( @@ -2002,15 +2055,21 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – present ], ) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -2038,89 +2097,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #block( @@ -2166,7 +2143,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #block( @@ -2180,6 +2157,29 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2206,6 +2206,32 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2235,18 +2261,15 @@ Sept 2021 Sept 2021 ], ) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2281,7 +2304,37 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present ], ) #block( @@ -2302,15 +2355,21 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – present ], ) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -2338,89 +2397,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #block( @@ -2466,7 +2443,7 @@ June 2020 #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #block( @@ -2480,6 +2457,29 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2513,13 +2513,9 @@ June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -2547,9 +2543,54 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + ], right-content: [ Istanbul, Turkey @@ -2558,6 +2599,52 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2583,102 +2670,15 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering +Sept 2021 ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -2730,89 +2730,15 @@ Sept 2015 – June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -2850,20 +2776,33 @@ June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], ) #v(design-entries-vertical-space-between-entries) @@ -2891,6 +2830,42 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2920,16 +2895,37 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -Sept 2021 + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], ) @@ -2957,9 +2953,54 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + ], right-content: [ Istanbul, Turkey @@ -2968,6 +3009,52 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2993,102 +3080,15 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering +Sept 2021 ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3140,89 +3140,15 @@ Sept 2015 – June 2020 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -3260,20 +3186,33 @@ June 2020 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – present + ], ) #v(design-entries-vertical-space-between-entries) @@ -3301,6 +3240,42 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3326,6 +3301,31 @@ June 2020 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3350,16 +3350,44 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3397,6 +3425,31 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3415,6 +3468,49 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3442,93 +3538,15 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2015 – June 2020 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3556,16 +3574,23 @@ Sept 2015 – June 2020 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3611,12 +3636,111 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], ) #block( @@ -3632,41 +3756,6 @@ June 2020 ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3710,16 +3799,23 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3748,93 +3844,15 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2015 – June 2020 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3862,16 +3880,23 @@ Sept 2015 – June 2020 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -3917,25 +3942,18 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2021 ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -3956,64 +3974,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4039,6 +3999,46 @@ Sept 2021 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4059,6 +4059,24 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4077,64 +4095,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4160,6 +4120,46 @@ Sept 2021 ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4249,21 +4249,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4295,13 +4280,17 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) - +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Istanbul, Turkey + ], +) #one-col-entry( content: [ - #strong[My Project] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4316,6 +4305,47 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4341,22 +4371,7 @@ Sept 2021 ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -4381,12 +4396,12 @@ Sept 2021 #strong[My Project] ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -4404,6 +4419,36 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4424,67 +4469,7 @@ June 2020 #strong[My Project] ], right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) #one-col-entry( @@ -4514,7 +4499,7 @@ June 2020 #strong[My Project] ], right-content: [ - June 2020 + Istanbul, Turkey ], ) #one-col-entry( @@ -4523,6 +4508,21 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -4540,13 +4540,14 @@ June 2020 #two-col-entry( left-content: [ #strong[My Project] - - ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 + ], +) +#one-col-entry( + content: [ + ], ) @@ -4568,10 +4569,39 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], right-content: [ Istanbul, Turkey @@ -4579,6 +4609,36 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4598,74 +4658,14 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2021 ], ) @@ -4704,14 +4704,29 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2015 – present +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4741,69 +4756,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Istanbul, Turkey - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +Sept 2015 – present ], ) @@ -4824,6 +4777,36 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4841,6 +4824,23 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Istanbul, Turkey + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4859,14 +4859,29 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -Sept 2021 +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4900,38 +4915,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4943,22 +4926,39 @@ Sept 2021 ) #one-col-entry( content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey + +Sept 2021 ], ) @@ -4983,17 +4983,32 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 + ], ) #v(design-entries-vertical-space-between-entries) @@ -5015,14 +5030,16 @@ Sept 2015 – June 2020 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -Sept 2015 – June 2020 +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5064,16 +5081,14 @@ June 2020 #two-col-entry( left-content: [ #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Istanbul, Turkey -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +Sept 2021 ], ) @@ -5092,55 +5107,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5158,6 +5124,40 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_short_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_short_second_row/John_Doe_CV.typ index 147ecdcd..69142e04 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_short_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/classic_filled_short_second_row/John_Doe_CV.typ @@ -720,18 +720,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - - - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -757,13 +745,14 @@ ) #v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ +#two-col-entry( + left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + + ], + right-content: [ + Istanbul, Turkey ], ) @@ -778,6 +767,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Some Company], Software Engineer + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -796,20 +820,9 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer + #v(-design-text-leading) - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ Sept 2021 @@ -833,12 +846,11 @@ Sept 2021 #two-col-entry( left-content: [ #strong[Some Company], Software Engineer - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -856,6 +868,32 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -870,19 +908,6 @@ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -892,45 +917,7 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -956,7 +943,20 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - June 2020 + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey ], ) @@ -981,9 +981,7 @@ June 2020 ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -1007,12 +1005,10 @@ Sept 2021 #strong[Some Company], Software Engineer #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -1022,12 +1018,10 @@ Sept 2021 #strong[Some Company], Software Engineer #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -1039,20 +1033,9 @@ Sept 2021 ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -1091,7 +1074,24 @@ Sept 2021 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 ], ) @@ -1124,6 +1124,19 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1133,9 +1146,7 @@ Sept 2015 – June 2020 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – June 2020 ], ) @@ -1165,63 +1176,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 +Sept 2015 – present ], ) @@ -1240,6 +1195,36 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1255,6 +1240,21 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1269,6 +1269,19 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1278,9 +1291,7 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -1321,11 +1332,11 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -1336,8 +1347,6 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Istanbul, Turkey @@ -1355,20 +1364,9 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -1398,7 +1396,24 @@ Sept 2021 #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 ], ) @@ -1424,11 +1439,11 @@ Sept 2015 – June 2020 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) @@ -1473,11 +1488,11 @@ June 2020 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Istanbul, Turkey + +Sept 2021 ], ) @@ -1496,55 +1511,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Some Company], Software Engineer - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1560,6 +1526,40 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Some Company], Software Engineer + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1645,21 +1645,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1691,19 +1676,17 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( +// YES DATE, YES DEGREE +#three-col-entry( left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + Istanbul, Turkey ], ) @@ -1724,6 +1707,23 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1739,21 +1739,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1784,6 +1769,38 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -1802,19 +1819,32 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( +// YES DATE, YES DEGREE +#three-col-entry( left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + ], right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + + ], + right-content: [ + Sept 2021 ], ) @@ -1842,23 +1872,9 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ Sept 2021 @@ -1888,12 +1904,11 @@ Sept 2021 left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -1914,6 +1929,38 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1931,22 +1978,6 @@ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1959,54 +1990,7 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2038,7 +2022,23 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - June 2020 + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey ], ) @@ -2072,9 +2072,7 @@ June 2020 ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -2102,6 +2100,24 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ Sept 2021 @@ -2131,12 +2147,11 @@ Sept 2021 left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -2157,6 +2172,38 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2174,22 +2221,6 @@ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2202,54 +2233,7 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2281,7 +2265,23 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - June 2020 + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey ], ) @@ -2315,9 +2315,7 @@ June 2020 ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -2347,12 +2345,10 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -2365,12 +2361,10 @@ Sept 2021 #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -2385,23 +2379,9 @@ Sept 2021 ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -2449,7 +2429,27 @@ Sept 2021 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 ], ) @@ -2488,6 +2488,22 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2500,9 +2516,7 @@ Sept 2015 – June 2020 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – June 2020 ], ) @@ -2538,75 +2552,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 +Sept 2015 – present ], ) @@ -2628,6 +2574,42 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2650,46 +2632,44 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + ], right-content: [ Istanbul, Turkey @@ -2708,23 +2688,6 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - ], right-content: [ Sept 2021 @@ -2747,6 +2710,23 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2791,7 +2771,27 @@ Sept 2021 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 ], ) @@ -2830,6 +2830,22 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2842,9 +2858,7 @@ Sept 2015 – June 2020 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – June 2020 ], ) @@ -2880,75 +2894,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 +Sept 2015 – present ], ) @@ -2970,6 +2916,42 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2988,6 +2970,24 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3005,6 +3005,22 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3017,9 +3033,7 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -3069,11 +3083,11 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -3087,8 +3101,6 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Istanbul, Turkey @@ -3109,23 +3121,9 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -3161,7 +3159,27 @@ Sept 2021 #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 ], ) @@ -3193,11 +3211,11 @@ Sept 2015 – June 2020 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) @@ -3241,24 +3259,6 @@ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3276,6 +3276,22 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3288,9 +3304,7 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -3340,11 +3354,11 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -3358,8 +3372,6 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Istanbul, Turkey @@ -3380,23 +3392,9 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -3432,7 +3430,27 @@ Sept 2021 #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 ], ) @@ -3464,11 +3482,11 @@ Sept 2015 – June 2020 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) @@ -3516,17 +3534,17 @@ June 2020 // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Istanbul, Turkey + +Sept 2021 ], ) @@ -3548,64 +3566,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3624,6 +3584,46 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3644,6 +3644,24 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3662,64 +3680,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3738,6 +3698,46 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3824,18 +3824,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3861,13 +3849,14 @@ Sept 2021 ) #v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ +#two-col-entry( + left-content: [ #strong[My Project] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + + ], + right-content: [ + Istanbul, Turkey ], ) @@ -3882,6 +3871,41 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3900,20 +3924,9 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] + #v(-design-text-leading) - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ Sept 2021 @@ -3937,12 +3950,11 @@ Sept 2021 #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3960,6 +3972,32 @@ Sept 2015 – present ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3974,19 +4012,6 @@ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3996,45 +4021,7 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -4060,7 +4047,20 @@ June 2020 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - June 2020 + Istanbul, Turkey + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey ], ) @@ -4085,9 +4085,7 @@ June 2020 ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -4111,12 +4109,10 @@ Sept 2021 #strong[My Project] #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -4126,12 +4122,10 @@ Sept 2021 #strong[My Project] #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -4143,20 +4137,9 @@ Sept 2021 ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -4195,7 +4178,24 @@ Sept 2021 #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 ], ) @@ -4228,6 +4228,19 @@ Sept 2015 – June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4237,9 +4250,7 @@ Sept 2015 – June 2020 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – present + Sept 2015 – June 2020 ], ) @@ -4269,63 +4280,7 @@ Sept 2015 – present right-content: [ Istanbul, Turkey -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 +Sept 2015 – present ], ) @@ -4344,6 +4299,36 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4359,6 +4344,21 @@ June 2020 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4373,6 +4373,19 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4382,9 +4395,7 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -4425,11 +4436,11 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2021 + Sept 2021 ], ) @@ -4440,8 +4451,6 @@ Sept 2021 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Istanbul, Turkey @@ -4459,20 +4468,9 @@ Sept 2021 #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 - ], -) + Istanbul, Turkey -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 +Sept 2021 ], ) @@ -4502,7 +4500,24 @@ Sept 2021 #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Istanbul, Turkey + +Sept 2015 – June 2020 ], ) @@ -4528,11 +4543,11 @@ Sept 2015 – June 2020 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Istanbul, Turkey - -Sept 2015 – June 2020 + Sept 2015 – June 2020 ], ) @@ -4577,11 +4592,11 @@ June 2020 #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Istanbul, Turkey + +Sept 2021 ], ) @@ -4600,55 +4615,6 @@ Sept 2021 ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Istanbul, Turkey - -Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4664,6 +4630,40 @@ Sept 2021 ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Istanbul, Turkey + +Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_long_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_long_second_row/John_Doe_CV.typ index 6462e665..a5c73c90 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_long_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_long_second_row/John_Doe_CV.typ @@ -731,16 +731,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -775,10 +765,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -793,6 +782,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -808,51 +838,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -871,55 +856,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -938,7 +886,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -946,7 +894,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -970,6 +918,360 @@ left-content: [ #strong[Software Engineer], Some Company ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], right-content: [ June 2020 ], @@ -992,6 +1294,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -999,7 +1303,7 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1023,81 +1327,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1131,7 +1360,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -1143,6 +1372,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1160,6 +1404,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1169,36 +1477,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1210,49 +1488,6 @@ left-content: [ #strong[Software Engineer], Some Company -- Istanbul, Turkey ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], right-content: [ Sept 2015 – June 2020 ], @@ -1272,21 +1507,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1295,209 +1515,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1535,17 +1552,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1564,55 +1579,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1630,6 +1596,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1709,20 +1709,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1759,19 +1745,9 @@ ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE @@ -1797,6 +1773,30 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1810,20 +1810,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1860,19 +1846,9 @@ #strong[BS] ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE @@ -1898,6 +1874,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1923,18 +1949,15 @@ Sept 2021 ], ) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -1969,19 +1992,9 @@ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -1996,6 +2009,52 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2010,16 +2069,38 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( +// YES DATE, YES DEGREE +#three-col-entry( left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + June 2020 ], ) #block( @@ -2058,28 +2139,16 @@ ) #v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( +// NO DATE, YES DEGREE +#two-col-entry( left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + ], right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) #block( @@ -2093,75 +2162,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2188,6 +2188,32 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2201,55 +2227,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2279,37 +2256,10 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + Sept 2021 ], ) #block( @@ -2323,30 +2273,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2360,6 +2286,42 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2383,6 +2345,19 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2392,7 +2367,7 @@ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present + June 2020 ], ) #block( @@ -2430,15 +2405,16 @@ ) #v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( +// NO DATE, YES DEGREE +#two-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] ], right-content: [ - June 2020 + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], ) #block( @@ -2452,6 +2428,30 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2478,78 +2478,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2569,22 +2497,12 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 ], ) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE @@ -2632,6 +2550,19 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2655,6 +2586,75 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2699,10 +2699,33 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 ], ) #block( @@ -2748,7 +2771,7 @@ #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -2762,6 +2785,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2785,6 +2833,54 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2811,109 +2907,13 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ Sept 2021 @@ -2933,88 +2933,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3061,6 +2979,19 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3084,6 +3015,75 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3128,10 +3128,33 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 ], ) #block( @@ -3177,7 +3200,7 @@ #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -3191,6 +3214,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3214,6 +3262,54 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -3244,12 +3340,48 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 ], ) #block( @@ -3267,10 +3399,177 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], right-content: [ Sept 2015 – June 2020 ], @@ -3286,282 +3585,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3591,7 +3614,7 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3601,6 +3624,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -3662,10 +3687,236 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], right-content: [ Sept 2015 – June 2020 ], @@ -3674,234 +3925,6 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -3938,7 +3961,7 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3948,6 +3971,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -4009,20 +4034,18 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, @@ -4053,79 +4076,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4151,6 +4101,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4176,6 +4176,29 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4199,79 +4222,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4297,6 +4247,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entry-types-education-entry-degree-column-width + design-entries-horizontal-space-between-columns + design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -4401,16 +4401,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4445,10 +4435,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4463,6 +4452,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4478,51 +4508,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4541,55 +4526,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4608,7 +4556,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2015 – present @@ -4616,7 +4564,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4640,6 +4588,360 @@ left-content: [ #strong[My Project] ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], right-content: [ June 2020 ], @@ -4662,6 +4964,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4669,7 +4973,7 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4693,81 +4997,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4801,7 +5030,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2021 @@ -4813,6 +5042,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4830,6 +5074,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4839,36 +5147,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4880,49 +5158,6 @@ left-content: [ #strong[My Project] -- #strong[Istanbul, Turkey] ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ Sept 2015 – June 2020 ], @@ -4942,21 +5177,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4965,209 +5185,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5205,17 +5222,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5234,55 +5249,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5300,6 +5266,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_short_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_short_second_row/John_Doe_CV.typ index a18958d8..2653d55b 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_short_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringclassic_filled_short_second_row/John_Doe_CV.typ @@ -720,16 +720,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -758,10 +748,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -776,6 +765,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -788,43 +812,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -841,46 +828,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - + #strong[Software Engineer], Some Company #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -899,10 +853,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -929,6 +882,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -948,6 +913,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -961,56 +961,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1026,10 +976,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -1062,6 +1011,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1075,6 +1036,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1102,6 +1102,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1115,6 +1154,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1124,7 +1178,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -1144,10 +1198,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -1167,62 +1223,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1238,7 +1238,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1277,20 +1290,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1305,7 +1305,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1322,6 +1335,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -1331,7 +1346,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1346,15 +1361,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -1374,10 +1387,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -1417,15 +1432,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -1442,49 +1455,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1500,6 +1470,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1581,22 +1581,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1637,10 +1621,9 @@ ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1661,6 +1644,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1676,22 +1676,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1732,10 +1716,9 @@ #strong[BS] ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1756,6 +1739,53 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1771,52 +1801,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -1839,61 +1823,13 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) - + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - - ], right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + Sept 2021 ], ) @@ -1918,10 +1854,9 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -1954,6 +1889,21 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -1976,6 +1926,56 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -1995,6 +1995,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2017,23 +2047,9 @@ left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ Sept 2021 @@ -2063,12 +2079,11 @@ left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -2087,6 +2102,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2102,6 +2149,55 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, YES DEGREE +#two-col-entry( + left-column-width: 1cm, + right-column-width: 1fr, + alignments: (left, left), + left-content: [ + #strong[BS] + ], + right-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2119,102 +2215,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, YES DEGREE -#two-col-entry( - left-column-width: 1cm, - right-column-width: 1fr, - alignments: (left, left), - left-content: [ - #strong[BS] - ], - right-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // NO DATE, YES DEGREE #two-col-entry( @@ -2234,68 +2234,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2317,10 +2255,9 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -2359,6 +2296,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2375,6 +2327,54 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2408,6 +2408,54 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2424,6 +2472,24 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2436,7 +2502,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2462,10 +2528,12 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2495,12 +2563,170 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ Sept 2015 – June 2020 @@ -2511,7 +2737,7 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) @@ -2527,7 +2753,55 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], middle-content: [ #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) @@ -2545,226 +2819,18 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [], + left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2787,10 +2853,12 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2816,74 +2884,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -2905,7 +2905,23 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2953,23 +2969,7 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2987,7 +2987,23 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3007,6 +3023,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3019,7 +3037,7 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3037,15 +3055,13 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3071,10 +3087,12 @@ left-column-width: 1cm, left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -3117,24 +3135,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3156,7 +3156,23 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3204,23 +3220,7 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3238,7 +3238,23 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3258,6 +3274,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3270,7 +3288,7 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3288,15 +3306,13 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3322,10 +3338,12 @@ left-column-width: 1cm, left-content: [#strong[BS]], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -3372,17 +3390,15 @@ // YES DATE, YES DEGREE #three-col-entry( left-column-width: 1cm, - left-content: [#strong[BS]], + left-content: [], middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -3402,58 +3418,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3472,6 +3436,42 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3490,6 +3490,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3506,58 +3522,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, YES DEGREE -#three-col-entry( - left-column-width: 1cm, - left-content: [#strong[BS]], - middle-content: [ - #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3576,6 +3540,42 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, YES DEGREE +#three-col-entry( + left-column-width: 1cm, + left-content: [#strong[BS]], + middle-content: [ + #strong[Boğaziçi University], Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, YES DEGREE #three-col-entry( @@ -3656,16 +3656,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3694,10 +3684,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -3712,6 +3701,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3724,43 +3748,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3777,46 +3764,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - + #strong[My Project] #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -3835,10 +3789,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -3865,6 +3818,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + ], right-content: [ June 2020 @@ -3884,6 +3849,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -3897,56 +3897,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3962,10 +3912,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -3998,6 +3947,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4011,6 +3972,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4038,6 +4038,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4051,6 +4090,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4060,7 +4114,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -4080,10 +4134,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -4103,62 +4159,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4174,7 +4174,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -4213,20 +4226,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4241,7 +4241,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -4258,6 +4271,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -4267,7 +4282,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4282,15 +4297,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -4310,10 +4323,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -4353,15 +4368,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -4378,49 +4391,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4436,6 +4406,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_long_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_long_second_row/John_Doe_CV.typ index ab6b4c11..da5f7f47 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_long_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_long_second_row/John_Doe_CV.typ @@ -731,16 +731,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -775,10 +765,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -793,6 +782,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -808,51 +838,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -871,55 +856,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -938,7 +886,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -946,7 +894,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -970,6 +918,360 @@ left-content: [ #strong[Software Engineer], Some Company ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], right-content: [ June 2020 ], @@ -992,6 +1294,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -999,7 +1303,7 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1023,81 +1327,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1131,7 +1360,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -1143,6 +1372,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1160,6 +1404,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1169,36 +1477,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1210,49 +1488,6 @@ left-content: [ #strong[Software Engineer], Some Company -- Istanbul, Turkey ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], right-content: [ Sept 2015 – June 2020 ], @@ -1272,21 +1507,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1295,209 +1515,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1535,17 +1552,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1564,55 +1579,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1630,6 +1596,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1711,17 +1711,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1769,10 +1758,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1788,6 +1776,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1809,6 +1809,48 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -1821,45 +1863,15 @@ ) #v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) +// NO DATE, NO DEGREE -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ +#one-col-entry( + content: [ #strong[Boğaziçi University], BS in Mechanical Engineering + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), ) #v(design-entries-vertical-space-between-entries) @@ -1875,15 +1887,45 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -1907,69 +1949,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1995,66 +1974,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2082,7 +2016,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -2091,7 +2025,7 @@ #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2127,7 +2061,7 @@ #strong[Boğaziçi University], in Mechanical Engineering ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -2141,6 +2075,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2162,6 +2117,51 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2176,6 +2176,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2197,69 +2239,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2285,66 +2264,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2372,7 +2306,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2015 – present @@ -2381,7 +2315,7 @@ #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2417,7 +2351,7 @@ #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ - June 2020 + Sept 2015 – present ], ) #block( @@ -2431,6 +2365,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2452,6 +2407,51 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2466,6 +2466,844 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2015 – present + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + June 2020 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2487,111 +3325,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2638,7 +3371,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -2655,6 +3388,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2685,49 +3439,7 @@ #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present + Sept 2021 ], ) #block( @@ -2748,63 +3460,7 @@ #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #block( @@ -2824,262 +3480,6 @@ left-content: [ #strong[Boğaziçi University], in Mechanical Engineering ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], right-content: [ Sept 2021 ], @@ -3097,318 +3497,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - Sept 2015 – present - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - ], - right-content: [ - June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3436,31 +3524,10 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #block( @@ -3474,52 +3541,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3545,7 +3566,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3555,6 +3576,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3608,29 +3631,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3656,7 +3656,28 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ Sept 2021 @@ -3719,28 +3740,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ Sept 2021 @@ -3763,7 +3763,28 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -3794,6 +3815,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3805,7 +3828,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ Sept 2021 @@ -3828,18 +3851,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3872,7 +3893,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering ], right-content: [ Sept 2015 – June 2020 @@ -3882,6 +3903,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3939,18 +3962,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -3979,73 +4000,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4069,6 +4023,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4092,6 +4092,27 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4113,73 +4134,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - ], - right-content: [ - Sept 2021 - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4203,6 +4157,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + ], + right-content: [ + Sept 2021 + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4301,16 +4301,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4345,10 +4335,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4363,6 +4352,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4378,51 +4408,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4441,55 +4426,18 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] ], right-content: [ - Sept 2015 – present + Sept 2021 ], ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4508,7 +4456,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2015 – present @@ -4516,7 +4464,7 @@ ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -4540,6 +4488,360 @@ left-content: [ #strong[My Project] ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – June 2020 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2015 – present + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + June 2020 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], right-content: [ June 2020 ], @@ -4562,6 +4864,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -4569,7 +4873,7 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4593,81 +4897,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4701,7 +4930,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ Sept 2021 @@ -4713,6 +4942,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4730,6 +4974,70 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4739,36 +5047,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4780,49 +5058,6 @@ left-content: [ #strong[My Project] -- #strong[Istanbul, Turkey] ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ Sept 2015 – June 2020 ], @@ -4842,21 +5077,6 @@ Sept 2015 – June 2020 ], ) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2015 – present - ], -) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -4865,209 +5085,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2015 – June 2020 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5105,17 +5122,15 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5134,55 +5149,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - ], - right-content: [ - Sept 2021 - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5200,6 +5166,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + ], + right-content: [ + Sept 2021 + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_short_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_short_second_row/John_Doe_CV.typ index c3ba04e4..8c4726db 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_short_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/engineeringresumes_filled_short_second_row/John_Doe_CV.typ @@ -720,16 +720,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -758,10 +748,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -776,6 +765,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -788,43 +812,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -841,46 +828,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - + #strong[Software Engineer], Some Company #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -899,10 +853,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -929,6 +882,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -948,6 +913,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -961,56 +961,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1026,10 +976,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -1062,6 +1011,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1075,6 +1036,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1102,6 +1102,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1115,6 +1154,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1124,7 +1178,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -1144,10 +1198,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -1167,62 +1223,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1238,7 +1238,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1277,20 +1290,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1305,7 +1305,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1322,6 +1335,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -1331,7 +1346,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1346,15 +1361,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -1374,10 +1387,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -1417,15 +1432,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -1442,49 +1455,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1500,6 +1470,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1569,17 +1569,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1611,10 +1600,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1630,6 +1618,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1643,17 +1643,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1685,10 +1674,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1704,6 +1692,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1717,46 +1743,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1775,49 +1761,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -1838,10 +1788,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -1870,6 +1819,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -1890,6 +1852,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -1904,6 +1904,32 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1917,46 +1943,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1975,49 +1961,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -2038,10 +1988,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -2070,6 +2019,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -2090,6 +2052,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2104,60 +2104,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2175,10 +2121,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -2213,6 +2158,19 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2227,6 +2185,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2256,6 +2256,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2270,6 +2312,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2280,7 +2338,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2302,10 +2360,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2330,10 +2390,148 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ Sept 2015 – June 2020 @@ -2344,7 +2542,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2358,7 +2556,49 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2374,198 +2614,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2584,10 +2642,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2608,66 +2668,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2685,7 +2685,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2727,21 +2741,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2757,7 +2757,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2775,6 +2789,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -2785,7 +2801,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2801,15 +2817,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -2831,10 +2845,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -2873,22 +2889,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2906,7 +2906,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2948,21 +2962,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2978,7 +2978,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2996,6 +3010,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3006,7 +3022,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3022,15 +3038,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3052,10 +3066,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -3098,15 +3114,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -3124,52 +3138,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3186,6 +3154,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3202,6 +3202,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3216,52 +3230,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3278,6 +3246,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3352,16 +3352,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3390,10 +3380,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -3408,6 +3397,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3420,43 +3444,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3473,46 +3460,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - + #strong[My Project] #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -3531,10 +3485,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -3561,6 +3514,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + ], right-content: [ June 2020 @@ -3580,6 +3545,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -3593,56 +3593,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3658,10 +3608,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -3694,6 +3643,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3707,6 +3668,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3734,6 +3734,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3747,6 +3786,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3756,7 +3810,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -3776,10 +3830,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -3799,62 +3855,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3870,7 +3870,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3909,20 +3922,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3937,7 +3937,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3954,6 +3967,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3963,7 +3978,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3978,15 +3993,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -4006,10 +4019,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -4049,15 +4064,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -4074,49 +4087,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4132,6 +4102,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_long_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_long_second_row/John_Doe_CV.typ index f1354d7d..798eedac 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_long_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_long_second_row/John_Doe_CV.typ @@ -720,16 +720,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -758,10 +748,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -776,6 +765,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -788,43 +812,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -841,46 +828,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - + #strong[Software Engineer], Some Company #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -899,10 +853,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -929,6 +882,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -948,6 +913,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -961,56 +961,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1026,10 +976,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -1062,6 +1011,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1075,6 +1036,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1102,6 +1102,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1115,6 +1154,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1124,7 +1178,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -1144,10 +1198,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -1167,62 +1223,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1238,7 +1238,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1277,20 +1290,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1305,7 +1305,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1322,6 +1335,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -1331,7 +1346,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1346,15 +1361,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -1374,10 +1387,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -1417,15 +1432,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -1442,49 +1455,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1500,6 +1470,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1569,17 +1569,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1611,10 +1600,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1630,6 +1618,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1643,17 +1643,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1685,10 +1674,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1704,6 +1692,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1717,46 +1743,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1775,49 +1761,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -1838,10 +1788,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -1870,6 +1819,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -1890,6 +1852,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -1904,6 +1904,32 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1917,46 +1943,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1975,49 +1961,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -2038,10 +1988,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -2070,6 +2019,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -2090,6 +2052,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2104,60 +2104,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2175,10 +2121,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -2213,6 +2158,19 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2227,6 +2185,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2256,6 +2256,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2270,6 +2312,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2280,7 +2338,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2302,10 +2360,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2330,10 +2390,148 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ Sept 2015 – June 2020 @@ -2344,7 +2542,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2358,7 +2556,49 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2374,198 +2614,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2584,10 +2642,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2608,66 +2668,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2685,7 +2685,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2727,21 +2741,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2757,7 +2757,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2775,6 +2789,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -2785,7 +2801,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2801,15 +2817,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -2831,10 +2845,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -2873,22 +2889,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2906,7 +2906,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2948,21 +2962,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2978,7 +2978,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2996,6 +3010,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3006,7 +3022,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3022,15 +3038,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3052,10 +3066,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -3098,15 +3114,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -3124,52 +3138,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3186,6 +3154,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3202,6 +3202,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3216,52 +3230,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3278,6 +3246,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3352,16 +3352,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3390,10 +3380,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -3408,6 +3397,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3420,43 +3444,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3473,46 +3460,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - + #strong[My Project] #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -3531,10 +3485,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -3561,6 +3514,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + ], right-content: [ June 2020 @@ -3580,6 +3545,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -3593,56 +3593,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3658,10 +3608,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -3694,6 +3643,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3707,6 +3668,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3734,6 +3734,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3747,6 +3786,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3756,7 +3810,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -3776,10 +3830,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -3799,62 +3855,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3870,7 +3870,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3909,20 +3922,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3937,7 +3937,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3954,6 +3967,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3963,7 +3978,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3978,15 +3993,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -4006,10 +4019,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -4049,15 +4064,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -4074,49 +4087,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4132,6 +4102,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_short_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_short_second_row/John_Doe_CV.typ index f1354d7d..798eedac 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_short_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/moderncv_filled_short_second_row/John_Doe_CV.typ @@ -720,16 +720,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -758,10 +748,9 @@ #one-col-entry( content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -776,6 +765,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -788,43 +812,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -841,46 +828,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - + #strong[Software Engineer], Some Company #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -899,10 +853,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -929,6 +882,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -948,6 +913,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -961,56 +961,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1026,10 +976,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) + #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -1062,6 +1011,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1075,6 +1036,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1102,6 +1102,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1115,6 +1154,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1124,7 +1178,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -1144,10 +1198,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -1167,62 +1223,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1238,7 +1238,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1277,20 +1290,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1305,7 +1305,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -1322,6 +1335,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -1331,7 +1346,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -1346,15 +1361,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -1374,10 +1387,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey + #strong[Software Engineer], Some Company #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -1417,15 +1432,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[Software Engineer], Some Company + #strong[Software Engineer], Some Company -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -1442,49 +1455,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer], Some Company -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1500,6 +1470,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer], Some Company -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1569,17 +1569,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1611,10 +1600,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1630,6 +1618,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1643,17 +1643,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1685,10 +1674,9 @@ #one-col-entry( content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1704,6 +1692,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1717,46 +1743,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1775,49 +1761,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -1838,10 +1788,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -1870,6 +1819,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -1890,6 +1852,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -1904,6 +1904,32 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1917,46 +1943,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1975,49 +1961,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -2038,10 +1988,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -2070,6 +2019,19 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ June 2020 @@ -2090,6 +2052,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2104,60 +2104,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2175,10 +2121,9 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -2213,6 +2158,19 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2227,6 +2185,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2256,6 +2256,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2270,6 +2312,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2280,7 +2338,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -2302,10 +2360,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2330,10 +2390,148 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + + ], right-content: [ Sept 2015 – June 2020 @@ -2344,7 +2542,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2358,7 +2556,49 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2374,198 +2614,16 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - - - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – present - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2584,10 +2642,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -2608,66 +2668,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2685,7 +2685,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2727,21 +2741,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2757,7 +2757,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2775,6 +2789,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -2785,7 +2801,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2801,15 +2817,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -2831,10 +2845,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -2873,22 +2889,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2906,7 +2906,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2948,21 +2962,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -2978,7 +2978,21 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -2996,6 +3010,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3006,7 +3022,7 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3022,15 +3038,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -3052,10 +3066,12 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #strong[Boğaziçi University], BS in Mechanical Engineering #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -3098,15 +3114,13 @@ // YES DATE, NO DEGREE #two-col-entry( left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -3124,52 +3138,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3186,6 +3154,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3202,6 +3202,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3216,52 +3230,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3278,6 +3246,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University], BS in Mechanical Engineering -- Istanbul, Turkey + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3352,16 +3352,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3390,10 +3380,9 @@ #one-col-entry( content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -3408,6 +3397,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3420,43 +3444,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3473,46 +3460,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - + #strong[My Project] #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + right-content: [ + Sept 2021 ], ) @@ -3531,10 +3485,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2015 – present @@ -3561,6 +3514,18 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + ], right-content: [ June 2020 @@ -3580,6 +3545,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -3593,56 +3593,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - - - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3658,10 +3608,9 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] - #v(-design-text-leading) + #strong[My Project] -- #strong[Istanbul, Turkey] - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], right-content: [ Sept 2021 @@ -3694,6 +3643,18 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + + + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3707,6 +3668,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3734,6 +3734,45 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – June 2020 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3747,6 +3786,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2015 – present + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3756,7 +3810,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - Sept 2015 – present + June 2020 ], ) @@ -3776,10 +3830,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ June 2020 @@ -3799,62 +3855,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2015 – June 2020 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2015 – present - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - June 2020 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3870,7 +3870,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3909,20 +3922,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3937,7 +3937,20 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) @@ -3954,6 +3967,8 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2021 @@ -3963,7 +3978,7 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) @@ -3978,15 +3993,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2021 + Sept 2015 – June 2020 ], ) @@ -4006,10 +4019,12 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] + #strong[My Project] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ Sept 2015 – June 2020 @@ -4049,15 +4064,13 @@ #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ - #strong[My Project] + #strong[My Project] -- #strong[Istanbul, Turkey] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - Sept 2015 – June 2020 + Sept 2021 ], ) @@ -4074,49 +4087,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] -- #strong[Istanbul, Turkey] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - Sept 2021 - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4132,6 +4102,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] -- #strong[Istanbul, Turkey] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + Sept 2021 + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_long_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_long_second_row/John_Doe_CV.typ index e3612d8c..585704c3 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_long_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_long_second_row/John_Doe_CV.typ @@ -735,23 +735,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -787,15 +770,19 @@ ) #v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ +#two-col-entry( + left-content: [ #strong[Software Engineer] #emph[Some Company] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + ], ) @@ -812,6 +799,53 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer] + +#emph[Some Company] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -844,24 +878,7 @@ ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -890,12 +907,12 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -918,6 +935,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -945,75 +996,7 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #one-col-entry( @@ -1047,7 +1030,7 @@ #emph[Some Company] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #one-col-entry( @@ -1056,6 +1039,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -1071,82 +1071,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1172,12 +1096,14 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -1215,6 +1141,25 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1232,6 +1177,61 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1278,9 +1278,24 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( @@ -1318,7 +1333,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] +#emph[Sept 2015 – present] ], ) #one-col-entry( @@ -1327,78 +1342,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1418,6 +1361,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1437,6 +1418,25 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1464,9 +1464,24 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Sept 2021] ], ) #one-col-entry( @@ -1521,28 +1536,7 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) #one-col-entry( @@ -1561,7 +1555,28 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( @@ -1584,6 +1599,8 @@ #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1595,7 +1612,9 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( @@ -1614,14 +1633,14 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1652,14 +1671,14 @@ #emph[Some Company] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1713,14 +1732,14 @@ #emph[Some Company] ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #one-col-entry( content: [ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -1743,67 +1762,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1823,6 +1781,48 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1918,29 +1918,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1988,17 +1965,26 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ #strong[Boğaziçi University] #emph[ in Mechanical Engineering] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2015,6 +2001,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2038,29 +2038,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2108,17 +2085,26 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ #strong[Boğaziçi University] #emph[BS in Mechanical Engineering] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), ) #v(design-entries-vertical-space-between-entries) @@ -2135,6 +2121,66 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2175,30 +2221,7 @@ #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], inset: ( left: design-entries-left-and-right-margin, @@ -2238,13 +2261,13 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2277,6 +2300,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2311,99 +2380,7 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #block( @@ -2449,7 +2426,7 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #block( @@ -2463,6 +2440,29 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2479,6 +2479,52 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2519,30 +2565,7 @@ #block( [ #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], inset: ( left: design-entries-left-and-right-margin, @@ -2582,13 +2605,13 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], inset: ( left: design-entries-left-and-right-margin, @@ -2621,6 +2644,52 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2655,99 +2724,7 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #block( @@ -2793,7 +2770,7 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #block( @@ -2807,6 +2784,29 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // NO DATE, NO DEGREE @@ -2823,106 +2823,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2955,13 +2855,15 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -3015,6 +2917,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3038,6 +2965,79 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3097,9 +3097,30 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – June 2020] ], ) #block( @@ -3149,7 +3170,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] +#emph[Sept 2015 – present] ], ) #block( @@ -3163,102 +3184,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3284,6 +3209,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3309,106 +3284,31 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3441,13 +3341,15 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( [ #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], inset: ( left: design-entries-left-and-right-margin, @@ -3501,6 +3403,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3524,6 +3451,79 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3583,9 +3583,30 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2015 – June 2020] ], ) #block( @@ -3635,7 +3656,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] +#emph[Sept 2015 – present] ], ) #block( @@ -3649,102 +3670,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3770,6 +3695,56 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) +#block( + [ + #set par(spacing: 0pt) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3795,6 +3770,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3829,9 +3829,30 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] ], ) #block( @@ -3904,34 +3925,7 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) #block( @@ -3956,7 +3950,34 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -3986,6 +4007,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4002,7 +4025,9 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -4027,15 +4052,15 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4077,15 +4102,15 @@ #emph[ in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4147,31 +4172,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4206,9 +4206,30 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Sept 2021] ], ) #block( @@ -4281,34 +4302,7 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) #block( @@ -4333,7 +4327,34 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -4363,6 +4384,8 @@ [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4379,7 +4402,9 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( @@ -4404,15 +4429,15 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4454,15 +4479,15 @@ #emph[BS in Mechanical Engineering] ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4530,18 +4555,18 @@ left-content: [ #strong[Boğaziçi University] -#emph[BS in Mechanical Engineering] +#emph[ in Mechanical Engineering] ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) #block( [ #set par(spacing: 0pt) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], inset: ( left: design-entries-left-and-right-margin, @@ -4574,85 +4599,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4678,6 +4624,60 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4705,6 +4705,31 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4730,85 +4755,6 @@ ), ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) -#block( - [ - #set par(spacing: 0pt) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - inset: ( - left: design-entries-left-and-right-margin, - right: design-entries-left-and-right-margin, - ), -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4834,6 +4780,60 @@ ), ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) +#block( + [ + #set par(spacing: 0pt) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + inset: ( + left: design-entries-left-and-right-margin, + right: design-entries-left-and-right-margin, + ), +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -4944,21 +4944,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4990,13 +4975,17 @@ ) #v(design-entries-vertical-space-between-entries) - +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) #one-col-entry( content: [ - #strong[My Project] - - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], ) @@ -5011,6 +5000,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5036,22 +5066,7 @@ ) #one-col-entry( content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], ) @@ -5076,12 +5091,12 @@ #strong[My Project] ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) #one-col-entry( content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], ) @@ -5099,6 +5114,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5119,67 +5164,7 @@ #strong[My Project] ], right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) #one-col-entry( @@ -5209,7 +5194,7 @@ #strong[My Project] ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] ], ) #one-col-entry( @@ -5218,6 +5203,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #one-col-entry( @@ -5235,13 +5235,14 @@ #two-col-entry( left-content: [ #strong[My Project] - - ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + ], ) @@ -5263,10 +5264,39 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], right-content: [ #emph[Istanbul, Turkey] @@ -5274,6 +5304,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5293,74 +5353,14 @@ #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - - ], -) + #v(-design-text-leading) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +#emph[Sept 2021] ], ) @@ -5399,14 +5399,29 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2015 – present] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5436,69 +5451,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) +#emph[Sept 2015 – present] ], ) @@ -5519,6 +5472,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5536,6 +5519,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5554,14 +5554,29 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], +) -#emph[Sept 2021] +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + ], + right-content: [ + #emph[Sept 2021] + ], +) +#one-col-entry( + content: [ + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5595,38 +5610,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5638,22 +5621,39 @@ ) #one-col-entry( content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - ], right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -5678,17 +5678,32 @@ #two-col-entry( left-content: [ #strong[My Project] - ], - right-content: [ - #emph[Sept 2021] - ], -) -#one-col-entry( - content: [ + #v(-design-text-leading) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] + ], ) #v(design-entries-vertical-space-between-entries) @@ -5710,14 +5725,16 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] + #emph[Sept 2015 – June 2020] + ], +) +#one-col-entry( + content: [ + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) -#emph[Sept 2015 – June 2020] +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], ) @@ -5759,16 +5776,14 @@ #two-col-entry( left-content: [ #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Sept 2015 – June 2020] - ], -) -#one-col-entry( - content: [ - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #emph[Istanbul, Turkey] -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) +#emph[Sept 2021] ], ) @@ -5787,55 +5802,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -5853,6 +5819,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_short_second_row/John_Doe_CV.typ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_short_second_row/John_Doe_CV.typ index 26f93add..66970f90 100644 --- a/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_short_second_row/John_Doe_CV.typ +++ b/tests/testdata/test_create_a_typst_file_and_copy_theme_files/sb2nov_filled_short_second_row/John_Doe_CV.typ @@ -724,20 +724,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - - - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -767,15 +753,16 @@ ) #v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ +#two-col-entry( + left-content: [ #strong[Software Engineer] #emph[Some Company] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -792,6 +779,47 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[Software Engineer] + +#emph[Some Company] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -814,22 +842,9 @@ #strong[Software Engineer] #emph[Some Company] + #v(-design-text-leading) - - ], - right-content: [ - #emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ #emph[Sept 2021] @@ -857,12 +872,11 @@ #strong[Software Engineer] #emph[Some Company] - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) @@ -882,6 +896,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -898,21 +942,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -924,51 +953,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - - - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) @@ -998,7 +983,22 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -1027,9 +1027,7 @@ ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -1057,12 +1055,10 @@ #emph[Some Company] #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -1074,12 +1070,10 @@ #emph[Some Company] #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -1093,22 +1087,9 @@ ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -1153,7 +1134,26 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -1190,6 +1190,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1201,9 +1216,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – present] + #emph[Sept 2015 – June 2020] ], ) @@ -1237,71 +1250,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – June 2020] +#emph[Sept 2015 – present] ], ) @@ -1322,6 +1271,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1339,6 +1322,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1355,6 +1355,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1366,9 +1381,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -1415,11 +1428,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -1432,8 +1445,6 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ #emph[Istanbul, Turkey] @@ -1453,22 +1464,9 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -1502,7 +1500,26 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) @@ -1532,11 +1549,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) @@ -1587,11 +1604,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -1612,61 +1629,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[Software Engineer] - -#emph[Some Company] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1684,6 +1646,44 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[Software Engineer] + +#emph[Some Company] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -1767,21 +1767,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - - - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1813,16 +1798,17 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ #strong[Boğaziçi University] #emph[ in Mechanical Engineering] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -1840,6 +1826,20 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1855,21 +1855,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - - - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1901,16 +1886,17 @@ ) #v(design-entries-vertical-space-between-entries) -// NO DATE, NO DEGREE - -#one-col-entry( - content: [ +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ #strong[Boğaziçi University] #emph[BS in Mechanical Engineering] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -1928,6 +1914,50 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// NO DATE, NO DEGREE + +#one-col-entry( + content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -1952,23 +1982,9 @@ #strong[Boğaziçi University] #emph[ in Mechanical Engineering] + #v(-design-text-leading) - - ], - right-content: [ - #emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ #emph[Sept 2021] @@ -1998,12 +2014,11 @@ #strong[Boğaziçi University] #emph[ in Mechanical Engineering] - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) @@ -2024,6 +2039,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2041,22 +2088,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2069,54 +2100,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - - - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) @@ -2148,7 +2132,23 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -2179,9 +2179,7 @@ ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -2209,6 +2207,24 @@ #emph[BS in Mechanical Engineering] + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ #emph[Sept 2021] @@ -2238,12 +2254,11 @@ #strong[Boğaziçi University] #emph[BS in Mechanical Engineering] - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) @@ -2264,6 +2279,38 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2281,22 +2328,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2309,54 +2340,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - - - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) @@ -2388,7 +2372,23 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -2419,9 +2419,7 @@ ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -2451,12 +2449,10 @@ #emph[ in Mechanical Engineering] #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -2469,12 +2465,10 @@ #emph[ in Mechanical Engineering] #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -2489,23 +2483,9 @@ ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -2553,7 +2533,27 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -2592,6 +2592,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2604,9 +2620,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – present] + #emph[Sept 2015 – June 2020] ], ) @@ -2642,75 +2656,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – June 2020] +#emph[Sept 2015 – present] ], ) @@ -2732,6 +2678,42 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2756,44 +2738,42 @@ left-content: [ #strong[Boğaziçi University] -#emph[BS in Mechanical Engineering] - - - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - - - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] +#emph[ in Mechanical Engineering] #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + + ], right-content: [ #emph[Istanbul, Turkey] @@ -2812,23 +2792,6 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - - ], right-content: [ #emph[Sept 2021] @@ -2851,6 +2814,23 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + + + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2895,7 +2875,27 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -2934,6 +2934,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -2946,9 +2962,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – present] + #emph[Sept 2015 – June 2020] ], ) @@ -2984,75 +2998,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – June 2020] +#emph[Sept 2015 – present] ], ) @@ -3074,6 +3020,42 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3092,6 +3074,24 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3109,6 +3109,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3121,9 +3137,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -3173,11 +3187,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -3191,8 +3205,6 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ #emph[Istanbul, Turkey] @@ -3213,23 +3225,9 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -3265,7 +3263,27 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) @@ -3297,11 +3315,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) @@ -3345,24 +3363,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3380,6 +3380,22 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3392,9 +3408,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -3444,11 +3458,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -3462,8 +3476,6 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ #emph[Istanbul, Turkey] @@ -3484,23 +3496,9 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -3536,7 +3534,27 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) @@ -3568,11 +3586,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) @@ -3622,15 +3640,15 @@ left-content: [ #strong[Boğaziçi University] -#emph[BS in Mechanical Engineering] +#emph[ in Mechanical Engineering] #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -3652,64 +3670,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[ in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3728,6 +3688,46 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[ in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3748,6 +3748,24 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3766,64 +3784,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -// YES DATE, NO DEGREE -#two-col-entry( - left-content: [ - #strong[Boğaziçi University] - -#emph[BS in Mechanical Engineering] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3842,6 +3802,46 @@ ], ) +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +// YES DATE, NO DEGREE +#two-col-entry( + left-content: [ + #strong[Boğaziçi University] + +#emph[BS in Mechanical Engineering] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) // YES DATE, NO DEGREE #two-col-entry( @@ -3928,18 +3928,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -3965,13 +3953,14 @@ ) #v(design-entries-vertical-space-between-entries) - -#one-col-entry( - content: [ +#two-col-entry( + left-content: [ #strong[My Project] - #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -3986,6 +3975,41 @@ ], ) +#v(design-entries-vertical-space-between-entries) + +#one-col-entry( + content: [ + #strong[My Project] + + #v(-design-text-leading) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + + + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4004,20 +4028,9 @@ #two-col-entry( left-content: [ #strong[My Project] + #v(-design-text-leading) - - ], - right-content: [ - #emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ #emph[Sept 2021] @@ -4041,12 +4054,11 @@ #two-col-entry( left-content: [ #strong[My Project] - #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], right-content: [ - #emph[Sept 2021] + #emph[Sept 2015 – June 2020] ], ) @@ -4064,6 +4076,32 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Sept 2015 – present] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4078,19 +4116,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4100,45 +4125,7 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - - - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – present] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – present] + #emph[June 2020] ], ) @@ -4164,7 +4151,20 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[June 2020] + #emph[Istanbul, Turkey] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] ], ) @@ -4189,9 +4189,7 @@ ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -4215,12 +4213,10 @@ #strong[My Project] #v(-design-text-leading) - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -4230,12 +4226,10 @@ #strong[My Project] #v(-design-text-leading) - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -4247,20 +4241,9 @@ ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -4299,7 +4282,24 @@ #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -4332,6 +4332,19 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2015 – June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4341,9 +4354,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – present] + #emph[Sept 2015 – June 2020] ], ) @@ -4373,63 +4384,7 @@ right-content: [ #emph[Istanbul, Turkey] -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Sept 2015 – June 2020] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2015 – June 2020] +#emph[Sept 2015 – present] ], ) @@ -4448,6 +4403,36 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[June 2020] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4463,6 +4448,21 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4477,6 +4477,19 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4486,9 +4499,7 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -4529,11 +4540,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] + #emph[Sept 2021] ], ) @@ -4544,8 +4555,6 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ #emph[Istanbul, Turkey] @@ -4563,20 +4572,9 @@ #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] - ], -) + #emph[Istanbul, Turkey] -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Sept 2021] +#emph[Sept 2021] ], ) @@ -4606,7 +4604,24 @@ #v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2021] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2015 – June 2020] ], ) @@ -4632,11 +4647,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2015 – June 2020] + #emph[Sept 2015 – June 2020] ], ) @@ -4681,11 +4696,11 @@ #v(-design-text-leading) #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) ], right-content: [ - #emph[Sept 2015 – June 2020] + #emph[Istanbul, Turkey] + +#emph[Sept 2021] ], ) @@ -4704,55 +4719,6 @@ ], ) -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - -#v(design-entries-vertical-space-between-entries) -#two-col-entry( - left-content: [ - #strong[My Project] - #v(-design-text-leading) - - #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) - -#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) - ], - right-content: [ - #emph[Istanbul, Turkey] - -#emph[Sept 2021] - ], -) - #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ @@ -4768,6 +4734,40 @@ ], ) +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + +#v(design-entries-vertical-space-between-entries) +#two-col-entry( + left-content: [ + #strong[My Project] + #v(-design-text-leading) + + #two-col(left-column-width: design-highlights-summary-left-margin, right-column-width: 1fr, left-content: [], right-content: [#v(design-highlights-top-margin);#align(left, [Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.])], column-gutter: 0cm) + +#v(-design-text-leading) #v(design-highlights-top-margin);#highlights([Did #emph[this] and this is a #strong[bold] #link("https://example.com")[link]. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.],[Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.],) + ], + right-content: [ + #emph[Istanbul, Turkey] + +#emph[Sept 2021] + ], +) + #v(design-entries-vertical-space-between-entries) #two-col-entry( left-content: [ diff --git a/tests/testdata/test_render_a_pdf_from_typst/classic_empty_long_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/classic_empty_long_second_row.pdf index f92f70e9017c1977815babede8d64ecb46c07557..5e6c9a7b44de6a0e61935d305bcecd97d6e34d22 100644 GIT binary patch delta 62 xcmdlQwKZzP5p}VAZC{hbkRXq|ynJ`l5ciy@{Kycm^3Au@d0BDDP5!H60RYjC7JdK# delta 62 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 delta 175739 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 z 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�dn>S^gt+#u> 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 JYQF87{U1rJxHA9% diff --git a/tests/testdata/test_render_a_pdf_from_typst/classic_filled_short_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/classic_filled_short_second_row.pdf index d6506692a97c6ddd8bd9b5a8808de9a658c99173..98ee32f735fa96c69967425bfec712882caedd8e 100644 GIT binary patch delta 162842 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

`hE&AwnXs%D#Qy`&>dxbt8T%n_jeQkQ3Cl_=n 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 delta 119685 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 diff --git a/tests/testdata/test_render_a_pdf_from_typst/engineeringclassic_filled_short_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/engineeringclassic_filled_short_second_row.pdf index 784b657d1198a3b6f8efeb4da63be0b65a57fc7e..b6e84057440f4a0cbbd24a380f12bad32db57151 100644 GIT binary patch delta 152751 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ßHK0 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 IMJo*d2Mk$8;s5{u delta 152113 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�d#Jq5 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 delta 62 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 MziDr`+n4v(KSA#)DgXcg delta 113071 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%0A*0LH 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 diff --git a/tests/testdata/test_render_a_pdf_from_typst/engineeringresumes_filled_short_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/engineeringresumes_filled_short_second_row.pdf index 5de36dc384f62e899fdf4cce0a738dc2206aa806..08447a9a5bdcb197ddb56dae21f053d246c85849 100644 GIT binary patch delta 136974 zcmZ^~1z1#H_s8qdA>AF)F~kf50|KH5(ug3^AT3HO&CuNg4Bg#IcXx|`(%mJUatGhv z8}~l{%foZdnZ4Iud+##`&gZ-K+6(je`Ahgjtg6y7yaGUB99A#n4-O6(!PJC83Mb$t ziiQ}`3-L4ZGpgy~Ff#I~+h|x@8rztdG71Sk6yiuo!0+&w;f*rv(SQ5^0&qh@MtC-$ z3T}r+R{0SH9R&bFjN77;A&SAMH1K{o_R4-V32e9~3O<4#4;2H>@RAlTjGqqx!NUk3 z(GU{&903_zoB&EE^nZ0J{O>Lexc_#EwDtu+Dh&z!P~g*KWR+LM3n&1QhYm?A_sBfR z5K>a8q<{NJ+^xEL=9Jefy?9`b)p4Dz3e0bV}z!htmR{yQ^<$~oR$ z0Q|imS>+sGz&}$Xt#lHMC5HF%;Ugkh01q>2L(V2f=AkFE|8p9U|4c(w>7j#i00ep4 z7~mnYP;dJb^!d9GFfGrTnXyGr$7e}RVv03`R4{8O5IT@5ev4cn3a0UJaPzP z2~;q=8Ica>Oa#ND5)$Dji9&Gw#5njs5*W^&lnqZw2E+d(rNQk}!0@r;EVyba7@n6> z1Q$;eg8Qe|!imy_;C5-5@QZXXTqgZ1yf*{s=LZ^`FCzh-p9zNFWR$?&vcT}!%nZ0} zHW*%>l>q097;Kd}lCuXF^zkb6w4c=HNqz404W4M<1gnSVhN#2z&Zd>N9@E(5eL=|;FQ>@x7t}``s&bn zK5U0rqvK1a$!O-UH&fxS*?*bvUY4w<&K%5HXZ|qh%gW|p`Ow?(x#P}NlOT1YU3Pv1 zHZk?nyuV*^8o^L(0IUS$Y8x>|6o8n|+QvWsm}0KEB^2I1u&E$Z!FmCAl2+OcUUp(o zw*!u8d)edfvXl5o1NC03$Y6g;v3B6=<1Nk7l*M=SMlD6F(soT)WwBzAtsd`iEoaBv zX3OdO)NATUzkP1eW@H>by}m%gDcGM3JDJ&e!pTuw`Ez>92cPW~=3ziYjIz+S>i4Tx z#!!R&6c9<=*DUl?d%9+Knd29^yzb2|uZSs0; z8V9H6(YMMggUk4CtX=nDh1;4XM9;{!Z$4&0Lo3w?W)}>?D)v|IY~o0jC-05gVY0XP zjn}7CgZBlBcia-9oIG3@6kn6&b#%Wu`c`nq|9PXQK9lW4<<9m4XF1zD3_O|tRi>ba zBYpXWW7NxJz86o3we!g}3rj*muEhSt@t30TH3`w{llbx0RG@47RxT3ceb4+Y(guE< zr>E+e^9vlA%TzcvCe2WcRmu-(JBT9RB z`5B>~PkmZt&6z!Q4*{m947g^FL2q8a1Et>`v>13Kj+#?N)PRZ}5!O)gquAccXn&ji zO+7lH%$Lp(MkcycYI+bu^h46Lh{t*Ha^?b(6QxIxa5iFmkVbqMY6{I{bQZ@7J3$REw~=dkXWz8Z{rE0|;Y zO3bc5Dn4_;a`6XMR@&HC`0^qg ziFIoke(l%DCJg({$C2l-fD2kFTQmW2T0$vjUy{g88(^U;)NAR{bNff_fUYi9Ov1+{ zDmuywlR>n<%P(=CCbKK&!EP^&|&<#ldK&e@Nziu-N-%G)Wnf zHu9w5nf#xQE%QMv6!g#tyj&0G!d=efqg`1{_*Wec}jFue=yl=18n3ov*V z;cu_^<3+R);4sMqt5s?I21`~m(DLy&$}CErh^ZOhj--Q|txrZ<{EDoDAhAT=8yv}l za{gg-QJQksQCSc^^nB#nIB?}-tMTk%zxk`kn-)Cak3BBF0gYJVEnuB0L#GDHV;04G z>Cg0(DXMmyFG+sta~?X0wN3U)8UH%epCZjg|IT3V@(cK}G=)C=e_xEC^x*3kd?jf>0>@ z^>+ujb%zlA*%>ws1OyZYgN2cHP$3{cR76mO5hNrGo0p!`@5_>O2974 z$r|44&Mv!oF>kQ^0}A0nZ~rf^g3+uyc+eq`MoQXw$$S3KI4Aj)U08D zvplg;&JeK99;=U54ZAyXIhkPiqBfAKzF~AjS<@-DPhWF=Jo59TxQeK!=%n|MKEkWtr$S|E{V!gT-Y^Zn7ud1qvDt4ELz$MdKW?EJ6%Or{wM ztZ-4aHx&JjBfnhQ8S*J8K}Da`hZ&RPh&zRRD5+c`Za`HEAOc&|(yke&vOv&}E-G;-aMXGHqFn{n;^PnN0@Tc+>dW=CmEQ^q|0Y~Mo; z9f0NhqzDRjslCB;VwDT^pDiAiR^iGXyPZ>bFmc7KW?Gm{cH8zDk!VN~6@e=FQ!Rl` z=u>hzQBl9r1CTlM$tG&&xB9Z6-s{ss9vx5Vc|f4Mi{A2S_y`}m-)KiH`XviDCuu{Y zmog|ftBdiY9RbQ3%kg%o+xrRg7`r}T3-1o6K>04{m`mM6$E*kU{UfR(-MQ}e80DAN z)fCEE#vfqz+Bnt{?0Nf7AQQ=6Icv&z@0cpR0Nma=$DESJ6nMW-jC0uu(H2hj*wkL< zV|%58$&9nwOQcChJ5$-~OC1QCqSmJB&}bMMRX48G+mBzlvB0BWuyejp$TS`i@EdH> zNbKy?s20D9#j2N453ds1=#sF+DdJ>KVFJ&^pL~a1X1MPSj0O?UKRc}JGXFC>-}So1 zC7tTR%r$e8Q?0(Pwp~w3Qq(s6XU5y-TvR3H!GtlOEK3x`1QC;xv!jIj(!}4Xc^>IdeEl}Bn&-ZGQ7ECZ_g`eh1 z_Ewv~=3e2XMr8(l$BniWHC!rm5K*KVtk8Vn<#l*#yq1UUA4`59)EFO!OPj(4@Mi7c8ZeZ$l!45j1S-kbNE#}_Yh&ZS>;b^#X%3^heE#H~RH z*q|_^e_+DJW!@0tXO78IEw?8*xkq2GT-mP|q(`E? z%ae;3`lVIAr++)ueh0gH#J<&A&ZMJd4Wr*m9USi5|AnY2lMs%K2aXIsXG zrmuV&oy^YTCMevx=UAGQ%&uY$6^_*CTHE+dKPN04c~)g+-O}ML7)dwTyJQ&GZzKes8 zPVY|*^*{Ncs7%#1sQ?vYhl%AP`uZ0OTA@%Evu!&2V<@Wxy9%~m96S)0VsnkCquT!X zU02AkK>}QMqe+C>*gd{FOCiJ;=0I|)8PDLxnNx$0Az90w0+5M~VsDi^qMc`DjqC!h zuN{_U*K4^{=ypt^o2t3Epn>BOdf#oDYzRO>xM|I3pa2jz6ehfzeRi(6?NV|)d3>T< z%7=vzHlLT&ksMHgCTp4+b6?0ys9O>NCm^_x00Y9mkhw=wsyW!e)a0Lt*}9ad8Sdvj zdG}WPH92k0*O9V|=g`zESVL}6UpNk1mMu%gAK$0BSjs(ZGM+TK@O80{7i0{%DMS3< z?ZkEn_c9P}2nnL&y%B#C&#>{y-6R>G=lk}Wf_H2FuDNAL(3sGsh5|ebVNOf9W-&o< z2Fd4@fmjkkH>16zmyGH!yw2aAa-s1PxZYM)V>K<1dpk1`a*+q3!VJ&)s6VU=_yvcL z^cpO2x!&*JiY1oKN!|{F8oB50VEHOy&=XR^7*UitHF`4+z&umkM zY?6&l-_LFwlYRc=;3cm#J4fuX=kkT5u&<_`wyEJ0zP-*bNG}XW&U(1vlLPHO^pnFG zs9&sx0usQi#%a!N)=ab)qb%xILc7SgmD}tXie~UbsaH*ZOj&lz{O+#II;(iG^h(ch zlzDqjromDhgz?EBqx#@=Kcg-~O8P-+Z`9=e=i8Mtnmt0^n(hdqmON=i9=#be*-YKS z@d(nY0m^uxSt1zLG@aL@Elp}4b~9PcE%rAMtY3-vl>;!CVQcG~Q94GogL>aKt6hsP zqk1iW{{~{jod_+yZQ>iHPC5kkC2AerE>V3FIdMIhs+HI{@@EViCRhZWEddHOX+qig zt2P>hl6LiT^bL)lk2Z`nzU6aPIP=-rcCo(IU-+~q0Sl6#FO(<|`C_9kz18>CZ9jqx zYqcovfXNoxj-8R;lKxtIE8-1}40`R%P&29WOTQM+EeZY8uuy_FF@pI>lb%dBk6RB> zitM+pTYru}TW-;Fq!rS)?f;_qQr7Ur>n)I%juCFsK`&hg6bicHl{NBHQi;POrz;W) z#aMIUoq|2C_`)TRVe#{}W!(pu#yCCLc)La2rFWc4%TQ^BUh-^?sGmYz1LskA$n$m- zjXkZmB;EyZ_={IB13uNvS#ELZ3>XZzhB~FG(R{F&NA2 zKcaXe$T7&VnhSW^#`RRm+8VUn(sws^tZKId>aSsq3Q)H)&k(iwlA};{6z0R0-H!=8 zXohXqqK|6N@l78+3n@p5^3fy%j16=PJqoicC4R(Y8cxK+^N7*Cc;g;$UhRoWG1Ofa zH60P@m|vAi$@_@b*-I?#X51LXXgdw9wj|%{2i0QXm_E z4(1X}(L$eT2|u7u10^R2;K7YrCD`VoWz?e|ngHKYoD358ng3049w`8|suD=L>czbz za;vkq@1c)Q5;7ssBw1hm#?q(%BC$Hfe|BS!X(6Vzhi6XIGV=B0r{4X_^IEkg%Ncqb zunvV;U6PQ^=#J$`%r?)8rT!fDb|t)VNjMJnoG0cdVTWs`LIhEu^N$P6wCrmtcNPT! zi^kfeMhd#t{L{;@%FDAEFDXKErmOybCP5ff;9Dd#Ic3qDVCCyR7uxjtxE9S3yK!;j zX$f4Mx@{43so65aU@y)~ERI>Eu zqNdD#kt|M|{hH-*`==%~#Ab%)2ERV)#cRpGcKLb#?|MzMWK)LP{NZoxZc|A=G33h~ z;_phQ>0h{SNpDtvtPT{`Aoeu9NApPbM|>i08Sbdnx@>qcVYWQW<9-!XrFFTISFLpk z!Cf?4rU;ocTSg3bw9Y3Vm7A=#aQ{p5b$owD4G~0&Ghtz&|H><*rV|1pRURU99x3V~ zCL|HM{(x|}&JSUPDn1Gp2?(jk1cU_yA^(+$2(bWw8=PYj@>eHPg9HSCU=avXOZ`_U zg7}d-P8eaJhvEP~ofL*YYs01yMCwf_REYmUxBVkHkypY%K@lNDv>}Q;KmcJh0{E9x zTBNE3f`mlCp#O0y079xfum~6~aBc^0pZd4R<3Ztv{Qm?}pG~trW)u+k8^Qh?ygVGI z`Wq%j1A)N&2yasW5N2Wc&3ls{oSx;_H}MJ|gP8GWbG^ql9^_dR9b+Zl@*;Kk03mS z1roH}9UrH!{#iw&K7}2xubv#twiY+X+z_OHf!*1%5jeOU&6c>Wr+C|>5)4iRj znQGicQ`?z!geX{8(;APLFUE(7^Ql*N=J#|-G6V#p1XE#Nzhcklb_tkF?=*DNnfcN2 zM21wyY^`8SsvQQro3FFLEq`8o8}=v9d&1a8e6h>TRU>@LPmRrt-Z4tprxLI;Xv2JK zlgzPQG#1#^q+EX$kgB27lprPPSKm68lxqfS8=zyCu;Sj!`Mo-DyBc{zuz2|A9N?0@ z<2M;C=E>~z`+cQv6P9} z*g7j`8@mswrJ_DZo!f$nmFLMW+{&3zCApxcFYol>y z`PxxBi0h4ffCWY3(>A5YhGhQ=cN8J-U9}qn1eBG%1>d|TS2i!pn4y#=ruAHs3%i#=!tIJ?+6VlacTx8 z5^kyUos+Cw<}Ljn*5`CML&>4j@BF|^(#v04i@>lojp)Rpk78y$gJdE;+&7#MHI1P# zaUzjI3B1mzeb!W>#p8lQ zl_qJImuAy3&9$GJkCNl40yh)KFXf-vf=#oLhLC$p>pTn!ZqK1yMiUq zM`^pR5%r5-Mh4SI1a4nC{0TO`;iW`zn2r(Thyw1ETgN8rm`g8FJqN01sQ<2-+b_F^ z`pvLina)I{lIS;a?(39Qv`yd7VF-`1&w_t~pQnqgY>XZ^e%$V;7|KHzUrzJWP z!U&#TC|gYX)z1u-Y^rAyi~H}N!_DcWQlDBZ>o72;vjo-kQfKRCOc;G)`-od##YBte zvZLU2Iq%n^p1`fUP%rl+@%!s={(*q(VA{B~O4;0ZA|BNv0%0F&MQ&sLZ^0t}2+|-t$Z0)*1e@zcD$(BRJJ5T#`tWkgC2>VS9RDPVAOKHH?6uky*y`Qo=|27l)RSY7)t|G_h~)+xSLSti6fD2_ zSXE^@?rp$QFJy2cgQ^O!$j4oS)upCznTKrw}-fyF`U16nHRH}+jg z>!Lqr5VR5fWE&jFqIX8kjozI{@u4ZnR57erlvR{Yce2TjJ0eEEZluxd8%1CSk4=ve zrp;J5s>|w{9Xxmr}X1u!|u=a(rsBXtNm1)erNR-7l8q8tQVk*q9pvtYQ z4sImYirOKuw&%*dU~1;a)dzOv{Vpo|O9Q#_XMs1#-{lLng)Uh&@T`O1s*Aodz34h> zA?3}-pg-Uhb{0SC>t>~rWJD|*uPlPbY9o5X>)PaX4$WnTl62uuAdKUE_6ESsKa!DF10ggh?}_6=Lu5* zA9C^I-{>%K9XL^6+|2MRmp9sS>XLO^z5uW)7J)cM{+uy2#Dy=Y$jJD(qR3(Nv16No zwH#|;`*I}2y{Sh6?TVCu7|%f3*W(vV}eXZkbg z-Z{LugtyH7rCQZ5eb>eFWuJiPR(qp>Z~6jq6lMg;6DMFRHDTzX`aj~^f9s9Kf1Qy) zWP1(XfMcVU+ZQ0L!hVS!)D|D|R8Ys(ufZ1IS0uu3pv_WNJuTSjj*B`4;i`;|TY{P}`c-nK7Z)_PXURn=U%dgyTE)^IejQ zGsrxpmn;NUN?@t^c63f6%(2SP*F{`SoHEL+2o-f0ntzWX0CMQ74>au2HT$gp(bPU? zKtFfFXY71OkHT-E=CF-J7I7~>3)-^x{&bylc-EX*t!qn`ACIf%PXly%^7lB zI03FcQDLd@a7cm@Lr7&$Ou{hxq#sLzT@e+P7t? zNr@g*m=!)!8qR3|=v{G{BXABjPswwA#Li&C`RZ+t=QGr!>{k@fe`JNqquVa6r~#5} zOVt4S@7p){c*qzX^xdCu`%3az>>lPs&4@Z*)k_lKn{|D<`*FdppY_Q$+4dJwHcp8q z;ms%pDu{??D-wUh4rU`twwTiLQtBER$}(s0q3TQwoSGZBwrFlvn|xI4Uj0pqiKPkF zAtLN;M{QJEGey2EBJkTA)Be0(%tmz3kAuD!8$-E6gehB#Lz$nFj*X(@N<_adar|REN%>KxllEM&%lFRmg4!55#&_yy~CF5q)m+Lx4N-A1*2H#d% zxDJXR4xw*ecYEl))wDApyU?&RD3sEe)9m*6=P(Vx44A0;sy?S#G#PSJR99ZOOdK)7 zQMu9*uwPimN4m{@uuBoYs8K`q{o;Pb1#l3`D4{+_v0FlRA;jkn-1zIYn)*ONNR9du zg7<~&k`>PX);<31lBQt44b9~lNZ7vW@~><}sZWhSX&LS?z-e zivWfB;i|~BzP@z{8X+h@kY7MV0IAykz0M~j0s?~gMFiji?RN0k4M}P+QrhtgiTtky z1tXOm2#f>|Du6xQU{it$1O@>ikcXcB;|BzS0HHz;Jt2qW4FX8e3JM?>D1`(Ckt>-0 z8IK@Rc=Ce<1rbCoD0c9IV-W;@6bd%A5K>GE^NT!)*nf{pfL{cuCWR4S?U8+QZ2d<~ zBE3gb|DTyK`CAN(NHzI46$W|!PkzpS)(!=bE07P_U8uWzwdGE&b3V*CuXF4=wsol(aK`+St|H21WMFNu zgmP!@CXE_XO_!`PV&ZFwZ=HG>XMlHG{q6#BH*J>;Pf*#D0FqP@-wd+;SE5DX8D|qXA)3LnAoWxo+#cK&7q3d#prbwdN zrOucnEocBfj@y#?86O1eQ4MrI<>=2jji#3nV_c%wevIo4jG{&z^eKX{Fz*BT)IjZ z)48j`b=F#bdh~5FFjX*BU?u;4Z=p*~*_fZRm)5&vfIuonoRl1PSXNab6KHwYV1H*2 zS!t3_TN1NWY6LEzu2+6uY|{Aq$WOYR=(>|Bo*;{iK_6nfn3?_>;9YmX9o>+GLX5fu)*84 zWI5GIoY_m!pW>)Cu;ed8a-tM{>hOdQ|!X~@*i z^#UL>oz^CiV%l@hxOrk@mf02BT?#Ik06UZ0qS@bpgZNc3Ti@%vs6DLPQ+`);EMq{3 z8hJjBm;^6@OUHJqrv2PZC@0~x!nUN*^3dI{Yh;5d;o{0uFza!>&R!Wc*7xftN|2-( zH=J{>H@ex*4ceRa6)p?lb&u@6U#n@1C%Q+&64-WK60_w_>2=?43u9=0CQZtByj-R2 zIZRiWF#0%p`2=E6YR|^3o=RLApei&Tt)c>qT{}TFOR!Nf_%`bjV?Hqt6)ZyPfvLus zVJ$K$OOz+*u#P}{F<~e+qFr2Z?|R$=(zJUXZ7AR5>G$h$nOIZ8&|e@g&#YxP1`7++ zLuAM5my=#%J5-F?$)xfmAn{4+OInG&wP4p7|KvVZa17fdl~Q~YPy%w@!ET~&J;W5av|r^MIdME*n32&E z+;>;zO9M{)LN|_pegktfPYqF-gbeLT_{~29eKDJKKE_cJQQpJvHF7C%udTlzYTs<; zhv2uYxqgORY1DmMv%E1AEky7g+j+Y)EE>USc3PY{A~#in$ubFplEh9_{Bzs<<%#*o z#c&GaVJdE))AUvk@3!~7B9*OLVl8o<=B&F5$bG*`;oXPU;;K(PdV|?v-?~I~hMPxh zH3bebz34lYsoGrUEnh;V!PBoIR4X0b7O(3yBqel&wvQC*PJ8nMMOIkno{HD$E-A{4 z-nC>^k5y%z$z18?2G)?}*y3PKC4?Wvqv)Q7!F=)f9nL;AVx!XVW$@#Mqs>2WpKLEY zJ7wHu3X{x#@2{EFbtHYksF&8*F~EC3X9D8;L}vn&qjeMP8I<>}Z(4stxiaDK$v4#J z!(bkOy1YA0$~qOD*SBn?P|~0=!yC)Kw1i=`C-FOQU0FV2vKd8cW!eTYu=BSKz;NV`9tSJ*<{ z*}dPj%sLEH3BC5yK0^&MI^T}Q`&i^VDt+N?x;^LgedTyE&4l`Cz2wS*X1?jETDEEnm%vEEyJi~wyC=u^AFCJ_WzZr^j{&^^?o%M|_w1Jf1Q)KDo znu%pImn6=|Ru|(hj<4oU1-muhHYK&lexs~j2iD5CVr4yLiAZslj^!)wz+)>TTaM{= zVQL(b^2|j+t_2OaO?Tyk8s65nrJHVWcO7oay`(5jN;7^w#dZ+QfT}R$m`^bUYay=Y zYswcdtz}fiq_?!f2$GycFg|}CcKwp}XVr79*(0l`qdP+M0e8gNROf>g1_5`1d%`26 z5}~F6cPm~06dka3dWL=z+;bYOShNbblMlFSVRT0rwLZSV^Eds;*Xh}d_P43B!<9#R zVAJ8r%WL$hXHugmTCf8O{=L7Jf9ABw7fb#gp^yi_z z;DaqI@*x3qdQzR!9HcxHBmLLoF;bl;C&GVQ(hN9}9+7uz!k%PxNaY}UujXhG z=x?7iG+;>@?AQos<+1}Lt`w#bD6Qn>98E*b$S1PBoXLH?IkA2<<;gfsye zfCJ(j01$qlLo5=00id9u2w3oc-6@R$T;bLi|HVSV|Gxz3vx^5T6#Sb?hCD<5owog7 zEEMGb7Z!p+;J;W1le3`_CT-c(R9wnKvSFRW#+Z-=0YEz=$R<%YwgWw+=NTQ~?q>Z} zWmIHj3YFCwk2BUsEn-A(?eE{K?nGo4_tt**>(pA!_Z2rz>=Eg~1MkdeeqoW_k_l~j z-Vo?}x?fruG~d^)_NqvD4k|o7sZ^Rkq*mWDJo&r$rXC~E9hEO&r@O+NaSJvRse6tS0mLBKl^?gNq zgC$gWH=v>usEvnqLETF9-r3Eu>uX`f?_%21k8MStMb?&n^aeYVQn#3{J;pDYV0?m> zl_zocrk%7-6-eD>$V6IXO{X6{q|!Nw4f_z|UtcYRmgPh=TwJNinJH=#Ty*ni_)BA;-A-D#I$ z7xxdvmoH$OU;I+konF)?3w-8tYI^Uy$)5I9&-{g^6? zg@f7b7{xJe=%PX``ekm1C|imvkEWtYhcZ$2bbHLkk8`L5uD;Hv&uX{>>5{jSdxShW zX5pXZfs$wnYlK6~M3)@v!&_tD(XLFnTpOGxn>Wfjs?VhwB6%S*T|K+8cGC46?0s9G zB|oq@z>)S!^r7mOe+vC2&T0Fh%XJ)9^IUrQc^V3`pJ1^7REayJtz zjN4FURJ%Uvc0?iC_z#GV54X8}QTw8XiKov(&bCR!4M(E2V@ zGA6sNCBiiDmihIB-ipgc~>|dgih9?9Xw_>y%&1X>Aj_M@{HV z5nJYNZhTK0OTUs!GykT_^8NFsgtYCH;2rGiK%!vg2Q;f30u8b_cYAxLsL^qn7?@3@ z4e=VznpT}y? zU~9oW^zI0=d!~y`^<7C@BxkElbxlrMz~RNJq3id(tzi2Z|6P=GR-$*}RJMaNyi}gN z-%^8>iW4;?AhjMDQWm|=r90|BV7C{6dlwY0NdQGPjBcaV($7`buLJ7D0-JFMq!~=S z!p+i+U&-j5QN9pN)t;1qnfi;3G?-J?T(l@2L1Cl0t4rDDlv`8*fGz@oC7B9*=Qo`A zw4KxVQc;aGR1(u)J$SzCy<4sRQRmns+u0+32~ZL>bSgI#Rn?+;!z-fN4(l-;!l_ET z@kH0w6)v%puXB`(d>H}-br4tx&@FR(EuWA34dt!h|4GhBpJz8@{E40>KD>7mO2%S8RH`FSpKXQxc>y%G7R-J{d2< zPhI|!Qe<)jg;d02;3x~r7PkMS4?L&8LI~&uu8*Y97B4UE`PefNJH12u;{zo(Y&9=< zpH3$9j*uK`x0_qX7mFn3zA}Q!zPt<@>kVFhgZ}q~oW6^fp){=i#lufIFp|@J&pW;j zRAYa12Tr;5WQ{&|bvQ`_oaQzBni&awz0hr@O>nI58D~Yb@GDW!4pt~se8!I9)Vx3 z@+sMZjD;S^%1XAD$l%APF0>_L^F)!sE-khZLA&_i%BJ(D3MuQn>QX7|FuCU|JQO|5 zBZ9EGRMdycIr|kJ67%}10aoQ_DW)qtfnw|r#fmAW4JJ!nTFO7epwSMmYYQ|5Ms= zi1hNcPd!%JcY6xvDXooKz6OHK8^VRO3x+ONlL+=c-H6kM1ff~ttGK>$Y0p%u)4g3n z=GMO-y9t?&x!I4oqYZ*@<%!m&9q`-)j&~7mqW28;@b1HZhdRC0P{{t$BLvJ36cT*c z^YGu;A~GHc6cKevGt(NkKlCI&|KQ^HEne-W zCg;qwO@lB&+1Gs<$(q)SI}X#usplT^k@dU>IXX%jmR8run>=AFI;*M#y3V>-1a8mr zs;hVA%U_k>7%@&uhtrkj!{01E1x*r^Ri?#5YHe+pEwpnsA988f++pQm<{kPL(G26t z)FSgW3nv4$mgUr(fZU<5r(2ANXsM_JCt@3abkOB@$QlUdc4KL5DoQx+x*uNy=I)55 zc)-^Z8V4e_`MlfDf-G@e5>JH*ea{Ko~v%KY4ve|J?r z;CDnVddfCG1rFURI03ugRnt})OdMyTjALU=dwtrdkbmCX`Z=fnMj1;oSxG7IlieIW zrnsz@*c<>O|A1{p%HpvbUENESRg5Rj54>&MLt3Hw8YckuyiaqU`w1pUXI!~Kag6% zNCsN4s}Jj|io2dSslNG|J$OZebxsZbLnSP~HIpfLNu_GCri!f!Ear4ulwV?zL?GyA z)pF4kUYZoZO#j8&0$jgTTHqnw@Juljw#m-1edXh^C0trQnuW`*g$WGmhJ)zhw?M~X z(gv$y2^Fm3gzr-`NWiv50=939~wN zA;^;HoOJD`PBmI9wZ}9}^6Xt{LYq%1y-a>6cap;_jWc;&)y$66aIvSS(>>!Wd5%GO zt2kYJIk`tME7**a@-D*Hm0*3>#1Cl@-OuIq9yo8ofn)Epl?H56i6RVrV;Oy?I}3OeFz-KnyMN5ERf9NHPs9LpyGV;3u9rgr6+^1AXg{Z-VA_%e1xF3 zIpI&1o1e1Iy(`;k$2c>=af?&LhV8$n-XnYDovpUcB2RH@vv4MLe=uw#HX{G}c2~lA z*YnRz^Zk;Wi1fzyI6GFHFwy*ocuwN$V}<$j?VH#cSGnOeZuM~k?_<{YOX%EKs7 zNsMPV2?ck((W>k$qrsxm4X6GPn|^5AZ2yn87jGVOwlR-Bd+xQk`QZVrVSOH+opm9{ zFQe=}Ogh-5(i&jJX^iioqC1TS4IQ!6eB#jxo5`(E(Wb!gv=AAFpq zP*cFd)U!c_MC*#EVArDzBw9ZnIVQyT7h2=j)h!fdsD>mtCE1^;1{;%9R1JPZZFw~Y zmbeU>=8Xc;Yl@`!z$%o{cwhRwnN$q1F8_V;YEAWf+yhth#x^}ia&^AktWcem^ip0Q zUVOPt%+${X__(GglB*+2KOfxue1Ci8@kFfBU)(#tekm{bIqlf!`MLh(UQLg-03r4$ z;nPi6M4SxA-IE^%CH8DA>fwgfj+sUJm-xO*@rg4@_UFVf)G_-jUW}>}vNC}#hvf^( zrEWgdWq29IqRFFxxg9RlsIT4^m&VIY%;CgWbZJs6J2f2AGIe7m0hmM@P~z z_v2YN24Z*E6rIC1|K%1As-6+$Gj|5mGIT3%;kcDHCihPOw0iNVWe2+C&G)_WlgbL! zO1*B7k0pLIV>zfbn>cysad86OKA1&ycJ!4Y+M^z=D7j=v5WeZr@SukIWROaS_}vvtd- zf)HDb2L+b>0LK&sD_$WxyjUSA6=!O5!tqErem0G%W%6c>A{pj_J0#q47`h~Uup}dA z#0??{=~m*Ca$Eg+TrD?usaA5~^U}cY^!mskY(CUPKY}vOzoQ8` z&8*nIe{l-t&m8Ebzp8eRuqg zc(R!Fa8>d3H(#_ z@aeO-`PsU)1*MK)A^IJ9FW;FD#<-|M6=v3F;!+YJ`f<_VDeS$21XxJW)GxwPxJ9b; zZkP$1Hv70JbX;^2#r*H(&4u(Xi*`OA&x1LX?cGCThaCkcwlpX6teO%*`D=3#%Ck?~ z>24o`0J4uo-nR`ub`?NTe7GV)1=28gc|F0P66% zXP1j{BnePDi~ftVi09-;lzB+vCWib!biD;sRbAUPEDh3~64D?Y2au4IPU-IM&Lbh+ z;h_ZS?k;JNZlps>q`TqYc>6r>{r%tfj=|Wt*IsL#4Py_PdtP(Si;II9phBO^@_&`r zkc>2FF9<3=K!HA+eTlhvc$m3(d7pvof6TsIJZ#K7JiMF`VRUFm$UHt2;P(aaE-M!= z4>0Y2uq=RgIXHR$6z`oOg#=In#2nlppnCs*(6i(m+^j(Po)c093*`cFA%qenW(NQ- zh>HWr7x|yf02&r3-~T0O@9Ck?6YO?aiT|Yq|1XODmlhl%MD#Bd%fb1-pxAFjP_!`Q zY@CqJ3Mg!d2QC!)Unw{{aPt6or3Kqlg0KMWYO(%B+=sQ>yymWQ%-{;c03WfhfewG9 z3;7K@{7=l-cCz|6b>F=z=dA|ip^aEKs+zwu;FT25t6mh%s09n5Gu&?=v^|^yu3d>& zLMqxn!tBNa*(aW`0!~(sJAdfwJvOZR-B!o-D}3|uTJd>csRJCp*R?nO8{jbh<6pg% z2SMtK{bOlI?F&-$?h5_jyz>g7DDQ`&;Rl|_r0p%gJ^3er+|9{ldonM|^vS+Vi^FJ0 z#ttGHzc5C3de5)dY&7LL4q7x=ZLN9}FBQ!;mjpg(-g|~Qi>$s=!fu%|%0pAxJw3rf z8?*dyhs9tSh`4;7mN64PoeCx;bXhDgnnW3?h8nxlM(!C(Q?w!oIpc;?xGgpaVIcVV zfWFvo4|?(ui!OvWblnV_A~0pPYDc!Y(ghE<6g~=h7ZIt%tZN_Mk<-;D9qeG{*EM7QOK*#salmLty6Fe;uIAZ?6 z8cXxg2sQF8yvQhLR8?-?_cEnU8eOtJx%w_*Tw#(&w>T=kdiSkQ6Mes;qa};@qPE^Y zGVK#M4M#X)l&iiV zI(X5ZPV=(C*s!&;qSMhyct9qwio8{ifv~Qhv zYUE3#rn^nr7sS^$o%#rur!sI{@mUTw z6Yg9B^O=54n(j`6{e7^YT~3{a=s$XTxOZ8$CY$WtdYDpsKkVE<6&b!qi%s`_ivMNU zo)!b@&*b^6A3#=V$3%ZOVW7EQ=%!|zPRm=&lq_dOIEX0Z^2Ld|U~A}5(#ZV-ODky? zVN}LhDaY|Nd(BqgOVh60)D+i9FXPI|w*7NAZbi)LF&-xpu*a!pK&W>q>mUolTlo3% zhVzBd**x9WRdBjeva-AenVD;8U*Xq^uEUE3v<%Wbqlo0`VwP&a@&F=JsQR@5dYYG< zC^{Hh547)IeX{@dMB($e8nyiBjeSzxb<;6qCuE=KD1yFQAY><)udHW5N1xEoQON?1 z(%Ipy@x5CD&l0_Q%gE2MmH$a$Za{Zq-AQ|AZ2G%hlZud$9DhsaFg(+#tXX*F{Ssz* zz||MgQ(c?y>{ zNVIWj0hAd5X=6-NXolPz$<+vSMnSUCY#K;Zkb>!cFb(Q_q(ReL462ngK>e59iWE!6 zg)49MDw8@Z@2`$CZ0hTMSUCIG4s_gDD{7MK$c}B%E`d<6i>!3iYXO}PZ)4q&VpUYB zOPJVbFXa=IFm4`U@_x%$aSZc)?6&Jms#q~+W)naxi>6JYZ^ael z1H-c=#!7oFCZ%KiCyG(UZurh-IHu~js^#9V6M`Zg6@rhpSuCFVtJMsXF)3{LX~oM?)9aihH{ic^Z^ zuylD|y5$pB7VdAsxZiLeU;@g~0W?d-5_3yqF+Q!X&Q{W*d_+l(A6Wj|I+Gaw$tl#E zOQL{5J3@=X?pZjxl6&Gm?sh?gC}Q7WA8G)tX)cbD8&T8SK4cem)X^-Op);=t{+PEw z%}l>uHM-$#I3gK_)y+EO=PEyEu_qU@)51OFAPR<3g7G zW$YN%8!5QG;}?@5R>(Rtby5a^w|d)ns$Cu>5Gg+AxAgMxQA!lP8xM_dUFGsQ)aX?P zi)huPeENqYonm~uF~J7cts*^6u#0Ok{yg>K8k8n}zE{>%ywVNcgo5G)JV=N2X{iXApU4xEbbL@#;vy3@%W zU$S+lH%d+16N{Wh?(DVYPykFjV686B_taeZk>@$#5{WL_EbI0%zFg`IT+UuFW4VGG zp$Gh#xh|JH+rCN}TDFQa;c=oL5Jp+iETBYqBYl#;;l`!XYGFkqj`V9#y@{vSTcF@d z@=&wXD?P1XuMAT&T`w|1x%^2sl69WP2^KOp*fbnJYXJ4JX%x4(al1gHF6ARYRry;uhW@E=L3PDG&Sv!wKbu5s^L z_mjUU@$eD}PaGb_8V@cLK_|a%teek>CmOpBSZyHGEeZK^;PSZEF+~)*+ZUW~3W3X7 zy18l>q_GXj8;f6;s;wnD>c5z*=}9H0`BxlNl3|C|edq|5q#Of*gmaZVI0ZZ?Vmu;$ zvY1-Fr~|_*a+utsjnRvIO07e9NrD?pq=sU6y%Rep*M4t^r$lHqWLzQUVPT1PzgN5F z4#Ppj(k-0JoXR#lV{Y~;bG|=g^qnEXB~*`jp?UcJN1x9In#d7HQR=Rpk!JU=k?fS~ zQ}VFQY(9EnzuD+v>|~D~loZPI(w66}(U7QQ)CmM5FSYvG84nTbjE~QtGJm&fS|T;l zom&eK&yeEAauZrys~){7=5CDj`(p3V$-qFD8t?IKk-Ih0m%8n!wq4u`PcDP0(>eal zk%Qrn9=FC^%0WJz7m#=~2-of0^Z#hC-|8rz{zSv4vo#DsZUG*{-)@Z#tq_;S#GDB? zn?Ydbip0pMNYgH(+7g7zTP+dqPjTqDys{CO;O$w8|xoAx8X#0xE zE=KAfRdclfJl05k|5r`?x_BZl6ES;LUTUni=DwtIr5W*u8wf= z3I=2cAN3D#m3CG~&b+YoE@|Z-J63#>A}A`I(+3TFkCc%RtKEI=A8aUIfU!USfNHD) z(ZRe>^TGY77G+zU?qnR}t+w%Gp`h|7puu!PvK zgos@|8$?(_NYZ0NQ~gJUGMcQTjm%dFcc^>r|XwoJ1R+BD>Hm3UOX&QC z4Gn0j|B9;tfsiQ_9e9x&ZH|JU9TPLAPBik$GxY~$_v zgI*_WqDt1hmLG*X~R(m`dUX97?l!u9^ms*)nCY~kG zjz3tlwBBEz?^Jm_Irg)t3w{$i(0hFSvNIy2e^~)N@H#IhoDi(U?=#otJK;1s@~C@q z>~(b(NUK^y6I%l=IXo+WdOhNxbX3-AD9u1!l8rBbdiCLnKG9n>$zzD@@)KP|l@PBB zHI}aC)}2V|<6_(5ssWvX%a4fkv-e$c2Jup9+iB!)Rnj~?+$ybZ)x1`*ygUu!Wm6Ro zS_mAP6J4L8=E=Y%U)vLD*$YH3%mh5E+g4}|f{4#~#Itiw(9-ia#f~EAj^ot?qDRo; z@31p4JrXi!Ih%%8Fm|a^>#_~=(x)y*kv3|`bh3YQ;SS2eIBbm4-%8ehnZAy9#OTsR zG@tNu+EFM{_M3h;iNcMVQku)bL-%{p0EsvRc2h4Obk7AFgCS(=gJfUT>g)~~_!eY* zFK%e(3%bP{5ur|T{Z!*A;oXTtN|-gA!zz4O(qYQJJKh0%=vJ2NezwnJ7~Uw=r{aQs z^%EazqVfUkJ7}=`F-mv@`RCCk`UfGTmYp!^U-zd{W{C=IaUt}d^V~jvZkpXyt|K9F z-$8TzK9(b7IF24%iP76&OBSD*0QaOBRoYs&h$x)W1iCaM z$EX*%3XYQ*jwj+!1@1qL6<=~rM$64xLWOYKaRzn=%RYE@>UaIFot{SjcWuum+ zURUcv4ILV%{%l?&1+1wv()FP)U%*x^OXvANv`%m&?jl>gVxq?k0!xkZ+g8R38jdn zd8Hp6-B?!)+`}eZ4Fs949(;!?u2b+$pmN`G0}bIOn(q#lOpsGPA9yEcLZ^wJfv^o@ z!Lny`4RRJKbuH4Pn2Ok5j!r_v3j$5k`QUg*Pq3-u3kC(I`a%P4Dj(owb5S-Xr7zBYR*Z*B*wV-KcA`#>Co`2819F4t0mu>VN9TdaJ{wL>1 zv`Fy`SdyAtqP}s;DjBLlPyBN1N(k)ux#ariI_+FProyOAGu3M8`6U-+XP8p;#NZRH znX01e2M#arTZNZP-{JWAaaI=IPZ%xqrVrbVcF!W2%UhdB)A^KYI(<)1nK%PuoWl~i z7N`wu(5gDDZIbpbGu*~*a$I_poF}k&wEoup_5dZxYIQyRS}F1FVCNI=_*ya%!dXmM z(RV&+eV(^~ z%Z4cWR&#>*Z@EjW^sHn{kLD}ERak0S(YS6qFPmYKl4iyGU{vYS`%0mA^X?eOe>NLN zDRuRTdNC^xr{Jj>!rdTBgxMaH*XmAXPet28{j4JHelu%UWjL>aBDW~A=|mCmsbDcn z(=LgahZHKPdzY8SjF}iMT1zhi{yjz5zKK%5r-g!zy_YeZkrxuuH-@5maF2hdk6c$r zl{>rQ+L~#+Hf2ZM2>J5yZ#;C&ti$Pru=y&YM{$IpywFv04!xLMGlUq4 zyx&}y4~ex>8!*0Z1e!fl_j}LGy-yBor~Q6sRD9Pok!L-7<1a1?`$9(Dw4kmZMs4aS zw+y-Xdsi>Nf-Xm9&(gtBr)COMUa?n~IXV%?%$Gr%rkd5w_rq)Db#29alW&Y#stg2c zBkJ0qs)=1b!L+P()Ho~`Zp~EMl{zwhz$Y-3$IuDemAD0DEieawtYzV6kC!&j54&A0 zNjSn(44w^WkcdmS-ejyDRa;YzT41xVHz~J*Cr*$nWs$fJXcpY^axUua2f*zz&WtCr zSGi0K`x^ex$qd;`#0_cwAg$?pIT@gZ!AmGqMWbN)Y#Ww1i$!ni$QPP;nIdHwW!8Gi z4)L&D(+Gt~v~phI+037LS}vz?_WfF@7!6H_pH%}<6f|)t|Ber9##zTS=x+( z%r8%|F-otM+E#3Vu{UoMe|ZvaVHT$UGpZ+Z-dbBGHf9}`(Ln1(O6#?POyw4q@&26u zheq}erhvVc!Sh*b6H{ByNjii_aEM-FfUAUQ1^m8%z$M&qH>RQE^s{F;8%%o-D|IkE zn{1e&G>VE*a=9-WP4F&WIeGA|4F#Jlc5|rVV5Ym8@bk6$bb|aIR=Fs4TEx)j+3q`3 ze^-WJ1DE37h8Zrrwv>FHO7oWHUz_?7qNsR_3`9;B=YriieyKBIK@u9%d$x2wcwdyD z_iVY$3jTEZJ4VG!`(YIWQWNz#)_GE>XN!utfY|H#8?7U6*pQTt{8CEK7D+)!WBO?N z#2%KY!qe0bYNBqdvRrSUz^WA|FpIIwCg^oL=8diJ?hGPp+-m5(#Abs@IL1xXcY85* zKgv_$xYhCujo0nsD^#b%EAij$)4$t)%o6+O3NYJ(d6jge?P78D3F>Saqwb%&fHdd- zAiPKj9v770Uxdf?55kLqRB}UcKWkF{cZ3J}7s88%&`Lr98P_&2ERbdpRMp?`%{S1T zJpT(7-_HX@OF+&B#C-l=f)c<5_z%kC{)d!@uo%H0fECx93jq@yhWPIIIc9Ch3ns;$ z1{>xyKq_tK&xd?|1kn<>PR*jL;I@nq#;B-!9n$R?c3;SXiQ51^{PbYR_eUyiO*^_8 zCJidxHK9$s(jNc%WZCX4Bm)(Uw4s{yAyo|!eqn%yg}&R+)87bV&hXYD$+76dC~-P@~1 zUELp+W4Urg(e`JFnb9%cm&cnmHed7;<8Gy_2h$XsrZ`|1nVc4XV)(8%Gb%SGuQsCY z>W~ySM44ow_G!C32FhM?9!-7taY1Zj>kU}x7aCXL1y1d&O+hG*C4(MbEP*i4*R<;B zZzb^^Lsl0&t}PIL7Z2gJ5jU-=t^GE(No!7P@qVk_$;&?E4HW{NY(gs4!C~y#|@awevNy%M5Z;cwmrbn zMdIk3_HLYsU%C-dGXIre0m^5zIWS2gV`%$=(D<#?oOy;t5VOAEK)}}2*Ubl#A!YBp z-ZIzQ4`uJWm#l1=lQ5 zpt!J5B(nT6H3$K$6_@EkQ_Y7j4RH?QMNg=5ECCYEL_)}H)U3u3TOwF-80;cPW&~Ga zw(|@P?8D;TLAYAM{JhN|kiN}Y)S)(t z^sxLw6a5~ZgO!Sl)WO}|5S%v><4}1gYgUH5VMQ>#5+l+TmfyQ!i6r?XXL_#-vp3@Q zdJokbrI<6Tmk~cMkH`SCA$b3){owcSoi8A@k=iQb8NhC+*v8gn|FqPGROez#&J?Jt zwV7n!Hq2|5?*5%uO-e|8V@pN8l=0RmlV9v`8JkpJi&iOu=`kV8pNRy04>h~mNg)3f z!C1eq9an?!p&afFjf%D}?$5zw4hx+F+4!N@FuVrP(xFDmwv=6(2AHG7J>degQW^E< z<}CffQGwRfcb6&0^>{d(495CGngkO}Z@-81%0xgnVStn%Pe`)GCR;gAdLePiv-aDo z1^|Cne)WmEd0afo(AL^&ua2bx$|o{7eYoJ@HXOw}dfzJX*uqx<;4fOr(Qo#8Oj4-i z3+a^`eb=Y)I{$EWaG~?$Yk<@0;79dKt-k(pXQrG*L8rHu;bh{9;pE(0k;vVok6+9c%=#4sxYBO z@{rmLGKy{=*Kd;bI!a%nGDj(rhft@!OhoBbGmNvpOZ@^q_3L1Ejh-}piH;jA7_J?Y z^3}=M|2CTeR42Mwcyo zWWtNSOvELpgU_M*$aR!W^V6kD+@QAUr5FBqb%w2~w#5v7PeCiIqw&z{PEdJ(@WM7H zH~Er{HlhW5*67}s>>M@B72d!l1MirUvLEvGl?8jc)(okTP#{df`Nw0ei4dyHst`NZ zWS@ykE7qIKe)fsd^_s-tZ2tYDmyG0{DqN`BM;zsJd}{#sgMSkD(J?eIjx1@QT;h|+ zW}7m*Y;5aiUE<-B;t_xT(mP(O8=BrOX|R6dR{FVpFbXB+MOT$K8sQjjcc;{t%)}ZMRUEA* zJJ^A6A>nr#xDuMJEeKXW@q_ly4ufxIhHKM&aC8pm;X`$pYqMsthaS#Ra$;}Zs=s9u zc$RGhRpKDM#qn>SAb^`Yg3IUmTI_`#z)owU8-CZ9`WYA6#V__fH=J)(TtkP?#+44n zeIMx(9ldNxTw79SnqI(VU-hYVLgPuE2KWdr;Tz&^Z(rMsUvjoJb(w&s*$7mI;8`Iw zREK!)iU1?$4B0~bxT@O z*CdOTNLx5rE($1ZU5X`XyC5iS338~GPep=+x3RR*(vhpSLYa0}1Gu~ewadW?eFV$F zB^=qq{(v+@aoZAJ+)eZEJ3xeKR9-<1dp%taY-U2^Y9OVOiG z{rEcr`*}u_=4V)_=S9DTc>k`PoIs#`v@(+aS#cQ0N%hEZqFw{@XKoJ|SO=V{pQ%5E z*!#_$DVXJ|akbr?u=t(@dKB_zz@I3Fg@p6Pcog=CZtYe>abTV(UiFAllQNtrQho^w zk>>v(&;LOcWB7UOw}%}6ho4!ugIMTE9)-^Se`e|Gdl7DUvKYGr*J(*TIUsIKCp~7y zduPvL)tR^3C&a3tZyBi@71J}iW;Gc`=zv16IF(^<1>m(wivIIH;f+GI+8bI{L zKo-OS@=rz_p!{+r07D*5IY0vns6$~qcXs(VndkKWf5<#2E{NmW|0_NLa`GPPIgJlc zq5K7Xkgp<8f8zKMVK{hL|8d620M0lJK!ahk_6P83FuSA6k^NN=M>zeXAa;cX0AGpk zF<1ANR!QzV1c}!&GH4-ZuWytx#d{CN+A5z?;&djqXQLXvrk+vT2IDb7g zkhR{QpZ90o9$WU0W%}GYEVbQh0^T_Em=-d!zU>`0Fp-(q#j)enVVc0s(o$Om>B_#J z7ot{OX~e=jSnkP-qczU#Uh&_6&nG`vJ?mcK8Sp*+{{f$e`(6x)VUVL6RZf13W1U8M zU{e)YHMXtzOIpU4($v+N&X!0W(juxF22OWh6c5osH?T+leuW&T-YC|mL&ZQX1>r^E zLu}S=REc!Ti3AUrX8OHfEeuGlrD`!M4c-HyA^5N>HU(U|qbtOeZ4xzVE~THDZS7lG z1wVCCrwS|Q4f8_@9Yz`zbDMcx6I`k-Y^{|%$pu8Ssz&IG0=$L#S&D$yQXu+pgI~&B$=vIz?P77PJn`|o7?}Zwnw4^b}U%-tH?S5NC%I(mN*RNb3!06l)_zvmA^OVgbUno2ZePx(sneeHsk7+QjVD;P)VU}eOw~)PX=hiFr%LR6R)Rwo15Qw*ID)J9lXt@n>r%c48)PU!0 z=7QoVa5!|QLNq$d=RHGURxp`Vfi&~ zOM2e*5qx5goIAWgteONjyTN9-^aUJU<-5m6t4_VH!D??-*}?*qxe`O^Y3Z)EATo>^ zr971_op8POS27ceKiUs@ti>*39>8l+4_7;f%iec4M=i~_raMup9Jc!!t{0B9AM7KK zr`p}@MVWMoC5P4$@jSQQvN%T*?!0n}R-GK1@wiLG-V6UWM;r0IO?&;M%oVF{Zd-_u zh^OnMa)q3M@rN;=|B27ij+-;_=E{dSd-l2+b&B#x-oU<@QK}}C6pIs&?gMaGl4Ztb zeHd4b7f6!~>g^1r51c|>4uHlZZ7wXRD=%@>3i^#sWl8#^GBfn2{io9*Vf9BUmBUM(4qGGtc zT)CMS*~wGXWjpV`v+8HAQoS!P9PKM{M%;Glb}@I!fq+Y2)}q9k6||C7%6!RjN$C>( zloj)H)|jSnNnRp*V3m@EjVp79wM0D(J;py| z-((qD0t=rWD$VMn7ELOb4(`;dwu;Gdzm>2(ManJHZ^DCv<1E1K?g*-ek3JZM^2R8fJ%2CQ0Y4V@vtd#f_adn zOsHkxnMJ*oeb0~?F{WfBkHw|xsL@cit?}UH%Tzu>zt?wc;)Y&YK$(1HU+x$hYPw@Z zo8NDBjsFGX^J~M9*T*2DoELX(9XJRdRP99+w}Z-L99K1_szpAIqMrg5HWuzvykz@( z0esl@DtwUi%PFf(8`I-_$k(>2Qtm7Nd$taoQFi-=d1Bg+dfl|`F_9izmCIk`RI zmAx@1rmhwqtaym)$igjhV2j#SzO8jl=s`Z}P?m1#5pL|V1s%y89Ial^9*qD?u&YX# zc2;x88<~JL5m``N1AQ*B)GFe{3?A+5Vpo%!)DIB`$qCs&?3Fd?P&a_9{>~KjBvo7Y?<>v5%!e*kbJ-*s z)(<1;oYz) zxn!@$D|u9gR(d%6BllfWUk?Lhze3ZVVi%OfWC{(;$zh?t8)%=^yrIAGcV(YNzK+?q zMF9ph&trX8&+{@X-aKCh;cGnWgU2rNSb`G4eiT84et&iWrbz-y;fz8*{8z7m-GCs- z-#eUC#rhI>N)Oj(AN8JB*^fPcaQhPQ3;y`L?o3_&uh=+f-zoc+dYh_vl~hXfd5q;P z>+{C}xA|wGz>I=+Yx0lRZ7G|AR-ekdAFMkr(^kQ6;?HYqK`DKY7*a8kUg?rvVw05d zq;cnX(Xamgi!<&#G4i_9zX&CMJ&Mb4LpNBPmoWXS!>~y+6pUmQoI~jXhxs6)iusw zd$CpPR?MCB^vrZ7Nefm=dFiPy^~mwTr`1&px-l0}X!;OP%QcA~NW)7d_f~le;(x2b z1uhA+Cv4+qmok&Hxb#Ky&>eKU?%U6lo7Nx2{VD8_wNlE=9CmL+P;&?(Gp`~y7)ddJw? zoaExD6g$D-vLv?)ka;p{73mW{ObUtB`9G!HQ~BZOUQZ|4nJHS5#-U0nNQJX}0Y!o> zEtpBrbP0J~AxPc@vHUKPVdp(6&WOd7#(=a}U|{tlhMeJ4?8gPha|xc1HA1Yd9UGw`P4G$X2 zz}}8bGldpsS<~y1d&j=-@P%E2*T7iOP6T}4{rK*V*6;`a1fuRY-*~vig3j-EypX)h ze7uGqyE1j8uiSUgT}#J|2`YK1Y#!p0dLCQ0 z;0?3M?nfp}D#^Y?_;bHALT;J`>FLx*mx zc^PtsC4Z>A1}s03Vfm!dM45?pFAltiH1+nQXJnVzcD(R-_Z%zG_PA3H#0q%&&d3rk zs_XjBAa|!)Q=9sFod^2C3j0p*8Ek**xk}M%fN-SZ9#q372zA2?;ciVkl%cQFgJB5 zO%^BQod@%=mKoFaVN5k{pm_o)?=Er$Js#1!1Q~0h6uYB}C6bSW&Iw>9tASk2o;ZCW zno^T&JpQ>ixuWpio+!vRm+#x+grXapRtmo=hxf2#RNrO6_fr{I51AqO#2Q%C7ND*+ zyc_V)igP$gL1#`AW>QWsHdfY|B?3pCmn_UX+BX0`C|zQU)0ejLCS#+EuNtkA$E98u zylHQj%B`xS-Kc2oZ@OtewAhxTv&JE)&^+HYo$F9j;X1W5dE^fibYL-qrP0!Nq z<3;!a>q;><7j8RP;>dnS%AdIDV@Q9O_8nb{>|J_7?}+CT-^Q?K^e|Fye=2oI+Fr0wbKK#k77B&nOY{?TZZ1CDrh2p zl_`@)dhGD*_w`ZgZS$AVIB5<7ZKdH{W6AVx?YH?Rz7_}VuQ^_s*PbF6qsN_a{-x7gF9&0eJx!1MZ z^nk^P?sgs)Dw!Y9*GN}Kk^4)q;@Yo2 zmE5v2^5v6lypT{0ce}%$eGSy7Y?v--DjP-EM+sjXgLd`CpP{M0Q4x#N6`OIcqL`S{ z5XVo1G3Rm4d%aem&!Sf8gpY~uo;_GvQR!tU%wDJq#CwBBaz^XcRV$3}zPOVS7v6B= zX}4y3Joq`Sy@o(Q!HQoZ7)U7S&4_I-wVs{LBwVVi2ia<;iQ9m1pV_>65Wwb@18g42 zGn-f2N;E6S^~~nwypalE1lYV)fX&PO7n?_|i(Eu5$^mVzvnCO0w6C=9FegL z@!@kN_pr=PME;CYc`r4r9`A&*Bf~w(iS-3>LA=E_i$2roTB7eqtq9epm=~Dq;LFT- z#2v<4!Q<|eO8$9W!KqI@BdtoNQfOOt_s4Pnuz3K@x4rx2m#5i$me?5M9I5}{A1*I@ z=T&G1q#@~-CqnklLD)0fcf}On@`u^8fAh@$ffWAX`K$q+FY#NC@H27vhb}bE#}GJr zcivh8M#B^vTkOIW8*|3P5@5-R_~m);`HtmzvHRNdPI`8U)Kc%B7v3<^J`V%zqlg>t z#2J=5mcY@+M2hDz$U*Xd?=&>y%5?m!wswp)>Ve{!q2&3yDtm{Cgy+xt>>bPJ`xt}s z{{{90s?vqvKf^*7f3N>4A7^LU!Hoyzo?_DXtQ@5|K5D+UyjoP;d$qsH&kAF z68IBme;_Kb?NP^{^7Rs(O#H{^na>dQpP%{}qV7;1QhBXF(ThHhu`H6a{rB#Gl|x^5 z2zxaPeiNDO%u77Mh__{F{XuasY(NX)6F7jJ1Cs%OOx*~;ZO;^*G&yiaY5W((;Zi_H zK@N=pg!k?O5u(=$9Rf*7g*EjFG_VG#0FXjps>UM`;hafJcw9FV)p!v%s&;6gb8 zEB^`8qWGuL2M>rD#P*zs@L!7<;1FYF1q@+-f?FXiCjX@Ynf~8x7a@G6P|smmpg)CQ z;QRmGf02#*KMfdx@B)ZZJ2V}5vmW!?mCAR5iVa?r5q%}T9w{3t1Q;ZP{iUUE=QP;l z-_c^1;ZJYP++~=m{phT6Gq~K4x)&FJzt&VOWr)i>cT}b91_QRNb?@a?@AkV@`7aek zeRbIft`)N94PtBO=8eb8{pe4EoJWF(n>T~~?qe-SkNL#ZY5fJu=rMudYtKkEj~V`N zs}H9KdeTjh!6gv-H^Oh0?yJA{K*lVYlkkKk%#fo)g@@>}#j_p5*s1OUV!_4rDfBjd z!I+Ji@dQHe=K3}t(nGK>QIrqpchGmO;m=$z``Ep7%pW{4=z#B#7j@AMeb)7eqYnh}{-OC;#8xuCO5&_6tHOJOtl zT~Xrtn{85r0N_t=F?kHYn%I{#a{E9V2`M|3Ey$T-?&C*S9~n+h8&`+y&V2DH>5=LJ zpp7wc<+*CYz%NP`K}L)yQtwFVVLgOJ*<`%QTDIoeh@HDVLNK^!95P{35GQY0q6T!v z%GWO9AupGoNnqGfKHpf(!fAUrA$v=&1;}!BuIcZeGM8D}gZG}6=C_YpEZzWJ4vgow zALLUKI3`P;mfPg&(oN`?Dv~0SlZ3=m&eBs_MeU5DqMa|kId%i#sLOf@Q*?^T3*@h4 zA$H@=IDJJMTix@s^R%xG4MdzAPS34*Fs*!?&vvSLbvK z`FGbQ#+4#8RVa3BljeM5xY}w7RpxN!eob;ZgCFtOHM_tD2?I(Qldvtf-FBNXFco$t zxJlCQ?)Qr-rHPFsVb8R9#&Q9Q%O4b7(u)#XuKxfOm%syZVbV|I@ z!(OG_D9t$cK$O8OO03CX&?_31yyWq0p*sb)8Gyr6`U3{lXp67(PDI%y0-(!?;|xM zBlzWb%*w439c$-!u`XQj53$~BT2*-tyESetpt^!X1bhx|_N!Pk%^0?H?CRBOX*SIg zQx!IK^a9kKwCTQd6u*mw;|l!OYwqVNcv> zBP7dsaW5e#E^xI=inp(LH81YD;KxuZh8|bUll&B)@=}Xl(W7X|-@0y-K}mP&sQdRp z%I9E7&Ygu}(ko755<453H$Qh^VGfgcpzOi$8y)n8he)tZ*biGxqK^|@$W_KHw`+MT z8;^P@#KgFKE{)w&Q)uqcNm0&noxv|(?yxbE3tZhn*Ea5nA4Q$c0@0?YMh*~ zzTGB}?Zl*v5!Pwn6-bYCA3XvCN=J6 zezCYzBFmYXnnP)8)W`6EJI3KUCJFZ#Tv|bzr%7pX>BQe%>lS^^LABeBzYK+VOdq}1 z%V{O6sW-v5ZQ%BK$sVe{p4V{+vLB3z{+=dW;4&ngv+JE5?$`ica+oc~9lJ3<9z<&-Liz(8NCC`J-f6k|X0VzsQj67@}(yJiQ%RKI8-w--k>)Dr*8@Hh<$%F)*uXaj=5U})uw=Jyg9F_9`U8+a_{?t}Bh-7c!Vtw#YQ1ip?chlX2tKsxo*uJiD zqPK=KC}nYPaD_fL!o#tYk(t0IHN7?jodzHusu zg}c&lUsX{@OTGI#qWr4_EYv6cAFVe7)a84h+}k+0Rs@GU7HjhM-5n2+UM1RowBg%b zBudD1NA)>Sv2Q)>HU>lF(A$t?^s)J7Qbg@VbP$l{f1BZXQ{|eYt-SbI1APYT}#0jzF3(jG;44miRZxWAZhu*(@Z*Kdp*cUAzDvH8pNLi z$}GK08Sc*F?ryk!5LhKHdwJ^xHAKv|+P8D{5S7hd=g7lcQnyqn}Opu)(+)i|Yl7s9(2 z>fw7caW$#@0IoW2$M&^PY`O51*kIl8l#oDP)MHWXU()v*{bCOLFe?1u;Dy#y#29j` zG&Q3r6fX0*1}20#=(cK*Ls1BGzDDt>d4B=tH!TMU{lXaE(R?wRw~=W&=Ao8)T3_*< z%$Td!4b+uH;nZ#KYviU#D5gQQMueP15(jkLAyNnQAPMx=<~Y?&sH-B66R0c2#V(jb zP0E3yd7N$Yem}zDm}X-qfb2B~(a_gxf> z|M1_G&QR}wunXY5h4cCCc@4z??Ao`7!l^679Q=qQ|n>-BAwStq48E7ug z^)J^H`EwKoHybAx#84NA+6Z?2FQfhj8uY*PHiV$LLE!^&7CisNS!g)@H_n0sh=F@< zT(28L44B&5yFzRi7DHxsopU{R>)b8K&;W;&XGEp9Gsd|Cl^6>epYx+Fihs%Q1L%$O5 z32*Z+E2QsMUu9Y(i83UtcWy9$-R7K54=pDj2@)36U~6Ke0xGLIUVH{Nn!ePlC@0)N}#wIc5e zw-hB)UTbWNj7=aJmQzQEIJgKWo11Gu^Lczkd-J6LOHB^FwUk2hwYgcR(6YT$Lm#2M z9on6eKy5@z%Eg3}3T0|U=+UGul=n75p0c|u)T@S;vwCys*H>X(qu1}jGJ=Xp^G*Z} zoVDmR%!3w~Z2D+wyq6~ObAwMh+v0Xx{ zgdoA)9R_#zgy8ND!94+j4DN1&ySoQ>_uvEx?(WWi$bCQOJnvg|zI4xY@7^_4Gt;$K zuj~4)6U{@fwAwgFr$8w}sS01Iy`7UO#&sF)Oq2FVaLEM?USmY2C!50WUU0j$Nk&ht zFF+dlx2*Johk<=^V^9bk&W9m1Rmt?uI&31nIOsv4!L!sUwX1Y45<#w~tqq5i;DOIL z5pfSDJiO^oijM<(6E8;iKoXhTrQWY;5szL#KHJ3G#eO%8J3!3VON|;)Y{Z@8pwULC zh(^Fp4y%Nh&=Y(d{VrS%UsQ?V|jlC>X@aa}@9o5@gx&>jt(^U&rg})6gtKzJ7-Ou%sg{%0IBhuz!rc5Zqa)J8Q zD~`#+;wiziJx^F;7vh$&RZmJ3m0bt;o1(NN%QnhbYkHa=X`Ee%%FU$3oyAipeS*?D zO<2ZxHc%-&@kqC4Se>-j4U!4cPk{b$=E=TXVz3DlveP$csryV_uR|CxIHa{DcnmPH z!-XCZ>69k#!xO%fz_)HL%9=@(Q$cv~v!}_csOW|7G>nU!#ZjonQMD>+{4~#y$7G1A zGbGC)bC=IHo@4Q+pScv7e3qyaX!_!P)Krpe6Twr>Co94(;m=0(Vb+lVj|(^)q_9dZ z?JQ945HkPNG7ysQQJ;Z(YX*K8v7YDn-R?S|nk6GY@2Bncc@0CCb|z= zx;X9v`SUd4ZAxBFh{nm;Tr}ZhwC4fUGkK+m#_OGZ0oCw^rQI6*eTdsk4B-+x%V#F< zq9@AJ3|do^&l|DZQYI!cfEeUK(7>Xft&(_kQI5x|#f^Ax9ze;d0Nym(d zsj%ot&v5jGY)bj}=@LW80&Aw@eKtrMlD&7Ft#wlx1cU{nP zS0RHY9w{qs&eBcln%|6r!Ug`Zf-GPJ&@y4x;vk%Apm`4%P_aC0^hkDw7z3il;JJU@ zQaMH@DlD0Fe(Ha}M0^3EwQ%wTD+d`KMXIfNMLd`u_9AwDBwbP(^^%(%misygXxbAZ z)5U!rV2~GoMHtBle_;Y@>&oW7ZVfX^y;cV&?Fr3w+2p=z$T8-=Vj{;ce(#hRgN=FJ zYn`#rEAH@skW`U)Ax#J!6f!ESYY|=}oUmo3x1@wT`#mVM(J;>Q_EVTzT;T&h1V1I&o3cw z+P~*rsK=GeN2M=l^?A zTqu#CY`)IQ5*0W%j=f-1x$j|^k51*R$XB{wUT|AeP`HVo;4oEIaLXyfB=LyJ3FZ0> zYnV{gRaWTzb0<{4dDHuxwH>d)h6mLl0BVjjlvk%U7`5T6m}onMfZ`2ICpF{_Cgy`d ztL2hICw#7Ep0%4Hb$E?r$EO}2w(_#|PLl8^?ULVTFl@j@dkFIYdLIAbr34IZeaB#M zP#=%D+K8z(>i%%7*yx4$Lr~S@P;8H>Ri(ucX;Z}rWsrtArYXZ#{^L?2337s0mkZvX zQM+gcvB5A2MFQ$eE96C+poKv-mel)D@y@x%*XEpbu7 z<7-`AAC1cLd&*!Y*6AkI;ORQEWk0Wg=3Y3;Hv2Z0m8(8zBu(AaK@?m4^kDPq>yXhc ztBb?l$$XAbjA2RD&@J)Oa6`>}GM}nrFde5|F$xH^VQJ@Q#BbUb-32pB_v$er*rC`( zMxq4J@b4@)Wp6QHAqK4P`7#grO2D&gRs~m$(`krrjWW2t%n^ZuO%bt{w25o)JVwud zdz`l^K$0hYtF3^A39M(WmN4BYH6c#h7e6Cy+M3Qe093g7bZ4*tCD7dN`? z3WOmA8>jH37?&tEN|!UV|K+9!+JiS%BDf6(h9Kc zSp74D_-YGkS>`CcLFYpq6xYo=O<3VjdAexy%3<29m@s8T9OKe(D3%dCa*ZT;;k%Rq zbch=@!l*7naP7iHV?JO0hdy&ig9+$mnpBA5_-O?A=B6w&YK%@-gdh-wbO8qHjENlN zW_p53C(KwYq_vh0Teh2906q>GNCOy6Mzl9y)}5ltjZA;VH%Zn{;ahC!;%z{DZwrUQ z!fjQ@l5$^3clRC6e#@i-THI2t2bw!&P!jaj_h=TRIilHEu?yL&eKD65VAVoopz`gY zvHi5G9;5QW!y9v~AQ`v9>{`%ZoBivcGsd~S%O8YAQ+gK>AU$y$#hg1h?FSfZ+$+U@ zaG$YT)J_bQ^5uN;`(cPsyCpr0bR^RPcD5c~(Pt=Q()-~dQdS_(FF{Br&c!c2y1`O?KmMc%nkbE&Do2rL zgiRZi{kUVcS?CHg=>E;MQH}%Pw6oU#v+bELes#mtxQs-I<6S76Bm^S5=S@W{`^NCD*FF5&k#Y&0#KnK!T?Aid@z0+zzs%gzxiJOp$~GhaspUb zIN}ti96|fwLFnvntVB)@&i_(>pqEp~AE5fcH*LrbMuKxOv;X%LY+O75E>7lu>54u< z|Dqc4Siz`9FtD5bzqKhVJ12mf9psP(!`WH?apmNL|HqYMfC9%bRyU%f{jI}7Bq3oEv9+~xb|TRRjR*fFZE(MlHb8-X z|05<@!I<*DunqhsG;moyjeVLca?f_{qUVq?_K=|u4D->FC6gmFq_3-YIPBJGP`MPB zCJN_cHZBPjRs%z^hAM+v^-#$}oh4HbFpBPJo3HKl;@fRzIxn!`rUFg2kk2#+ND1@& zX9iBl!~K5O;dOgSE<@=4X4~zyM}Jmt=y|trB`ULW3-~pA82%4OgyZ9czDtJ(_b1w( z%mSdNi(BsVwb;A3y4T6mgU9oXxDGf4du%%qm54nX z8sRK01?1?av0@jH?n7q5QH?4|BRnaTR}Xr;n*QUW#BTWtCOb~7Pjr0mc)}BW9T-1( zZ3r{bT=$4Jz14RazUu!Z^n81wT(bR1%))}9gAT|KypCnyu6G?+?#6qrntypX*)}|_ zc;%O^Nw_%hk<`^68>{i*mEmw8G%){dMSRmk11xsRsYlR?3iaoKsk}#B^iy68CwF$g zSJ`R?Gf2vStKnFQzfKWqgTnFt z2iGFU0qv*(T+q|jb5YTOzl|qbqveJT^rm^FAr|ZTHpq1(WF{|ZmlJG-;eUly_j*Zd z1V)2H!TG-#4d=xdvUk37Ux+wz*qV(nlL+`oBBXt=((`g4MkZ6~b0}k}-M|N4u7LU_ zmR0at(8s~a;On+VA023{0oKWD?CFySPh}yQF%BwGKllT4|HgycfW5Hb8+NT0@=QEI zj@V(AkxV;Oj@zT51^Nkx@!oYy-F{$T(5~@YgCC{)Z*+>)_p8Lh!RR-OUTu~5*vmqd z4}wgZjHrN=MCMjtdGe}xrLTU`xn&|7OE%aGbB0%qBe=iX6EzS579d@=T&5P@;ka}@ zGI;P(OR7%2pLd&Yq%HjzPsOT~=W$e}>?hK=yxfylK}?KQG0oiqG<4*K%r zB8EnqnG55-0vZkV6o2moB)3ug%uV3mTYQ_fpKs=HR~{(>&J3U%zbjxb_;*Cj6k`GfngR-(ukgSp-h*U-? zxH-Dgrl$nEFq$J-)Yf0#^Ayh!G;sf@Q9p8i$Sw#ElrQTEGJj8~X4$w%L=;%3ZL6QF7ipwrZgH`&t%!hA{9kyu+l(ew~FXr=pfK~=L zK|Qj`);+^n77_??@efq%>NWIpCD?ayRNs23e#;}==mnm$j!iuN0VX=dy~M>PHP)%s z-9%hIi-1eh%QIzejk_24VE)_O6gv`N~oLyN8zUw0f`X5@;7k34jUg=bLyp1pX$1oq%;G-6d4oLhab zFeqK=!WN`#cm1tn2h-ix!ko{tKN+>%E)nV~McxHVc>*^$hL>3QKu6iftLVh(NIRux ziUyBCT&7Y|y<@6{SHsd@r%`$V{Q{1_k#a~Bk+h(^m^dYhM@mhH1l*pyN2un}faiqw zz3ollB*KD1HbHguwTX}Sh?fHV#d~F{>pWCg0tD(hHGw9GT&5~Xk5JQkZt})aLTa>z z>8e%ni-D8_RRp2~+Mm+=_POS{hWuZd!E9QLyo7??JPAL`$;o!i=HvK^4|sooQhx7F zwFU<5mjyk%`X(CBvmtz64q!>j40KiS9b0Mv7{+<3jYmwI@yzan66YMP$;e>vWB>U;cYQa1hb#JLV|(Q12b0nOu|#=BUi0 zEi9Wlvs0NhED*fEtm;x@c7kP#GPVLv$G#MBm5C(DA=q`x*3Oa8IX8(KogFs;Tu=Ug9?Bbv6ayOx2v zJ0Fcpbq=uZ?hRaG{7D5wB9A#=}kXI;60rVI}KStU6AeI2&h|4IW4NpHfh-YcW z=Q**Zj^tMWj&j+BxK_m3Q*nP}!mppS{qf;P{QVfI!L$(TV9vi7oM9nj7(6Wg5rN0? z1}Dmri(~S5e2+|5aE>GjO@7uiG;N|gl*k5or7b%>T?&Mo#ZS1Y25Y}H>d%0&f)B)H zM?8eYxZh<6z=TeqCP8e4#f8SUTxlx5n#>Q?I5=t-iMRo?L!C$k!07|nqhj~5k(PsJ zYY{}XDma9m+-?>$pW3L1+Kye#`ej`FY*y!HFZT2F0wQ*S3dM1Xk^_<5-X;vrtWhxt z4$R%})1Uw2v*OkhhilNT>H-J3qn8O|*R5E^A{(S?+93#Z(En5T6MAqE3xVXgeSBo}&0=GuuQ!>O4knwc#qtp$edgtatkQx71Oa-{me32$Y$+9R@X{PIk& zJ$U;%ZHCf(H#yiIz8rv4HXEennNlKdhrlM40)FrhGAYDCYJ?pX8fT5##NeE5As{VdUsSm?_pfh~P3~gSc1E_* zO1S|xfha|p&8;5ke(|C$PMGlEd-?KIf;tHpZHWoL1+rekz|ht3>7;=Sso6CkN5Gok!`2+PnvD#immA`;S2ry}``#qzgGcnrU!KDG_P;e9<_AhqeGN-;Q9Nk(r<&03tMjOyk ztjA6+tImmwIj+&PINTvD0lsD;GF=8&%*jcxyr>Uldc{wscS@a{wJyf6i8)`;3Uj_` zL^A49*`d{7Ffw1-uc@R2&~MAI8^buYkUYB%xgjIIu~my2XkbQI^2`Bu(fyl_()ihF zayQNO1)tIn7`^kVd*{0%&341ra^Qw$T;gNHUU}pn6fB%^f6q*d_4kERN7Qka+X9cjZbH53>|IER{#sOew z`%Bh$1Wl#8bSZ*hKay10m9`D~K*Ln~fQ8&`&s^P%iNJz22S@E9C00Y3TD2ZS zO_*w*Ry}CFLkjcd!fzG$)cQCfm!4VNb|}uZCz8CUkI;GN;(B&GUkD_+CGG&%QVz{W z>3{$8B5|Cs47{s*Jm~?#cok%apNY-W{(L=iyWMQ@i)Ve>@1NkB(67rRY7WZ0A@*8$ zz84dwLNF=8)Zg~Jdjg3zAZ zCW-gGeoRo}GsXcHq77Z4U5yn#>#ToM;KgZ0WOisO`~`?t0eRJov0?VB^sfFTh&Ps~ zPPC>mo;=>h^|ige*zwWw*1y`ho{8OER<1+|1?;{qEI#YIpfQ3A8S9Q-F6D5kuc8IP zYR+?b8%fN;fpxJzN`&TTZk=ZH?ZVX@pOe2A%r4dC?l&i$01{ zkp`(L`6h}Elo`W=j?~IY#oHkL3lV}t*=VqJ`>j}H4p6CFQ zJ30#pY<{e~{}~jJ?{Ue`wv>wNul7}bySYtv33FMB`h*;RM*0(F+p#pizj=gtO6N6S zND3Byx2ahQWO|XHVoyS)sD&P>YsZV|{@Tx7rc5LGWA9tVJJE{ljxc`t=<|h7mttKH zjSJqNBLr@cs37IQNnaUL#622Qb`$}?$Uz11eV;*gLgq79CvHak5q9-Bzv$NPIKL7q zj995~EOc1s20nof8u+VMPQxg7`*;zl%!Cy1Z`{oF6mp@v8wtl!c zu4PMd1&c^>OgNtH10APUgm%07{Grk-yesqRj! z{5Gj0B$nzjyj0kbLAR67IvYP2b(yM=`+^d1AKU3=l}sRmyasePC749ab zHeY~)DVuqa!;fOapvk8K91KP;L~gMZ-6!|2L6$nJ*WWmX5TDrqt4V(3nwI3zsXdiPJ)#WENf5vPCmMf zv1d{MJ)Yn$zC-6ah_H>0{YJ5|J0{VwUM5JLrufp$j-SduBJNHj9<G^?VX;mNy{)_`^d0lUi$BtSa-*WaBIJ6(m&9k)dM+k_-miI-?-B(&h~Y!Ys%J-}Ni1oq zK5H$S#N|J+5n+uJ)Wcw%+$foJwBVgz2hSw*EI&Uh`F5-o*(AXKa@j9}utVYvbVXQ$ z21i;%RrA@s1CCfL77H2^gFSoC=sQ9r1c6H0OxJ}YH)147rZ`yIXtBLokNm3;WoI8a z*h#Y++ffK^g3%VrZ&wrM+15mAwwbB>kW2!RNIv&Nvdou`YZ?#ExCy=JBW2|zL=w@I z^4NKVe>NsWe3v{EkgT{EyIQAeY7D3&{v4%YPNCG40yXBNwJ^iQ4b`(=Quzzu6Z?B5 ze-Py7Zo?Uc4Yz;cNzN|aM4qAJ?zB0PeUkpv!>1m*&nx-0k|z=-fH%*5=%N(+Ac421 z@KeRbK^bS(N^f2z!0*e9Y`>hccmNAE$&KVLhl5BFpR`sGNlI+jHhp_;-cUG)w7Xnl zuJL;2SKuqpjZ=!vri=f6JGiy4$$#x5s}Mg0)A-i_VshDxo%#!$w%}*c-}NYNE@_Uc zL*f~6anBpW_sF9#8i3;RSo*NA&d5vv(KDx^ud~5NAZgR8cxUa-62i{ z;g@@8f5L^y*a=~#czMV(3GZ)xA?;jxvu!=L{=XQM8f2=`B{g&Pw-6r_)EommRU{wc zfhAgL23VCUX?G_7YnziAyf*=a77zP1L2vk zecEgK3sJ&z_y?)`w6WU#ANiwG7dj6Z@r!^c)W(KLHEh9x9!dgm+L`7ZybsoUVzfEc zfT-X!P1uP)FS#GS>aH7udGA=6x7`cQU}ub!BD(pvfGd<(sePH^`W@YUFlrdaitBmx zHo2CdQN|08f6FA9k5x6v>6|vOD~xoIUClz<}QJ<|f8i&|rJle5~SaStDMt5I`p_w}yMSJ*69 zDn3Z?4K=xGV;KgoiG#yOCf1=8b-iYie243F8;!FqK5?P0$dZb3@Hz!J_SxVVBacEs z%IC3w{GrNsS%cRj2%WJveTk1pP;Hk?!>5rl7MW&P90CtEB=|!KcTJfjlp;NK06RJuIyDsn6X#GW-G4ewO+)C^Z@5YOE1enzn*9DTRf;wm^ z7qL0W!-5-r5SKhndI3H#g?d?ccyV}S z(q2VAu2za6UO$)8UOhZZ$ZGtRVrLaxdqlS}{5YOXxY>&xyazEXw_|k-6j^;q929|U zUg2ddiTkzNoD!C;RRP5L&UdTP?($;{=8~HI#uK|P}wr@Lqx5|r&x_sPl0*LzF=McgIn|oMYmj7iZ62(EkDIrI$}D0F#f#cT8db*7zZj5p?MEl!`9T3tL3((9>^^X$HXsE{l5OxN=;E2b-S zAFWNXJ|A~YzAr92D8bp}ng)qS?Nc6&1Q(X!gr`U8C(7yq52Gv8OEiC2L7rXOL1x9n zGx=ld00Sclg{9DTC>LkV^7ob}>m%`x`=%ZcNN}};eCFgy*xbr9g%7DwQ7oQeK62_F zQdbF^r3-2aL3WxPQZo-FiOoGASQi~xJ;NMmeLtk0d_bu4g8F-jur1@?y~5A~cq%t* zdf-({{^aSaU=!LZt7tQ-w?$J#BD;K!^+$=tMnRaq2qffkVv$3s$paNNEb46A@?N%k9?70x9 zsY~Yn5bkY2OTVEIKqRG*!r)9a9smyyIMeoj#8}+tsUM)@QgAdG2iQRa$DF<8rTs^X zad2>f)6l^F8B3P~sHqIB=)g^MU_}Qm1?A@Yi@^UUSuO6*vXo z1@QhSSB(uU^jLX7li&_JkW$4zDirUnDwKnTnfuKm{AVKWzg3~!%yB-mPEf4OARh`a zTI)@sf;~U59r*wE{J=io|9XBTmH(?1A$k5UAXjGP8B5MQ$jDTz!!(x-Cc1o z_#pcIYwF8m&so?F2xY}M`nKEL*twQiTputodZwFvr)+#53-nl~Z|RsTWKu1bQ5Cu0 z)O%e2>EhstEoNHKEV8At`f=aqv!I=prSFL>_^DPvf69^_=RIStI#itVoc~UBln<~- zdIh;7&>!b!0MV!p3HKnmE3%jRsNQY%N^6=}IhcjcX-;FGq=)fSLaMPILa-Pm9ETOY68I=i@IQQme?ICcJpk39w< zugg<~?08hRkPIiUB?0C&9J9Y}s`!>(HrEu3e^fNPjZ%n7l}GSbP^u^HK%QT> z#>4u7Hs|{YtS-!7TOm8X+F&qOjksYqKUb$I@1cT$Z+IyuubXRVntfPfsthn^k5KnZ zGraJa+%D}zKJ@%MHsoL+%4^Ye9HLW(WjwvU;J)v+GV}IFV_w_m=)w-$i3 z4j_7j#7}FtW&NP%0h0_Oey?yHH@vvhq2CT99ru2E?;6Uh5bGr<1@3iU^CN^vH!s{L zF-fYY3@DwViJIRX0|3te7GIza3nhIWoXTCv4a#R?0+eaLrF*^%?*168ylF~+aHnN7 zo1yHd2+}!Rv;!nLky3li((ObrL+g-xm7+stH^edkd1%9`;K`D0dndN>aRLC37X7`3 zwcABjr~=CxQ%e3z_cZBQI4I>nRsDqLCwYPYB()9=H6twK8Fk(i-?PGpzz)-y|+r zys0#h3LxLkxudf*?4o|7*Hmyu189K0DqYZ;`4-wD_&$ldB3f8fC(dI^Q(Brcuj zl!Q3FPagLPA2MTb5cnQ_-#B4os5aPkn8JbOf9Yurl~(SA9FUtX)g;qo?kLaHlSh>% z-gKO8+I2#;B-MKpu1748fr6&>$Gmk~uThRVVfUT(Tx_WstUJ)lE448mlG0?^IcLa( zk$4)W<-Vt4D~jCCc7~2F!TYYtps~E5XjA0(@0wpeb`*;ofT_Tn)I|f2WHkG;y8t;b z2_i17;Cxj7F%R?0}9sPyOC?x7Lto>RIjZ-=5eoQUO%>+VVKIyF!? z5Yf-MDKO}>SSG9$0NnTZErwgK;M|lOhc47;-UlgI3K))#ChadR^kY3<=58oa4Lveh zNw!Dx(-A?)kF}_f zp>~*_GQf*_Z}uhj`_3Cn`}+qC3UiJRBxYFK7WWPYli7To;N>(Nq>#0w#Mf~ zr66TkaHa;Xo^v)~`oP0UAZs`xBB2@%71HsKEMQNgIVFPSWvl%Q0p=%pflMERe@s=b zeZ4DD#6sWhzzehp9e>g>ZoicXN>AIDjl}7Uky0_|V8*H*a=oFMgE)&vIwN3WN=W>bU{* z;u%>PWP%P7he3oD=?8K8FTMt(0h-?tY^w~%N18iH}U{aZVISVn|6g2L0DEw@s zszm-#?>u#v8S5;_cu_K;scve;IGszfj@md2fCv z8*HFS?3S>r;6tQjseA>R7m>dD`deRlIc`zrQ5V^RZ-NH>l#zcOGy>=^WR_$Y=0K4U_x)EWaj|e`VtY8a) z@5dv~1!-Z3(ipnW-t`#E&%%M*X5eP8t+5C#2~%`brnXm~GDduoJIPqx+5=3~h7%qa zVb+7UZZF&{f>1!yO*Ks#mj2`0*FG=U_yb$#QKLL_#A0;&RyaO-eXWy|lHNc0Ryf*n zhX_7;WCaMFEfIF=v#dXjuk+kE4`c&)*-OlK+(KF!ReDB807MuSy7EDSRow|E9;mVm zdrziZg7(~%;6AV6`Q}p*=5`Qq7?&aKLQ+9bK~0qW@}`ZgyEku56=b~bqJYz>TV6gT z!{}p7^CqNefvqb^y3>hE*6=8SgDv`~|43OXAy7MjV82GaX-LG?{aTyQ|4&25x}sdv zYk=Ns);fG?&w~mwMhBvlPH10&D))x!I=nq6#ji!w0S-p0QX;HYF=cJL6il8%LGO|N z*tBWtS%0w~n<{A4(4XZAQlQR1`|v~uAbZYzbo=)Dg)Kk-s+u_fUH5DJQp&d<ui!_kypB@;#;d1<*;4^f+ejR z2NgTRqooYVKVM@z9vdc;7Y9{c!`Un_$(nqqLi2VuNoVD@3+)qOT#o|4DHKrx)QJ|> zZNWlNo%Jhh4ZdO()?U0l^F8fwQ|{$UImtLLA*BHtMoc1K8G;1K?5HAdG`-!nHOKL}p zUk#UzcaycWK& zh?nh4#tICZ4_lN?v+C6^FLz26s1^?njhyHyJ&U5$Nri|iHEpXf*CLI(PISe`T0T48 z5hO)^6ike?yzK5!vuXtqL-u5#OdS*>yysj+-OD3Qk+6-~QUAN;FTxTjp%3d`5Br|i zD-wbdgrhRZX`gG03e&>O;tjrIn-Kh|&G5qn=$D$vw9vzjSQHd7y2kV?yS$lb{muCm zpZpFO8w(sFD#e(_8gN;pQDVDX;uLLtxqft7$S6oCL(`+j>#SOL!{h@`M7W(^s#pEM zP?Xw_B=nFq|KH68v$1y(%%HS)8n_P!BDv|C0zz~GgeF3C;l4pJ%%|Z}{|jkv9p~e$ zk0ch!;8y|;f2ZJTbzSqXkxaEPOGYW&EC7}DvTBByCTOU=ZTg#vK8^&=sTyfgCIZ1* zJcWNx{5|`<6S~KOSA(va;o6ciQPpTs#R1{V*EI0u^C!ivx7Gz%^_f1WY&Rdr1=0xU9JFWb(6Jk(*f!8`vY3le75zIRa{51$IsgN2=mmr z`N79;;(BE_^uYSdx%)Gr!vYJef2_vIwzpgjVlX^8y&X~z?cd^2u<-m>T!PS`!Ih%s z9gxE4>|7iG77h;1|F#HE+95qaT%C{t1plcS1)u#NUCPGw7Re2+BSmWmw+=#ffhYN= zT$G3Xzf!tE3+3QRJb!`Rz&COq0SgBUfSu!?veEx2To!h49yj}c%0?%<{*jOhVo(f_ z%>NhIPrm!DY!s|c9gLvRL2zy0z-}N60_Z(HIG%0Dc3Bd&Z9<({AzlOS+Yi$?5Cdnd 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 delta 137481 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 LmG$+l9c}&(2DCR2 diff --git a/tests/testdata/test_render_a_pdf_from_typst/moderncv_empty_long_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/moderncv_empty_long_second_row.pdf index 67c7665aaee2f904042e4e90443f786c1f306155..e8b5155146babc74d79c3121ca5ef7563ffb750e 100644 GIT binary patch delta 71 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%0DVqY}tqVr3!i4P2eErQufQh=M&_}PFb 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�f>%VV=PsRzC>i@;{} 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 W>h5f5MF+ML2n2ynNJvrrtQ~(r|3)uG? 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 diff --git a/tests/testdata/test_render_a_pdf_from_typst/moderncv_filled_short_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/moderncv_filled_short_second_row.pdf index 9f663638e52fda42b1be8c19b096d69f1b52828d..d4871895f335ce0fb4181efe5dbebe9e69cbe620 100644 GIT binary patch delta 123836 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%0DVqY}tqVr3!i4P2eErQufQh=M&_}PFb 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 VcV|m0IMAP97Vf=U`E{s+SW^MC*V delta 124391 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 delta 62 xcmZ1*w>ECW9!;@Cv#fmYs+@>Qe`nVe?eKC}V{_x&^39htd0BDDP5!E90RY%m7G3}V diff --git a/tests/testdata/test_render_a_pdf_from_typst/sb2nov_empty_short_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/sb2nov_empty_short_second_row.pdf index bd3906a4ce45433fed799c65b8eccf88bfa8c203..19611a88492880e0447d8dba24604f2e4408cc6e 100644 GIT binary patch delta 62 xcmZ1*w>ECW9!)X*B+sbyyd?dU%6w1l0;h`L+@ONc^v#zvd0BDDP5!E90RZ7x7YYCX delta 62 xcmZ1*w>ECW9!)W)kYv*U&%BffQ}aYevx@vA$K)XYz|EI5d0BDDP5!E90RX$C6|MjP diff --git a/tests/testdata/test_render_a_pdf_from_typst/sb2nov_filled_long_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/sb2nov_filled_long_second_row.pdf index fe667c2e62ff7e17714eed51a6eb3363449471ca..3a825b0e2de1dda9aedaf0b95ce39cb69f336fd8 100644 GIT binary patch delta 144227 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 z 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 F{|{n2q!$1H delta 142602 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

bPiH(XqcuxXahMBA1Os{71>p7cWJ! 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ⅅ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 wZ~y2lT7%D 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%0A!_S$nKOxg~blqcNTB_=$8zB>H@N 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

}kvs{1pAg)+TK85|@ z4j{wM;riO_CeuDgmA$+p7pVe-c1Hg&eKo(shVZ7NXq+m|_=o$OX%v$r?oMJ&6C5_R zZHv8EcMi^D+KtD)L;10#yiDq_GuCC}M=}l@K?rT1pI^k-{GRzEITtqj%%5{ykYmp| zmhX1V9Xykd2(2wRB(GTMbLgyy$%EojPew*aO;Ehl_>q<)uc3=Le|y14GbJC$3jt78e|7@u9ki2fB z(N^;yy>9GfVqw>T=xN_4y?0{3`lsKcg2U$Ppgts|^C(25zNHXl{6aH{3g*+46b*ZvG5KEG5}Gf^YjhDfPDpBzX|c4Fc!}kh0HkVhDY=)c!0+4ihUr4egumQ#YrkG^wwu@pG z%`L~}{X_QiiR1GrYY7>?R}9sU*5}#|zl8|IviX`fhr!y5{R;7^KMwN?ZQ~C(dVY&= z$17wcyf`tk094N4jFbCK1~qbr4nMSAOqy3}%zd7b0s-PLKJ_76gRigv*x)$!|44l% z>4)N5%=r9xdm84qi{d#DgzhcV9~p!TpmEr%V^uzekC=xcJ!wx&9l*4S7Bc zA$@ZQf;oF2S%8t;{|tmcxp@TH1i1bmC^rumI57&^2du&Kzq7?cp1-rjb{>E=3>U|% zafKc{L;%1B0kGdNyesrv`79}AMVFF(``{OFzs&^RNX#;!F2=RCwJkAb*K7Y-`!F~0 z4}s?#Lg48ZfAmax`U~H#b|_8=4uxqx6>r%#x!vhZqKc;L5<#wg9>zpCBt73~fd?c%)B z`@XJis1s_r{jjuqm+O@r5vi|w{IPXm<7*_vS;*IrYl9Xlq{g}5{-6KU3vUdXzZuO7 zUhDPmDz6e*>m-Zo5IC{duHE&?Acr%BQIZa@F*3v=myzon<@5OaraX%OO+)3w1WNM-~(b zYp>IOQ1uSbQDF`MKgGF6c=-%9$m~hva91Q6>O71*C{LvImb(

CkeUNvK&7RTvy(3xtCp5?zAVz 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

Some Company, Software Engineer

    -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
  • Sept 2015 – present

Some Company, Software Engineer

@@ -167,111 +163,11 @@

Some Company, Software Engineer

-

Some Company, Software Engineer

-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • Istanbul, Turkey

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -

Some Company, Software Engineer

    -
  • Sept 2021
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2015 – present
  • -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
    -
  • June 2020
  • -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
    -
  • Istanbul, Turkey
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Some Company, Software Engineer

-
    -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2015 – June 2020
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2015 – present
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2015 – present
  • -
-

Some Company, Software Engineer

-
    -
  • June 2020
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Some Company, Software Engineer

-
    -
  • June 2020
  • -
-

Some Company, Software Engineer

-
    -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • -
-

Some Company, Software Engineer

-
    -
  • Sept 2021
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
@@ -282,8 +178,11 @@

Some Company, Software Engineer

  • Sept 2021
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • +
+

Some Company, Software Engineer

+
    +
  • Sept 2021
  • +
  • Istanbul, Turkey

Some Company, Software Engineer

    @@ -298,6 +197,122 @@

    Some Company, Software Engineer

    • Sept 2015 – June 2020
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – present
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – present
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – present
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • June 2020
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • June 2020
    • +
    +

    Some Company, Software Engineer

    +
      +
    • June 2020
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Istanbul, Turkey
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – June 2020
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – June 2020
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – June 2020
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2015 – present
    • Istanbul, Turkey

    Some Company, Software Engineer

    @@ -310,6 +325,12 @@

    Some Company, Software Engineer

    • Sept 2015 – present
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • June 2020
    • Istanbul, Turkey

    Some Company, Software Engineer

    @@ -322,7 +343,8 @@

    Some Company, Software Engineer

    • June 2020
    • -
    • Istanbul, Turkey
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.

    Some Company, Software Engineer

      @@ -332,86 +354,69 @@

    Some Company, Software Engineer

      -
    • Sept 2015 – June 2020
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2015 – June 2020
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2015 – present
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
      -
    • June 2020
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
    • Sept 2021
    • Istanbul, Turkey

    Some Company, Software Engineer

    • Sept 2021
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Istanbul, Turkey
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • +
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • +
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • +
    +

    Some Company, Software Engineer

    +
      +
    • Sept 2021
    • Istanbul, Turkey
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.

    Some Company, Software Engineer

      -
    • Sept 2021
    • +
    • Sept 2015 – June 2020
    • Istanbul, Turkey

    Some Company, Software Engineer

      -
    • Sept 2021
    • -
    • Istanbul, Turkey
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2021
    • -
    • Istanbul, Turkey
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2021
    • -
    • Istanbul, Turkey
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2021
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2021
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2021
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
      -
    • Sept 2021
    • -
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • -
    • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
    • -
    -

    Some Company, Software Engineer

    -
    • Sept 2015 – June 2020
    • Istanbul, Turkey
    • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
    • @@ -420,7 +425,8 @@

      Some Company, Software Engineer

      • Sept 2015 – June 2020
      • -
      • Istanbul, Turkey
      • +
      • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
      • +
      • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.

      Some Company, Software Engineer

        @@ -438,7 +444,19 @@

      Some Company, Software Engineer

        -
      • Sept 2015 – June 2020
      • +
      • Sept 2021
      • +
      • Istanbul, Turkey
      • +
      +

      Some Company, Software Engineer

      +
        +
      • Sept 2021
      • +
      • Istanbul, Turkey
      • +
      • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
      • +
      • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
      • +
      +

      Some Company, Software Engineer

      +
        +
      • Sept 2021
      • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
      • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
      @@ -453,24 +471,6 @@
      • Sept 2021
      • Istanbul, Turkey
      • -
      -

      Some Company, Software Engineer

      -
        -
      • Sept 2021
      • -
      • Istanbul, Turkey
      • -
      • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
      • -
      • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
      • -
      -

      Some Company, Software Engineer

      -
        -
      • Sept 2021
      • -
      • Istanbul, Turkey
      • -
      • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
      • -
      • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
      • -
      -

      Some Company, Software Engineer

      -
        -
      • Sept 2021
      • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
      • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
      @@ -497,10 +497,6 @@

    Boğaziçi University, Mechanical Engineering

      -
    • Istanbul, Turkey
    • -
    -

    Boğaziçi University, Mechanical Engineering

    -
    • Sept 2015 – present

    Boğaziçi University, Mechanical Engineering

    @@ -509,20 +505,20 @@

Boğaziçi University, Mechanical Engineering

    +
  • Istanbul, Turkey
  • +
+

Boğaziçi University, Mechanical Engineering

+

Boğaziçi University, Mechanical Engineering

+
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
-

Boğaziçi University, Mechanical Engineering

Boğaziçi University, BS in Mechanical Engineering

  • Sept 2021

Boğaziçi University, BS in Mechanical Engineering

    -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
  • Sept 2015 – present

Boğaziçi University, BS in Mechanical Engineering

@@ -531,183 +527,11 @@

Boğaziçi University, BS in Mechanical Engineering

    -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2015 – present
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • June 2020
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Istanbul, Turkey
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2015 – June 2020
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2015 – present
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2015 – present
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • June 2020
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • June 2020
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2021
  • Istanbul, Turkey

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2021
  • -

Boğaziçi University, BS in Mechanical Engineering

    -
  • Sept 2021
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2021
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2015 – present
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • June 2020
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Istanbul, Turkey
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2015 – June 2020
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2015 – present
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Sept 2015 – present
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • June 2020
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • June 2020
  • -
-

Boğaziçi University, BS in Mechanical Engineering

-
    -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
  • Istanbul, Turkey
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • -
-

Boğaziçi University, Mechanical Engineering

-
    -
  • Sept 2021
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
@@ -718,8 +542,11 @@

Boğaziçi University, Mechanical Engineering

  • Sept 2021
  • -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • +
+

Boğaziçi University, Mechanical Engineering

+
    +
  • Sept 2021
  • +
  • Istanbul, Turkey

Boğaziçi University, Mechanical Engineering

    -
  • Did this and this is a bold link. But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
  • -
  • Did that. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.
  • -

`I3<#FuI1{m|3t%aZMVtmBoGyBQ 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σAq7>ke_;%OTJ~Ll$ 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 F{|A?q%i#b3 delta 164375 zcma%@WmFv7wzg^9-CY8~L!*sLfZ!h7-GghOaSNINjk^a3B)Cg(f&>fh?!o;DeY50qDU7@~#WK=xxVeRMr*L zi-C$k$97g}uivGfRvh(YH5Gdm**!g>d{1HwTC2QYGC*37EJ2dRhDUx6qZPIH;xUs+ z=o)$P;%e%NCF!ViL|~OxvhV|!u6Tpn{2GA>s9o>LbIM@3!raH-)2~_JsZ5Z*`9t~? z718T&l4y7P>}_AbkB^6HayK_Ma1(_S@}*NniF-AIuCTBr#(Y@dWud^_FqhJn9~V!% z?2oz+-hq+^!6nJCzAn8gYkotyA-R)WgV&=O9_(0ZbGdE^4VlInNjrvR{Q%*Vw#fC7=~`s~PO!)k&fE*$TVND}S+u19pCn$L{4(F~0S(Z7 z??hoUix;pJ>ghQuj2XZl@3h0F0ToA3jKKjac4e%t)V-&vzB~183vNH;?qhw-B6zsI zmrU~fiLmkQE7K0!Yv)EwaKcMd&hbI(Tn8j2ZM!720VQzg$f(0tf~7g*e45_zEv5Ft z_GDibHI)5)@RVL_fbDGWfiQEhkdhEOqE1|x_ar8G&XZ4DO$ck29c~Y3t`!uv(6qW2 zWleagx<{yi--&CG?=UlE9o96+$F$K_CQ?W_XD2_H9#sDwE1G-(GFgm6bie%ZRNObC zgds$NAFDC;T}5MM=VKEMypdvbB}0cgp^Kk72Qa+|oDiccx&D(_VI)moF_yHL>CQ!w z^6{r;X4}1(Y+PngdDw{zNk)9Q-CU|}2)_4hfaHf5O@&tyrETvSd?fZ^Wa^~OzXEcl z+p9yZ(YT4Kqb$RP86z|; ztkptW*fkZJh0rT97f!=_^wK%PzoVkM`n=ij1g?swyeuv!>`#vTk!9KNWqb{Xv1;n} z5NP6xFNkCMtq1+ph@CL0FmLfyq_)e9xhR27-R(jU*Y?}`oDn31c_bA1bny#4tIIU! zhxv^w-2#5H-uDzJMtbORoigP!wyrg$BKo;|PVsdZU11}66+0%EEIIaO8Dpf?*y6e` zr@$xln9J$~UOEiaeenHWt1`G%q4=tW9OA}i#s&Q{&RS^FQJ1cmF3l)rm})zw^X%-VaJRP-2mIdfo%t27lIF+`uJ+C zmzE6@j9+uRnpfX^Ba0P#3y+l|yh8qR8w~QSSs~wkK|bQ_68p(DV|YgO^g{hGtbO~+ zaA{SkIl)lIjN*wwofCC&DoAzb1-W!?v;;{gr_q}pqI{JBMmJyrD_-dIC@JVe%QEY4 zaY-~0WNx;EU<6D;kJ=Su6I@IrG;&s_s*dMtzlYUI->7cw*tDnZ@X9)Ue8?lF=8tt2h;YpJ$UXoD?_k4X@RRwF z=Pue{fRZiDcN-6|LxEmDuDZDtm|5#rxXUU?SNO~H;yV-2ODQp$7B!d_<=h5pa`LZ| zm|aCTjOat)r{73SW6BM);9^yHcj_T)N0(+U?dsHpnEBT1GXwEN+%$0IkcLz?k;pgo zEi0W=Q|z6s3QLE%Z@jV@t{!p{BhGL{%)OYjjS~S`Tu6Dl*4GB$R79eSwo|XO`QM%uVSRDFk+GB~|B)_gL*Jd)`kuJ2sF~t?j73M?cAm@(RX!-d(Er@mA_00Vfl1gZ0Kbujmud6%SI0 z3;nWqa)n31<>Lgh^Kx?VP;+u{vGaj=_;`}>09B9`LI5hx^B5Noke`|p$i>bH9fPb^ z0DK|R_yFGjRe(zXjh^8Qk3z-^) zoFYFvHy0--^k)2>;+e*TPXYV&Lw|XYF}SXM{X^nvI1;*A^!d*Zu7&wMrzpUE!T0 zRU6q;&UNsPodS+MFDoFXW1Z4W%-599bX^3uzGlSg_J(^O0M#e&M`c z3`3P4U*f8|tNpdsLsSDeHJ^K{cZr?>}f0N+a)%8q~8S-N6|ji7(}w(;AQc8lPf!LUe1)$(kg^ z8@#ddEMd=L-(3Z&xjRTHNeJUC%-{cPYbCS%(B9Hv|kvbSA{|(we z_thyoPK&yZkvCAq%ki9@{(AKbOhy0PT@Na%knDPMwcHBGN0*M5ts>Ravq`zcV|pMa z_zEi~6>$FstlDSrQA~y;`vWo_>2fEX0C87nJ8Os>$J@;nJ?abfW`%1@itI~5tJAtSre*U$C4ZJk~esdV`8->yXHjZrXI|1XX zgdzl_>JEi8L-uY8fVSmj@o>*&Yw<^va9l$}bY;Zm@;uw5@2;JXA9={oA=uu_Tc6xy z`RMhP;^xXt3*$;d>4V^7n1o`5Udk?MT#SrY-_(fJkoq>5Tj(l(loY~att>b8bUN1{ z$d^0Z1cIkFZL7v4T;XNM<$03YpWerPQ zi@6eocpi(~iyKe~FQ|}jiBAHhk|S!#k2%TA-|0{tmLl=s`4B0%sSXSoybL5^!{I?~ zFWCBYNR~aCSVMVX1x7%Qrdh&1hQr_Il0i4mK>`y!?yv?F^vSjUnBcT+A&z>@B@@W> z!d(a@k($nRbS}=dhUVj<&1bRLV5_wijbL{YWI+#fh0VRsLmd-GOa_QqD6j-UhJm#) zE5?0dLm~04pAG1U!{Pkk{PwGGW%`g_ze|A=drvs@32w!nhf6;poS2sz>%5%LVMa&4 zsZ|&ZFT8I)e^D@4=YfknFc<5|7FAV~E#^Fpy5z1nlnCs)EUv+;!NbuwU)jSYjd5g# z=}n4!^&uT~Ei^n0HAnfAm6;fyx)wZa(KkWK7ac)6;~YZyr7#%hK}E0~B>uxl#ysh$ zrW*uj`ZtG3{dBTuf^(RjgfhEzac#@aWN1X-EnhU4!k{hK28IjPpfS$Q6J}!cV&uA< zPMEQgL--o&2Az=|AhkE>mpROd8lStE=v#~MG51?^Oo7>PrQm$IUo& zOChoD>&ZKdq?qUA?|-%mGCJqik<$&PVN%;l5W%qTV&J=(EO)BfzMJx{GD_cUMcSAH z`}{xxq7>Z0d`hGa5zih22RLaI0s<4cZLTQTkg;WZx(z~njgC^w=unGRFV2kFb(yuc z_L|t&_>giK18yCVf&NWsfdSL*)&sX?65@5b$xJYp=V;m+mpvq zV&S*z_To*9ob7@zH-=6MB4Oe=*t5`L*K0AMjQd*8cfbMvaZpWV8fQl|G6viA>Y<9=)P+DXJiE03n_tAtwvyHPlz#MaPQ z_&M&Qt#tnZGhVrPcn$*nPKwhd5<4UGd9U$V6cS4^!z8twR$>0xHHj7s11S#?-w`OZ zj^Nw0fw{G2x-G%IOv=M4o01>@vWECZZZzG#vEn=v|k-V-E7~VXz)(_53P#T)667%Z71EZId?Pv+TSc5?3$if4SF zPHxjiLgo8c-HBABNh)HozPw4-4vxoGoo1R;pLszqf1zVD>DHth!6OTj(%{#0}Hi$80UNxbbVBIHhMor^ND_nAf&{Rq&%@C?T89Udai*IRe3Z}J~Ap;$m-I`S=xk=D4J znY^xkCVbdr`%(?|HcWd&-2iztFpR3dn*!#>eAXTMY_@m#Fn=MRAz1bcPtMv?Dn}bZWOsX0lgIFeJR(qT16sbd8mQU*73_j>ezby6_(To+2j7 z{pFP&!*#^Qq_>|i&cNvY8_j&A%Uo}Zz4^5SzpCG3!y;>Q;EhZewGj=u-1uEq0s@?> zeqSM4<()+8pf+PSs^7`4cyi4S-wHA$qVX>c_=pOmcV#XFFe!QPDN-X39p#UAy`P82 z=U(P>R^jiI#^Y*1Ma*XoV%y1tsd3eVWg~S==IXtYrMx^>NL1GT)N`i9xvEA!TSJCm zP#g}srpQkb02Y~h?W}=v=fj9yHs#9*6T`KzB7@b#py#-s>qRgdUa@|MFj+T@+dd0w zANwfliQMn84b$-3+27Wo$N4b=o_8cpMh?3xXOwt5ocyg#B{jX`oZl!&R7~yEjcBz} zU?fhdpHfkrrO0>bm0!9xVHS)kcRxxiVSog!s&c311o&rF{vxeJLfIa`*18*EgK60r z=L?fvW59jC!%5_4o=yJr$Cq&14OFqddPLH%zq{BO{bXZ6-ui5^J~~--s)>NOzSAVQ z^46rm@2QC(jB0%w{`yzO3hqdfzq0Z9+%69cY$v2j{=Prd29=Y1E_s)Qywd5{(>|$B zIaN=4slfr!%H}cDhXV#JHT1cSU%2+fc?_VVX=fQR9(u ztttN71eKQ`g?F1M6cr&0gRQ&VAu&vM>B9>AOE{|NnYoCc_l=mM*`EBhi5vcKWUPd{ ze}J+R6%?X6Y5}MaP&ptPB1jG0HTD6ZLl7$fQ4nb%0CsW>fZ;z5X}$UrL6IRu(eTj_ zIu7Uw*sciZkj-fLD9G`D?=}OW;xSzWR9rr;zj*a;bc9fv!umkMIiDe}6dvta@h7ML zjg63iM5scY>;Ff9MTA=gxuWhKq#Ps{sW0Qx%eQ*mQW;??NPKaiM{3k1o{h4X+Af&PhV0|XE!WfZRanWPh(V0J%9K9h*?j zt>*tzz{AbM`<(y3mKdG|syy%>5PyOHL$IR>z=mK+ATTDo!6TD_xY_wQ`FNgJEB;zH zp@!Z!AoLIq1V9FGhUMh=)*K?j_oE(414IrtM0P;`q z4#=N)5ne)k>0nX8)=+d8>~y)ozUY5u_jy=X`E5=_hGGipx+hTycX_ty4+Xk=spg8r zPH{~i-u9TjjVxEDcO6?@9%ZMZ+z*ysyR5S`9a9 z^Lw~DTOF!L@_T%khs=Z<`ST#c3g8`I0zJ1G$^^5h+Y%3XUwN*?o#sVFy>3-{&xqgFT?#OLykak-UYdJeNCaI)39Hp37!7<| zw_8IsvWi54Ip|imUVE=3{F`Mxu-9X7CqcG2;|g3vF%tOnS=f!c-;bl@_yLCCN~^A2 zDiYRuFHII%(A{d|?f$5!@auZ)Ov1yPy$z(#)y=1LioWQ**XX8Fg00%#m#p|t zAML^uf9lVs7Hk}Obrg&a$j;H%D#D2pNPhR^fcVk6)LqlPJ8`mzCo~E+@%d;sZ$CC# zYOW71?)j=(<=Vv7__RLdm-}sAb9VeK1@c3f78cvc!HeXEo^Tl!A_=9d>0df5I~rZ@ z^%uIk*bNcv@W4;pFz;-}pC@kkG2S;OBF)1*i*NXt(+fuwIE zJZ8BY7)K_CQshy7PhMM8J5!I$TDNrqA4_h8z?xgWDx@rAQY!IXZ;JQdib}uy<=(4G zu{)t>@qWE4EL71_##ippa$1a4~Y%J9X|MYv>wOy?}U@DB{B&+;kW9-h)0LcU-YDI_e>eUF94ul z5E~CJ5C#j+iWzyWWY!^K>V(t^(`hpTOEo6V>(NoCYe?((rIE$enen0^pDw1gjSI#$=I8j~AYExFwcj-D9;ft3r{V zWIZ@{?c{>O`g)53Jos2LWtO6UE0cUs_IfWjchGB7w%LzoIaAFiB(%jsF_58DD&j%m zw`R@eJu<~YYCg67adY;pCCn@T6ValcQ13S(3E_GvwD6y;u!gAUJ}C%g zL=HMt6LD*PRuQ##j(qfq`k`f+9J(8^qGb*_W#AV)b*(wyc_i0gdSf*wb+N47(iIZ3 zI)<^N*<#w_rPl(B{}e8b0e4xHO&t#Y_T=&2OL5xyOxm3iHbPA3{^t7&5)fai#(Ws-yMarzNEN2-W?=R^$FnUjsATXcC&5|~A*_oRWXf%rnlW?!kG2yMmO zWq>PWWv9TU9r*nyAha6DN@LQsOZ`GYPetU|XVYgZr2!2wEcMu{psW1Tg@<@tI)G#F z3;I*g`tK8>RCCIQIdh@_KN<@#gkNU>LPfXVf4Dl@%Hu6ZDq9`kT993Q|cWSBmhNc7(O+w6b{MI-PRsIanrK&Xz8@J2_&U<$5^;PfEi7eSCmJ`C7{BfXU(9GV;7 zv~=7*DN{$tRT9NVuAOuSzm7b)*JjfjMtEJhsV^YOxPqu4Tf1~4?f)B@%rCmj4wIMj zWy5DL*(jm(z1Q&*TcdZ@+@7ENM{H)%QTa5)d!z`CoPLPj25T2`awYpLZW~!thd*sh z${)1zQaBRIpqi@ML>MIw|Bi|S%It;e@wOz4e>4p|OVTPO7Um4E0@J4@`=MMd?ZcQ$Zy%r8lC%rinDpGz7zF^ z)aB}kCpp5+d%#z&>lbx}2<+uhX0(w9gSUcvfPy~hqES}s=3a75hvwdxaeWU6wVes! zLraPvuam7AJi66*FWAyhPyaGh!I2#t=xx8CKZJF$14KYdJjKZFULoqMn%~5m>7)@3 zTXn;8Ql7uLCGPb)^^Y@|wA?Urkd~I4vfP-97P1(hi(aq{ZsVn+%hX<~CGqB4pR_dp z*k{YdxuKDsAXQpRqBHZX%plWCPq5>1ageV3(NFyn8USZWI;1W9EBzh z-36b7{FV92O>e)1UHHmSumJ)!Ye)AJcKjGZL;;rW1K1d4Eaa*iU!wKbFO%;?S3US) z>`sbesKHu+9f=o|*lYGTxUv1}8JZm^!KCkr1_|!EP=fayX0Vz&QPy3rTaTI*ow|OV z5(jKQwmC`gp$v4RIE|Zg2eMWw-h;KH=~n{NbKv(T);z-de`sI~z)uLiqQSN9bhRU1 zf|E3cYlV4DopxFaBT@I#G$8f30q~=Eh6gmDdEYS?FA~=I#XlYcV|X1&QVrlQ)>m*O zl{m+MZ^$6sjWSNSf+Xp|j@Pfg4%wu<4lL>JwUqDDLN;L*eal)ndAEWB!)zMM z39QXQtQP>ca}{A&0YRMnLihx>Y+S@Ekb7dIX*q}pn?ca=2>aOJ6qfMoye_J!DB|Lk z%Nqvel@~z|xv;}Vh^X*`nf72;T`XKNM3e{^`862WJVioEF}kP@KwhN5Yqsn}gjYIn zXbU~#ppmQH{sO#T?OUV7yGs{OJS$sR=$Ik4j{R@^X2@?D%HzMWpDBs#CpnJ5HK~LM zVl|9@zA69KTkG4JHp(bmb>G`;R@|H2^tBj(;#^mN@MeQaiG_J62DKY}yJ$E%!??_G z;K<0Z-_gbW+IN5dMq06V^~z5;n_vF4^y)0PCxNBk9LHg;Zw-}`vY|9c!B4B48n3aj z-hCCt(lD{ZSBTBq0i)hmBYrl3y@VR?$Mpma&HT5Z=+xtzWQaW}+k1!A>9uMsBwQ-o zNzT5X3_D)>ZEn$<_!_a`f%wUaFl;@YSqmlZFlrm|DPpt{gmw^%2hWizXEOIMZD6l` zXaxOF^-X4p7Uf2-PgV|WgzvaI912aDU9aSvZEreVIfh)>2kp3Onnazz23g?oaKN#N zJz0P~1@jLB!8&_^6NXBrIBhIQ9|%;>AH>Q{P=;#w1;Z;d65*0S+zg}a4YWdJ`6PB{ z!F~V2=%duV{U6A?E(?XXoF@PZF^HcX$i)SE_J;puqVj+^*?A!2*zm59FLKXd_7VY& z00iYOULLOh;6)w~)Lwjn-~sWK{|BNs3V&fR;hz>QFBAm-c2K#wK@gJ=I1dP(A~e)9 z3O}oO|FCTTMq%n_)#*0W^<4f(s?SP)Au&ET5b8Dmr%lYo#SOu!htB7v44n@O#OMSZ z>>wx)LvO>sd6f3*!>xIzlz|up^H34A|5?KHyCFjFz8&&5%sOAd}C3r|IC=+I{;y+;PSoqmk6F9(x$eDHZMq}}UPOd;>>g{6i z3(1vp4J;`&{DF@padiUyC(A?xkK2NN*SB}wR9JiWnF87`^@{~9^0Hw&J#B54T0M2kP-LZ@%Icm>#%Hj@JzVD?rAlXsE{DA%U^xD55cut= zy+!Cfb9_b0mE?OIUkQ@;^YY1;`M_{xyoilqX5LflSTW#xPvZXj@;y2Z+i&$W;b7TJ z&lvzAa9YEraQ#r##|Zh%!G{Li)R5GAQJ|^+l!O?r|>6XyheFoPkON@JNZp!ME;O2k{pX~CDuQoNw)cShJ> z&99zOa9288`WRs^(W67K`3>Cq9cR(1uv|_@I7xtlkU{4ZlOc{&;gtT;C|#2eO~GRi zuCK2vPa_%fK3HWhbSLOlCy0v8qYVM5ydRh;#(3Q3LzXgcyU!c`vr5Udj>Ki4rYOdc z{`H(@zsPG+74~1|q&tQu2;nZUhV3ru9AD|XdRMlm4{9=-?wvQ$($c^VFCOSA6Qp{9 zKO*7+dhT)6-f;dD$Dp1?AJ&^O|5nB5_~8RYZQwmgO&7Y_Ts92dj(Ovo{W$wi1_NTA z?(}HGX6u)rx#|08&D%teuDcOi$Rup2p!%;9$tf5DHMm5Z!*@|h=Tc}c7_fAT7UI=&p0> zmT?hP4)}VaCvu!4*B(sb>FpdQ6D3O1r`#xfP^;2I_A(kJs(Wyt?>ip7|F1*Qa1v5H z(T09kl;v7Ox7OpY`(O7Td-UrMLr^R2ez_kXH+^gErlMQejG#OKV<%lpR=ncK`Bnm$#a{^5;Sd5Ua10{SCy%#U=Xcg26qY>_a-`z|AqE9+s0pM!D!4OI zM0JVSne06=)%pjcz?wtY%JEZrN7Y|a>}=>-4#VYh4M5gBj~OKXKXd()EdXTJ4tC9m zJNEf*+*Y_b=1!4@asrDDmGF?Fn6IxuZk8-1yUR9S+6qg!=M4x%&E^QyS2|^u39?dh zip5 zid;>&>EY_Ckq@fIl3)!TtiPeMcfKfed*bt}2kPea zOF>bIKc7c}mmg9tO3Mz95CseaAA-o`7y~s3qaFtFUB1!6U$T(=PQ#My&`;&`A@KG= zWq=)Zm-Q2qXfIjo@NjEPn0FX6j4b&9^W{5C^fI%yAD#ccRbDKaTu9Ta3r&E&E0~{; zN@A^ELQKbu>>EXUl2hKPUSmJcb%ib+*sHSXQJ z&UXg%PGtUQI)=FIQl*~s{%F9(ugnB_Z#J=c-?$PnpK_$tcQ+{*S1J^H%y+&ZSJfs` zGL`eG2yw@m5SXf+U559BbItYe6$M+*kjhIowM+^Z8Xs6tbGXgg$Y|5EC)vLO*_1mD zbO3LTI)J@C_MJW{A{ynF$<>q(-FGI!K0I7rz34Er=s&A6>x();lwZPZ8OMKhOyTO^ zDJ+~L115%7Ray@EOYQgucjFOW^bvGmywtU-eR1Hy=HHD%WvY~5sTZ@ha|+g-Ti0dp zb@9qIAN?L4Vw|+^2)k*GNV7B9Da)n9gF6w(`i1?$gQ=2^su5u}u#wk0Yk*$M(fdp` znZ;g1a)W4cp6)jyBNpurQ^p(B`dgk<4~PJoHQX%0p@~HQfaYhtnrzFK4=5==H*7nQ zx}0Wp1W2^Q-*4bmn2GR0mjuCS8mr!>-Wv2ZXiikA2fA`O#bK|89LM751@wcja;WJK z3mw-8#p-m~G#E!U?p0jJRY*5rJ_X7wQamLLG=!4bcY@1xhup8@ znui}6a4)MRN!>qG{*Jx$3=Vp)8bc^x4_nrs7wrfn4e_%gvE2QRo)SRrBp`D`xXtl?wVNO_C#9w>qYk;nzHZM0<8sR6;sp?5Cf@!+yfX+ zw5cIo^l(zm=}EC#Vp6z-g=7N?q^N`g?q&H>KY>Flw2dM@6n?ALiryn-?QA=|N8x9N z;ne)t)d!1(3#Q^6T))5@+3>upLkYDIx?H6f`X#MCZRERDN51?)J}_ffn3&ki!~!6( zAxtMQ(u$JxQOMSFL%HGf(ybieDUpu{2-{NHd3h94If`n4aTLO?=KAtHK`=K?#%EK> z+FZy}!u2J$r$n&vALsqiWc?V-99uy7kvZ1U89xsGqql&PS!{F^5?j>sJfz4j=qXVg zcBkhd(T-=@LuN|i;Nka=&%y@Y6@n#k2TLG z6Q|0j>UFTz&Hdfo630pe1>0GaX5-UG`|S-8g`;k0v*x)FKH!&P^SCXd!0!TW{y2Kn z4KLJyb=L2f^2exk)OGWv$x^!-7m>ash}d1J4(Xs+o<^Fo>71j;fDuK;?zK%d5)tW` zpujI_EEa!I5xqqYIJT|Aq#s6<2fh_02`#>zso?nWIVbO4)0?udp`5Q(cIRgM62&eh~A$T+g zh?Da0vU5UfGiKdc|eja z|MzhdD}Wd&AOHU>hUJ42-M@-q*{q?~7gY2=>R|bx6!%;Qd-Hz@dTjpWDX8Jc4)vz~ zi>EmFpdjHa3g-%mw}sx4XN!>-T2IUmt%3b7q~d_uXMYyw8rc0a9kV@j))Q8!%?N_p zd4D>8e{&-cdhyQXP-E}X9vUrv?b+CbR?Gf@Isd+q&#Ki%C^vRH{1eq+1k?i*i-(0e zzV-l=|1<&r1<3zp0s=T8)iiLt5Dpu_f0=;)Dm4DL3CQdNoj!mMS_l0fUg7_g#XACy z@TobWe~y3Hd)ypnP8#+{zFwN{^OGVMkDn{JM!(cAH2 zs)q%3Ls0#LFj6S|9q##_R_b46KlxdU_&2V0pS_}@dgt%^g|svM?(7HEl^NftJg8`H z#O>>;8#w(=nGf79=scpVf4X|M`&;o>v-FPT``#bdrD3DttIKBw%8!ea{`NFSX-0al z^zGa{y}blQ#!c=Leonqyx!tM+st5P6@;}vw3MIiODpH#b7c&~whB70&N8D;g-{vwO zuA=HT$nyK&N^^205r@`0U%|dA)#6_Bz>%z}P62B}Ms40;gmi}{q^Du=iYPZ9pDVjQ z&HTu|BEdQrmHm!jbvKp}MP({QW$lB<^Q3^-3SgrEbqfg-a`?dJ)u@c6zBPuZvF^co z*Z`Aa@kbJ1IRwxUjI-PG(K+A0l&GX7-}M&4 z4?^@v(Hr{a{3Uxy+h%BU-M(ge((VeM+^zVgqa!{r=3!{Y{KAndkYjNhzOb?7I#UD8 zOxkgD&g_8qUA%a@2ViM>=DP|siinO7S-{`V^!OIWx-P71Pb*GtTFB2v9*fpS<~SCc zzZovv?5QX-D;qGr#6+{8jnb}y*yPE%OcAtLYGb+E#A{&F*`7Kg+eQ*oN`ujPzZB4}IjdKKC0ATS`hy!C$en#4cXw z1P?x@e8-}}TT8S>nj9(F5_<1Le^mv5v$u5)q?Uiq;H6w(F-UB(xN?15DEfjy$+1O3(TW^@0e$Np#%h#1q-?Syk@I(deL-y zKrlgXS5YDG;F2hDC9hvMHyh075B`uSYyF9Qo>hR~H6!96A#-_7&=wkyyE_JBB*czC_Kji^HMX=Cs(! zOZZz~*W@^D)pXKa_Mf`jXC4-YcM!z09%Yuvi;J&J1qx-Fcfn!3i!Fh|CJbkqv>mv1;@jdv-Ee58ns*}S zbbw9naq5xVFcStfM#CfS%H<AWaH-V8*7OgdSI-IxTB~9W7goRU@O?pa#KPhuI(6SI;wjJIQJAvPd-#E z0cDs-sO;k^i9rTH7>aQMI0N9=|KD^M-0lh*0L4h%dYtlD!WzQW%;{1N@-F%?+l=IF{R;-!)|kx`&4ZGq9Q4yH&bwGI6u=rgH8K zGjx%a+hV@pT+&WvG#cuskL_#WGStL7P61hM^j>!whua2EAS&nrw_jO)biwfLwBDp~ z3|XKgo~u%F0h_?dRv_m1+E*Trq}F7DflYpd@M&23A5Dp9`FM0z_*2DG!F7agv3CY= z{KdTK^8|R67WPae`p&*1#6GZ52D_%CFkJZ}8E~mwWbgFHXHtCa?qQs?z5j`@#{-0>&xJBxFM}wgpR?4s-YA$4H8}h0CQioU5bkbSYyYY zJdANW-l$XHAaq)I#f1Zt=EeRi_0QVM3zZQCg%xptPwGwd^76VyXbeW5L;Q?6yDpqK zZls1+NIASG^c~?oeJ~sK%AZCbWfGq>PB}>-@H`bqQSc>vJ92K=vuj7wA4y&Uq_5D- z?@P_1$$aBafU3;*GYeXJPv7GX| z%0}f&yw`|`Q>PKB8JJ=G{?f}+)((2;VcYQ_jqoZ~AH@ za2N7el#>VwnFGsKs}|uA%iu zY<3RL$#phdV?qw^K1SIQ#-eM$*O5VIq6#dQwMqYn?^I8z!E$^OYkm_HJweep9s4CZ= z>8}XC!=;&L?{klN0wvGY2)azeyR_4^83KmLAm`^xAQI0Q9g zSvBxXhLPDx31Or-GXgb3D>Dl<1N??Fx2AsTqzHDqa9U&K{(EVMw=9;%iqO!-Ne1p8 z;%xd>=-JsI0+7*G5NgJ8*hXo`4JKQrM?tnq;MvwWXG1r3B4xQ zMDcgKKlPeemVQ2{2KiLnu|_nYj{=iil21}^97c4Ocz!8Es?zw_mvjp+0F->a+39z~ zBnV4*WQqo{bLqS-1g)???HNh|TqWX?Y{5_h(Saw z0I`tY{s2)3nkBU0u?_sMUQ__Imum%xfoKFmb&l51QR<+7^$vobU!S2hhD4kk|APRa zZ~K1{Kz%S&_9p@G|4#w{LgC?00tgBDXFAo;zX<^PtHS?50Q`Rv07cmI#X$)G7sT`b z695Fe5&DzH{V=Hc^1mva0Z_$rAt)KNw(!r&zki!J(0BHKSN=f;K0doI8_-vNsPxae zzkdVAbKT&db$>~ppml%$tD-&}pb87EPpr0te*uw>_@ly)=g)#aPM*IIfcFmsFo5j& z0LcHaT;O3Q(yw+SFIarpBA?|>_KqI6u9|I9^66Q@>WX%{I{YnDi}mU4B5oP3 zS2NMd^zT@h%CLT=<9DA4#gr5mXJxHTt73oT`8w`HvCa|w>e$7Ji;$_Wxa8ZIZIJDj z=bO+k4UR0;9V00l$anEQb}I|!9*%i!6=@cE6WBejU4wKBOz`gp;IW)C0K@88%=nO} zx}PWff;XRhz;KX_%}L`I?~j#5%qd$8T9TEGrQm|rkLyMrE|2$)M$<))aHV(sKXx#4 zt#K&y*KP5pEDLMXTVB!%MZ~`(pLf#b`P)x~j9y2X<#BAKl2q{3=BP4x!tg;8UxK zDb5ejdEMLW!1~Y~l%vET9>c=JA--*5KqGjdqdFDhAx+ls8gHQ|5Xce7l4&=ZeY^H( zT&^->H83i zYqs1DJi;44$BnRi$+>MQ4Z+>wzQhEyX@0?h_wY;>I30xo{j^q**-n9UZ3L9xD?doL z8y1YM<8D{DovkF5zv+_(Ow53My+E>s>K?*cgQ?{23gbH|&Lc{^LIj%u#UK>$n(O$_ zSPjb%E*e~r_l2{ny=Um=e(8xYX)`oYZOw* z-YNkWPRzDSupKj{N5y7aR5%eh)wljzhY4D3h)%OzsnXs2EB*5mRqKHQSJvB{QxH6}3yc6&==(i-O)Y!3@Oo1{Z+|5VnL)0!ZnCC~Z3lOO;JO=H38fU~0 zxs@@fEJbYfb)|4&L)6R|ztP>XaY7Xigb;jF5}VNEXkhUh74#%A*uo;f-ppFBL(J-u zUVp#u_d7}b>@Me8rzI+se!JRm^;TK~MbB}M(QaB5N9tLnHIM>dX+NLxtVHNgzv?~AXVU) zLY|>47v&@u1w*2$7V?oc5saT(fJ`sN$Rr_)BNwHjW={BUuOy2T5&V&sf?n!UHNQaS z&GU%<&Z4T?hFF4{8oV|!y;O@uUI8-sYuSV+DYfr$9C}0w_K6xMDc%nwOz26=rm9_= zf*eAzn!&4(-qKK~opeTLSCf!5uK90dFN1C~Lr~ZX7TqvD7|W}IIY2qcV}}v4ES3hQ z47R0iHXOQ**nB}pA317FDmK_n;8Yzj#jdIw{Xw22rPIWVLh?{r(dgQ}_2<-2GhgA? z6;FM%w;SUp_f+iXpPrp8C06~>mz+0X5w{(Z_eQ*$Me%^7Yq$iXIA}OBn9sgCu>r)( zrp~q&NP%mJnLq`ejbISV#IT^hZUEJhug??ehOG}KY+8TZ?D+lG1z@rnFzc@5tU(gw zh|C-wA`jf$C?A^wvF2q&-6K9El@uGRPLvd{Y#DQ2;4e(5$G@paE`d;A;7Ud!@6k8Z zLUNk7xF^NqUH7Q9aaG<>z{ed>@0jZFMqoLW5cP1J1~P;DN?oaYJcp!??Z}CCl{IWB zh_P}<0v|Ipt>Oic{vTss9hOzMv@hMA(jbl0Lw6&c(k%_rA^k{q#{<&cAt0$B-5`xL z(kUq+@!P2H`+n#AuJ1eNpS5Sry4Tu!!*#*To|$_LYe?0$KNB31SdD1ozKDh?b)qQl z^{4NTwIZSS5J>r;y8Zdy)9DIjcwKJ$#?2?3?cz?@PM08ot)cMyNlA%lMV zb~USdr1pJ+tnF@l7K!kKlLq0G`E^Rma|8udi1{A4R`4)y%DkC{NXShG-9y|-9kSUK zBw>(}@B2Fa=n+w?V2~19F`UCPG-dvj5Y|mcx?9{JrE~}c;O(+no~uL5mCPxYm{?&v zHLN3B>{25|Cm=6E#~AE780^HXQRMVg<^v}1lNxgB;R>0tZ)AR}pv|);@C8aN3i&xs z+V~gv(pWtPdiS~Eh{ShmGE3V{tF_E6nrgTlm=20hkVlw^`Dbh0v)FlhrQY4hr$etO zXK3mZm9UG8wWc-NAsw>GfS-Sd_8E|XUVt$LBlo9@7EJ#9C{ng5eoXH9G$ozlSLxm;=C}2C2YCfI;J5!xNCWK;TgNwEunWEDZ=t0LJ+L$I$_N5&t_Z(fSSu zO8}t%KPQG(!cFWD7@f`CW5Mxarfbq z#(jIyWI^Av&Gq%^ z*2^Nb+7|Don=^YNu%Gx5*2_29Rrl8)AZkCnnV}#v?WG$ z59jNE@EKv76DeHxY%}w6k8w61Jb0bS!qYt26eF6U_BsU zx}<5=SGo)yMtn-b?yYa&qK9uasHxz+l{O&~(TqJYpbh#d^m2Y$XP9E;69kt*iGH(# zhnGaZ0NJ1kX;oF8L(LVYnI(Xyi7?luP=HvcCbA@^51RSe4;J2BUW(6Tr!rW!Hqkpi z-Ia-0X9rT?7Y2-uGP2KfU%W-xIhF{HH(*k#l&8MJe(q&E-&&i_7{NYcW zt2-aoi#}QSrRqb2y^_tXq4$1d49ZOGhsr}6(K<9#Qw?v?0~X$X&_CjP=f>cE@gRM+UBn<1+@TDcep4hT^!tc(%;E zz>LP6{D7xJSPm(fM4lA4C?SRvuD~@mKeoa_OHu#ZFJJb}tvo_T=B!+xP82F%{gVq05&S__D}qYAeb4)s_>IdDvSS zx;`caits*R2}ZuWtvE^NSJ6-T9F(Z&Dh9b%)R3Lc)n|#)5HP}$^BpC%%`(+28zEOc;$Wrp9iX)^kvqnVX+W z+V4;xuW&r+U_?Wb#>3D_qSG|+7Oe7Feo~cREINQ;?&# zrTZF%<@7k);0FKxyIUy1vncFWVm4v;a$+CB1La+~o_<3i#5x&ji#a|EbuVE_gC*u{ zMlwlR12k>hcstL&dQQ?$mUdAQ!p29OU`r^(RDr;a&-dFDMoykV8&9|O<4TUxwgO37dKgL;W~8h@`}{WDPcU- zNZkA*ZIX7!7{a$0j}5(-9yw8tff~~gFob-r>U~iW#ScpYN_tg2jA_~&bm1bhqc+7) zw7Ip`w;ry$Rk+Gu*$P%v6ILbnD^if!GWF6{B~2?dWg8Bwly`!NCg!O>k7yuAt2jTI zKs2p%UaG@on8Lw!-d#lvE=Z}+r06bpX}7P`4zn~=s}n7C2dTxf6CAOwOKrKl05e2} zRU5K4_FI-1$q@RM1yIWCT|>*XvIiQ!-6hxQGyXU*pve@ilp8u_`f5%GAtP_&Kn)&x zwLzWgoi>X_7=dn;MN=H#=W*kJ+29_{;9mO@t1w51zPOily*4_N&761_UovXxtMEe3 zdi|&=n_Qo7xv8k~(ZWTwlp*QrEnutj!elfEXzk-5JoNrrG8$G4;6chW61xvL8<}@S zR(x8~`BDR?x96uFeI4}9d%NjPjQ4h%)c1_?;B(skJD2!{on|o0G2)`g<=y2Nm%T!x zwtXH9(FF(BxSMd=9HE`#yR?N3FRPO7((r|iCPk&ZrRaqXZo9EX+CDpH9WZ~BV$7rd z_du1kuu(JWl1{?eKdfM%2y=qlIKWIhYUlh54Gh-?_KEA7 z$`eCShs&4Ou0C6w;#Mytg1RkTP>EZ(k`joZ12#)@k*YIAo_KVwWv(+793=?H(BaJ{ z%gGux`Jcfbx%Ur3{~OLJ3UH zHB5@X$=p(lU0Yj7_B!70bhvg~3#0cl;B9B|S?0WQTa(J)o(+EXPG;`sa@a^U%2@Q) zZ181*5kb~EOgoEU_{H%l#xL}(4x`u=*lq38#%yqP?doiBcBT-pGrOZO%ZQ-ORr7|nl3*)RCya+bAG(z{77aKj3F#QC$$i9V=H(t zSk?tq?S4N;Q+W|yoO?d}HmhIObzXd&38q<~)esF0c`4-i7&2#ym9eDp5tldzOv&11 zT|S3=$vGaUCo1+I2P78+{rdwsBmo~f8bVhMn1(>8AsKS^x71z(B}&W%6#M_C1pGTy zhl_*fZ%ROCNc4Ls5rRk5Z#KYxKAi)w-)w-|wZND2{}Vx72PKNn{Yb*c1{9P0V-9ly zDNnzONsj9P*8u?ht|R%!2z~_osw4SS{~rJm9{?l&iv*B-1Oj*y|25?a1h`qhQ=YUM zfFHxJfCmRqI0K|S{R^uCfCFCXk&lqN@xQ~JH2&pU@bUgG?f4&=W9)n&h>A2&b@QnS zIPF);6M%ZG>|p;Nxnqwgu}~o8DWdtmL2=CjDNic~k10=wP$)zI+W|mx2=E^K6a4_3 z%Ey4nFWLi$dJph`kHL?p>;RMvU_Agh2>$sU@&OEqzr!Eoy-=e638U2lr3S?d=^%ln zfo!)xy`iT7@%<)10P+3tH28jb8vp8H@UlVH9nU;`rufDIWuR?Ie0ug4}i z3109fsS!S?6kT@rmi0e)41@eMtsN7N#HIQAMkxSKa(ww(DUUuPsf66K!p7{%rMOeX zt~$MXrRx5Z+PY<#li`)&<)GwuW0+I02{Yxf3zlXd1$?58B#e6fD z2ak)NcT>#Zs6sE3`BAqPB-iwx4qD(lpE$LU_8(Ve7bhCmyDo0T@aipRwGPG$eJ3jj zwGZkaF3aLw1$?)Qv|JXfnpIltk}|Vt`D1f?&UHArYzd?tdK+1B+)%vnuMo3$*Sq?} znMmcS*Os)rv*wAOwl9l91H@%lHZSep`ejL3hop&tCmO^$<)}*Knb+#ZoywgGQ|Qzu zUelb_GBmvO%gC<dm==%-En4dM9?sfI%lex{;?gDBJT$+3kX+BvkgHD!KrF4dImjohHB(`F1Hu1Yo4q zVWVi-ecV9`KD{uQJ1|TAs35f~T~}vg{2Kq>b00dv-m|P%eBjhj0aB6tRbi}mn&2;x z>{l8eX+RZ?)Lh7}g*EkV@ z`+dgT)_rauTkZFPT}6-mk9LLoFV4V$u->`4OB4ES1w_{hRyh-uD$W!W$mL?e=%0?dS3ifP#|h5LeX?&Eo629jyFuM)9Iw{VW@2{^F-SNiFdC0+LSPkH zGNnOjGTgpKY1M7QWS~_E1?~2vZ;P!x#W{Bmnip&9?Ww83YJm8zcy&8|3LoI{43-Qt3xf8@vTaRILbu!y zr@$^$(E|~sp~auRR1W>@JF_WKaJyr7h@!Qhu~nfA_Tak6w|0<^wgNRQdLd_SKL?Vk zBEO-0fi5pZyvkJu>09c6Un6?^FCFt9<0K3@%8bg9Abj|8E!Z8HFTh;bHsgimBNJPT zAR-zbQ){zZm|_$BPOq?(XZ|Hv4Nz@#V%c(Yzm>Tx%KkQo{2L{iPWUS2Zdxx(wDoo z?-8ZcSLPbmNPOrpfuXgNB!}jZ#e=wXSm99E2Q2cj)#GHQP#XWry+U|xzrzyzBh#h9 z7Y|l9CVzDo-1`{Kcz&EwkuwTz#CPqzWAV>W&m75&7$^afuhR5SJVxmsldr5^RX^cK zZ>5uYfLj%q(bPvrBlM$}FgHm~Bf(`K^`Ti_oTAv z-g$5cQGhi83nk&0wG(`E(CX6#N(iRUBsTEpjJC%KPOOT8zBz#6>xK{`BI8%m$@!*$ z)nhO2TevN!T$d3MS_O0OtyrW=w@&NX##__QH51(P*4tFaYd5@YFPYJcReg-ni~g9w zX0nWZEVS;&OGh(Vf{V}|EZ=OPi%{7s@Gl533^bEX@n-Bhg}g=o1^P2U;YGO!@jhaC zXP>38ZhJXaAv_L!k~Hc2?8ORiRo3<`6`Hsgg>DR8I=hdL{g80S)Ua(-GH== zvfNdx+78O4$EG1z%G7pMZ6DJen{J$IV=E_xs@jIZ(~#zy(=1tBec!ZlR+zxmy`doO zUmLgfhUT`KACE}Mc<*%8!NI-E)VZq1bb}f9?P1mFHcJ9EK?0TJ)hZ@TC?Rk6XG(Z< zcE>Qv{MbJ#nJvEV8WT=*c9O@%5ROl+z7nVo7_!Wt6CBkp4BgQ#ju3eV#ESZ~R1dp^ z)c6V5rl7vDt-h$8l-rXnIJ+-H#l3i)Oq8YDzo#^Yd^=&4l|uWIpA+C=3(g)x59V9S zd4Ng78sYj?kI~o%C4$4l#>c`2a9sV5g7n1qKlCBS!%*aqpnfP}Y#yM9fahNW9L8^f zScK95l<5DuNHhr4Q1EcF@B)Px|HG{1;^u{5fdD&s`_DSpztvy>>re_nbwu3|l<4FB z|83oG7)pc?FvQvaosgUlC@q0>JV3cYq(^`w0Na?C5A;Y9_E+LRCt#|-T>xqruttGL z{6E&0Mggn)G5rdU8>p=KH*W;sZFdlXaf6hM{qZsI0T9nG3i5w$#Q~t$1A(`3`|{tQ z#K(af{$h9o@%=@*_P0L=FuDCET|=J$&iYlY4xoNBul?f+JfZ;RwKtH(2_VezA5o=~ zP$DGk9KetH-`o!%^NNM<(f@c43+oJVodUeaN7!SA)IT?42k``*$oB>f}{?(6#66f8$g4VZ3g((uMO5%mG^d++Bx1k zm7?};tU44zT%vEz?n?ykaTw%kEi>w^!t(@9q9j#urBpXwlqaG-ER`QCPwq}`i#Xi3 zsBV9s8t_~bSYp7rgCj-+-_Hlr9S4%MUtL`ck;fK~898iRr&niZI|%!M=xCHNlzBvi zzzQQ{fuT@J7~tjG9|o+2s1HEk;&i=u{EbB8wbq+^pNuTj*G$t(yUU0RKoH<|ZrlB4 zU?x4)C-HNrAh>P#8GP0AZ#G42&X>4nLQYruL?-X9O*7Zl3+rQwFV3Ip?r!#>QMYy6 z$>&?Q7ABuFv6gjYB>1)!2r;j+cEv8wf(_?A?uP18IW5PLBMWYt%stUnMc%nvl|Ivb zTO0kOk9TNt>3eagk-eXv=z_MJc%bhAlnd+II|~bh_XO5;nldf1VJzDI;hi`I@)J4? zPYUnj^-&TigAs?j)|e#+KsJYR`}I|4d6)Bn!L`>%M7p6-Q_%{^JKR~9p)%AsXyE*m z%?CVf-@{=0Pvm3aBQr(}CJOtyflB_Z=1Fc*ImSgub{8I z!D{|Ki6k;-W#TyYR9;h4QMgN=flr8Nw9>#o+3f_<1DvYK2GOCgIu!R3?l9?C^MWwG z57Mq{!?PZ8b!`J*BVt-!#>XW{*MqYt2u`rxAwO%?d^Z{-lGzyTx}=j&!9e#IE+{a> z&OB;YDJzV&TKr;we5kkm+C_6+ng5`z+r%li($>HdYK&!`uzVhdHc$=~_yn*W#@U^YX~OaqquQzu*1j^XPJ-9NNjzQ2XX202HB(a@N7(ev*0&tBd8qP0tIxT_DC5ffGVKJuk>SsHK;;jL0Wn~ROj-H}(#ka`!0|$(=Z{?Ba zhG+TgDLoc>7dn4}8E7;xKVM-M@$z_#ChS*ZL|a^yH?YAKp~sS0THI-G{&0l4AP9<~ z3|8A9jFp0q!3o)OGMzHlo8vW+{%#ZF(2*9sEr3fNr@~rx@)&+7YG9RKbUAN)7<&QU z<+Vq|%3A+y#zx?()7fkdQFwCcO3t0cF-ipC5Ypc1V$lb`t{GGhFziux>aQzV4tDan zYm4<#e<9_jRL+sgr@{enq^m$|CjfVR4%2L zD&tVPBI(u~$_sA6{)xD6@S6){g;ZB1`kgaNi@`F2iz8az9+dnJMCSZ%sR)7eYQly^ z;S47lkni9WYoVEDK10~@szUY({ixGCj_joL(F1yk74dzjA0w8RWU`VU1*f?RDP9|E zIzU}tQ0GH3*~rvMa%x$VUk6Lkxlq1p)X4R3l%hvIObU=P>>)*I+8~7Lu-=#(wvFs+ zi|g-MWBrvcx2k-H4BBHlk_+W5MccQCM0^g~1XndYslruSX0cQf%)E4c#vvoS_VdfP zj;VwVAXTgwoNX%Go*k+;nq9Y3(k&}y+7_LBLYmu+>?e%H_f6Fv=~(pX+QQkMKAMQ5 z!Fp67{SSgb%%mC?6}P8lfzj_Jjuz&)5H(QOiz{uL)fUYq68#XUJ0fQu{moX~v{fln zaE7MN`@>#3S8+5GyM$GXB=KiSBw?JLyv073j1+JJXyQtwi@9IQ%*TB6dSHZ(YW0ZsuAE$9dnXaBM-@N!ns4(YT zJ1v*5w?pZnpwMdd)+Iw9)tmy+zLh2~2JFTr!9ULbZcT3OiA3O2L%NhB#wmB0Jj$o7 z7TBli`H)REl`ecT7BSGqXY4~ltYhNOGL`s@uw-Q&HTwIeacB%n2@^Dx)l%I0OhH3& zXx$~D&xjKqJ-#Y2?gQN+-~JGuH1BqtFE!@%`atO61a^MK&or*(kPW z@AjHIr^i^bB(8&+smS$d`^=rezeau97wlu^&f43}3h4Iz;>s+EF!#8S0cO37p^YYm zm|w$s>mMkvi|fZ<+Mx|EmPC2DOCyHFNXUpTISFH^bKiGW2iX<-kTKctsBm&Y`oVm; z(~8uqyZ14Ua&lyA(a5*It?K!VDkeCU@i_a%u|Xx!H$BI zMEE~mj6VjMeT3ygU#DTgR2lmX3V2+2i`@J7?7h!Z){ft^S9u9N@;h;iNh~9z`*#9Q zw3Fl4EP0=DkxbQb;Oz56D5BDJoleEwSnv~r)w=ziQhi!*ciGjeEL{jr4>$4GOvS2&t$t%t0b+Sffs$z(+zI0MEwwJ|WO>+*D# z(atcd>rwpl&VcVZ7`n!>bJHl^@k9cZv4Dwh4J7E;DdpT5jKh-QxE6#$r_a0AiA12( zWOg3^M>QZwr|%xsiv-DfR5X8ST@M=ar`ilcnKQ|73{MHiVX47*+;*yoM8Fif*N^Gw zGZcklz*{KOqkd3oyBFuEb4J@KJMH;3tE9cxCqmGTccSbL^A$$xo3It)W3M=Ca%&#j z<>&5A#&ucN9yAgxo2M0`(HGCT6o2$kImYEnHK6Y`=yZ02VYYkXGA)Rj$pyB&aQ5?*t97Igohq30s`6vq)~tk5OVjo)V~MpO=Sdh3H!hfmgj(Ec<`6Rc=-559q9H0!Sx0X zy*vbL>POZlNRWK$MraVmjWMG zE=0n-R%Tb}dmx`a7?miXxBjt)%NF*8Y^(|}R7(*qd}H>^Zr@aYi)Gt6+HXt;J4~%{ zO!Kkc<{+3StQbSBVUV|8;kRF%1E0S8j`lB!J+JP6&K9RDXDb$)UDmW;-87ychwX7^II$m2&LV8X_c4UH0jIFS6i+*c!Ye5+zj1k zUeGNi6}`;Wp|BSE5Knb8MamlDy3$Xk95LhXu@oHoE?;F*9WjQsOnZ(zE=43eGShYMys< zC$U-y7+ZE5Wa)faIE^VH0Y}c1nJ%QnJT1&kdIxvDc8Zy9=Odra+s07P;llZ%ov6iJ zloJyDtWKBXL~y6rsdI`#E??ib;=;skSNOd1T;f>X=y@eRQPfvT*DdJpjGeg;t1(X` z$cg7yqB#&6aA{h&LsQPfCcs=a<1=kBC3I*|Q~0i=h*NMo6{i`_31T+_~eAVj|jU(UZi{ z&zEx6SgtkUl>KodgB?gHY5c5q7U^T(Jv!CC<|y`hmkm~W>T0$$wBdrIGzdKMuo5WM zJ;Z!q%?QxmnahFjMbQ#3>BJb3clE{&f*HkeH)U`(Xds_}o2DQb0? z(a$t0Qm&_Gf#*0*I|>I15@8&R#W7H#H_QhPgHw)4m9bVw>U}nNL5?_S8S*=o#(HHo z(P!iLw0fE+9do#OgK&;AP#r#Bdzmdz0_ubWfz;E?eNx>!%vN3k55@>R@d8dSmJ8b{ zC5?6qBz4t2#;t`f`+Y?XT0CD^(%}-HS|kR=HhC3RezhwPo_PkAKhU9ou)W;mt4<}S zb1^@c?Kxp+!u0SHy@o=%gZ{ow_TImG$GMKvRb}uEe4~}NpcNtsVTxU`xFXH{+%mWN z5Dn;wCvsfY>ClRdd;+q$d`ez^PCXbpr1UGv_p;BJbIxvP>#fEYTj3WHuM%WKRAmz) zN7s9CP4t65QYAKnbASYvk#bz@rX^ogddm#1D$Wbz{8-hd;f}KBNJor6rfD&Xya*Of z4$p+k6q)fxge%iKIsI=3R}oUtN%MN1|PKI;+qn3~BWmL_HZkgHOw zd4CkgQlBihTVY=EdTs0Ci&N2-vRxy`H&{30GhyF?sTv|2+<Un;qMKgU65v-3Cr2%5hQhZpcdG6vG7xS|FP8e-5wGC$7c~&YgF7;v)|8f3<$SJ7j;9Z6zZGP9DieV6qj81N zn14cM@S48|_d(i~OEXu-MwrXTIvl4y$o3fd$r+rGu5}^{Uv{INjN3mw0PM%U)LKX& z#v*3M`=surub8kj6_IKNVtc$@b0=GX{RpR__-(rotjAN>G#EnFit_}?@O;@?r)HtK z36?d$Nf&R#9mH=E#!iwrU+{T^FqjvsUsVRPmv1vv%b$L(6svZB6*gG9GE9RaL~FKf zDMG8?)-XUjN58d6c}&lK(QqrX!ZJn>7)LoM(4Tnu!WbBGI>33FTD6?^7|3iF0H=;WHMIzALR!+udI!a&G1-9+ESP zux*+`++HIJ)2xoM?VtBR<7tAOb)3-73bDPS1pBUJB3jN(=upcZRdAepmPiwP z4H-YWD!&enqC{kCBPb4zt_dW;e@>J9logkKldAeHxL>z~dQ9HD+M;mjDJCLyp8I6V z2WfBsg>&XSJ)*uPF)G#Ui)_s{=Xw^;QTOw%@@8`8pPXirT49^3vAg&P0cm2m4y2Ot z7OA1B3aHY=85R}^i|Fu-PByO+ND?=wb(d198?8Mp9w%j9Y_c)3&I$>pk2CtsH0n^_ zELmqZ3MQ^JYJ?x^3JH4R8Nb%Sj{x5GA!gz)SI%qD-3RKdX;U7O^Mnsr$~zxaEF_S2*CvAj}HK>gGaxEexGfIZ6Yu9c*|dRT4WDr z<5|=L9=@YDT~mR|C)P&(#+5@DiiTBqn=uEIZE^qPcJWK3A0g+1rGMym4B9&*4?m`p za1+7=6GGH3V?yco8X+cZsL!m!e$PY92&MHXy4VOq#yMdgFCA>C18iW_GSU!}43iwv zKdQ$)F#Lpn&kBB+6T<(VMad2l-|CGDAHmkOZ~CyjHS;@Bta!mD-Jerg{z|BKo@rU4 zduXm>s4d@5;G3u!&nk-XVRFq(Gt1QpD=KjuUD_6$P;^HIvIcz2$U!0zZK`VTYf?`w z>AcjjB4tkev2Z4loIS)$xu$N^gV!^Dp!MFUk4=kT68xB9pnG#UKlS0D*$~OB#WK7KJ#A!9_z- zp#e!m9FR<5{*qW=p+z8b62OjYSU_hl1xUSce@Th(fW#*a>@Y?EB={GA#Dw^l^aByt zn=J$AJ|h9T*RpW2kVxb|Qllmcv=m^Da{e1DjTn{`kn8RJ{0oT}N=>5@D~_?(AoS7_ zknBw+A{miz@YErKThf2nOPY!yVro5KM!=>sq_??m#P>_1(TO9KJrFo`f=1~&T zeE?bzF_7&&@Nm3)y<4q*adEAL-Yx?6{rK}-M?+2%W4qOeyw^UEg|*u2%Kfqr9GahW zO0VH^opf_rI(;SR>+o}|(e;@rMzY#8yG+3Wq@u}qO55#=NNjMI27VUJ8=HjAZKQ4h0X1tySvL0EdX$!m>{VJk&F3Rw) zUEGz};LF@dNAEVY5|3*0WQ`?uco;ME9%s5MHY6 zFvOQFSaLtaiA*Xqs)(^4>Z;!H4phD=v9m)!Ypk1N?GT50&UH}|MAD+Vt799Qt;F^m zdlJZtj7fBV7x-}kJCt}yy*cnrFG3vCM1Rkax>@e6a&Uu@+MZ6vpp88`p1s!~x*Dte z!raMSM3e`V=~pn_GrHK7N%Tu)WSx@@(n)FCN+#O7`lR!-dJk?H_rV79LoiP$E2{fp z(2>OS+o@{nvo9M8VtM&B9yr?OK7&A7rH~F>AR{{&j+NYN<)niH=#1L#q1k?DwhO%w ze2kDmf~olVM3cE57`x9&8AEan`~V-x+^V^;lV)ziP%gLw)-x-+cOoHm4^Q6&cN^n94|@lIW>uP`_<%-DG{ZH%%YX^hJc$ z3!ne!+Ue-4Sk(U_Rq4{I(&_2xPn?OVklRVTja2VBU>kgtm%^JbG1Sl1yW#p#nou7% z{{o)~BdZFWHAKLcKLriGUpCFw%kFqBffTz?Pct!p(<*iIQK0_+ z@qWP@jmqF3p>JDOmzpxsh48+9*E~0<6${A@7ud?cT&Lqzdxl3ERW?WFp#CYmK3Te+^J6Ku z7GO(~L~hZQ$qpb|Jb8DZKhHKFzkDJ?v8Uv2upZa3NlUwAMh6kz;*{~QtI(=n8j}=9?RC!#qm`pWq9S$)lNq$A3AfM_dfwQYMhWcClAC6*Z6wRlueLeA{27^6VaVGjCNJZh1&uTCTUfkpK#ABKq38n%$wQR!`NnlnXpgIAO zQACB_WZV3z;YN+1U-V)2+mxK=iQ>!8&DgmqZB1*NJ#e{xG+1StEqZQfk@G1kY;(DD zt4&ae+<9lgPxa@Th@!a3zR`9Yz)0wg+w7unt4!HEY3bX#Ia0Hl)z#yv4iFs@Lm{*G zPzq5`gw4u-I<>np6ENDe!VHdcA*m}hV4rvg6eM<-H*QPjyvUi0X83{3#*x;=5Xbla zq|?j(^xIs0XMH!)YXXm_C@UxR0aBK^6+xt0rbF*Px_tp1Xi2B!i>3H)rr$yvo0}bg ziU>7A6t&(CYC9pRE5$@)JcjUbPs=4yw7_yFErB*{=!Nw=k)=`<2;jycDr={G-_IM` z_AC>5GmQZQjr?o;Y-wLw1X6DeI#==k5UA9dDw~-apxk6)ccN+1$Lb8A8zp_Nr&HaO z{I2oto*9;}HW0O_WZLGOcictffRK?QZrvjYiNNE`)Jjn|FYDdkAdpszhUEs4h(@`^ zUpbnoJSCGhn91#mXZKQf@j+3-6X6fSkRc?HO7-ZAOE0hs42X^TP6jT407(P05(19`&kUfIECL=_VWtEJ#?85(>|d(pG&gO|Qj>GO;c zrn=~X;b>eY-(DfRH5Zld$-J~T@73LQxvz-)cxxHj*889b=}O0weyjZiZ9Gveb=fSK z%{*(Rc1;>zB7!NvK}b$&PPHkB`Rn4>A$ccx?iHWTvz?FDNxM__bcEFL{OdIDQZo$9 zAF7_tl)fGT-?M1HV(zU`Biz*R7T)E_?0@|D&ZAN)=Y5H<4BL<~6rbS4t*!ap|H_;$ zzc^D{P?{ts4kFh8nVqL!1i{bEz;p82Vfl-b%XLt*9-)(F2oOT`S-aMxZQ*ydsq{}D z6A<=AhuYHO^tOFUP_W9tuVlp*pvC!t5tyH*z)J&0NkmFh=r`+hq_G68%|r=;(&7e! z6ll#rCdM#-mV{Owj6sx%NMhn_X>pE!Hi&1OJ)&|qAc`@+;7$DIGKP;5fYh=Z`=y&f zr^WgEKuUALL?owSjx~?afo6y2_G!`9)SFf%Z{;OnhfXQ=AdC3GZvGkI1Y%Ttu$Ghe80Z<7B&dNR^$JB zX)UW7%m#^T4x*q;m6vJyvw?Ed^AV*2K5eD#Bi}Me91XWO#;c-1FR}_7CO5mMI77f` zX9ve!2iC==iXa{sKWfrM`ftUyFw}ZEz?gl4X9yYbOu^wCfZ5exp^|^Ym&kr)t`O1o!2!A+A-pk;5G&mOT1VZ_?o{9 zKRk1wi^dASQ@|m@Bnrw1DI91cP*j##Ik!b?&!(Lmo*NSp$IJ=r4(o7}&Ax0_fHsrFvIDswVkM@+Jjv zitfNSPAM`#NB9Of8JqksX@wk`8*-NnjYPx_0s-CLIJiMTDl`Whki^UbbeLyn2Z%5s zs@4GAd>I8a55$oZ8j17~$;HhDG>r#w0<1EB19{niGzm!V2*8i&P6-_QpTUX#8%~X4 zRM0q3Fnm0m5LI|sI&jPeH+tKpI$`FhnHPcTIji?&!{@Dy;xS0qiJ*JU0AA>RkU z4#$WPKa7Z6?Vjy_9~&tid*kDCe?2+0q%2Y{eY~~ndYN4;&jDV6U@DZ()R&$3q!)`E z`CZSsjQ;HFGfFRhSh~AJQhTGor_4-wArksP*6XgncSc7LI}&Tim>;ECbnS6{ar$y_ z=*`(2;wQliyTxOy$8zLdha7*v&RxuQ^qwr0$~I)1Tmd` z`cdUfJR}H4-nn}2A*eLP1>&Y>Iu8eEzbrWIyM9GHiw74vgvx>OP%LQ25}0M#CYP=tI`f1c^gH<Q?q-DI1 z|Ihq^4e@jQ+wYdy6-#DR??y3bg*Ljol^GMZsZ6loZ6u_(ZRBBVGX}E~*tt{H$e;W) z$IB1ROywO#T}Eavg|!X*K={-~$8`4QR9x<-j6%=J6-x@bojj{^(1=ASrlU4p!-T5B zQK?~0Et@|D_`)M!4_XX#L(d*N`*0`1$b^%@A#~d;#DpWM*_;3Rb@+gX`I}tO%DALW z%{VqY_Pkt~jsU+@J#(FEXX9|RSYt;X2hkDCn)OrgHKl8hcV{r%t>DNj)*r$PBYH$c z>huWXxYl} zFjyShDKj`(3JEKo!A!j&U0Z79ImO;l->lEb7C4Kb;;8I%b&K@*pYRGNRhwn%_sXUp z){BU{FhB>XjuYc*Z6>ikG=eHJeX!)IyhTx14a6`HmS1^EHhPJt>Wcyc(v2H*Xpt#O zCm>2P;OUND2BHt#sRzdM0ijx3S#qgQq=tN|Hrdd|n%`$^X|t&ps~dEFNZjQ+N}JOX zvP@1Inko_#j*CW&QzFHUPwXML3dHf8F6U8*+|t!Uy)l1~WP#MbE<{6cC@^<+)PNH= zn*1ge$Uzs@&wK<^nuNi(EJvANxjnj>y_K2y7ObA&aSw_wF0Cx9Tp*H06DfFuC@V!u zn4sRASlJ7Oqxk$dk1(bz%w3kKUk?838*4e4a%l{dxsdK==C#<2tiG9RvgP~SwtU3X zPhZAMb!X7Wk!nZT%3wTo2ZE}(ahZ%6_N*h*7pYze=s&+o*i3ifm(0`)#_k>BShNZ< zMg&WJbQFep*XUFIMSltxp|N~}B;VP0u@kLodCrb>h=(n23Ko1b(K0qg$2K3=HPo<- zZDM!3OqJ;{b_QmD5*S?G90zy30#j43q^kw6dMHD?cC@6%R59o7NfjMpqY2(B9I$V{ zZSo07;@^YLlA`8Pbd^+1v<}-i_7-%(!~-utDkS-*jF=@n?!!mPW{>eUokU`T#pNA7 zQfl$hB3Qh^`o3Sb8je~2&WSt#`{3k9i9_eqrtH+GXk-UKy5+BwavM3H?~p3tzI z&^w;MYfI9|MJVDuJLh%5>DoL!}^0zIewcIRo8Zi6nG*{4gRcUH^eqbT5Q z{MEMwvfZ_H+s=_t9Uu3e(PeQ}8zJR(B_gLn$>+OqF>V4X8$9aEKjz22+=u z>ei5y9JjtV587(1sz+T&W*U+ia5e#m4McVLu-(Uzw2~=zBl4UVol1)`rXon9yBG&c z2OYlE4si8siegYw6Qip~e#lB?(Ua|(>cdTBU&$z@-22qC@kzR=Dpld!%Y*$ovZ*8M z)oIcDMNNg#y{s_l%BQ}?L2Q9wlg`-+4+4jz&oy-AgW)sfUN^dUX4D9~3Sl;G7rf)A zP4nyr08x=C8cwG1Jn_ruc+SwNC>(x^UQf4Ayl$x9KGVX%p0#z4uOOlrHIt>_)20j+`K~&$*94X5WZo!tC>nzc8UzX%-~m($OLXOLz7wZk(|2 zx?PP+T|lAVrA!CstHjJ=}ichczPr>JF z`j(~R@Cw_kQbBn{r@GHFOA&k4hO8zcR5GY)sBoFY-&5gsZRS$pHcFcrVMXBOYCjHy z{VIRt7lw?$jtCW4C{?V8ARWd>Jd-$k%yooH1)>z#(4pr1*PgY50*?BHRrOyJO333X zunQPqouueBgI@g_{<^^iE^yeNTLJfr)cN%oOyXF)gySuL9_r*=4=ci7_ZMowq#Chj z&Ji#73XKx?LxV7mAZjkJ?|UgWaBloNw5Rml*v?Uu3Z!(gbjw89KfHuQot)TaI1>^P zPDLwwD$R{Q)%6(Vt4=v~2SK;D2R(!8bv`kd$h7$RdXYHKTnS_F?4+p0)TcYkqcDAT zFtftVL#S zfDa+19k>Z^xwJ5@Lxc+OqFSpe6FXX;+BkQ>6Z!gIw47-uiJYYFX?>rpzE^tsdQi5~ zDy_n0rS(Ep7`G*AEEyy1RulY5DR>zg6V!EEgx*HPm1Y+dijX(#9R`9-mjZ7I+XmO8^4}6l z*D2XF@6|rfV_w1zMT>yFgQtME%$$)XhwEOgz{|?ygAS)mJ1>5*sE-2fSygZ~{h9uX zJwyxLEhzPP>nUM2H4zM2KJYgsvNvquP|Vc0Pcc(8&+x3VHs1N`Pc|fn7m$HBy*gk) zqCnJ*Qzmen{`tsI>YnJW)UfyW_dRk2vOlP<9E%F=_NmgULS7mB?V~rFw1RM-9a+NR z!f<_kMZhxI$--|!4^M3XhUy6uU=d?a(2dV`iiG?upq@i&5Bo}6wUoc?(s+b*!af&i zkoAGU^ZnQpVn+hoah^~KHlMP64(Z8(&MDGF^OGlW9tii)Zr+5q-%xgz9D?-^_V&yD zS*kcU;OC_BcKw@B=3wAHe%7UJp$v0?`XqXK@Y%2emKaMEwWDAr6C7zM)VMn$6xQc- z6&ZH1yx^(5kjXQt2K@Q3w{OGK6(J}TS`@u=zm@8ybQvPJkXmD{5p~B3>NVyx(;yBXpMcKPcK&3(I`KGpW~ zcB5_`?N3rTleK=iFZnEhy)VcPjZDb>NMZ7e=LYCr1$2+*15t4E0)3<*Co#}25PMd@ zi5PnYjfDS*`^|X+0=iuN!Er*+`Cxz+7Ht0w3ZDIs>p}oD0sxNScr4=l+jHRpaYM#1 zfmUFX?0@_g{6`quuZC!UyDdP{GGq(|xMdFLzd_k?{C-Uod=MuK$L}K6zh4vR=LK;Z z1X_mia{?&fC6Vy}6yOs*I!b@PBquura|E~{9M|u6{69hCk06RVXk`4yHsilrgmVIA zoxo%BQh>O*f42zF;091%Y@h);9RT*HNBCn0gFi4H$gdvZ);#|ejGGsL)yP025wZhy zuw0K_!XJxcf#&0Uyda?20XrXravOL7SUv!!(g6I*0T}34V>A$u^3C-d1<;LhLfFXw zzj6G(!nrkO^FO+Q9NfUuKIX`f4#jLV9WEQGrk)Qg(O6Yy`B67M`6^)#wFUTrFs@1h zq82v~Sj~eh@;)-Pm3zwuh-j`t3h`7@_dAa&$UMbSud?H!_vGfGOWCrg za?dj|8LwGyVaaEZz65wpxiQh@{xmv|H+bgLtgi+@*W0=9f#1*O_WV+b(D^0u*TLGw z^$E2^dEf4>XI%Gi@h?V9vU*F+@M9M8*G1NcqX7hmwjFF)w-*PhhQoQvQsI3zDTS!Q z3KBu;+4*}Ft;Vc;N9B-Mi-s>2{`Rd7%^zcQpgqbvs{Cb5?Y7q$fY>Vy!CmoUx%`hm znD3(jh14wtKrc&IT5ZzcC{cxQ4J`6082p&B9>klYXZJlyQEhtj4n3w1dPUG-Y*@0r z?0%VYgNXI7HM^S%yCFo1C-`7!DT4!Gzr9e%aWbk9W80$-m4!*^3RF|w{I!HtWWI|* z8JwwKwU;#!;2Lln=Ft^6j65(wsRPAd1JdLH@5?9crLSLPbKweb;{uYowy&7(q?*jy za{1fXR@PW$8qIV#Yk(@2o5|&}uG-)hBfF@K!|I0}O0NK&4aU__))qb9EG2;|7p8U1 zTEq&iy~mJgF3(AW{6sg_4fN3$x0Y0cR~S=7F7xc=ShQ2XZS~7e>;v;peX5=X9H=Y6 zR{u(K^p;a&$W5v%ShLmR57($HrwGkzIN8sN`Ysv^WcLm${i0g7iX*tp^MTb*)NF#?utRd~|VV(IpjkLTI4hcrWO+a3QhumXa z0z2}8-lg~LoZv#P>Vz!NKHqY!buV38>5S*x&LypjUy2d-n}3TNxCkAu2S5T!sxjvn z8})_W*{yYLZ%=cB9tN}91$ux=EEJ476OpQWVp0v2Y%8Tg59j?2X&W2-DU5k`($H;t zMWAGZs>j#8vahaTB0lDDKW@;Z&W1t~!hY2Hdc>>|IK4aQ?+Gxs^OJ!kN>xL>W8qZpRA_EWpO5q|pZU3{X`*KJV>^Cg2>}~)R4k;Tz%pP}q13s_6Y`nSo z8v%A%>{eKiIE1VpLu4ZNiro(YwAMZL7AI|A9OzBAPBXrF5J9mJ#&Wv^PCf8Rg z*b*zfA}O1dP{L=p3sTD&!M5?wR;K{Vge96KlrLq=TJ>nNZcV`f{>$7I0X0ZV&z&;f zeesS7>8rn}RyS$RyF5QN(_p0a7XLtJBvV#zDRC=W?xyu0vHoTD;ndW0e*p~E6Jx~d zBEsR6}`!Q}>~FyyGb{wrNAYUAKf z_u}L>t5Fgus(hDqTl>euifD`kixTrs4#{I*J{s_d_?Wrlj7v{-t#o;0oA$dP8-`sp zeGPPd6vsRyn<+{gOHami&AVXcYXcjHn~oXE?$T5wIPj)@#(a3*jGb%})@M5(Pt! zXDcQ16!dt4T+h5CsR-=O_Kd@0hElIWh50FnA7y5oS41piERmIHS7+s|m0sHb71{|@ zhk)#-k~2chbb&(z5Z6dBwqpe(=zEH`yz?&rJ-yXiu-`%R$}-Ip0(p4gg~d_0s13pi6JZ_9xD{!f~dss!UtKcgSme|UfDmJ z5xKnWv)+^0ftqCyE8Qn@?qRbj@T1%irj(T+SEALYcvN>BLzsn$p(Sjb$;P$|Xrpk< zc2XU+Erf3$Yc8OXhvgy41Rl{*Cl{$|i@ zniMg>X$1{~HF%e>O}||IB&+9=7U#0I|GG?&_X`FsK*6_mowRfgUkCUb5lR0PMddN* z0>R)hD14cucjbZyt7rMhysE^;CMlMtWmz-t7uKf$RhiX4YsJ125NrbT?c~*|Lw}yY zvoVbOdyBPUT=g%kh=93v@~-`5O#o<5wE9YE6=9Q8dX>k>*>-Zw?>dfX6X>|7>&@AQ znvdZN-w@B&5&}Nkq6;=UzphjF^EkJypxLgW)mtdav>g>*Sk0A|Xqw#)!>@#Uy?gDk zI9UpXu>oheOYl+yKsf^2VfDA!E4WJ3458*+&PGj&e!wc#q$e*+r(+<{0J2p*CAldf zO-Cp0P|S^ygjPD(W|$Oa@FCV>2s=&)wx>6PmX?S_l-wr2bl5vX$8d!;I!;V9h+HRZ*!C@Kf}ep9>) za{Qb^5`ZOtN3jDfrikh~3utG(UR+}Z-yRu03vxV6h6^8Z83`71fSFHim*{=>;?a(|FY0X@A)#c_U>g+Iv3si2*ArF0(ZQFdq`0K9tqi#FxQp?(M+ zunYEEGF)fQ7K;?(b_3A<;ipahaCQgHU@)o;shC2=;|QZq{ikg>UV_HvHQaXG@8ry*Ns2RXKp)-34rz?yeZJOKWHoA)Hyc3SD7=; zUN-;KT~oOX_-=bb$~y(Lt!3sQ4>!u>Cj;n66fTBl;)m?#)6ltAG{-r@9XsmFW zLCG2iP&RAHw-4u5oaG&0bU6%%&)p)w4O@OkKfOpZ$UudEGZ{#PCkn5o53?6fCI*I6 zI{yJ9)Su}f8Wn&E)^$=mD=ZD~QSK=Xs?b2yBODGV zsLl329oqktkDMS@SJe;dKbDYrEBFu~5iq&_)1>`R?f9l)4geKP#KP@2r9!Jeu9c;P%t^DW&5oR|L4lyRA1R4 zT!AZ!phNwus!-|eghG(;SfJRvzZ$v!sfbybS^jF|cKQes`D;TWpn=}VzxufUE{K6f zfe_w6VP()O`fmd7&k!g;LuE*2A{J)Q?UA?I8XNJ{-`*~}XMI{aFr{%(+?rMMgH3PyTML__ZV+tz zt?B#7pK_QI6>}m5LK`JFN(VPv+ga{_wc?T2;-Kqp_hwbq&rz;Aotw@!rI;7D1S znU4Fj>p~%76cVA0p^?W4lC1Og$0foxw-2&WeMG{TZe9?*1r|FCH+WLq@?=88aZ3fr~B)GZ5Gzki7qin$0oTErG5$ zSndXAR%pNb9(;J>KxM~BXO@q0-Lria41ADJMX5ZQTzX&5b1+UX z0aJa?z?GA`F)?DKDPBN~Lme*twzb#kV#?nRz`=zjGE)3V!aT4Z1E10vuQ0R2eS z#+E4*MwQlOnBoWvCK{^2rGC()*c3L3^aT|4hfOviRFhhr`dm6Xs)Hs^PN=i=$~GI$ z73`{jGLpQRH~AUPei*&zI)b%Z>in@2f>9e6L;nMn8|5TbK08_0kpVqEO`1LH)eYee zhT-?WPioH&Si1_y&-xS!T1e@R^&sJ6nqv~NE4Fi?)m^yVAs=B`zh+zglNk_qS#cZ&0KK}z~jZ!#P%R%<4t4gaQu}78omNt{dX|Nd&t+>D-L9;I(x3R(^ty6_U6IQ68|n0Sv&b~o zT#PpR0IbN|#&|#L+QTWl(CX)63|7D76JC8@P|xGSbQx59pBX{gE)j=LHuvL~x+X z=lbro5^lQRRHq>^K%(mCTa855_vw0{Zk&oMAOSt6+KT~I=S$40Kkb0y>hGJHegp|O zRy5|~HtMYf;56&4SI6;GIhB!m7~m>XLw^E}@LsG&aTs`5)uSgY(mXslCA;b74>X8G zq{L4U(dDda90gozl;KWnG`sarwy1f}HVM-a1+HtISEs^psr!7aJyX59%%9slVzWD4 z*9Y7l3auOjl@^HNbujN0dxWT# z^v=M{3?IUyfi8A=x0%7&vqjyPa<CNnyWbozp^E+cN-yF8o_7gI#BWeOn zW6R`ZT!4~|ULy>5!{nO7Z8fX(a_zeY+Gj}uPL*Z)1wr0sO`1PurOuM{9qqf@YFh4w zvEK=%lQXOOeVP{Buwo}E4^E&}kp^B0KhKgh?c~sJlb_D@vE-@EHMtG#v_<90O(V-{ z;ti%vfpP4(#F=G%!#bdy^l#f;ybRXO`z;k&fKeF~YE)2lX8$W1#RCZL1%U~)G<+L8 zN<+W{V=N(~fNVx@<6A4pB;e~mYa^c^Kz6R6VJSXh8r6rj;%iZO&R z_M3v`&4TIwFfI-jkUtU)$nez62hR?7;9!xxc z;;;Xyf=F3d*?||wi}b0m%+PHn4X#5Fx-!0|?{R)_j+1?cyF^o6z>pPE@3&W}BD-QL!6UL_um0)~Xt&k15Al8ErCOAw zvRRl-R|0;WNn5ScKH3C_VL7tNeHGS9-NkQ&3nk>$s`*Bc2%oq`IfqxaD0SPGufs4z-&d7w_3VVU7?!Ln? z+_V=>>o&8vHI&SOW<#T-+~%Tj-_b)BF@186N$y!!apyOK;+`#}V{YAzUSmC| z9~9Q_)U-K)&~aJHCpK;>9L2_R3ic8Pf#2X)G8^htW3VqrNy)p%D@!|h?boEXE>7S5 zhBVf9m_bItZd+HHCLg@ zw!Ot@H%n1B@H{sosnm9Q<>jMBdbPGJ^hbv-58(%+Ho&u>1Zep8s5r)M9uZM-X4_NM zg&!kPRzHYQ)`x2b1sjEHvVK_zPQGWQSl!#iJsMCf^x8svMt+q6mp*l!Ti90N(2#PeGRf2P>NXjdPWyHV<9YfE#Vq;l)>X%()6hzj*)=6LNv9v4W)>;} zLiUXpaX)EVLFQl3LLnw^g)^BwnQlWKtaZ2SyZLwuf+_vYg>u zF9P_X$rQ^8BEt2h_~`k~PmQtrK<;lpsIPLn*3lgi$dTAsNw%H|G!L^0CJx{qE1b)M zrrxU!q8ePNX?DWXC<_h8V-qs-AT!#_&JN9L0)|+_tkxYPMlPw6wv6aL+axW1fpu`< z(u{%(!Y1N>9;m`WtY=%DqUGv^gFCH`GX%`km)Vlr-m7}hpq*F-h3@bun3g+CLW$vh z>Pgy!re!;DlCA^u>psyv7JMPQ7fd#oMEK_SqnFL?iL3mLP9z5DfNvtd^vQm zL$vRVG5%FNz(X!qfeLb5h_5 zS#`1JkoX#?#?$4EM@j*@y_f;3C40)aMA*}V(LzrPR!_wSqY4I7o1Yv=MtiV@w%Srk z>k)RBtQyQMAGB&1$|E3Dh{wp3?+5S&hnDD4u>(i2u_nu+NK*6h_t4$;Ss8ayoL8&j z)Rw@?P%#!7;X$x3$2$pajwFpIPv;DLG)Tf~#n_dl|Nh;poEKi3rAoAK*g#vix}V%g z!&ZuoXTuG=|GW{Zr>Ug6y}$ZaNDkg#l{QzaT!JJ%6=Z#I#0y813Np&5<^a@!A5H(p z7u}X%BM@`Ku99RWK(%$mM(@&2MMBPqERF~L5&B7(n+&cX3W`mQhE|lpk*~!sF;^j- zTemTR;!z8TzOJ&>f*&T($C;W3MQbzHb`8vn`;Cr$t_t;LB?y!aTV+z@A|Bo$iuMX5 z6Ejj?T+`6{P#afs?Lr>pObrO7<<{zAhY>RvCmT=EzpfQ)Nx&~qDG1`06>w*#FBDm( zQpJx}E#dETKBUBKb~O?wRtu0ksq&U#Ap_EmJ!)f0XWrG)NB<--=YilBw-|Hw-rlD0!d ziOXh=gpK4hkqz=Q72mdS{m$(54 zI>RW}%RyrENuphiDVvnTV9_)Mo?aS<8*{dQy6^nfTFSdEKQ9>BRY0!RD1x4Ch(;Bv z-N|#V#cO8bqorOB<6?k16*^f}+@_AX5Lr}p#(0WFYTXvbJ>v`b*-e2ry_H9&)l zX5M4j-LcyrWYr?DWmM6aGZ(A;B`i>D|9h!}@QOB+O=0F58R`doCtl>yd-MiSpSTfb z%Fp%Va4143AH0twl{p+gYAVb%t3NYZ@84fpFFUrl$nfPSC{K;2mBk^HSkQnzy`Q@$ zxa_%UndpjGweP$EpwCZ0c0r8rq)e~S5^@V)QUE*3xYKNS-rZ_`{rjyigcjN>612sk znM_~lLe~s*?36n-i>oRKmcm}dOfpgEezdV zyP>~f6_x~R7drr6*HYXNr1%^#sPQ8rD(i0RE#UIMD=z^kTW}ADe1$z)12$EypS6us zcK-df&ocyq{O(lGJ-abRq4T4D^hw{cxUL09?j;Ohd6&qlpn-|MH#@2j!gf8`W( z1G?i522RLf7`GC+j~6!P!!CL&3?y#sD*S#a_y%v}6}hiYHzdzi5Iih0hf@2cmU1*) zOPD5Mg&7k{KSC+nHh6tj z4ZWB<+crtuxDjms%=1CZ6PXi7K1_H=AJ9#Mz0>eqa-?89~fLk>z z(^g$XvDIAWCSnb%mR_gApwZO7sjDHKaD8`2CQwIg?4xKxMkzfXA!DCss}R~DJ;0Mq z=m|?Hb>51;L_Z(t!(1233Tk!dZex1_(41O*I)nZtwd}%jw)|o4Pfm7VS!#X1MYwuC@@2Y5k%TF# zr%X}fk^1^^SnP*ZT&nbbnafyKuLodE+P>eLMFrC+IbH2HR^%JaoP24o&lrzUBhSxp z@#x0Expri)Hmt2=G-q&M)BkYba3Kv@n9*F3=*sH2rYd~v>8Mk2XoiiCU3v2aHYL3; ztQ?nVv8o@v0&O#ZtJP(!6xzC3jS4jXmh0uELGTUHRyR}j%=U2~9vlP1)gpJbm79NOD z4BL>cmCMeBV4Ru1a4eIHFGed4y?BXz1c`mVrH-{{-Ftgq-~kDUCin-|arwV_#vtnU zYyUd`m1+T7=weFm$A9j_f8Gih_UTyI&zys+VcheW|E(}Aw(sD$UwNlbRVub$#A5Hn zf1IIB?FCvYGe3w49`mOIHBN7@3b(cQ9c<%dRiWYI}#BhZ{o$*xRSWQFFa;5*3$D#Rw4)WiC-P)Vr zzw=3g|0L4Qyj+h1WS>}-F9sj#zg1HFRZP~2aJ9dC1E37g((ddL3tOsM%I z26ZQduL3*RMs~$|{hd2?kf54=prrJeEHbgAxwOB<1|xJ$RTWd>5|q%mazr_k6-)Pw z!Rz~QGqU!2K6}CE>SS;aifA+y5&_!^GiweN*!M(E6#dIs;kcZlA1= zu9JXIK3YEGD86TYFvudmP%4Ru71=mg<&7gk)EKo4`cp^c*-!PoG-m4Tr@Pchd6KS?~IyQoHj< z^~Tk&q3IfA7t2TngcyQiM?c7Zt8!RsG-TUrCOqq2f^O>lFxN*%70VwaKS-{i z@}n=N9_0=ofghqH7?aVxNhhh)IYB@!ijiY>w-V3O3r-B@OfK?Kgi_#(289VAt6LAH zx0+fZR{|D}M3k$yXX}G?sot2b)3GiAfT zef9c=Ze0j{Nht^{NjK#*#>|0`YtE)!I|ou!bxe)n#UwpIAMbOj3d?qaV8Nvo@@cL! zC!*c4MdmocphP~K0z3eenLqDP{gCQ!#wf~sgKCu+Xcc;{cd*rh`e zWwIb$3w73uHlAD1b6W?I#$#F>{PRSf$%$$}S@~J>0KbyC?F-EU!u7e;I>wY(^)-eM zhs?IEiki`W!d=mh;zc7u;mz)rFT&__-6R}RZX9o`4XF_GrRsOPhXr^5kwi@q)AIq= zv5pMw*KI-67S5YZ%Q$e@ZBN%o`rigeqi8Vr z0m_PG{jk~3sk)_#vEhmc7&Ofv_PvDbY~|b!&iKxc7riE9p|YYeeTWQ2gtcE@hd%8l zX!l71&NnAVelpN?cBXB&mq0XZ$O?_|xhdp?(-&{g+}}XXx14m# z`H;6WL8K(;VCXzY^8VyrR4SNYl8*8TeTN(+=*Pkpr7b=;GU68L(IX6B*B8a%vqre= zK2*FkW9KHn++L@kcJ**Bi;YnA3F2~N@pk%{pM0ri8Pa&7xvpbE=6)6!p(wi-{d%*| z{M44WFMu|}n!^VojND3y%B*;_10?rz4#IaS_7M-|cI#8)K$&&aTc~>HD2tVJ#Dqry%0_zQ@&Yyby8JIhcJAEocx+Z9J!wTGzCWa_`_;dUZJ`Qvf=Z06Yg{M5u0^fNTY9uk$89yi(Y*kFJ3vT z=7Ki>5Rqf4xc(c+9mxT_P^fh{ndUUxpa%&sS)k%^&%`1z zXjFv3qm6zZb0v}0TIlqO>HiErfDY&_ctk^N)p-J!Diga|krVokqpW*+(6^=qMn18g z9eESVin;`suR5G6-dK+5dg-lvF{iH`z*`Pih%(D*H8(Y*X}Wn}&zhsT37`e%qwuqSOeiqZmtg%@6=fl4+qt zgn2b?mlXCf?u#(hnOm2BNPIfIC~WYGtY~DwF$bAP∠Un=DB7m;Zj%(i+dHGa6VvXo4{Y5$xA#a-O zAXA;ZCDlPS6PDwcC4}5i7YR@yh__&OJV#|^N$~8OSZ!O5eMu$}NLF@g1FhBK6$G=c zM^|G}u~G4Hhf~r(m0A>KO_xd~GoS>itF%mB42(pBK&2(V!3^f2N+&LO8Iu^27A&wS zUk8eehq;^H;k*K;3t?TCStZwjXy??k(QH@g7>Z;f|K&j?4jsDLv<#r7bpfPk+_ty> z`gDo}1_|))Io()CZILto8GDU{ys=6Zm89XK_-+FDA@#xMeC@PAPG>5q#QrJ!Gbj~b%kvjBm6-{zjH%aC#8Q)9=V zj2w3|;7WUYHVvz3f4fPP zZTU9!u}l@fjwTu&x{Nk3GQ4BmGL4)y<5w0E*GIO#noV+y`(^EbNZaLF;lb*ewX+jn z7c{L7Q)A95jKrhAv$t;n{eZ)6WY6Q4a;VhjG9!lo5Yi4vHEA{kSIV}a_zS~TlR^GZ z3^y3}HmrTaaEbAMuNfu$8-`;@{1?jh@Na^Fq<_J13CaJ3v>5^a%SMJ2(1n1;(FmBJ z*!%yR!g2mZ;U3;Je^EGYP-^4E=QHRmm?pH#M_{H9qZ8GBa@|~tc(m>E~PtXCX zvZL?gM(#P+0sSsp)Rwb=b#tZ!uP^=vP1B|hf>&}xSc)H?f)U`f`-I|aSvk{KvEe@0 ztAgYT!A;(~nSBazM~sYsEJ=aq*PF`@l-J+5%xH56ZHv+ zX|fDk?zsyf%%<0l_gy@gq$N2_JM`vZ1}CiM zrTCB&0yTLEsG;a~l1~=zd&6vyZh^p=yUSV-dthQ`U99mJ6p~aU)>^zf);Nd3LyRe>@CMsiE4Lrn?Af~L zL6Oo*J+`(@Sid0W9EvDMs{odta08;FWGow1@?m<|?De6J52m!vr#-^6<=_duAU>zc zK-_CoN#Gmzb?TUB__}^MsGEy9U$rest3T$=DVWuasTDyzjHKBR#$9rszUhBG#9w*X zJz^yi4sQFn{LV!?m`P2cgITu7<#?eRO@=<&x#W-uV@hfHoNFj=Tl`pWUlX9%*{D0_ zH_{8u&EZDg?M8Gmu$kgo+Jqx{HMn>*D2C+wVMksZ-+V`|yG5`BG^I0Z(#*|fU+Z0N zb?H~K*3ROJK&S1fN#;KG-!c$-fIQ z@qpBjKO9i$!t`1fdgq>9w~^2*xGx=`&I>`L3xMd3q*#3)JolBh)%Y6#d{i!j4ikr~ zPsA`Y(`3}9v}^Cwtn=vUYy!QZ(3nAT#!IQnR`nPkB5FbMqH`$(m#VH^AFp3f#E!Om zGd+3U2#VI>7P}4z&Wh+z?-k{r&;BbOa+;lASr4$KOu%k}3QfxFO~(uyA4yEyt*;j( z!l$PbjP{cm$q9hBck=|uFmG&63_Uf&!G)HYh5k@xoALowGyJk^U`6M+*)Gnx20f^5 zh^{X?5&cnnSlh!!!N^_B1S(E#sg7**u4EuPvqG0Ti$f=Mg)T6I<-aC4dny@zMwALhJ~mcF&}1BxPcgDy~M8lx`4@OlM7zgUGs!P^JY^MkWwQ<2)! zt1rjLZ9WfK&il-%MYdb%zq_k`G~|Fj2!*dqyLzG`lMgO_0IjtN(lnJbW`C0MgES6r z3k$ZYUP9~!eB@0HNZZ+Eg=O=?@Sscp;Wved=#~S*sAfBS6S3w-KMjh&eUGRc;zQWo z+`t0oOgxk2f?G7vUmVlwy%l#x?E$fqzl)ahMfeLk_^iuzihjNqsuD6d$xSJ@ffKY> z8jm#4&8&|luPTPc`ur6Nms33A`GZk;EoDdzo8SitKp{WxK)9upr54w?bhM3_n$|7w z*EGdZ#n164YR9fOLO4-)e`<8AI z))lvAZWiH)iWWsF#ger#2nbRAPXy-*jK#bKW?g>cc%*lmN;QEH2@GRP?x|uEP zPwgR3O8sN&tMFu^HaGgSmR@gXaTcLP&#!H8@NbLSmHz8va}$F2sF&%Ou3gpsx-wWq zaMGbH?3dSiwmitpYUuY&=lX<#Q zFDKNF6G#9B_VNq?sKJ$PV5B)u3MgQs$vu%t`$o?FE~w(`#eh}+!dS2!9SKo87t$+g zNOQ2P?=;Xgc?S;mJe*$%xL*)O6yFa)Ld)a^3TqXehqRcw%#yx3WpXUMI4m7v`9MU2VUdYSnQAOxN)h~!g z!pgD)ciLi`kcGzaBONMNox1XY0rgqmkEh(T8oNaOk~yk#f{ijTgI^7`7gnlm>OOq7 zFw3j~e6L1qCJJ#Kez%=>;?+`HH6A^aZ4cOJ=Cz@wi>u+~=ij=vIOINBoH@a;lo|O> zVTnhCoD5VQE>@+Hp}{Ep1*MjS4ZoXaU_PaJThf9e$ZA@y3A!DKCpFpa*2PNJX$a|aQt>1A{;K5EsKuq8=+Lwouv{U{Xk;uh%IKRG{l1iuR^QXYYsxy` z#cr1V=VyX5O62||8OpHT_LIwdpc19<#**G|_0)Uy z6wor{vvIW6el=^=SSTcWdtaT(am1MKC1^XDBW97s zq@Gl~yCigf2t9s^;q#5<^X1X_rrOVOma}!q+8Yhysdv=Ue?`r7D^Q{!TcUtp8gk<8 zo0v}6fIG5{ZQ{9V?6Yc2h!6TY@K`klfYyC@?O2FobfaVcJY2CGT*qBNPwn;AH?;25 z&lz3&Jv8<;!jx}gZ~u9ixTy=+u`tGM8D3*=gZlSKLi7WRLD@lEf}MTOu1Gb*s{Or-c;8kQlAzM7=Rg6?uSwYE%&>ts&XVhDgN z0Ym2%xhG_G*cGn7%Iua>&}`Q?n1jv91#+eNV^8zXWKd2{4q)sSXs&5!*<0a=010wi z0VRNf;z~iiSO3ffeN)9TgBr$E%KtYi;tG(8wC`DxmWN$;?3^q(3S_hx#{BVAb3CKv#$dnsoYir0GAG z$j-w2SEQ*6P^lUu{5S}j77McW{43Y=pKD|XP3--XYf4!2zYrb%5rG&S8W%Go+n>_@ z?<)jOae{jS>uNzq@gIReKznlu<$h~r`==i+lMB@6=U?|P0{MCf5iCxS+bAUvo>Bhzh*$=Z@{S^J}2rH4euJD_4l#D0MB{j>`Wo9P*dZzLny~GccBsn zW&_*onhg6$Lo@T9DzB5*Z3%lqBCyN(lvYOyM>FUC!jsrf@WcHx0IPMg+fMk3y(e_W zIcW15!;`0V$$v#`7!0SAzv_WgCm(u75WG8WnjD+8K#A&kmi*^W9zYtjgID*(M^mg& z*S-OH=qor6x@{ohnEnW3zG^+r4R|5)D z$Zr@dzuWKfqM=a-aI@W51_TVg|8`uY;4pB=hD6RihC>%J7&{d#UqLN+e`Svz(?E;(ciRq z$GY#6SJdM)r-FR>KKT;Gc*TXgXELq&gY7_<6zb>}Bvv~}2uav%HhP{56`Ijv32J3) zrx?K5rJez(+8*p~;GM;Sjpw!bmQfl_E8WK%wT#_idF^G@w*jAai?E;vcK7}Ho0hMV z9tpSodRqH=7)*Ax$Kerrl@ki$%dGg@q1GIV*xQQg7cRI`Ho=x~*}2=zMT(xjB9Ve4 zk(E~Y&L8<%tx~R(!8N1;h?TNSmTk;A0vWS=f>`@>2h@)m}`{DD3gv;7@IWd%7G1@59k< zdT*-s3YXT8@MB%_&ffI@VeBoSs_NG6aVhEU?(PohlJ0IK1e9(Bj&!$h=x(J!De3M; zLb^dhQbPXw=<9pm-~ImIckj@#&N^$&y*K9!24g9AxF1Mg#a}dQ>mwd6hF5>Zn^a*XBrTZi$$_tmn~a4-+v4 zzvf#EgcY5+-J5z|)+8XboJa}|}ai=~#<#s(cLTlUS4mXrB@vb|L#w(qZi&Y zAHkZdlYiyp7LTB8WsDpRz9k*iEUZF0105YLRUh=`Tk$2>7rehwv1aTJJ}a;s6MgCd zoPX(_opu@N;W5*eruRgKy&f_z>KTaYIRCT-dl3n%gVqnV#4r0`wEx}`vEQnS>rJ=3 zSIOgx2o~Snt!0jmw&+wHPEd;=qp;C3(avo+7ZLYUsgzP@AsTG@D^J6n9OA6clAs>p zYbhOUw%YLAXW!M*oz|w2#iG7q@I48tu_*qSJzFvoqN#SPBUG&@c&sj=1jkJ_-eiQG zk~R@9VY@&~04l@$Drk(Qf()(L$TRd}G*pYb{znignWrs^%Vguw71lC*a6W4j?{_Pb z^L1ZVrpW<>*HwzCBhB-}gOj=;YH*4( z2D0$>+(k=n^5%&tEk0dP*i{CzlW?N_Oz+hNo>D!TN&c__G6sLRF9OZtM{OxxHKQ9& z997y+TtGS68c>clFuy{YBrwJk8d-n>4hhrFl=1!yZZRjqbq9)i>eFgAq852HsH5XDFM$x#N#<(Kqni zY*c<|TYG35qxzixH0YC(9Qlb1rUPqFe2kd%8yZy2K7=LF=cJ)i(=>Zioib=cET+*3 z13Gvn4s5;Q@W@ zD0^Ku(KC}y)Jt;L1F@$BrH?naKP~2C6Cxf}(Z7F+Uss!h?^Hf9Q40;a)hJ_cC}`6< zQ0(oM@+&KP!f;s>=%?aWHUn1hD=VARG_{KXHjRsb%^5J#mI-LUQ_Ym=<9L)s89Q#t zZmJvnWs%E)Vo}?Snlo@KCcFd1ZPLpk4O6DS*0pk-XTU^uPcDmebXL_(?LyFvZEQ=~ zd8JboVsACt)5=l1{mP9D$`^7gwN#ADW|9?*%k&pCbeT>{nUghjncRzjIb=A%R01F% z07J>)UbLdFYxm+>z_++k>p-ChGHlNzH=8SJ>K;S_*$?k)YWE@^?w-tCSa@22rw0t3 z5{PIDPHKTcSS0V(I{d64b84=kcWVR7?hKvI2?GqB0a&WPF)*TXKm#CVBM$O%R;k;T(ZC@+lixpE~4sAc*V$~y`(pk@$PvuohPg}s=M+$c_uLuUG z4E!+2hO>E-1*V;>sbja!C)~Xz@)wKJWaYnne4?V)!ttAVhjsz(^B?G8qrmFjfakmy z127})`7_(^0SI93CB&kE|Br*?-=vk7m*cmCNo%cm@x1F zri*`nN(f4#3^>7(AO3Gpcq4y(OniVTvk3y05rY3@&pd))i69`}*?_=)m7oDAzJGUc z1W=qQetmkg)IGj>tuge|?RNY0X1Y5r?uQhI%0P+(*xQjCwfL68bbFlJVM z*%en=W72&5LN8v6`NKPVu-${=hv4^-rU=-Y#h87;Kg>}{Sw{6ioV)0^YnmUeIDAfw z4!d4(PCFFeadLq=ig-7fB06NZKb3s;bq~GES$J-I>#0-02Je7j;7nO-K@5dv3{xfT=#ZJMLd?h7RKOJnTNw+yMK(c}p zE@e2x;g}zits*5XKP#00V(XhnArEL)L3k_R6J(^9XyMMj+S^6D@iO?rj61trak&&9 zLl4UuKTVc?$SYVq-&lBKRCrXHjO?UvKX_ijww((v_pD~NfITKQ%K=Gp`b~88bNR3; zs(x&ECr+3B9?*tY^uQEZlrB8f`@ZtDcfukilt{zEc8A`hWEeW3ApXYF^ufI{xf4D( z={H4F*BgY-I%%#AYINQfQe(F!>qsufb5*I!2;B}zVVUQVtPQ5% znIs4)Nkk#+tI|$YQQisPA|5>}JZ)XIbKMYr{-b&Y2;VRp@t;& zB$k1e**@=!G)+#WeP?<`_A)|uRR?YMY@XE_f054G#a*h+xhpPA>c&wajg1IL)x*sk z**$uPMJbY2Ib1i$&+?79BJ`!tEea*^P|Bm?G3+3t&l%&QtBWmxnyGb0ihXP%ceOg7 zm~nUN+biqZ(jm~owS8e?g6xIEV=5!Qr%Jv3G()X5iK>2ipO-?h3JG9=Ap9mnM6yr_ zT{8uvvNqUE=)0D|X?_X6d9t<4!V{%p6K-DbluRyN70MrmHxLU1SvW@AF0bYtU!_!C zD#fR?HM$Hx=O~(;1+`S7kQ6T*-hJXV)EGU*GdVhS4+Fi5uj|!bRvc8rP%v__-yUwD zdUsw?u0@?>Zm20)e=x^F-*4(3%*dgwyN;AFrmf=v_OIbIx*nS4JsE+j9&_u90UQu2 z@HceZ3mqq<$e*W2x}v_^TQgGM2v{yv-Q34ysc&u7%89|tb%@`>kZ!QA2w{`jA60!W z-|8BL6#!a9vPD%3RGCV&?Vd_xr*ZK_MH#5!%y_ym@%+1vNkiU~{b!#26~gZA#C8|u z+6qK&ozD=x)a?=8mj~^pzke`RkzHjKQ<;+FHEt8iLbJzuo1JeOBh;utxS7c}i@d!) zrcxGsx9jEl6TByIiD{PBA9x0B`hzX|vKYKzr(*<)3`#cT!q8)tX*_k9K>g8kj0%O) zirHp13cC~9V>k3{9J#>un=J$Th-$XwvYU>Zu^EX;@K5H+w!-n{?p=nwv?2d#91aA5 z>vrn42ofC3Eb?-P;%+{-&QYG0h1I^%6nmqOQiPKzX&;oGWfc%D4Cd2uor=uP`oe0` z*A-Aex-S|v%*hEWdz^~A`w1$wVyaLeOC-Srz!GgJ^QCmKRb!%MqXrFrck-{b4pVp7 z?&R>B0m!yI6A8Cb#JYlXlNYa%Z5h$8H`=}2M*Dn?QyV6bdtr4adxS8{jP*kB=BHPt zI6W_luw#%tOMn)uAjynms_6?+QNkHneDb!?G9h)JF85 zUo%ENd?mo4{lKh7$|Xgt(arH<))a@DlUEhd^N|T*vU6&H6EH!9ZtKo%G4u zLcnT*bZC{Pv!M~^o0JMC##xs@N%}Fb8Dn2;RD6DrE9-KdFo+NCTLqhM6H!{C$}+4{ zCta3^be=nNH4cp#VRE7~EQ-RyK}gHG8W%3tR|JtSaS{s$NM@0>lsF$_K2U0&Hj3mi zhTq2G6Nh^c-h@%_nZ57Z={U(8g5Cm$i4y@u606X{qgUJV0^%tJ3VTpucmT?im?rq9!0@Bgb=rD< z3*G7t!%k*Fv_mNq)38@GV)KM6riu^Ws*~TrHlL1or8-tVcY3b<#5@yW*Y9xAW6~9O zFmUHXVC`D6oiSc`o#gOyp(`{V#gqZIu#dr4uh#XeG47xYBFk?L81NQ3awU>;du`Yv zoCeK3n_pRh^5fV2ra={9?7nRQ$mEAXJb4F)Kf1zNQkq@~Y6y6;USAtwI?ub@V^Ozn zS6Uq#h&s>LR-AVl4=*=lE>e54RyD$HK-PCEw~2K&E4R0kT2d@no#webSy#(NA?v?4 z<@}Z#Mj%)H8BFDGvs+R?%szXYa^1$mpSLQvL2~mhrKUbXKQDeBKDgh@zA{gCAh7Q8 z>rK3iY^qAVi>!My?AKen+xBA6uXkB@}m?KN(HP*c@Sk6$mtF(7{X8^F?3 zxis_Jb+$J?OBp659c-QWJ%Ed2jOq! z`ad@3flYjXfBugMfRBs!cLY$d4CvD!h<{`MK(ngf?BDV0e*ipN0az>~KTgaezzcM* z`o;YJX5l>i0{>$E2&)jn3uMUg0OViH|8FMF!!P)o`OmIGIQ@S@<*flINWeh=*weEC z3I2b^8-VLQ8z{q$Ipv-t7=BIvEHCiH48}T)ocM9e)c5x1#dXb(TfhFW>(zGAV^Kf6 zn6=Sv+v}z7FQaiqu-FwCM!cYGhx1eW>)kMz-TRIrQIN|5sBM)$|5dSWcieGUSjo@B zxZzJf+xNx#i;dW;uI`GnFsvL9mU_&mRv>SgAXI|wgq3f{jwYke^``rPQy;K|RBzP|w znskYZQ&-U-$?p0fnER|M4WXxxvqs-q=-4YtJySPE5xG#`5M{iT53c;hs_#tXC94t5 zqP|@xPJEw`QL}t1(^A0-l^Ml5LTknftBRSawWK6A9{fk)_|Nal*iR}16?xVMJ@!fc>^BHWTr|?+n zoLjszchUn^BSlBq)F#E=O!7db{ffCAmJ6u?2(z=k|3Cr#x=&@=2Qm!uZ6jy;(?7>4}p(=#C!q>~zZt>jc>( zx=uv`^Sy56a3+;hd-0K0g!>I_NYMPQ;3NRA9Kx*o` z)r&G^8GG<~5Yp?`R!}sr=UXLK3-NL*dq?rL`}v%=c-@&K)Agg2w}Z~$r*!MEuVPla zlvo@Dh=e>W)jMS9-MDo!W6^!}lMQ(z{C#4L^@UE~EVu(5h^ZX|s7kai^-$Aq(D?O+`8~0_@Uw6ZZR_-`6EGGQ*92IEh*F^78{2%sEFkaF`fAXy2?S3@AM0GFDdTF3k-BzexP>Fx#(vdSvbdCHbbDe!2a1*rM$%E@)6mw zD-VCKaa?l|yD5i`TKl+;@#T;A?o%E!h5CwaG~3ivha?FgWj1@vZ+o|J=mY_udmM;c zX2wf&-LTI5Jih9aEcr#{OFH5&zbJn|ZiZ%fGiaTvj#8?YDqQD>`q723&aQ=F>+lGE=&yP9 zRW&AqX3do}kd>#7h|&|zgVmr|q;;uR!xY(&`S5b``r1NniKyVK;@TY9vTz)hG67lR z`u8o$LpM^Z{cm;?Li^s>b}@TS{*KDBl~CG)G|a?)vY<=MclJg5R?DBR^|>12Gt7_P zO2oC=e#6E6@&jpx=xTUHKFQkf#T@4us;U_0KJZua)S1^TYsxT8x7**nQ7Fxlw4zO( zt)oVIgw2&Gh9L~+4a4i2a3Q-2p`F50wN3@o_ES83Hq^{E^(VR#(*vnX6w`#%Q|X;E0Vuf)fakyHN+qVu^6iWGW}ef~ zTsNg#+8zH!0&tss{Ucghn@&2|Y&xy&Q{Z${Znz-}Oi)?O3)zp~gi?j3rbrHf`vQiUK+Ies~#|5(Rdf)V`NB2Tn)elZ!@v z^fR%Ms>_+}cj*xzWpQc21}3^ zC2i|;I}t{Vp~^AA(;l#Xu~ph*yB8N4zUNM+Q}Bzv+~H`V5@Rlbn)W5G$0N5Zq=c=P zJmesJe74%)HRmlYBB%K2XJV1YP{eP?zVK;gjJp(%bTTr4kjcLkk%*~FD8TWP#R-~X z?>eND4QJWpv_ zY(+LUpC2eIJL({UMOU!mGcIrHW*FF z2s9ss-(U~Nt4isnyx_szJUE%)2w>zakUCO5=@1{@p+(bogmMbnLkY;Wf5q!&8_Dj! z99hEr2>~;_!s!E)Wc*}}r9m~p_YmpIzK#xI2Vv!xs!|3nJKec_5g9|nvqU!$+}&{? zC$9Wehmz@mf#XwNNt#>5-TN)*x%S-lXohFx^!!tVw^lv;55wWZRW|BK2t{wzAOi^l zT(E}tuR);b?bf%jzux?7xpt!v2cv`RFT5I(9EGR?R2~k--$T4^x=7L6nJthLf(Yub zJ8sqDU~F$z8{?O}y~nuRx$!H0B*B$bjvtzV)|LE2(R&|q-o!Dbub+6Q z9P$#OD-o@BZ#_aY%!2HdW|9v0G``ASu+G}QE_I-uwV!bp{q-7snQ*{Y*^yrcSuAXh z!H<@8CkCsQFA*pNKrZQ1?0xP|{AV}dW<~C+>?mqoUywsps%soL0c-C&bPST_F?a-M z4;9w#y=1nU#eLvC-D_4*|Dw_UF4Z8%lCPpmYOEgUkXo@ekO{T0}Sy8bg8xrXp@AbXC-FZieF(%-C;o1g2qQC!*$fclj` z2T*^x#r@6Nx%s)ln4^H#we^qx2E}~~c_N@}!3P*R@Bd5Mxd1(nAcVBLfgf)Ha-Yi& z=v#o$1>o$w|KRNEchEKe$DS`3iW628C@tsv|8aR1{LAGzVF%g;iVF;74lN2CLh$|% zlV?s2aBdzz+T{^oewEJv=G6Z?DD@svS`G=#I4CqIc)2+KdgTPadVpqx0lNAA_KPzf zb)W%K_jim)b=iX#Z25biv>M(RQV4G0b$oJTBkK_C6&Lmg1&@uJHvQ+5;5j*_nMO~2N=~_z_&`!z2 zv~6W@`n<|C8!&k8bW`v^SM_`ZrGla)jDfs;pMN#!={GX}mb)M4>I&Y%B>wwk{;hXE zq12x-X2RHol|6EQUd|bkw;w;zAZ>Pxd3&;QdwhPsd9QZ(qve^~P-uyoWf5=rfK6so zCS$f8Zu9;F%*@ng&d%IWo1Rx52mZzLtOXHLI(d+6`|KkAV%~k8;dY+(_iE6{KDI*` z+wk#CbNmP1w9>JLSc6ae2rC2Acbimk90PPd)rRg-bLRfn$&;n%uRf&knumsQI3aOP zl;=954r>%lBv1y@B*eU{pGTE!p6nY9<;!gMWl8+{oHS(+gSA$OapXBeGlsCPT{7A5 zf=$mtZ&1#RroCxWmln}1-g+pAO@uF__RUFjclznvDr*L(O#4;7B#u0sBt`%@iR#zaBr9ugM(y zeyJ3nm|jv8^@|iG{>X*P7=BnYh#_)E&bgYNC7O3T6WQ2 zs?F{nD8^K%p@H|Q4j*Zu<`A=+F=r;eS@GT} zOA-s26HyJvLIEe?Wlsu+Cl1LvmVIO?RLuy3BB2kb&3n?XO|$zfi|!sVte442#=t>? zeIRt#fOEVx&*|jlTz8=>*Xt1{9EGJCdcw9HyIVza?-Jv4HJn_I1BN%W z;~&}Cmt2zBWKZ-z_qZI^%yqi^HKg3l@CEB09e7lC$;@2W7e=fd!dY@zx{7?pOUOD7 z$-d~fgwoWrNtiwZ&1hM5;-YIO^<^)o^jF^sn2UBOW^l)4z30DJgLA#gJsd^DU`f&L33Eu55 zBSah%fJO;~?)EWNo6;BbKV@|ftz3Sb_HzJ9hl_$4YF+^oEVZi$^CQ+Xm zB0~Hksy71@P3$SD_6a4{MH_Dwt);d+PI%75gvHbGH?s{-zq~(mTr}Z%>CUZ>b540r zoi^%;QCOT%f&zNVh>xm6v3cFa<;olUgA{I}@o6iy`his*QDADcNPW+$rl*8i<2an+ zzIoA;lzdk&X!xAT@1e02%EgHti!@}^ns1|bgxTma{HL`W%QzP}yA-`vk&>`U+b|i~ zK2|G#zv5b+I`8)gx&}{iy2d9QF7#0?*)r>;o{TFxJ*Nb{{i538v)XKq;BqXr^o|~X z!Zr=uN>d{`YG?Q1<#|dnc#iN}(X+R_bS*54SSy3ynV;uZEz1u+OQ?MLsdr=M$PgE| zsX1PxXz`Kux!L&@N)drxp2C2r{+v3sF2{RwVQTDT1oW8qtgmEhZ4*$p^8;cUF8k$D zxY6r(#VIEhKz5uy1%N|0Gi@~CvRULl0cNoP(q@28&NY1^qQ8{CEX>3e^p)t-_tW-} zFa$V})XyLMfaAaDR&BR*%Ua^F@lrkkm8Sojz?Dr&r99aF#wg5;nb}9Nx&^vLC#d?# zNo?87r>?nTc)#H9YGI+uS}z|A0ey@^_A7azXcz~;X5VT+i2S+nn`XlLF@=?218gCq zY{R;ALvii7!9HnIH9u&pB^w{O>nyrYN3a&pQDL`64b-$OcZtH*JB%p_WIRc9$DOv#jaRIz$ra>1~3 zf2uefJw>8(1~{1uGbdKc!Z>-VIlowk&SJa=+R+TzB2p9DuCYJ}(_clAfBE?{?km>% zD*3aWjirgh*@EON#Xd_$|AOjhY$S233dNr_5sLIAOz`5h%?vm~j%wJ!Dp9Yya?ktr zq6UWFZ$)1qJ!$T-fInB(Z^ymQbT=2fXo4L)*y3qwqK&-KM18aPsi<_R{SY+!9;q@eEL>;-4#SC_>mg;S8({vhNNfU9CHaX%e65ZaVJx1OmGV_2)m3? z?vnf(6vhNumeBut^RH#R-a)~zQtwRH0l_fH018XE5!j7)MHBpcSS`EGbp4Xp&3VO> z>FTwW*^LbBDsFeN;J!2;*Kv(iV0k&FzD`UO*)uAP-If>NXtPF46g$v)hKlMd1+zNQ z!OwFFnRb&&HZswM{Mx<=4V9EdTAgs3!)?o>oW%NdSvdeb}!I!m3oPVX+^2t62arv($$S%; zp47ig`kGIWVST7%=SSlkJeN~vPtju)(e2G+-{psn{;&2eq`u2paV;gc1N~q5kJ!IM z_Q(3avKyAh#I=N75687UUL4yzf5IA^RGpqI_1sS=h_IG;x*_Oz*7kd_eH|d{*#3VL%1in5($6;<>*M502C0wbN_?ja^e9BZ*OFPdH!Dj8595j z2z-z+Isd5O|4?_Zx)mS+$3g`FfVKx2gX1p&{2$T|Cbb5hu=*eNKcE5ELlW%Rzz6x$ zBK40@9Ne-6;{|p{2OyB#Iv#-dt2^qS+&Tp}&`sr6cT@?C{|1GM2_pgiJ_sENUWCj( z4?#zROR)aT+^}IJ@B{$)J)}v?KU3oZ9N-gcpmsnK2Sx%*0MOn4zwKJUXInsb7z|t( z@&9Gh2fU06qXEsu1+KA%r2)Ujg9!oSA;O@8j}_q%!G(@c^bqwr4gc|R6~o9C&9q*0 z{-^R^_2*4+r>x0}=o1jy{u3m9iT8`N?*?GNC@nce=HFn+L}H;{KZ+th<{Vm{Z_k&k zX7}9i|4EVOP&}#I%!zp%1)Y7JpEqS21y`y1-v2xVgG)}@bb%cC`Q<)n{G3A!3|b#a z9s5{(=9RH)n&W>v<2u%|-kz<<>F46?AWGaD{n~KeH?pmMx}@5B?a({*4jc9z$A~d0p;EJSm0i0C?vc2;e zyKs<<(_kHrgdbD2D~>mj668S&@y%)4@`xLsdE@wv3F0on$<-~-a=_SrO1fv@@Q7^`IzF|~TG8M3i_?Va8B>=)t*ecDIE z_0i~8MQy94!%t4c{UlET8Do}P47u;b9z}}RGLu+qKaB`t36^S@?eERU4Ser*(K@3} zu|gPymK{k~K{~Fz>LA7@95_PSE|inO=VCa&rpmob$5Q9{&W@Hyl@ZZA_3YyLOnWfZ zgCk8Eq#!&8i3y$MXvt|NOtgUvN~{WTAk5u9<1|m8^(HSkBwZM!AVRY8rH}LD?{gUQ zWhKe33cz4N6*z|ZASGAer?g2~%gGqNhiw)kfQVt#iRm8x_HF#jR3JEL&`=CwcW~E^ z@=!)=C~osTeX3swrR@Jiv-MTe!Mn#vy>Ivayv;D-)fSQmWBCZH8oYio@6_aW`MaSa zEQScoTP896K}45nMgh$b0$pOe zm2Ha(_^iY6JAC|+Bq_#VgXmzz2oxF}otL4WohIfHo>=ZarrUA)Gx3xZPKw!D4-N`L z)p)iglKdPJPg^t0v6tq4KROf%cdN`$xcI%8==^9YigZBoJ9qa!nQaL>{I&f_F#4M0wawkM~v7PIg;t9G;67W?}nIT zy+!OBqLX)5x*{#dynPXyCuN!>W(L#vs0$hTzcDrxrzq z!GSP4hH$i9>d%%t28%rUmb6DBrGRhHS6iPnGpe?2KQ(n)iizEThO0=VBj4w!Ah_6J zYdNfHYGww`?=Ti;1n!gV)_aXDzKI)4x*`Fa2fay_373n5Qoc~Jv{W93)32qQn&BF! zjjQrXV+9#~H|$E-<<_JsRNH*x0_9Tz`wwUl4VGU_FCZf>;oQW(kT-c6o>Bzu|3T|J z13AhWlz#L%vdaw^Z>`$+%oQR1IvGQ{}qECKRdZ$>d(5;d!7%5r3+rYFyU% z8ZSnuy1Aw(>KV5&=>5kc2mMVqgugW7qJSbi4ZQZvjX$xW@(cZI$n-JuOy#-ka7ZnMPq}_9B-87L zJ1i_J2g!B3ERR&vra@NH#)M3QU4M<`R3h3kNXKu>smgFQwS&v4v~csv<;KgHB>#dz zR@Nbl2--5)63J9vQ3;B3g0#4w0VO5e=UzES&MCv_3q0yyQ|rD-!{~0|3p@)n)?W)L zS^U3Vzk{+@UKD;Jc;ge5u<{~0OIr1>>nysq-NTAL5$v<}84HU||LazN?wVQ2q)6B^p<^%u68mEv76I(z?IFR963j1)FCK4b_5aWQ^rmL8gAq7FS{{bXV4S*nJr$jtJvk{=| z^dGu!UT#1=4=jNtG=csjcr*YKQdNovAORN4_YcJh1poz~iNU#p*J*&C>_4I^XaN*N zT!YWU&HFzZGV*W2v^qhY<{h!c+f|H-;FHX-4 z0dV}`^nXVdocz4MdoZH2{NDg5z(EQg@Q)P_hWr8m<;j3{=AXhE0bX#&Hnb-cZ<6!W zZMw)?u0N^tcK`W4DI2>r}byGp-HVXSmaf11p%u5`xmr$LD3nA_63$^~{3K z6B6+swn@>#&NrL{3c^G0#7;sU``v4Q+;8u!5hRc-fi_3DO|<_n5x!3cKy|x+jJP(eF9Sr%NLv`#L_k~wYMAoGbmxtTyZcnDeFMFfS!bH`OHG!UxQ|@<>>WE+*dLH(QAOe550dkV74AcUn4QZqw zR`3wIJ`~mjMlF+7){5(oBIlrykr3;h990Cz_jXljvxsg`q-5_HR~n4mK|_x=AFf2( zp9x}wms_Que~fDS8SH+`S@dGa$M0hEfn@4qpN*%BA-UCNbrjbK;WUw$zFa+`@Ak&d zlVpRKI%#AbD)wx=#^YL#fvHbZP)d_mdPIV+U!CjF?4lwyVkbF~36fr!$dB(yJ6rF5 z`igL&XS7uq@Ph2dI^;l1VjkobuupqUP4?{@_POJ9t7f&hbj8d&gbj|4eeCEidQ9pU5!ur{$VLReX zs@Yl-m&#dIX*}%rIwz?}G5Y-6BatC?t*vVLx|^Oo-ue@7JkC@6t))Ytj!CSL$z0svP2^rrSDk&W#W=fy*0(&fPf<< z+-7s#HzJ*$iI*TEDs<#|sBAae4cxr$t$HlBhqmBbLBO_k6=K_pe)rq9wJP1XT9B7o z597;M=&^%`Cc(qYevr?Qn9t6~_)(PV*nrtQkb*o=EgMZbnX7*)S zUoMbxL%k#5f>R`{NmFYt@QwsR!0aqPW*w0?_0gCM0FiODOyN=@5L4K>w^;MkG55ko zXCL8ZbilL`94N%D^ctWh3y(`rCGf`d`uQ$e{Q1|kOUdU)!j%}q{yW44v1pnCZjGQA zpv?Khnx*LTk}}#J`e}D(50^0IC0XY6G*Q3MHNK+Zb~@UGLL7TvDto~u4wPzk>SCD@ z38$y9Md#hL7l?9vNwV5wZB;NS(E@>=A2jKVmkH<42)BQ=VXOn%Fw&_Wjei^wdzK|4 z38{L;1C$*=8%7t?^wXXaU4J}K3#1QY$;Y%spOjQCu!=lj`*D=nb*!x?AEs>5%j1lQ_vUmDPGH?wxq_IzP zfP*CT03-xnUW-OBVktuTYvo7p(@mu$B`UZ3ck)Cp5G87|L z(*WuNjECEe+FM$CXq)C8LcIdS>|gkf!2(*zgjcu za(VOGrjcAc&m-`Z5saEx!Tp#rf1uB?oDIi{a2GpIiQw5}$ssj3%gc%wd>CnvA8=WY z*E->&KPJW@R4noddy;{bi@C?yIHKDVHMNZ-Sk+hYS1mxNIj`W)-TnA(>I0KpACa}dTaFh$2pspw<$4W221=iquVnH?9_j_TZy6+ZQYY$B`rY1*N1>*CC zK&*J>3(H@I0@2a6LUeS#m4F(D^F5N;sZzrVinM;7I!!20kW3e436?SpzH2HsJEgi} z4q~i5Fq~~G#D!tfDx)BbQJ(AFV)Acxg@lTq*YXLQ>3lFj^U?~6*3oV$l@ZWrQ@oh& za++a0e+}>>C20FRE(h_&X#0AJGn83UilkFBl*S$_GnC4tQ>`Uvwg>UYWm4%vg%CE+*C=Y*gswL?y_e|J_>f6gFd&Lep*SSnJo?` zDO$v_GarN2Jya|WNi#?-3u%H!i-o-Ydh=`WMyFFl<}Sh8!ALboMW5-4z9$PCpXpL! z9r-n68l>u`@-%R;rvi7lp6P0JI@$iZnL5VFxJLzF{f^CLkBS~y3184HK?+|mb6N(? z7_>DZqoRs02&#%OA2uh`o9 zzL>hf6wMl>JyfCI`}{uiNlr#YXL4@z7~u^gKPz9i~ow#JMzqR7xO`39_S?G^?wQR5h$TFzocvMYp* zjYGHU$w8-e*2E=@63C6;n<^6^lQ{hQDpd~yLKsQ3TFeuFUN`d`(xfClF;js4$*8HhaorLhkX0eJVXx>*4E zKdNg1wGL2S>j734{cli&Vld*E+<;}zugcm#&jYI%1FHEgU=JU%_g6*j-|UC<)BeoMEED1X6!ydL}R!U?&q;`d^4a5&E<975jq zaB+66c=>ZWsP*U1{fDqHM-W$X;_UQ!H@d1t-2^zPtLdYI5iaOPM-?P|fBP{>!$ae} zYtj3|?u>O}!Zz;`z;QnG>8u?6H@T`XRqfp}@+vWroIB^%tby*NtTe$>OGVOa)`yGS zev_D1|28GpTp^M+<{JN)rtujdgPzzOw&^qNkF|ee+m*T1#f*1BlO)dRuN!0OPk4kV zH%G=k>TCiYxd9!b+P^$dNADZQw&X+}>rgEiYu8p418i{LabnIQ0j9FZ?_Lu?Ol6Dp zFEp&0>B1R#lMT9F7Fd)Ya%@FvhfMw;>IIB?_Tugo9l5g<^3&(& zva8Z)oE1-Gf z9BuWF_6TXN?*m7-fTXGm>&pX5+Rc{KimTzd+NqW|WEzbm>?$mIX#s=n@c8M`T0lu;o zj#+IYP-Wq;h0+nvkrOepwdS1Mv|==-) z#&*l)TjyLaW*M3ShWAJs(%^wMaDc6B$QgaXBL@5a_25up3f#pHEj4d5bJN}mvS(?^ zvAt;`;@<_v?e*`i1m6+zSuZg|W!7>OJ1aN8co}FsP)A5^bD66M=ROEK8+AcT3*`6% zv-xyNhPa=XJH0nFR4xd)4j_NwsjPkLUuIt&6-^EO5=zM)5gulvws7!iq76z-DZ}Aw zdokXK_b{S-b*I7t8$bh&{Ex6LHY5RB1Pgpq^>p|9c8A?hJ>4ndwW&Y6Q_fI$fIGZ+ zuF$JQdcj$b?zdOH--Jzssr+NnjqsH9wK$1Q=tzif_FekA;;1_ z1X5EziBEB>cQ_g6w&AwekKo5LuP{vA5jJtTBH!w!yWaK^pg&4sbP z61O2VS?l6UO3+MLwTBL$11S{UZNN>m;@kx%{?&B@2;Zje#k#p-v)=SqM}rtysHL~F zI|)$wyjqwro?5sGa>&Y+)DNm>N)VuQnPK$J@)4nqU!b(*&Rb8F8m~o}a_w)-MLg9h z;M$9#eHER-aTC~ykJ9!9u1#-5aWEc3K`F5lzk`oC z@dB=tBTVS^QZrEsX1kn$;w{jFJ{HNm_}$P9ECy7kA87{q$|~mc4|81c{3W_~nhl;P z6cLs~PZF&JF?K8@l8>bQXSy1uhC?^Le2sZj>uQFc7iFrWWI@KsIG{=O!i9x4{GjQ! zL`k8{N@U+qKo9by$B@2Sp%}hE69|7DGDUf*#I+oWI4OFxD}v1qm=Zgf!eG5P`hqCv z?o=H7Dy2Upw_!GfoWDSFDzrtMQm?2Eo?zw#i3V1=IvQb+0Qzb0QA1ZZ2SwV^yGr=f zN{NJxr)uG~ow$4rMp7YW&D7?U;demoTTcs0>u~gzgCz)|(}|de#7u*QHmyY18AI9WbA`lB>a|7FfM2J|p){ie~R& zu`MM&S)ByLb7nm-klprEv}3?8uoaF?lK*QI-r$wEx%4Ru_g9RbFmq{_BJT`qX!P!A z*g3j0NT>Btky6Ya$nnqmXJY<9`c`~_MB@LCv9}JZ>g%@0C8fKO?vUek`CzxDJe;j6eNH9pnmRs@9%rx_dXBLK5MTz);gT?2h271m}9I93>^%+ z43DrLz=#;ht$cr*kPOGjW5ql&-)rBC6S-wL*ywwZVU=*k_y)Fq5tgb;xT1YMSPG=& zvqJg49Y!|M(rxhF^YuGD9W0@!%}#1b)j$?l#0mnHcXHK6GpQ2bEf-G5Yv_|th<>NJ zj13DS(?o8?InmD(6q*;h`%;%V6x0VoK96$%lM^l&bm$-j^y?%;LPK)MS{y)6f!JR3v-r!1o00z;(!2(c!8dm=v62Quzf!1YTga3q( zFoaQu;`~j`nK6V32gd92aCi{94q(Af3zCmt=0WNBQ3a&$19_48jo%-ICGkw0Jz23$ z{60gk96m^M2fe|f@$FxAB*Kv7JYbhp#gUbr8NkH#eh9=k%56!R1y^}LEJxi7suB)6 zFzLT*`$P`)@ov6fI0RpgZ4#kt_IP8nvG|knEZEt*4fODRcynbyxeTk#k8cfh_mhq1 z;I#{hCc5#D`+zmqF+rA#D~51ombkdFYQ4;&$yu4c?-HILB!ofboQ^pgshj1E%{hf_ zaXI#MlT!kMNPRcs>JLABzx}w^UPWd(M4}zXu2>W1MG&1&$c(sT@)4BVJAuyf*CczT zsyFeS6XU}esu`a7t;Uq+bLi(epjSr0Mbc(xG=wnOWC-E8=oNB@ z8sIaVH;rd|$h<#^!lKdW(FVr1r1c(BPQBuvwT*tu?GsnzTHCR(iq=uP>f`s!m!4hz zo)DE{iephn5H@%AodiOWhB*;#Sn}rb(iC_)p^T*BS+^!F<=x@ZFAiDkVNiT7AFbS| zL5xEkO2Lu?Y^WL;UC+stsknOLZ2cyF%|XR`o{@HUcK≤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%0D1iH|B&trN{navAU+x!Um+joqQt2;zv;j$ym_(_ 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 ACIA2c diff --git a/tests/testdata/test_render_a_pdf_from_typst/engineeringclassic_empty_long_second_row.pdf b/tests/testdata/test_render_a_pdf_from_typst/engineeringclassic_empty_long_second_row.pdf index 8705ddcd8094c241d6878632b290282a2a8866a7..55b65680ab234bdc3928ca9e6e72fcdd84f8b651 100644 GIT binary patch delta 60 wcmeyJ|2u!fJ0nrE&@|&zuYAkOK)0MI=iuCwyl|hq&CJHDSg=b?K4fkQ0NL9XnE(I) delta 60 wcmeyJ|2u!fJ0sDkpzv@fUuWmYP&e147MS@tEZ>--t)}cYfaoEPu(H=)`OFhgMJHu!=iGtGqUoqvvQEI@NhD6v2k+#6d(sT z1P8^+Lr?(*a*o@aDD6*LR@g1+9O35DNW@zW!grH;eye4MXtM&9e!Q=5`_fq1c@&;; zAu|a6gUJ%AY{Ztq8wfk%>;ynNEWb8&dI)hkz-4kT&%VsOU4S0jI)cy4=2dZlz_cnz z^!m$@h=|Lp>Gi&5W7TIN>i5{1!`0E+;)yF0RT|JjoG#Sip5gM`u+q=|Dvnrv*K@&5 zaJM4)Gy>5WMX2Q7bK$Ec=4jln<$1^xT{@sOc-lp|!8sk%U)ag^Aq^ki*+Q7noNRG& z2jA&~sPln8+>5ZWuRPk&-f2b3CP^h+c2u2gQipRUm~TKY5^n;t3TFV5ZM~kBWE$GJ z2oyl0wn?`p+3L&G0HGqGp}6PK!5uj|xn>ELF&@40fr@0b$EN~EmR%)KJaCF6ggt9P ze2vn@Z}4?)^`-scq{<0-C{_Li(&>YN!__u)Cft$Zs0%wIi|-c_^pme3y1fA?n7R!g zY)on`SyqNA7B-`|W5V@`l}76;SixUqvNr&}VwzKj(0MUdVTG~%o8s7q{Im>~P}n|k zTZCIBv4l`GNncNFb$PvF`}!~fuj;%Q{6%UA3tE3L2+E2~^n4sbfqXZ4x-K__3@b{q zjDyeRBk1PzJ(DpXblbj=`Q%>iQFj%53AP6Jx~AeJtY0R%FO)gHi`A=j+-6uGNJ|4S z3h+vA!^@ztC9=&r4Mw`a+vg;8s@7224@Kk}5n?L`IeG18C~IdT41I89dKnmzw)OP? zd`2K4-nw~ZmVQKKikXs}9}n^L!l}Cc2vgj{hq<2g!tXX@X6F<}X#Rk+Xxt1ln+%4K zBacLSj3$UT)oNmRI8IrxEiEJ_BGL*_JzOKz%W@4Yz;=zc9YVH$A4sI1ceOt9JeLhS&pKZ_IKvdm47_CEL1FAJl#`E=EeClMS|rY> zpiIz^MB6V&m#d8C?ckPGsk+UzkZ5RW9k6I<8Pzq@>h=*xmL`{#gAYWPm5T?oU(;1S#n|(ES-y}wiGrJWo@|g-vl`d;t#Kq z)wN*0lW6Wx*5ON?v2xg8NoZ9~2_~#2GSf_K@ zcJg7rI@c|uwA;3ZsG{38r~*IWLlKLtH7&tM0zO&-^!K~>+K~!Cd#BRrK@c!=<%ozU zh1y8H9}Y3mH0IbU+fPOK8_2U{&7#%GvmO=Ye%}-am3~+^FhJC|zE-JfD46wEg+KF8 z)K#|mVo(ar3acMh3Pogm{HcNDRiUh{d^WG8S*TJ(Ji7xmuR6$LwNVpwiaPJiAU0GG z^`)Hb5sy6qrw|A|kRsqSc@z(Mze9c3*64nmsO!oO#tgRRzd|~TY5FpZ5X#fic5$MA znNi|XFaDUK!NX*SgdggxrRg=Arjz;c@?2wl2+6EsPYPa`{HX=cx$;%5lfF=zuoSm-G^92*((ap?E|I8;FfC&8dtOOueEiH4$VZB>3RNwK5%WH zBXkF-%pw6ToX*Zo{lxx7LE?UQ)v^7i+HWNq=ISv2--W; z0rf7{p&{BBa~-cVo(9^VP3KZlW>iW-5|3U;J75Wpb@>ZXJPnH*azP34AMZUF*v9lt z`_oD$=nf+q-?GJhhg7_kv&#<=W*cZZz-$?!;n;xuEertN%6rj&g7U2tX=Z-OuvdZg zX>PY1F}|fZbZ(T$pzpj9xGc=mOK7^*o_(wFPwF%fCf9SYsBNwZr*u*jF)q@p=C_1K z!t@`Ig@&0_I9^S$#;q2=1yN|9U{n3}v38c!;*}4uZu9;{ZN!}?Q~Yd!=TkI~#T9OX z`w_s08wz9}Z#*a?87>NuQ0X~EyS?7FQ+aOW8PW4+ZTbb}RXbrWxUJH0V4+pxJff$dX(=mrC;78a1&y6b>^S&MixE^h9oXnOIjhJeVYv zO;wCWy)Y$BexoAZrH6qVMiK`Ff&{PP(;eU!bM}R$n+eCsjYNMT*@Tex@BAL2dB6D14xhmMAcGB1tKozuf*fesgS3jQ3 zqK$E{J^dxlr6+BRi1`Z=isi5MOI5WP9yv%uFkv@S3NtigZ|SSiH!#?R5yPph#s61B+LK~2YS$ij0C|kyr2GkbfdBJurji z%BF8+)Ml&3KHORvO2}aQS^$|8446lHinDuFiXyC#7ON=iw5Fc_{=LHFW&*PI^`MA# z)u|SvtbAJ%jHL4T;{-f=#$3p#I5fQaR@z*uB7q6ct^M0fME)rTT=LOR0CQ(>8Tya$ zz?O!$oViFEr-#`D3^pF($sONJdV=hs@%;I&k;1~=3 zldk*7Y8m$8VdC)MXNyr5*+vh|X4Vy~JpC-#(QVVT%~m{@{r!Ci`AxP z(t1vl*-|!cq(sbxE9L}D7t6P5=tO=(&eEr)Wf`?PbgAob6+f}PA89O=-et%^bBl#q zxPVDp^7)I*nUog@RUEQ7v`4v|syU_6g-_@cgitY=;7&RHH>hx83cB;D9`P@$U=qr?Db9vpbj#T5Js6@0ep>Fa?)3?ks^X;bS`d4cM#9te z7D#ri0Lt}apU8`z*zncqNJ`whzTxPrd2FBb=><)hy2fXzYiO6U#BoQCbNI1jWBRVC z1WWyd_IB_-`*QPv#|U6^MkYp#r100_G@;V2>D>sT#jRdPEb;T}HgBoKFyF#~2qq_n(L$IgYe^~_044?LobS7ua-c3*=#Re;CsoAx1F8GcZXgsY zQzJxb9%p)N2U>EDT%cnF}XEZrNS;BI{@9ruE{ zD%2XIoP#9iOGyx=e_Ajc`Ej=FNE+=-x|6S*GTC&bsEk$ zX_Sa_&k2<_EQ%L>UFgkhsOle0SXn?SSRh!r29?h@vpUiSA(y@J)FHb>=E?|&v{sA9 zmgby3mZJ(&j39Jlz)UqJ&lj(*UwZ(_95?5};F4I5n-v&)nI8ro*CZli7e7hAl zRxjo3s$65NAZ#)Cw@BQ)^JJt!hq2!yX&>{&<;+V|74_D3iI|a6l>i0rCe#m{A zptKQalNLzp87VapOyx2kMPl!{%z}I(ssd#`$zD#T!RW}PGUjq!qX|OJ3W&O>FY}XD zSHQ4fMm(&?b1GSTCe%NG(7KlEAEHxVE9)NwRjQ=Z_kxKMIAdz|rgy=9Uhw1IP4yjo zS+)Y;GT{N$8A(nug!;y!N%+t!>nkW%+jV{sS9xaa+_gBK7}(VmRz{RW;I+{?ZSRs* zY)7P9J4+Z8%v{z)EYkS-mEV+{O_&Y$8snf0!-JR5>rbF}Se>!`srO^AS`J>s^xlcF z08(yJ_`F z9!#{rYFI@1E@!r`XZnwFD!NfVn+{S+73Wx7v86?gV(0F<9jog3x&DT~Ay1~)%B8O4!&U!LbY^Rs*AQ0^HF~Ux7MABv zDCz)ncPpC>dnunK)Gh@nZa=>YKE|N)ALsyklQpUBOD*FfnocYV#;^8kVBjL_T=n68 zk>?pORGru-jdZ{6x-(}-1?YcAz>A~>yY!J{e}fB>m&odzJycR0RoVTtTbaTsr)eBE z1bLLq)3`S&Wf-#um9^2*y#xPe=rVS}N|Y0b@cK?hcZMBVs~dX-pH6-PJqMk^6?i)} zb*O9Dkdu6OM9XD`mp8{(!f|dLACKOrac%L?VwIb#W_8EI%Xe3prUm=dm>s2oh>Kzi zjt*mkXcMIYO9`7jg_lmaQ^Ij3W*Z;Se9=)qp%_}oJd7-2@Of|VtSBc?t=xWF6DJEO zkFWnxsL>{b_%juX#UTkdR+0y0*6BJzlM;b?x-3wzOlKIA@RSMNju)V(m>^lxrngdJ zZ|I|C)qYZoNs0-|@tQ)V2+k@GhwHKg*PKPbOP4QD&`O0kZ!C0<)sgs(IH#ji$v|9h zOIzR#4!gCYE&hoD)eXr~TNX!_Q%@GaVd!+R{<13zYkI#{7+BkAerX+v-rtbjlU_+A zD{Y`HlQOfQ$}-EC&QlVP!rGfE+bu4>!&-pj1yCBReBz7#^9!yo?R>n*zbGz`3nK$( z4bv17Hvw@jkjE7ovX)4anJQ3i(S*gAy(eC`JEepJ;yYv9;e|SL7Rt82Xtxy5GPIyy zaSpA6)WyNm8qLi0vd-F#w=NF`aps2PB6(^dsszX)GM`yy2|k~i%{GXAp4>3f1W zZwK4x+Vlp;ID=2YSUMwrvzKap4|G|@Ls8*T#LDbuK%YV`}fC6xsDwh z-SY&&9G6WAkN%MQ1ff6QkXuj%jqS4Vp{d@MH?OZ8fc#`gsH_j!$_rMF^a)*^xf?gc zta&|rkaY6}9Ai=L{1q(x?&CA@DYDbJpNfL~JRgBe1lTpFKHgJfEZxj!zuqVMSd^$a z)bG-M;v8O6f`MP+Z}pj7jxZ_v#1v;BB2P!`5QFpL&sC0CN#ylVDptDOuarCSm&bw* zP8shZ04j{(A2^*0iu1HfWOWv%E)rW7=(u3Hl3?sY#LWYyrme)frlwv& zQ5TCiF;N%wef{6;B9)3d{}#oII30FTyMosF{{yb?0L;wD`VZv(k9Y-Q7WfYUgLHTx!+*L6f*V7C5|1H10s3-|E0TY; ztQrY8J*&2*yZkmxE95rJ^UA|M@M$#!^@}$t5G(OhijFE7A@x2Av7lG;!<}S?5PD|q=m*?DS)Y-Q%$~1{ysorc)7gp*+;Q@puX?-Urg*}$Mk@udfg@}Moqt-61_G(oRI1=fgQD3&LI+wGG@ojY1m04h-&wkqkw)#Z{iwqU(_3 z5wDKrN^W|Ur76wf$M^Tl`mTp-2)g0i;-XU1V-r-Y{0uSnjj!eIBYz^JBr>@6^cyYv zOE%_3h}}S-vmNQ=ogs~MWVpDD9srwT*xgKaGeO|NCh|s4OXj=^H<2t14m(SYkkwE- zP$3?znf3y}5v6((D6I2dE(?~e`&_6}sM6L=CKkUVmf73O!6{wAEDKY(8^%ik!k;ALZ%rN7l;9WT>pJx$b$8*fcL2i*X6gQAa~dF^e*$4g$JFL#xkAXb%jUz-!w)_7vMy`r0|K%1g%KSw0h2Va~}2N23v1r3(0~7e@+oF#Xs91g;vYmR$$ox1m6DBsA%vqoW zGwp&3%TXk>&(z$olC-fZ@(X)}VTB_6%5pQr8^woQEonwcGjq7pN4TILh50=N>+=_x zy~`|)bFRjiB{`)U!&(mPr%={b=>a}3Wu&^m_4zF4muznJIYpDJ49ivMotdKAw2%F= z%R4Mrab}DVN{DfFS;5(ubmoWQI*Vc0Ly-gvW0$$Lc-3E0>XK8n)y;I(!cA4CuvW1Q zcT%V){_=_*1)T0T>VJVBl8g>9yWh2=7ep6|7S|DMgJ zD*VyyqYXI9NWR^V+?P~msxGV{!O%llZ>_bct|oCoX}s!^Q5tbF6iP=rzQP zjV8qEp657O^xDSjej_@f3%hbx0J~kc+sr2F4Rl}_x&(h+J!(rWYTakkQ4RiLyJ84^ z{iaIVgmJx*b5JS#W}n*%c0B+TokBihPqR!CpEu41to28DdxW{!cYu>%x~$q(UrHV= z+z^< zJmaajAij0F6M`Ft!+bkSfQhuti;90heS^W;*L_gW*)xG5yue3oGDFl{7|guJRB#K2 z_M@BCwL*ZF7=6+<7@Y@pSJR3WYzr&%!4hY*8q5pV>GfT3A<4)uj+7+qMqRWunZ8@2CRExziWnPVi6GJ1PhJ8w4ax*iKk0MkHVxhh_j`caHA38-_-&nD z3o}I|z_t~nE2lnC%8EJ{R}wu09aIu6?k2C54}O6@SKA;EdMK?v0G*g!65YoUQW9N` z=J&VXt3erUt~T^6s7XkLFznq#N>P2FS=+o6sD(QfI&D1Ib%gB`LJJ2#lIC%TIHan5 zcE~Mhl+oL`rqGhaVH?uVl3QG89T#$!_!E7Ddb^J%;-1>^zVLR7O;)8wBLWS6S zR#pak(Gt25#Npk0*4>NJ5pi#Th#k7o0G&(evk-T0@ZQ?S&!8>yT;)M@(E{TsF-CTr zbZ;O$J89i}M&_ecz7C*w(3P9gtswv7dg-ZPjr6bcI^LV4s}?&HdhYM9@P(6v4nC+C z5x`6!(^)Eq5%>ySgN*G^Bzs@f4sp0!FjDTzk@nFp*IIZaOyoc$^UH9LSO&@!%5d7x zu{6hv7|IU&V7|>%92+85(F<#+v<;PKz^G&T_5ZX~4!M5;G!Xb<>PACRQ&Eaz5FAJ)u*-aGa*JrOEzga#4X>SS0468*oCRH zy=991>y4WCh|k)A4<{NDPwm+2#_;MXmNC^E@{ZR9eFagYA8u|$BqxF=H2ueHzC`HM z%emEQ!WU;w%sm2BM((bX*-r-s2}3a!-ZKp4&rpC3>1Gtnwj)R?uuL+rPV{D-F1@dh z2j=uDbdXb8GqBXq>MUw5aB@ihgjFde%AQN|8oU5cloo0;0phL`<`>j)b661K&b~y# z+&-7b{jRUs&8%rdV5H=?CAmGDMz^zHJh;r^32)2iNvZ$}Ofx9!dXAr%3WnU2NrC;m z{EAZ=dm=6#{y3<1etxHvT^>v8$Tg1Uku|j+4*gSV|76z7#6vlH8Q#u^)_P9M;X5^z zkkAV>o9yHfyRfn#rJv93^s(mk0`6bpDi{1@;S0SHyj7ifgF>>>%EsFR{PQh%Vsc)| zeh^kiun+-dKkdeU(OX(nZ-5lD7lLaJT(vXXPh|A7MB}_Tun*>5kZbZBJU_r2T@QUV zW&G0!Z3hQdGp{KKZnGx4R?eM;1rSZV!l5B%H2tgLhdeFX@2`_W5q_NwvWI>PoJc`}R zJ!N@2)S&d8DrarqcLJf2q}}OLJ%&31Cabgv;m3Nl-Mm!YY#7BN%s?>}$rKMrFWHgj zdcYzk1VOyJlKH@ncGB@Mb%&o&dj+8Xypg;BV;NzJ|)j!VaSjOa(4 zMLyps`^m;$jG@+v@<|`)NUz12^F+OYv}IRWZGm9&fUcc6xR*|iwIGuv{^xNB@XQ@xp>){U&`!z#h$U8X;i*pW85i!|3rV>d{^k$4HPyoPV+=&BiaCUuyP2jl6#rh!67=;Fat#9k)aB zmaT0J_k$3ouB~UZN6Q~&pH5hg;tKp(HN+2{@w_$ZvDmam^Auaf&FDRi`o&DS1c5E) zoi-m%oR1E$QI|C%pQ?un3TH3sj?(bGztiHEu2N8|R z3T-*4Yg9o!4&55CJXXdPjazLaT{ae^)`6GaUv3iWp=y|5{*(@)V z6l589`7_wYcecIizO!$P5moTfJwU(bM?Ct3vu)!xcV>gH%NA&FDp2lB*CtIQQ6cxn72d>5CDZ1vxt zCXHa$rH$EJgIu?3xq2Rvi#7o_DpVwk z;M2mFeItBSGe^$^F5LyuH^eUXX(NO-tV1TKwW3rp6J*~P?Jhc%(_ldK`i}Uh*q%-a zUw3^F_lX4%c1?8UJs}C9{iF0}us;WJvID~d_0Wh>OUN1R=T=T-VHTve-LR-B_Lk5p z{lUB=?jSMFARyhQ3VnH0V#_1}Bbko3pBC_$?O1mlM>?>CSS~nKf?t>=BpifchzXMvi|*8##O_Hir74&b!*Rv(x*q^DqUJ;`j6tX0{2Wvq zmoBE5C>w4!ZIh1$FElO!ajI=`;HXo!C+d~V>wAjH!J0MlFHdu0Ff!eZ9LDt~*tdVY z%{M|#`6-E#1QmEP+I@FcKo4qDsI}Nto=;_nx zS(En>-eLlT^Q?dp(?^SMI+=^Kjt7Ot3{3|-o-|mxqUg*aR_oUo=P3JW>wFKM{G+)6 z=nhCmCep<7qy(GKFeriI^}mBJy5M(j7*z&a4R>!?tG|9WWRex!y+K-;i~ZgrN1`@_wKSYF5#dSIZXA=8z|#*eS6FZ!z~3r8t`9ofNMdHnVG zehp}r7s=!Qc)9XO$Q?bRlwzyqx;hJ*6#9?JQ0sb~ws~$X`~|T?vg^@Lgg*c>!XKdm zL*u`WKknX;yE8zQ{C{Tf``(6VSRJK;Q{q^en$?DZ6XQDwOb$`j7P$ zTS(8BzGr!#3INh`@7|OU%6CN%)pXYD$k7>%g*g=so6JJ#jsToRJZnN?YC!|LqryLplx#9F4`HbVe{D+t z=pp?rt?`UTDcW8yVA)Siv(^Cj_1 z8p-WHs^!l}UGPzG(C;>IIP7<2lKow9Wc%M8cM^_wVUi6bLi4@_ey0B~Qo>`gF*9;; zu`~bo<~utp8_2loUA}BG_!k`CHBfd&u75Vv|5v?)H~b$Bl$C{tk@^3Fk*q8%j69(8 zHE_3|%0}QB;1C>~piMhSY9RU#J4*Y68dSYi5wz{|8IFUr)9+w*u5NQpJjIG$yN(Vg zkN8E#mJHYFA0&-|$?KX=<@>hOlV*?laY*euDO59<>xmkC748a1?FDL~Kd5-}~s#ez7#vx?xjJ%z#O{ zJ(pt|!J`-^ZR^$G6?mnqA( z!<;F*ne}pexlfs1zYN9SKqVC>KJr}yd+&5sroDc5rdZy9S&7F5nrrE1n}B=qv2ZlWzteOqDXX#yA&tfYIZdr|AQi4N^PagS?pq z0oaiQy7=l{GTgN{6puvv3E`axfd@PJ4q5}Ku9hM-VH7{oj2XcK7#Ev_oQwo|roCwv zp54UZ%X$sOB(rtd{2Ue25E9Y&1F?@`rM48(C4Z$slTJ8j(W}V2^NcZR=9Xz__Cvf7 z{swu4{#j`tOMkniFivKgJ$P|Zl=Y;bIS(s`yka~|(Cx!~PAQ|NKP#MN!-)O9;8E%P zNxX;*HDcSzHT1MjlnuTY(kW)@4-oZ!r)5YOL-b;z$4Oz4p^GkDwUaQbsmu)MSqJ9C zV{XcrjYX3%T|F~xM3{Q%GHx!OVx#9Z=INa4C(Q>S=N;pOU1?2f#>a!Rc@6q4tyhZ1 zAV8Jvj6qrrA8s@mQzXorB_PIvT4a=1JZELoqE407epE9F2}m6Yp9GEER2uLgpA_;2 z+l_Ul^%KM%Q0wCuY$eg)PG_=AzV?(J*?JBSTa~}e2F0C2Dg5yNVu&1X9bYG4>K2vD ztJ^61Fgn)XHtX>&4+{FIVOK_<7us*xKP#*Ag*CVcY>$@UWqykr)ZT564C%LP?K1|3buC0y;;a?G2gqs|nm*=_lGE{#!+=h? z68tSYwLv{QjcaUmfkijSTHJTZ5*IOZG$ml2vI_Ur_=WI#*S zcc!T8pytdJ2PYU}WMbvDo!B)`&f6sV@f^05SVPDn=L-!#x=#Hr4Q|y`Wvm}6Cw^ZF zjoZ1pm%;<8B%ClUb$LH>ob)<0m@g+TJI``{B@JJOP!ejeFh*<$x(rd#!_geXyEWX; z`c=Q@w%AzXMs61&VFBMLkVweoZx7hg{DfG+VzlXLRDR~Ri|8uPFmLf&IlkKnc`R#d z^zNwqBXSTB%TR`_fZUZj*B^teC0EbMqPN(GHF=w&mZdvS)nh}cROJlma3qF%>v3Qy z#vnYPot=^n`LhIEDsDyeLKY740?QTF-0{OYk$jK$IfJS-gkAjlX8kj2Gz}mdgI(5# zL8Tz~2|Jii*@f=8k@+3nCd0?J*8?_^8{1%go_^^&G5C1q6a(-b0=vU>=Xw^(jobkiI>^GvUMXX_kJN!t6v_a1KIoX+6 zW8U-rdcE>!?VZR(r}<89D}adpN$R^E$Tyf9zDdSYM^^8@l`LEB|7GO#P)hNS1Erm9 zZN!?nypENfzf(v$rGc01;IZ)FvDje}Eh{|9wC_;#*N~#%nxZ`H$ObZjoEn=u!xj>v zjYGY!-y0PM^%fdolNiwUotm~q;F0RA zLJP=qW%};z>O0!twtJ7kAFEOW#)2*+U;Hv%;lMO3OE{)*uESF9^eaB=nL3QD_?s73 zz5onGUr+izckulrMhw7{3B}G|XXV1mr=`-lA|*gaPKQ`q|325}jwqmkeo;*;w5!9C8V6*fmxJ9G&D{=9QLkjOj-fNmMZotx3a&DR>ngNPWR7Awd``W& zn;HY-@i(>Yw&} zp2e9bxjyBW2?fd98uCrQTGO)4=9$`ivbEj>sAb6QT@}0<)`3DUH0!|G4L5{!SmVsG zCD#BF^SI|)?#8osT~J3&zttjr*Kxkv^!fNm^!qMCk~hXG|I_uzImSEt*&o!QMA&;2 z8NvnqF+R!eVcR&uP*$$tXrnF-sypOBU-s2IcNA8hR~+5m(@$YCYCedlY$pF9Fa8s( zMld@`{_WCS3<&;KBpR&04kjXA5lWUQ{^o$@&EseN^$(-;1Ckr_v_QKxspxA{VAR9HuM#w-fEJwKxMI(g3E4+yOMze&#k4 z^Bk%^hats>*|DiM@HKp|Mo&od?ws9{6)ypl0HDr)ZXRYlKLwt_%!vp{qOQBL6D8Qg z#ip)vIn^QKGc}el+grni6?gaH2p=35ci;WzLlk-(2@MgK8Fu_^QAJV5c7B%h6JFe% zs_v@t3?uY7gOWWivl@|#jL(rJ;uH?0&PCk7b38*$wem|A`LS*zPUzie*xhOdomB~=bTZ6ZEpb41xT`{SWE~@f&jM^S1hbO-7G3vP-rvZ!)S8EJ z_G!0CZ{YrV;6=H>w0ie%GMlu*O4g2c!GVkMpY{e3uZA`x4H+ASv(RU$w~LFn5l`&- z2$W6Lcip9ws+WqAlcrWCOaU%FX0f2hgM;GlX+pEKovKNKvq?hZcn-r#s6ulkwMhb6 zdLlfrNkTB>r4YmG8P31N%47=;@h`EWa=$a;oLc4G6SA~TRA6UOo_GgKWWE`5GTQb)}_N)@& zoA;Muz`7~b{G9gvg>4te%hxyHNSn8W+diwaDuqPu4V{R1u&3LfsTH6|IOS6UR1{=7 z_S{VFF4n`^;>e_a#h-h@IWDMN8tT0cH=G#g=lXfYcEDk(|D;b$TV5+u9Sv|G0|Y*v z(yL*A*tRdgnPv}9djWvck$N7B6TN?p_^d%+bF08aobzALa7 z^J*Rn1YyE#czA`m2C@knt20nlb$Rm*VbwTAYe%8ptuQNn`xDC5G^9SY(R~ij=FQ?~e1-FIKrlz}K8FRJR|6vXn zQ!0B*TI1IS)?Re&7}9aMYl{SBBHLBTnKE2tiU)^dXr+)TQQ+}+a2wHp&Tsf|mtO1- z@Jqq_R119`>e`lI2o3DF6{uM(n+4xJYRWF2@dD|62R~|fF(~?=q%BS%9C;$0dKNHz z!z)Y)=T}f5nrAJ{oPR)*G%)(jCccKwnlg(v{FxX$dZ(e=&;V7H@jXoM&ML?i+pu?eAQV)UfH-*1u|}~S;N*xvA{jgjWKDB2H;-DTN2@sz7jp|J=#iAcEd>#6b7;M1 zA#7JVU?S8DlfWWjS$%5?bmFm3=V;?}Oh;X&PLUgQ7z9>}5DZi6Dwx%M{>DXS?~EXT z_+U-HLuh$YHN|~_TFQM`@sAp1PaFEZE3Q@ObhUX-PJJpT4`aKn3?%>uIj5c2e&Wv7 zd_ZGv!8bhm{&f{$`ymsq&f+;dgh$_l$0e|*9XD^lQn|cpjh*JH#l1j6_R$#PI4THM zIy4bs34lK&q-`+y$I`H-kDVb% zlfB3Ae*+_%X1>W#5K{Y2VwN$u(%k5LKBHOrPhcdg6~pU*>tmTVJ>lK(d49KYAI!*j zNyBJn25MSDuUX1?SV)fW0y$Ibl7<=(GbH~&mtqYuE4<}AGatnacG*5j>%sY(2UWqB zY1v+DToCT7Gh0ka4mNgpLuI1mXTgj2XxDPqfM0VP@+OL`QU|ML)<5hplT-NX9D+80=i<3}%ux^CE~>nR7Cvct)(0MVqxvpz%aTTlNJaN@S3 zZ=u4oAmO7FHzmy%W^w&G+{cAh8_eCrHN@gcG>ccE1H9vn#dCs7#m06c!w;&KZ_pxF z$S#LpJnSzdC!KjIqGbati8~I6s7dGb^;#L^$2kSnVxmPaYwnN_VNEmXF)_YHoyjn3 z%nyHTV|id`O5s+zJWzHDa13??ERwXHaUCuzCq3sVf`v8eE&W&ISahi>HFU8;4RvBs z-4U@%${^;h#?k(u>pJ}!94oHebI3BjTKYhD$m+#ib8+kX6f$~}c8GwAA=0>tW!}&z zPF_(uO*#}Y-BPD4W?iHoMn%8i8_$qzO96kbt(Wo3Ija6;*Evdk1(o zpR}l8teF3FV0+U2Jz?xvz0wbNOTIypD(_LlaoNkWK~m$BqcS=#)(g*Wn0GG8v3!7rvsb+Dl#7tGi^r8fq932~+Rx@b|_jf|Q=7=Tb z0@N*`(;g#-IHZC~Ix^`rL$!jqt6M4wylgor+X!~f$m_yz_Qo)0i8#s9BS8r~*c;Wj z53G8w1g#f>LAX3i3PHGq5uf{9eb#9VWl=h#(L1BT+`YLV7B?0909^}zHPTqZMkw`R zR2gW7olj;?dR>umvlL>-5L;x? zxaiYF<$^%6D0dOjIJ9t#FAsralo&L*(&!&xB$}5IU?qlOC1gLTiW3Bq?F5pYz(}M` zQeu>nVpxAfOj9nf1(L#)3*;8_%0nQ+U5A?+|Hdh#K_)0#FSJTY`Km%BqU9ul6=tI= z^YTytq5%|0VakOBOL8z8!>}5UfN+xHxQNq;*A(Az07IWc4+nCVJl=+?%m9e#;GQW- zWnv)E zrkgOC7C28)PnFBjGUg#+r9hi1UHGHT3_@-qt6iCIm0DU%C`|e@C&Ulb6o$)4C=0rX z&`!Igc_<5VW_-UTvN-e<`%7CWi)})`C74kxC3}(AHuSQa z?kxcB+I1r94?=SbN7K?tB{DSsF%*9WO(oHq3rDan$@h7FH!%K0hNzxWBJ=6W7O&@D zjjb;-fL4mA8t5=dNn4PI&EANc0U;YvY2RNO*UOSgGnbo@6yTB0!IWxRD@ixJuUDEw zOuFHHy{d>MDWnCuag2XEC8aq;%f48PmZ7Rf#o7d_lm8vl{JvgkjOkbqjRpu?L5Zfz45Ps?EV;l0HcF%Z zW5$KP^Aka|MQHU6ewn^5=ihkDLeFak8?49D^a;LC#+P z%9?Qa9PDh2T<-a@!J9t|ZZ&fR zt~EP;0 zW=x3d@Sbmuo5`!%)4cO*ZfD5EQwMQ+Ot#~n+SR?72`*wEwW#>9o|!QwWYe3^syey; zQ=frG%(CzA5u1B!B!vV8ns-r`WA_Pm0~^cNmM)JE5BGZ`2VZTT<(r=*@u!Bz-7Q!P zUN(;yX^?#=8<3K8XOHoER0n*H?)Az_Sie|py37@Fy4Mt|trU>vZ^Dq#4*Qlp;bjFb z8AR{f-OY}#d7G~Cr@(zu`eUZBwxXs$?^*&pKOAk<^AEp>GI2qeI&@JuNU7JiDNi5N zE(_>XVv)lK{lN$${meVdHC-}(G?oPr)4I;3gb^y0z0C1H`&=D~krrCfun*Eq+$qHL zXf*dqSWpiVlAG|^VR>DsAtnR_eLGbSQR_%e*AirBp=Pv?XWv!salh<(>L(R1n(_x? z&{miI~UukDXDJPj0L{8`1KnKJ$~Ij}Sb=))l7$=(a;eDp@>ziY&7KU#@a6oGo| z$FP0Fn2|6a>s5$OS&Ik5DmSO=>6Qj^TxM*|bB&6v)#1iF4&nV`@emSBGN;BFs1I8& zcvJ=oQXD=lQ$mfW2F&p|=ik;(RG!kZsi#}9-hf)}5*ci4y{m9`=Oj(x7A;)ZJUYHk>C4UWmca#EM_wX=*&p8%2vsI?8$7N*za@O+s}Yq5W6e9NcMl(qY{4+I9wr<$1+a}d z>)`17KQKic&{x2EnXF%0lPdp8B@U#R_4p`3G%;Junpq5BkhDeog1pPWw`H#UST9Hy}gft$e z=t$O!%4eHCeYEqprM|l5#+uZD2!(Zq2q>~?R{Rzsl@p(N-9m}Y<8`txYJH8+8x40> z;(6b5jw4c0$koK&8wiiQ>QXn!dJI8@t?*R_i9T$2-+59Kb@AKx zAdMlXc8dOa-$b10wN2pYE4(%hCV|M;Y3$mx!w|Uc!S;kAu1&o?dpZN)I&t>%pzyrz zvZ3hsgtG18;J$a*7-ZK}vK`eil<4ip*yC(E^mFa>43^(_I%Kqo)Ca|OfZDpI#kwZ< z2`xk7?RlWW1;&$&mNgO9)K7CDNQ$8TuAR|>YW6G7KHEp>wG%)+uJ@pH%sfGveUG$tm^% zn_&kzMSrNxGvNbeW8}-mYf+MY4gy{(2M~VpnBGG$Tdq&Ch+Yu#mEa~C`*R>X-o06b zEO4+C7G<|=A1wX!abC?`Ei4SPlDNcm-(OI@o{Miof?f+%m*D!%5a6`US;(a~_Hz~@ zhq`(^#CL@x!UIhL8U_vN^%(gB^npv@NNk!0UW<|AEMcXgWKjs*?k&>hwy zGyXWAr)C4b&#Pruu(*g+PKW*c{r_VbJXf38hLb_=6l3C*@1 zg%D+R6PQ}!x1K2@5R_4Kcw!>1J zHd0BhdRqzYa4flp5IRJC6NfEb