Why does Doawow has some bloat

Any person who looks at Doawow would know that the site… is kind of bloated. The landing page has a flex box with fancy css. Why do I do this? I have a simple reason.

The point of the first page of any site is to catch the reader’s attention. Of course a fancy site effects will do this much better then this. That doesn’t mean however that Doawow has no suport for older web browsers. In fact, as long as they can have flexbox. My site works fine! Im curriently looking into other ways to have the same button sizing effect without it but to no avail. Even if your runing on an older web browser, the index.html does not have any new or fancy tech, allowing even basic text based web browsers to render just fine.

<!DOCTYPE html>

<html>
	<head>
		<title>DOAWOW</title>
		<link rel="stylesheet" href="list.css">
	</head>	
	
	<body>
		<!--Have one secton for art and one for list-->
		<div class="art"></div>

		<div class="list">
			
			<a href="project" class="list-element">
				<p>Project</p>
			</a>
			<div class="list-element">
				<p>Friends</p>
			</div>

		</div>
	</body>
</html>

All of the fancy effects are placed into the list.css file.

The Doawow site is less of my site and more of a collection of stuff I have made plus any friends stuff they might want up here.

You might ask? “What is truly your site then?”

Your on it! Even if its a part of doawow. This blog is pretty much a different beast so expect me to treat it as such! Have a good day kind reader!


A small intro post about how Doawow was designed

By Philo, 2025-08-16