Skip to content

Commit

Permalink
quick link change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Samarov committed May 9, 2024
1 parent 26e3489 commit b89e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h1>wtf is going on here</h1>
<p>
While I am competent with web frameworks like React and they certainly have their place on the web, I've always prided myself on being able to make simple, effective and efficient websites. I have a personal distaste for using a framework or a library just because you can. I don't believe good software is made when you put the solution ahead of the problem.
<br><br>
In that spirit, this site is pure HTML and CSS and can run on any device from the past 20 years. It uses less memory and loads faster than the Google homepage. No compromises have been made on SEO or performance for the sake of cool animations. This site also makes full use of semantic HTML, so you won't find a single <code>&lt;div&gt;</code> anywhere in <a href="https://github.com/seansamarov/samarov.me/tree/2024" target="_blank" rel="noopener noreferrer"></a>the source code. You'll also find that the template-like behavior of this site has been achieved with pure CSS (and would function perfectly as raw HTML)!
In that spirit, this site is pure HTML and CSS and can run on any device from the past 20 years. It uses less memory and loads faster than the Google homepage. No compromises have been made on SEO or performance for the sake of cool animations. This site also makes full use of semantic HTML, so you won't find a single <code>&lt;div&gt;</code> anywhere in <a href="https://github.com/seansamarov/samarov.me/tree/master" target="_blank" rel="noopener noreferrer"></a>the source code. You'll also find that the template-like behavior of this site has been achieved with pure CSS (and would function perfectly as raw HTML)!
<br><br>
I also obsess over responsive design - I encourage the user to resize their browser window on this site however they wish, and try to break the layout. If you do manage to break it, <a href="#contact">leave me a note</a> letting me know so I can fix it.
</p>
Expand Down

0 comments on commit b89e263

Please sign in to comment.