{"id":384,"date":"2024-04-02T09:17:56","date_gmt":"2024-04-02T09:17:56","guid":{"rendered":"https:\/\/sofianora.com\/?page_id=384"},"modified":"2026-05-02T15:13:09","modified_gmt":"2026-05-02T15:13:09","slug":"about-me","status":"publish","type":"page","link":"https:\/\/sofianora.com\/en\/about-me\/","title":{"rendered":"About Me"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"384\" class=\"elementor elementor-384\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29d06c8d e-con-full mdw-stacked-card-area e-flex e-con e-parent\" data-id=\"29d06c8d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-588496ad e-flex e-con-boxed e-con e-child\" data-id=\"588496ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3e39bcd0 e-con-full e-flex e-con e-child\" data-id=\"3e39bcd0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75229f9d elementor-widget elementor-widget-heading\" data-id=\"75229f9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What I'm all about<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26e86d9c elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"26e86d9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>As a photographer, my work is driven by a set of core values that define not only my artistic vision but also my approach to capturing the world around me. These values are at the heart of every photograph I take, guiding me to create images that resonate, inspire, and tell compelling stories.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d7e20a5 e-con-full mdw-stacked-cards e-flex e-con e-child\" data-id=\"5d7e20a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-228e0442 elementor-widget elementor-widget-html\" data-id=\"228e0442\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/code.jquery.com\/jquery-3.5.1.min.js\"><\/script>\r\n<script>\r\n\r\nif(!MDWNonce100){\r\n    \r\nvar MDWNonce100 = true\r\n\r\n$(document).ready(function() {\r\n    \r\nvar previousScrollTop = [],\r\ncards = [],\r\ncardScrollHeight = [],\r\ncardRotate = [],\r\ncardContainer = [],\r\nstickyTop = [],\r\nstickyCon = []\r\n\r\n\r\n\/\/ Sliding crads on scroll\r\n\r\nfunction cardSlideUp(){\r\n\r\n$('.mdw-stacked-card-area').each(function(i){\r\n    \r\n    var $this = $(this),\r\n    scrollTop = $(document).scrollTop(),\r\n    cardAreaTop = $this.offset().top,\r\n    index = Math.floor((scrollTop - cardAreaTop - stickyTop[i]) \/ cardScrollHeight[i]),\r\n    totalCards = cards[i].length\r\n    \r\n    cards[i].removeClass('mdw-active-card')\r\n    cards[i].each(function(j){\r\n        if( j <= index ) {\r\n            $(this).addClass('mdw-active-card')\r\n        }\r\n        if(index >= -1 && index < totalCards - 1){\r\n            $(this).css({\r\n                'transform': `rotate(${ -1*j*cardRotate[i] + (index+1)*cardRotate[i] }deg)`\r\n            })\r\n        }\r\n    })\r\n    \r\n    previousScrollTop[i] = scrollTop\r\n})\r\n\r\n}\r\n\r\n\r\nfunction setValues(){\r\n\r\n$('.mdw-stacked-card-area').each(function(i){\r\n    \r\n    var $this = $(this)\r\n    \r\n    stickyTop[i] = 0\r\n    \r\n    if(stickyCon[i].outerHeight() > $(window).height()){\r\n        stickyTop[i] = cardContainer[i].offset().top - stickyCon[i].offset().top - $(window).height()\/2\r\n    }\r\n    stickyCon[i].css('top', -1*stickyTop[i])\r\n    \r\n    cardScrollHeight[i] = $this.css('--card-scroll-height') ? parseInt($this.css('--card-scroll-height').trim()) : 400\r\n    cardRotate[i] = $this.css('--card-rotate') ? parseInt($this.css('--card-rotate').trim()) : 9\r\n    \r\n    \r\n    \/\/ Rotating cards\r\n    \r\n    cards[i].each(function(j) {\r\n        $(this).css({\r\n            'transform': `rotate(-${j * cardRotate[i]}deg)`,\r\n            'z-index': cards[i].length - j\r\n        })\r\n    })\r\n\r\n\r\n    \/\/ Card area height\r\n    \r\n    $this.css('height', stickyCon[i].outerHeight() +  ((cards[i].length - 1) * cardScrollHeight[i]) + 'px' )\r\n})\r\n\r\n}\r\n\r\n$(document).on('scroll', cardSlideUp)\r\n$(window).on('resize', function(){\r\n    setValues()\r\n    cardSlideUp()\r\n})\r\n\r\n\r\nfunction init(){\r\n\r\n$('.mdw-stacked-card-area').each(function(i){\r\n    \r\n    var $this = $(this)\r\n    \r\n    cards[i] = $this.find('.mdw-stacked-cards > .e-con, .mdw-stacked-cards > .e-container, .mdw-stacked-cards > .e-con-inner > .e-con, .mdw-stacked-cards > .e-con-inner > .e-container')\r\n    stickyCon[i] = $this.children('.e-con, .e-container').eq(0)\r\n    \r\n    stickyCon[i].parents().each(function(){\r\n        if( !$(this).is('html') && !$(this).is('body') ){\r\n            $(this).css('overflow', 'visible')  \r\n        }\r\n    })\r\n    \r\n    previousScrollTop[i] = $(document).scrollTop()\r\n    cardContainer[i] = $this.find('.mdw-stacked-cards')\r\n})\r\n\r\nsetValues()\r\ncardSlideUp()\r\n\r\n}\r\n\r\ninit()\r\n    \r\n})\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4185f8c7 e-con-full e-flex e-con e-child\" data-id=\"4185f8c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e4c9e93 elementor-widget elementor-widget-heading\" data-id=\"7e4c9e93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PASSION<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4766bca2 elementor-widget elementor-widget-heading\" data-id=\"4766bca2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">It is the spark that lights the fire of creativity and encourages me to put my heart into everything I do.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c25e61d e-con-full e-flex e-con e-child\" data-id=\"5c25e61d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a9bfa88 elementor-widget elementor-widget-heading\" data-id=\"2a9bfa88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EMPATHY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3902bf8 elementor-widget elementor-widget-heading\" data-id=\"3902bf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">It is the sensitivity that allows me to enter the inner world of the subjects I photograph, fully capturing their souls.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7541cfbd e-con-full e-flex e-con e-child\" data-id=\"7541cfbd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72090e29 elementor-widget elementor-widget-heading\" data-id=\"72090e29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CURIOSITY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-600fb663 elementor-widget elementor-widget-heading\" data-id=\"600fb663\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Curiosity drives me to explore new perspectives, delve into topics and venture into unknown territories, constantly challenging myself.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6def5645 e-con-full e-flex e-con e-child\" data-id=\"6def5645\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4372f124 elementor-widget elementor-widget-heading\" data-id=\"4372f124\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DEVOTION<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31996c50 elementor-widget elementor-widget-heading\" data-id=\"31996c50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Constant and devoted commitment to what I love to do. It is a force that motivates me to invest time, energy, and passion in my projects and relationships.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ac8805 e-flex e-con-boxed e-con e-parent\" data-id=\"1ac8805\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dbbc27 elementor-widget elementor-widget-heading\" data-id=\"2dbbc27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Copyright 2024 - Sofia Nora Photography \u00a9\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>What I&#8217;m all about As a photographer, my work is driven by a set of core values that define not only my artistic vision but also my approach to capturing the world around me. These values are at the heart of every photograph I take, guiding me to create images that resonate, inspire, and tell [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-384","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Me - Sofia Nora | Designer &amp; Product Photographer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sofianora.com\/en\/about-me\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Me - Sofia Nora | Designer &amp; Product Photographer\" \/>\n<meta property=\"og:description\" content=\"What I&#8217;m all about As a photographer, my work is driven by a set of core values that define not only my artistic vision but also my approach to capturing the world around me. These values are at the heart of every photograph I take, guiding me to create images that resonate, inspire, and tell [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sofianora.com\/en\/about-me\/\" \/>\n<meta property=\"og:site_name\" content=\"Sofia Nora | Designer &amp; Product Photographer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-02T15:13:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sofianora.com\/about-me\/\",\"url\":\"https:\/\/sofianora.com\/about-me\/\",\"name\":\"About Me - Sofia Nora | Designer &amp; Product Photographer\",\"isPartOf\":{\"@id\":\"https:\/\/sofianora.com\/#website\"},\"datePublished\":\"2024-04-02T09:17:56+00:00\",\"dateModified\":\"2026-05-02T15:13:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sofianora.com\/about-me\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sofianora.com\/about-me\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sofianora.com\/about-me\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sofianora.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Me\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sofianora.com\/#website\",\"url\":\"https:\/\/sofianora.com\/\",\"name\":\"Sofia Nora | Designer &amp; Product Photographer\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/sofianora.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sofianora.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sofianora.com\/#organization\",\"name\":\"Sofia Nora | Designer &amp; Product Photographer\",\"url\":\"https:\/\/sofianora.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sofianora.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sofianora.com\/wp-content\/uploads\/2026\/05\/Vector-1.png\",\"contentUrl\":\"https:\/\/sofianora.com\/wp-content\/uploads\/2026\/05\/Vector-1.png\",\"width\":652,\"height\":248,\"caption\":\"Sofia Nora | Designer &amp; Product Photographer \"},\"image\":{\"@id\":\"https:\/\/sofianora.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Me - Sofia Nora | Designer &amp; Product Photographer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sofianora.com\/en\/about-me\/","og_locale":"en_US","og_type":"article","og_title":"About Me - Sofia Nora | Designer &amp; Product Photographer","og_description":"What I&#8217;m all about As a photographer, my work is driven by a set of core values that define not only my artistic vision but also my approach to capturing the world around me. These values are at the heart of every photograph I take, guiding me to create images that resonate, inspire, and tell [&hellip;]","og_url":"https:\/\/sofianora.com\/en\/about-me\/","og_site_name":"Sofia Nora | Designer &amp; Product Photographer","article_modified_time":"2026-05-02T15:13:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sofianora.com\/about-me\/","url":"https:\/\/sofianora.com\/about-me\/","name":"About Me - Sofia Nora | Designer &amp; Product Photographer","isPartOf":{"@id":"https:\/\/sofianora.com\/#website"},"datePublished":"2024-04-02T09:17:56+00:00","dateModified":"2026-05-02T15:13:09+00:00","breadcrumb":{"@id":"https:\/\/sofianora.com\/about-me\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sofianora.com\/about-me\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sofianora.com\/about-me\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sofianora.com\/en\/"},{"@type":"ListItem","position":2,"name":"About Me"}]},{"@type":"WebSite","@id":"https:\/\/sofianora.com\/#website","url":"https:\/\/sofianora.com\/","name":"Sofia Nora | Designer &amp; Product Photographer","description":"","publisher":{"@id":"https:\/\/sofianora.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sofianora.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sofianora.com\/#organization","name":"Sofia Nora | Designer &amp; Product Photographer","url":"https:\/\/sofianora.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sofianora.com\/#\/schema\/logo\/image\/","url":"https:\/\/sofianora.com\/wp-content\/uploads\/2026\/05\/Vector-1.png","contentUrl":"https:\/\/sofianora.com\/wp-content\/uploads\/2026\/05\/Vector-1.png","width":652,"height":248,"caption":"Sofia Nora | Designer &amp; Product Photographer "},"image":{"@id":"https:\/\/sofianora.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/pages\/384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/comments?post=384"}],"version-history":[{"count":20,"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/pages\/384\/revisions"}],"predecessor-version":[{"id":5852,"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/pages\/384\/revisions\/5852"}],"wp:attachment":[{"href":"https:\/\/sofianora.com\/en\/wp-json\/wp\/v2\/media?parent=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}