/lauren-darrimon-portfolio

Lauren Duker Darrimon Web Development & Design Portfolio

Primary LanguageHTML

Lauren Duker Darrimon Portfolio

Web Development & Design Projects

Jump to:

Description

This site is a simple one page site built with HTML and CSS to display and links to some of Lauren Duker Darrimon's web design work, her resume, and in the future, her web development work. It also has a live contact form to recieve client inquires.

Link

Live Portfolio Site

Built With

Methods

HTML

the site was structured using semantic HTML for maximum acessibility. This allows the function of each element to be explicitly stated in its element tag, making it avaialble to those who may not be able to see the design and layout indications of meaning.

The various form elements make extensive use of attributes to label, match and organize the information that will be coming in from the forms.

CSS

The site use CSS for positioning, color, styling, and layout. The bio section is positioned using a CSS flexbox. The individual items in the portfolio section are positioned using a CSS grid.

CSS Media Queries

We start from a wide horizontal desktop view. When the screen size drops to less than 992 px screen width, a standard tablet size, some of the elements will start to stack vertically, rather than side by side. When the screen shrinks even further to a mobile size of 768px screen width or less, almost all elements will swicth to a vertical layout, and blocks of content will display stacked on top of one another.



Responsive Portfolio

Author

Lauren Duker Darrimon

Credits

Thanks to Meyer Web for the reset CSS. v2.0 | 20110126 License: none (public domain)

Thanks to Formspree for the free form functionality.