Brutalism Web Design School

Size
7,231 Kb
Views
28,336

How do I make an brutalism web design school?

What is a brutalism web design school? How do you make a brutalism web design school? This script and codes were developed by Brian Haferkamp on 10 October 2022, Monday.

Brutalism Web Design School Previews

Brutalism Web Design School - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Brutalism Web Design School</title> <meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { padding: 20px; max-width: 700px; margin: auto; border-left: 10px solid #444;
}
h1 { margin: 0 0 20px;
}
h2,
h3 { margin: 60px 0 15px;
}
nav { margin: 40px 0;
}
</style> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<header style="font-family: Verdana, Geneva, sans-serif"> <h1>Brutalism Web Design School</h1> <p>Create web designs that get back to the basics by using Brutalist principles. Find out what natural resources are available to you and how you can implement them on your site.</p>
</header>
<nav style="font-family: Verdana, Geneva, sans-serif"> <hr/>[ <a href="#responsive-design">Responsive Design</a> ] [ <a href="#fonts">Fonts</a> ] [ <a href="#colors">Colors</a> ] [ <a href="#images">Images</a> ] [ <a href="#javascript">JavaScript</a> ] [ <a href="#inspiration">Inspiration</a> ] <hr/>
</nav>
<article style="font-family: 'Trebuchet MS', Helvetica, sans-serif"> <section id="responsive-design"> <h3 style="font-family: Tahoma, Geneva, sans-serif">WHAT ABOUT RESPONSIVE DESIGN?</h3> <p>The awesome news is that <mark>HTML5 is responsive without having to do anything to it</mark>. That's right: no media queries necessary. It's when we start messing with HTML that it becomes unresponsive. Ridiculous, no?</p> <p>You can apply margins and max-widths through inline CSS if you want, but it's not necessary for the site to look good on a mobile device.</p> </section> <section id="fonts"> <h3 style="font-family: Tahoma, Geneva, sans-serif">WHAT FONTS CAN I USE?</h3> <p>Here is a list of websafe fonts that are able to be used by any browser <mark>without an external call or extra overhead</mark>:</p> <h4>Serif Fonts</h4> <ul> <li>Georgia, serif</li> <li>'Palatino Linotype', 'Book Antiqua', Palatino, serif</li> <li>'Times New Roman', Times, serif</li> </ul> <h4>Sans-Serif Fonts</h4> <ul> <li>Arial, Helvetica, sans-serif</li> <li>'Arial Black', Gadget, sans-serif</li> <li>'Comic Sans MS', cursive, sans-serif</li> <li>Impact, Charcoal, sans-serif</li> <li>'Lucida Sans Unicode', 'Lucida Grande', sans-serif</li> <li>Tahoma, Geneva, sans-serif</li> <li>'Trebuchet MS', Helvetica, sans-serif</li> <li>Verdana, Geneva, sans-serif</li> </ul> <h4>Monospace Fonts</h4> <ul> <li>'Courier New', Courier, monospace</li> <li>'Lucida Console', Monaco, monospace</li> </ul> <hr/> <p>Example usage:</p> <p><pre>< p style="font-family: [copy and past here from the lists above];" >Some Text here< /p></pre></p> <p>Input:</p> <p><pre>< p style="font-family: Arial, Helvetica, sans-serif;" >Some Text here< /p></pre></p> <p>Output: </p> <p style="font-family: Arial, Helvetica, sans-serif">Some Text here</p> <hr/> </section> <section id="colors"> <h3 style="font-family: Tahoma, Geneva, sans-serif">ARE THERE COLOR LIMITATIONS?</h3> <p>There are a huge number of colors available for you to use. Add color to your HTML sites in one of three ways. The first is by using a <mark>color name</mark>, which is easier to remember than a bunch of numbers. <a href="https://www.w3schools.com/colors/colors_names.asp" target="_blank">Here are the 140 supported names you can use.</a></p> <p>A second way to use color is through <mark>RGB values</mark>. That stands for Red, Green, Blue. By mixing these values together, you can achieve amazing color combinations. </p> <p>The last way is also the most classic way to enter color information into your website: use the <mark>hexadecimal code</mark> for the color you want. This is a 6-digit code prefixed with a "#". For example, the color "white" has a hex code of #ffffff.</p> <p> <a href="https://www.w3schools.com/colors/colors_picker.asp" target="_blank">Check out this great color picker to choose hex codes or RGB colors</a></p> </section> <section id="images"> <h3 style="font-family: Tahoma, Geneva, sans-serif">CAN I USE IMAGES?</h3> <p>Images are great, aren't they? Of course you can use images. <mark>Brutalism doesn't mean the absence of design</mark> or heading back into the Stone Age. It's merely a stripping away of the unnecessaries. So before you put that image on there, decide about its necessity, that's all. If it supports or helps the user, add it with an image tag. There are several options for images (even image maps!)--<a href="https://www.w3schools.com/html/html_images.asp" target="_blank">learn more about HTML images here</a>.</p> </section> <section id="javascript"> <h3 style="font-family: Tahoma, Geneva, sans-serif">SHOULD WE USE JAVASCRIPT?</h3> <p>JavaScript (JS) is an optional element on the Web. In some ways it's just a bridge to do today what we want to do in the browser tomorrow. Lots of people will disagree with that, especially those who are making their livings creating JS apps and programs. I would agree that it's here to stay. Technically, though, you can also create Flash programs now, too, but no one is doing that outside of specialized applications. Will JS go that direction? Not sure. But <mark>if you create websites or apps viewed in-browser, know that if someone somehow turns off JS in the browser settings your page might render poorly (best-case) or not work at all (worst-case)</mark>.</p> <P>The best course of action for JS is to make sure that if it were turned off in the browser then nothing would be hidden forever or broken. If you focus your efforts on semantic HTML and CSS, then users will have no problems. In fact, websites like <a href="https://css-tricks.com/" target="_blank">CSS-Tricks</a> are writing articles about getting JS-type functionality into the CSS layer. Lots of people don't want to mix behaviors and presentation in CSS, so they buck against it. But right now, HTML and CSS are the only things we can guarantee will work in the browser.</P> <p>If you're still unsatisfied and wondering what the answer is: Yes, you can use JS. Just use it responsibly, ok?</p> </section> <hr/> <section id="inspiration"> <h3 style="font-family: Tahoma, Geneva, sans-serif">BRUTALISM WEBSITES</h3> <p>You're a rebel. I can tell. Here are some websites that will help you get some inspiration for your Brutalist designs. </p> <p>Enjoy</p> <figure><a href="http://brutalistwebsites.com/" target="_blank"><img src="http://www.tarahall.me/img/brutalist-websites.png" style="height: 200px"/></a> <figcaption>BrutalistWebsites.com</figcaption> </figure> <figure><a href="http://nickdemarco.website/" target="_blank"><img src="http://brutalistwebsites.com/_img/nickdemarco.website.png" style="height: 200px"/></a> <figcaption>Nick De Marco</figcaption> </figure> <figure><a href="http://benjaminbaedorf.com/" target="_blank"><img src="http://brutalistwebsites.com/_img/benjaminbaedorf.com.png" style="height: 200px"/></a> <figcaption>Benjamin Bädorf</figcaption> </figure> <figure><a href="http://tobimania.de/" target="_blank"><img src="http://brutalistwebsites.com/_img/tobimania.de.png" style="height: 200px"/></a> <figcaption>Tobi Mania</figcaption> </figure> </section>
</article> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
</body>
</html>

Brutalism Web Design School - Script Codes CSS Codes

body { padding: 20px; max-width: 700px; margin: auto; border-left: 10px solid #444; color: #444;
}
h1 { margin: 0 0 20px;
}
h2,
h3 { margin: 60px 0 15px;
}
nav { margin: 40px 0;
}
Brutalism Web Design School - Script Codes
Brutalism Web Design School - Script Codes
Home Page Home
Developer Brian Haferkamp
Username brianhaferkamp
Uploaded October 10, 2022
Rating 3
Size 7,231 Kb
Views 28,336
Do you need developer help for Brutalism Web Design School?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Brian Haferkamp (brianhaferkamp) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!