You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
1.2 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>/dev.space</title>
<link rel="stylesheet" href="styles/index.css" />
</head>
<body>
<section class="hero">
<div class="hero__text-area__container">
<h1 class="hero__text-area__heading">/dev.space</h1>
<h3 class="hero__text-area__subheading">
The digital hackerspace
</h3>
</div>
</section>
<section class="introduction">
<div class="introduction__container">
<h1 class="introduction__container__heading">
/dev.space is a platform providing online services for
developers to collectively learn and grow.
</h1>
<h3 class="introduction__container__subheading">
Whether you're freshly starting out, or you are just looking to connect with likeminded people. We help you turn your project ideas into reality.
</h3>
</div>
</section>
</body>
</html>