Elements

One of the most important parts of the design process is creating prototypes. They allow testing ideas and concepts at early stages and receiving feedback from users. We will discuss various prototyping tools and share tips on organizing user testing.

Elements

What is your creative process?

My creative process is both structured and flexible, allowing for creativity and precision. It begins with an initial consultation where I gather information about your vision and goals. I then move to the brainstorming and conceptualization phase, where ideas are sketched out and refined. After your approval, I proceed with the creation phase, followed by final adjustments based on your feedback. This collaborative approach ensures that the final product is exactly what you envisioned.

How do you handle custom design requests?

Handling custom design requests involves a personalized approach where I work closely with clients to understand their unique needs and preferences. The process begins with an in-depth consultation to discuss ideas, inspirations, and project goals. Based on this discussion, I create initial concepts and share them for feedback. Throughout the project, I maintain open communication, providing updates and making necessary adjustments to ensure the final outcome exceeds expectations.

How do you stay inspired and current with design trends?

Staying inspired and up-to-date with design trends requires continuous learning and exploration. I regularly attend industry conferences, workshops, and exhibitions to gain fresh insights and perspectives. Additionally, I follow leading design blogs, publications, and social media channels to stay informed about the latest trends and innovations. Personal projects and experimentation also play a crucial role in keeping my creative skills sharp and evolving.

What is your typical turnaround time for a project?

The turnaround time for a project varies depending on its complexity and scope. Typically, smaller projects like single illustrations or simple graphic designs can be completed within a week. More intricate projects, such as full branding packages or detailed custom artworks, may take several weeks to a few months. I always provide a clear timeline at the outset and ensure regular communication to keep clients updated on progress and any potential adjustments.

What payment methods do you accept?

I accept a variety of payment methods to accommodate different preferences and needs. These include major credit cards, bank transfers, and digital payment platforms like PayPal. Payment terms and schedules are discussed and agreed upon at the start of the project, ensuring transparency and convenience for both parties. A deposit is typically required to begin work, with the balance due upon project completion.

What types of projects do you specialize in?

I specialize in a wide range of creative projects, including graphic design, illustration, photography, and poster art. My portfolio encompasses branding, editorial design, and bespoke artwork tailored for both commercial and personal use. Whether it's a corporate identity project or a custom illustration, I bring a unique blend of artistic flair and technical expertise to every project. My goal is to deliver visually compelling solutions that resonate with the target audience.


A paragraph looks like this — Globally incubate standards compliant channels before scalable benefits. Quickly disseminate superior deliverables whereas web-enabled applications. Quickly drive clicks-and-mortar catalysts for change before vertical architectures. Credibly reintermediate backend ideas for cross-platform models. Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.


Headings by default:

H1 Default styles for headings

H2 Default styles for headings

H3 Default styles for headings

H4 Default styles for headings

H5 Default styles for headings
H6 Default styles for headings

Lists

Ordered list example:

  1. Poutine drinking vinegar bitters.
  2. Coloring book distillery fanny pack.
  3. Venmo biodiesel gentrify enamel pin meditation.
  4. Jean shorts shaman listicle pickled portland.
  5. Salvia mumblecore brunch iPhone migas.

Unordered list example:

  • Bitters semiotics vice thundercats synth.
  • Literally cred narwhal bitters wayfarers.
  • Kale chips chartreuse paleo tbh street art marfa.
  • Mlkshk polaroid sriracha brooklyn.
  • Pug you probably haven’t heard of them air plant man bun.

Table

Header 1Header 2Header 3Header 4Header 5
Row:1 Cell:1Row:1 Cell:2Row:1 Cell:3Row:1 Cell:4Row:1 Cell:5
Row:2 Cell:1Row:2 Cell:2Row:2 Cell:3Row:2 Cell:4Row:2 Cell:5
Row:3 Cell:1Row:3 Cell:2Row:3 Cell:3Row:3 Cell:4Row:3 Cell:5
Row:4 Cell:1Row:4 Cell:2Row:4 Cell:3Row:4 Cell:4Row:4 Cell:5
Row:5 Cell:1Row:5 Cell:2Row:5 Cell:3Row:5 Cell:4Row:5 Cell:5
Row:6 Cell:1Row:6 Cell:2Row:6 Cell:3Row:6 Cell:4Row:6 Cell:5

Quotes

A quote looks like this:

The longer I live, the more I realize that I am never wrong about anything, and that all the pains I have so humbly taken to verify my notions have only wasted my time!

George Bernard Shaw



Callouts

Useful information that users should know, even when skimming content.

Helpful advice for doing things better or more easily.

Key information users need to know to achieve their goal.

Urgent info that needs immediate user attention to avoid problems.

Advises about risks or negative outcomes of certain actions.

{: .note }
Useful information that users should know, even when skimming content.
{: .tip }
Helpful advice for doing things better or more easily.
{: .important }
Key information users need to know to achieve their goal.
{: .warning }
Urgent info that needs immediate user attention to avoid problems.
{: .caution }
Advises about risks or negative outcomes of certain actions.

Syntax Highlighter

body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #1c2021;
}

li {
  width: 200px;
  min-height: 250px;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
  $('.top').click(function () {
    $('html, body').stop().animate({ scrollTop: 0 }, 'slow', 'swing');
  });
  $(window).scroll(function () {
    if ($(this).scrollTop() > $(window).height()) {
      $('.top').addClass("top-active");
    } else {
      $('.top').removeClass("top-active");
    };
  });

Images

Stairs

Photo by Maxime Lebrun on Unsplash

Art

Photo by Anthony Tuil on Unsplash


Youtube Embed


Vimeo Embed


Plugin Demos

jekyll-picture-tag

Below image is rendered with responsive WebP + original fallback:

Picture tag responsive example
{% picture 09.jpg alt="Picture tag responsive example" %}

jekyll-scholar citations and bibliography

Inline citation example: Public sector ROI for urban cores is frequently stronger than low-density alternatives (Minicozzi, 2008).

References (Scholar output)

  1. Minicozzi, Joseph. (2008). Sarasota County Cost of Sprawl and Municipal Return on Investment Study. Urban3 & Strong Towns. https://archive.strongtowns.org/journal/2018/8/17/the-catch-22-of-retrofitting-the-suburbs

jekyll-last-modified-at

This page’s last_modified_at value from frontmatter:

July 26, 2026

last_modified_at: 2026-07-26 17:00:00 -0400

jekyll-archives

Archive URLs are generated for categories, tags, year, and month.


jekyll-feed and jekyll-seo-tag

  • Feed endpoint: /feed.xml
  • SEO tags are injected into page <head> via {% seo %} in the layout.

jekyll-minifier

HTML/CSS/JS minification runs at build time in production mode. No markup change needed per page.