<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DesignToCodes</title>
    <description>The latest articles on DEV Community by DesignToCodes (@designtocodes).</description>
    <link>https://dev.to/designtocodes</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3718390%2F8c628858-8b77-4e07-aebb-8f205af2d428.png</url>
      <title>DEV Community: DesignToCodes</title>
      <link>https://dev.to/designtocodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/designtocodes"/>
    <language>en</language>
    <item>
      <title>What Makes a Professional Portfolio Website (12 Examples Analyzed)</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Tue, 04 Aug 2026 07:05:11 +0000</pubDate>
      <link>https://dev.to/designtocodes/what-makes-a-professional-portfolio-website-12-examples-analyzed-1k66</link>
      <guid>https://dev.to/designtocodes/what-makes-a-professional-portfolio-website-12-examples-analyzed-1k66</guid>
      <description>&lt;p&gt;I've reviewed portfolios across dev, design, and writing, and the effective ones all do the same thing: they prove one capability quickly, rather than showing everything. Here's the pattern, with 12 examples.&lt;/p&gt;

&lt;h2&gt;
  
  
  Answer 3 questions above the fold
&lt;/h2&gt;

&lt;p&gt;Can you do the work? Can you explain it? Can I reach you? A professional portfolio answers all three before the first scroll. Most bury them under a mood hero and "creative professional."&lt;/p&gt;

&lt;h2&gt;
  
  
  The case-study formula
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Problem  — what needed solving, for whom
Approach — your role + the key decision
Result   — a number (time, users, revenue, %)
Link     — live demo / artifact
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;"Redesigned onboarding, cut drop-off 24%" earns the interview. "Worked on onboarding" doesn't.&lt;/p&gt;

&lt;h2&gt;
  
  
  12 patterns that work
&lt;/h2&gt;

&lt;p&gt;Case-study-first (dev), work-in-context (design), clips+outcomes (writing), results-led (consulting), story-driven (UX), gallery-first (photo), metrics dashboard (marketing), GitHub+demos (eng), services+pricing (freelance), projects+trajectory (junior), one-specialty (multi-disciplinary), and the minimalist one-pager. Pick the one that fits what you want more of.&lt;/p&gt;

&lt;h2&gt;
  
  
  Speed is a professionalism signal
&lt;/h2&gt;

&lt;p&gt;A 4-second portfolio undercuts the work. LCP &amp;lt; 2.5s, modern image formats, reserved dimensions.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want a fast base?&lt;/strong&gt; Browse &lt;a href="https://designtocodes.com/product-category/portfolio/" rel="noopener noreferrer"&gt;DesignToCodes portfolio templates&lt;/a&gt; (dev, designer, one-page).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What field are you in, and what's your one strongest project? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>career</category>
      <category>design</category>
      <category>showdev</category>
    </item>
    <item>
      <title>How We Make Portfolio Templates That Actually Pass Core Web Vitals</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Fri, 24 Jul 2026 09:30:02 +0000</pubDate>
      <link>https://dev.to/designtocodes/how-we-make-portfolio-templates-that-actually-pass-core-web-vitals-1pip</link>
      <guid>https://dev.to/designtocodes/how-we-make-portfolio-templates-that-actually-pass-core-web-vitals-1pip</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Most portfolio templates are slow for one reason: they’re built on page builders, not code. Here’s how we make ours pass Core Web Vitals out of the box — and how to check any template yourself.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Where the weight comes from
&lt;/h2&gt;

&lt;p&gt;Page builders and stacked animation libraries look great in a demo and ship multi-MB payloads with render-blocking scripts and layout shift. For a portfolio — where you’re being judged on craft — a slow site argues against you.&lt;/p&gt;

&lt;h2&gt;
  
  
  How we keep it lean
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hand-coded, semantic HTML (no builder bloat)&lt;/li&gt;
&lt;li&gt;Minimal JS — interactivity only where it earns its place (helps INP)&lt;/li&gt;
&lt;li&gt;Optimized images: modern formats, sized, lazy-loaded, dimensions reserved&lt;/li&gt;
&lt;li&gt;Self-hosted fonts (no swap flash)&lt;/li&gt;
&lt;li&gt;Next.js server rendering where it counts (e.g. Grafik V2)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why fast = better ranking
&lt;/h2&gt;

&lt;p&gt;CWV is a ranking signal, and server-rendered HTML is what crawlers and AI engines read most reliably. Performance is SEO and AI visibility in one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Verify it
&lt;/h2&gt;

&lt;p&gt;Run any of our &lt;a href="https://designtocodes.com/product-category/portfolio/" rel="noopener noreferrer"&gt;portfolio template&lt;/a&gt; demos through PageSpeed (mobile), check transferred size in dev tools, and compare to a page-builder template. The claims are checkable on purpose.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Test it:&lt;/strong&gt; run a &lt;a href="https://designtocodes.com/product-category/portfolio/" rel="noopener noreferrer"&gt;DesignToCodes portfolio template&lt;/a&gt; through Lighthouse and compare.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What’s the slowest "premium" template you’ve ever opened in dev tools? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>performance</category>
      <category>nextjs</category>
      <category>showdev</category>
    </item>
    <item>
      <title>The Cleaning Business Website That Actually Books Jobs (7 Sections)</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Tue, 21 Jul 2026 07:46:02 +0000</pubDate>
      <link>https://dev.to/designtocodes/the-cleaning-business-website-that-actually-books-jobs-7-sections-1ldf</link>
      <guid>https://dev.to/designtocodes/the-cleaning-business-website-that-actually-books-jobs-7-sections-1ldf</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;A cleaning business website has one job: turn a local searcher into a booked job. Most bury the quote button under a slideshow. Here are the 7 sections that actually book work.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The visitor’s 4 questions
&lt;/h2&gt;

&lt;p&gt;Do you clean my type of place? Do you serve my area? Can I trust you? How do I book? Answer those fast and you win the job.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 7 sections
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Hero with a "Get a free quote" CTA (above the fold)&lt;/li&gt;
&lt;li&gt;Services, with "from $X" where possible&lt;/li&gt;
&lt;li&gt;Service areas (also helps local SEO)&lt;/li&gt;
&lt;li&gt;Trust signals — reviews, insurance, guarantee&lt;/li&gt;
&lt;li&gt;Before/after gallery (proof beats adjectives)&lt;/li&gt;
&lt;li&gt;"How it works" 3-step flow&lt;/li&gt;
&lt;li&gt;Short quote form + visible phone&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Don’t lose the lead in the form
&lt;/h2&gt;

&lt;p&gt;Ask for the minimum — name, contact, type of clean, area. Every extra field is a lost booking. Offer a phone option and confirm instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Local SEO is the multiplier
&lt;/h2&gt;

&lt;p&gt;Complete the Google Business Profile, "[service] in [city]" in titles, LocalBusiness + Review schema, steady reviews. A fast template + complete profile beats a prettier site that skips this.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want a base built for this?&lt;/strong&gt; See the &lt;a href="https://designtocodes.com/product-category/cleaning-service/" rel="noopener noreferrer"&gt;DesignToCodes cleaning templates&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Service-business folks: what’s converted best — instant quote or callback? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>startup</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What a Gym Website Template Actually Needs (and How to Pick One)</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Fri, 17 Jul 2026 10:20:38 +0000</pubDate>
      <link>https://dev.to/designtocodes/what-a-gym-website-template-actually-needs-and-how-to-pick-one-45al</link>
      <guid>https://dev.to/designtocodes/what-a-gym-website-template-actually-needs-and-how-to-pick-one-45al</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Most gym websites bury the "Join" button under three scrolls of brand storytelling. If you’re picking a gym template, here’s what actually matters.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The template’s job: turn a local into a member
&lt;/h2&gt;

&lt;p&gt;Lead with the conversion. Hero = the offer + a join/trial button, above the fold. Then the class schedule (everyone checks it), then pricing (show it — hiding prices kills trust), then real photos and proof.&lt;/p&gt;

&lt;h2&gt;
  
  
  Must-have sections
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hero with a join/trial CTA&lt;/li&gt;
&lt;li&gt;Scannable class schedule&lt;/li&gt;
&lt;li&gt;Clear membership pricing&lt;/li&gt;
&lt;li&gt;Real trainer/facility photos (not stock)&lt;/li&gt;
&lt;li&gt;Location, hours, map&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to pick
&lt;/h2&gt;

&lt;p&gt;Match it to your model — boutique studio (sleek one-pager), multi-location (schedules + location pages), PT (booking-first). Then check the demo: fast on mobile, schedule/pricing easy to edit, design doesn’t fight your brand.&lt;/p&gt;

&lt;h2&gt;
  
  
  Don’t skip local SEO
&lt;/h2&gt;

&lt;p&gt;Gym traffic is local and high-intent: complete your Google Business Profile, put your city in titles/headings, add LocalBusiness schema, keep NAP consistent.&lt;/p&gt;

&lt;h2&gt;
  
  
  Best 3 gym website templates 2026
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/musclecare-onepage-fitness-framer-template/" rel="noopener noreferrer"&gt;MuscleCare – OnePage Fitness Framer Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe1khwqadgb5r59hebg5x.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe1khwqadgb5r59hebg5x.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/gymkear-professional-framer-template-for-gym-websites/" rel="noopener noreferrer"&gt;Gymkear – Professional Framer Template for Gym Websites&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fixgmpbixyf51ep8p4vxr.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fixgmpbixyf51ep8p4vxr.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/fitkingym-best-fitness-and-gym-framer-template/https://designtocodes.com/product/fitkingym-best-fitness-and-gym-framer-template/" rel="noopener noreferrer"&gt;FitKinGym – Best Fitness and Gym Framer Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1g1qv0j4d22osrq5eq7b.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1g1qv0j4d22osrq5eq7b.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want a fast base?&lt;/strong&gt; &lt;a href="https://designtocodes.com/product/gymkear-best-gym-next-js-website-template/" rel="noopener noreferrer"&gt;Gymkear&lt;/a&gt; is a Next.js gym template with these sections ready.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Gym owners/devs: what converts best for you — free trial or first-class-free? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>beginners</category>
      <category>startup</category>
    </item>
    <item>
      <title>Is Next.js Actually Good for SEO? A Straight Answer</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Tue, 14 Jul 2026 12:23:52 +0000</pubDate>
      <link>https://dev.to/designtocodes/is-nextjs-actually-good-for-seo-a-straight-answer-18c9</link>
      <guid>https://dev.to/designtocodes/is-nextjs-actually-good-for-seo-a-straight-answer-18c9</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;"Is Next.js good for SEO?" Short answer: yes, genuinely — as long as you don’t undo it. Here’s the honest version with the caveat that actually matters.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Why it’s strong
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Server-rendered HTML by default (App Router) — crawlers and AI engines read the full page.&lt;/li&gt;
&lt;li&gt;The Metadata API: per-route titles, descriptions, canonicals in code, no plugin.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;sitemap.ts&lt;/code&gt; / &lt;code&gt;robots.ts&lt;/code&gt; generate and stay in sync.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;next/image&lt;/code&gt; + &lt;code&gt;next/font&lt;/code&gt; + Server Components make Core Web Vitals the default path.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;metadata&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Free Business Templates&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Fast, SEO-ready templates.&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;alternates&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="na"&gt;canonical&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;https://example.com/templates&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="p"&gt;},&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The caveat (where devs shoot themselves in the foot)
&lt;/h2&gt;

&lt;p&gt;Mark everything &lt;code&gt;'use client'&lt;/code&gt; and you push content back into JS — crawlers see an empty shell. Skip &lt;code&gt;next/image&lt;/code&gt; and CWV tanks. Client-render a page that should be static, and the content is hidden. The framework helps; it doesn’t babysit.&lt;/p&gt;

&lt;h2&gt;
  
  
  Verdict
&lt;/h2&gt;

&lt;p&gt;Use server rendering + the Metadata API + the image/font tools, and Next.js is one of the best SEO frameworks going. Ignore them, and it’s React with extra steps.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want an SEO-ready base?&lt;/strong&gt; Grab a &lt;a href="https://designtocodes.com/product-category/nextjs/" rel="noopener noreferrer"&gt;DesignToCodes Next.js template&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What’s bitten you hardest — client components or a canonical mistake? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>seo</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The CTA Section Formula That Converts (Copy-Paste Code)</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Fri, 10 Jul 2026 06:41:36 +0000</pubDate>
      <link>https://dev.to/designtocodes/the-cta-section-formula-that-converts-copy-paste-code-3ikg</link>
      <guid>https://dev.to/designtocodes/the-cta-section-formula-that-converts-copy-paste-code-3ikg</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Your CTA isn’t underperforming because the button’s the wrong blue. It’s underperforming because you’re asking for three things at once. Here’s the copy-paste pattern that fixes it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  One ask, no competition
&lt;/h2&gt;

&lt;p&gt;The fastest conversion killer is two equally loud buttons. Pick the single most valuable action and make everything else quieter (at most, a text link). Focus converts; choice paralyses.&lt;/p&gt;

&lt;h2&gt;
  
  
  Copy-paste it
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;section&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"cta"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;Ready to launch faster?&lt;span class="nt"&gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Templates that pass Core Web Vitals.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"btn"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"/templates"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Browse templates&lt;span class="nt"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/section&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nc"&gt;.cta&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="nl"&gt;max-width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;640px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;margin&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;0&lt;/span&gt; &lt;span class="nb"&gt;auto&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;padding&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;72px&lt;/span&gt; &lt;span class="m"&gt;24px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;text-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="nc"&gt;.btn&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="nl"&gt;display&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;inline-block&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;background&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;#4a9eff&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;#fff&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;padding&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;14px&lt;/span&gt; &lt;span class="m"&gt;30px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;border-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;8px&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Label the button like a promise
&lt;/h2&gt;

&lt;p&gt;"Submit" describes a mechanism. "Get my quote" / "Start building" describes the outcome. The button should finish the sentence "I want to…". It’s the most-read text in the section — don’t waste it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Repeat the same ask
&lt;/h2&gt;

&lt;p&gt;Hero CTA, then again after your proof, then at the foot — same wording every time. One decision repeated beats five different ones.&lt;/p&gt;

&lt;h2&gt;
  
  
  Explore the best CTA section designs you should use in your projects
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/14-best-website-call-to-action/" rel="noopener noreferrer"&gt;14+ Best Website Call To Action | Bootstrap UI Kits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/10-free-website-call-to-action/" rel="noopener noreferrer"&gt;10+ Free Website Call To Action | Bootstrap UI Kits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/10-call-to-action-bootstrap-bundle-2022/" rel="noopener noreferrer"&gt;10+ Call To Action Web UI Kits | Bootstrap Bundle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/5-free-website-call-to-action/" rel="noopener noreferrer"&gt;5+ Free Website Call To Action | Bootstrap UI Kits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want tested CTA blocks?&lt;/strong&gt; Grab the free &lt;a href="https://designtocodes.com/kit-library/" rel="noopener noreferrer"&gt;DesignToCodes CTA sections&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What’s your highest-converting button label? Mine’s boringly literal 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>webdev</category>
      <category>design</category>
    </item>
    <item>
      <title>How I’d Build a Graphic Designer Portfolio That Actually Books Clients</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Wed, 08 Jul 2026 07:19:14 +0000</pubDate>
      <link>https://dev.to/designtocodes/how-id-build-a-graphic-designer-portfolio-that-actually-books-clients-46je</link>
      <guid>https://dev.to/designtocodes/how-id-build-a-graphic-designer-portfolio-that-actually-books-clients-46je</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Clients don’t hire the prettiest portfolio. They hire the one who convinces them you’ll solve their problem. After years of looking at designer portfolios, here’s what actually books work.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Lead with case studies, not a gallery
&lt;/h2&gt;

&lt;p&gt;A wall of final shots says, "I make nice things." A case study says, "I solve problems." For every project, tell a tiny story: the brief, the directions you explored, the call you made, and the result. Even one number ("3x more saves," "rebrand shipped in 4 weeks") changes everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Position, don’t generalize
&lt;/h2&gt;

&lt;p&gt;"Creative graphic designer" places you nowhere. "Brand &amp;amp; packaging designer for food startups" makes the right client lean in. Niche down on your homepage and let the work back it up.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your site’s speed is a design sample
&lt;/h2&gt;

&lt;p&gt;Designer portfolios are famous for 5MB hero images. A client on their phone judges your craft by how your own site behaves. Compress to WebP/AVIF, lazy-load, reserve space so nothing jumps. If your portfolio is slow, you’ve argued against yourself before they see the work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The shortlist of what to include
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;3–4 case studies (brief → approach → solution → result)&lt;/li&gt;
&lt;li&gt;Work shown in context (mockups in the real world)&lt;/li&gt;
&lt;li&gt;A face + two human paragraphs&lt;/li&gt;
&lt;li&gt;One or two real testimonials&lt;/li&gt;
&lt;li&gt;A visible email, not just a form&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3 best graphic designer portfolio templates
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;a href="https://designtocodes.com/product/grafik_v3-graphic-designer-portfolio-framer-template/" rel="noopener noreferrer"&gt;Grafik_v3 – Graphic Designer Portfolio Framer Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb4tj3ypydn47jbsnvpa3.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb4tj3ypydn47jbsnvpa3.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://designtocodes.com/product/grafik-v2-nextjs-portfolio-template-for-creative-graphic-designers/" rel="noopener noreferrer"&gt;Grafik v2 – Nextjs Portfolio Template for Creative Graphic Designers&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ks84ypsjjcm01an0jik.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ks84ypsjjcm01an0jik.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://designtocodes.com/product/graphixpro-next-js-portfolio-template-for-graphic-designers/" rel="noopener noreferrer"&gt;GraphixPro – Next.js Portfolio Template for Graphic Designers&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn800625hq37jcuulvil8.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn800625hq37jcuulvil8.webp" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want a fast base built for this?&lt;/strong&gt; I make &lt;a href="https://designtocodes.com/product-category/portfolio/" rel="noopener noreferrer"&gt;designer portfolio templates&lt;/a&gt; (including a Next.js one, Grafik V2) at DesignToCodes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Designers: what’s the one project that’s booked you the most work? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>career</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Free Business Website Templates That Don’t Look Free (2026)</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Tue, 07 Jul 2026 07:30:00 +0000</pubDate>
      <link>https://dev.to/designtocodes/free-business-website-templates-that-dont-look-free-2026-2a43</link>
      <guid>https://dev.to/designtocodes/free-business-website-templates-that-dont-look-free-2026-2a43</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;"Free" shouldn’t mean "slow, dated, and impossible to edit." A few free business templates are genuinely great. Here’s how I separate them from the ones that cost you a weekend.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The 4 checks before I trust a free template
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PageSpeed (mobile)&lt;/strong&gt; on the live demo — if the demo is slow, your site will be slower.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The license&lt;/strong&gt; — "free" sometimes means personal-use-only or a footer link you can’t remove.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Last update date&lt;/strong&gt; — anything untouched for 2 years breaks on modern browsers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The actual HTML&lt;/strong&gt; — semantic and clean means you can customize; inline-style soup means you can’t.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What to grab, by use case
&lt;/h2&gt;

&lt;p&gt;All-purpose one-pagers cover most small businesses. For a dev-friendly free base, a hand-coded starter beats a bloated multipurpose theme. On WordPress, a lightweight block theme will out-perform the feature-stuffed "multipurpose" themes every time.&lt;/p&gt;

&lt;h2&gt;
  
  
  15 Best Free Business Website Templates for 2026
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/techstart-pro-tech-company-figma-template-free-download/" rel="noopener noreferrer"&gt;TechStart Pro – Tech Company Figma Template Free Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/artistaxpress-free-bootstrap-website-template/" rel="noopener noreferrer"&gt;ArtistaXpress – Free Bootstrap Creative Agency Website Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/techstart-pro-responsive-bootstrap-landing-page/" rel="noopener noreferrer"&gt;TechStart Pro – Responsive Bootstrap Landing Page Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/pholidev-bootstrap-business-agency-template/" rel="noopener noreferrer"&gt;Pholidev – Business Agency Bootstrap Website Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/tourlux-free-multipage-travel-agency-website-figma-template/" rel="noopener noreferrer"&gt;Tourlux: Free Multipage Travel Agency Website Figma Template&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/free-templates/" rel="noopener noreferrer"&gt;Find the rest of the free website templates here&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5 Best Premium Business Website Templates for 2026
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/bixcons-professional-business-consultancy-next-js-template/" rel="noopener noreferrer"&gt;Bixcons – Professional Business Consultancy Next.js Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/syncovia-framer-template-for-business-automation-website/" rel="noopener noreferrer"&gt;Syncovia – Framer Template for Business Automation Website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/custombizz-professional-next-js-business-agency-template/" rel="noopener noreferrer"&gt;Custombizz – Professional Next.js Business Agency Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/javoxa-premium-business-automation-framer-template/" rel="noopener noreferrer"&gt;Javoxa – Premium Business Automation Framer Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://designtocodes.com/product/scalvix-business-automation-framer-template/" rel="noopener noreferrer"&gt;Scalvix – Business Automation Framer Template&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The honest trade-off
&lt;/h2&gt;

&lt;p&gt;Free is perfect for validating an idea or launching fast. You give up support, fast updates, and sometimes a guarantee of quality. A great free template + your time beats a mediocre paid one — but a weak freebie can cost more hours than a good paid template ever would.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want a free one that’s actually fast?&lt;/strong&gt; Our &lt;a href="https://designtocodes.com/product/nextgenappspro-free-portfolio-website-template/" rel="noopener noreferrer"&gt;NextGenAppsPro&lt;/a&gt; is free, hand-coded and optimized.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What’s the best free template you’ve actually shipped with? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>beginners</category>
      <category>html</category>
    </item>
    <item>
      <title>DesignToCodes vs ThemeForest vs Webflow Templates: An Honest 2026 Comparison</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Sat, 27 Jun 2026 11:35:13 +0000</pubDate>
      <link>https://dev.to/designtocodes/designtocodes-vs-themeforest-vs-webflow-templates-an-honest-2026-comparison-51eh</link>
      <guid>https://dev.to/designtocodes/designtocodes-vs-themeforest-vs-webflow-templates-an-honest-2026-comparison-51eh</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I run one of these marketplaces, so take this with the appropriate salt — but here's an honest comparison of DesignToCodes vs ThemeForest vs Webflow templates, including where we lose.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The three, in one line each
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;ThemeForest&lt;/strong&gt; — the biggest marketplace; thousands of authors, huge variety, quality you vet yourself.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Webflow Templates&lt;/strong&gt; — superb visual editor, but tied to the Webflow platform and its subscription.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DesignToCodes&lt;/strong&gt; — hand-coded, multi-framework, owned outright, one quality bar; smaller catalog by choice.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  When each actually wins
&lt;/h2&gt;

&lt;p&gt;Pick &lt;strong&gt;ThemeForest&lt;/strong&gt; if you want the widest possible selection and you're comfortable checking an author's reviews, update history, and demo performance yourself. Pick &lt;strong&gt;Webflow&lt;/strong&gt; if you've already committed to Webflow and value the visual editor enough to live with lock-in and a recurring bill. Pick &lt;strong&gt;DesignToCodes&lt;/strong&gt; if you want hand-coded templates across the framework you actually use, with full source and no platform lock-in — and you're fine with a curated catalog rather than infinite choice.&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest trade-off
&lt;/h2&gt;

&lt;p&gt;Our weakness is selection — we ship fewer templates on purpose, so if you need something niche and obscure, ThemeForest's scale beats us. If you're all-in on Webflow, their native templates beat us. We're built for the person who wants owned, fast, multi-framework code held to one standard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trending templates of DesignToCodes people loved a lot
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/axonforge-ai-saas-next-js-template/" rel="noopener noreferrer"&gt;Axonforge – AI SaaS Next.js Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fchhkwoi6x5vdp1zoe71k.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fchhkwoi6x5vdp1zoe71k.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/carvatrix-car-rental-framer-website/" rel="noopener noreferrer"&gt;Carvatrix – Car Rental Framer Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffrxhf4k94dk2jp14lher.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffrxhf4k94dk2jp14lher.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/essentia-ecommerce-framer-template/" rel="noopener noreferrer"&gt;Essentia – E-commerce Framer Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fln6sr9nekwi0gxejftcs.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fln6sr9nekwi0gxejftcs.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/roadrush-logistics-next-js-template/" rel="noopener noreferrer"&gt;Roadrush – Logistics Next.js Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdx5uxl0x9q2fgueyx1s5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdx5uxl0x9q2fgueyx1s5.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;If that's you,&lt;/strong&gt; browse the &lt;a href="https://designtocodes.com/" rel="noopener noreferrer"&gt;DesignToCodes catalog&lt;/a&gt; — and run the quality checks on us before you trust the claim.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What's your biggest gripe with template marketplaces? Mine's 4MB of "premium" bloat 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>discuss</category>
      <category>productivity</category>
      <category>design</category>
    </item>
    <item>
      <title>What 'Production-Ready' Really Means: 10 Checks for Any Website Template</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Thu, 25 Jun 2026 07:50:16 +0000</pubDate>
      <link>https://dev.to/designtocodes/what-production-ready-really-means-10-checks-for-any-website-template-2e5c</link>
      <guid>https://dev.to/designtocodes/what-production-ready-really-means-10-checks-for-any-website-template-2e5c</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Every template on every marketplace says "production-ready." Most of the time it means "looks fine in the preview." Here are 10 checks that actually test the claim — run them on anything you've bought.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The 10-point bar
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Responsive on &lt;strong&gt;real devices&lt;/strong&gt;, not just an emulator&lt;/li&gt;
&lt;li&gt;WCAG 2.2 AA accessibility (contrast, keyboard, focus states)&lt;/li&gt;
&lt;li&gt;W3C-valid HTML&lt;/li&gt;
&lt;li&gt;A real performance budget (passes Core Web Vitals)&lt;/li&gt;
&lt;li&gt;Plain-English license clarity&lt;/li&gt;
&lt;li&gt;Code a human can actually read and customize&lt;/li&gt;
&lt;li&gt;Honest demo content (what you preview is what you get)&lt;/li&gt;
&lt;li&gt;SEO and structured-data scaffolding&lt;/li&gt;
&lt;li&gt;Real human support, not a dead forum&lt;/li&gt;
&lt;li&gt;A maintained changelog&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Verify it yourself in 10 minutes
&lt;/h2&gt;

&lt;p&gt;You don't have to take anyone's word for it (including mine). Before you buy &lt;em&gt;any&lt;/em&gt; template:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Run the live demo through PageSpeed Insights (mobile)
2. Tab through it with your keyboard
3. Read the full license
4. Check the changelog's last update date
5. Open dev tools and skim the HTML for clean markup
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Some trending templates of DesignToCodes
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/carvatrix-car-rental-framer-website/" rel="noopener noreferrer"&gt;Carvatrix – Car Rental Framer Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6n6mwswkahzohdhhizhn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6n6mwswkahzohdhhizhn.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/essentia-ecommerce-framer-template/" rel="noopener noreferrer"&gt;Essentia – E-commerce Framer Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F55ba9dbgqd4dkfkl2d2b.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F55ba9dbgqd4dkfkl2d2b.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://designtocodes.com/product/roadrush-logistics-next-js-template/" rel="noopener noreferrer"&gt;Roadrush – Logistics Next.js Template&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fna3tspmaa3i2c95azuqz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fna3tspmaa3i2c95azuqz.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Those five checks expose most quality problems before you've committed a cent.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;I publish this list partly so people hold me to it.&lt;/strong&gt; Run the checks on anything in the &lt;a href="https://designtocodes.com/" rel="noopener noreferrer"&gt;DesignToCodes catalog&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What's the worst "premium" template you've ever bought? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>discuss</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How to Add Dark Mode to Any Website (No Library, No Flash)</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Tue, 23 Jun 2026 08:45:54 +0000</pubDate>
      <link>https://dev.to/designtocodes/how-to-add-dark-mode-to-any-website-no-library-no-flash-5h3</link>
      <guid>https://dev.to/designtocodes/how-to-add-dark-mode-to-any-website-no-library-no-flash-5h3</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Dark mode in ~15 lines, no library — and the part most tutorials skip: no white flash on load. Here's the whole pattern.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  1. Colors as variables
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nd"&gt;:root&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="py"&gt;--bg&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;#ffffff&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="py"&gt;--text&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;#1a1a1a&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="nt"&gt;data-theme&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s1"&gt;"dark"&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="py"&gt;--bg&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;#0e1116&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="py"&gt;--text&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="m"&gt;#e8ecf3&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="nt"&gt;body&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nl"&gt;background&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;var&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;--bg&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt; &lt;span class="nl"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;var&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;--text&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Never hard-code colors. Reference variables everywhere, and switching theme becomes one attribute change.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The toggle
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;root&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;documentElement&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;next&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;root&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getAttribute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;data-theme&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;===&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;dark&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="p"&gt;?&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;light&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;dark&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="nx"&gt;root&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;setAttribute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;data-theme&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;next&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="nx"&gt;localStorage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;setItem&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;theme&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;next&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  3. Kill the flash (the bit everyone forgets)
&lt;/h2&gt;

&lt;p&gt;Apply the saved theme &lt;em&gt;before&lt;/em&gt; first paint with a tiny inline script at the top of your , before the stylesheet:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;saved&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;localStorage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getItem&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;theme&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;dark&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;matchMedia&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;(prefers-color-scheme: dark)&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;matches&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;documentElement&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;setAttribute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;data-theme&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;saved&lt;/span&gt; &lt;span class="o"&gt;||&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;dark&lt;/span&gt;&lt;span class="p"&gt;?&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;dark&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;light&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;));&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's what removes the jarring white flash on reload. Bonus: add &lt;code&gt;color-scheme: light dark&lt;/code&gt; so form controls and scrollbars adapt too.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Want theming done right out of the box?&lt;/strong&gt; Every &lt;a href="https://designtocodes.com/" rel="noopener noreferrer"&gt;DesignToCodes template&lt;/a&gt; that supports dark mode uses this exact approach.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Library or hand-rolled — how do you ship dark mode? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>javascript</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Cybersecurity Portfolio: 9 Examples + How to Build One That Gets Interviews</title>
      <dc:creator>DesignToCodes</dc:creator>
      <pubDate>Mon, 22 Jun 2026 09:46:19 +0000</pubDate>
      <link>https://dev.to/designtocodes/cybersecurity-portfolio-9-examples-how-to-build-one-that-gets-interviews-2olp</link>
      <guid>https://dev.to/designtocodes/cybersecurity-portfolio-9-examples-how-to-build-one-that-gets-interviews-2olp</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Your TryHackMe streak is not a portfolio. It's a number. Here's what security hiring managers actually want to see — and how to turn your labs into proof.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Lead with write-ups, not badges
&lt;/h2&gt;

&lt;p&gt;A completed room proves you finished a tutorial. A write-up proves you can think. Structure each one like a real report:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Scope        — what you were testing
Recon        — how you mapped it
Finding      — the vuln + how you exploited it
Impact       — what an attacker could do
Remediation  — the fix
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That format mirrors an actual pentest report. It tells a hiring manager you can do the job, not just run the tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Name your lane
&lt;/h2&gt;

&lt;p&gt;"Cybersecurity enthusiast" places you nowhere. "Web app pentester" or "blue-team / SOC" tells a reviewer exactly where you fit. Pick one and let the portfolio argue for it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Patterns that work
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Lab-write-up-first (entry-level red team)&lt;/li&gt;
&lt;li&gt;CVE / responsible-disclosure showcase (bug bounty)&lt;/li&gt;
&lt;li&gt;Your own tooling and scripts (security engineering)&lt;/li&gt;
&lt;li&gt;Blue-team / detection dashboards (defensive roles)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  One hard rule
&lt;/h2&gt;

&lt;p&gt;Only show work on systems you're authorised to test — practice platforms, your own lab, or a disclosure program. "Hacking" something you didn't have permission to touch is a red flag, not a green one.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Need a clean, fast base built for this?&lt;/strong&gt; I make a &lt;a href="https://designtocodes.com/product/csume-cyber-security-expert-portfolio-website-template/" rel="noopener noreferrer"&gt;cybersecurity portfolio template&lt;/a&gt; (Csume) at DesignToCodes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;What's the one finding or lab you're proudest of? 👇&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>career</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
