Skip to content

Instantly share code, notes, and snippets.

@umbreonight
umbreonight / index.html
Created July 1, 2019 09:54
Front End Test - Darren van Reenen
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
@umbreonight
umbreonight / index.html
Created October 28, 2017 16:58
User Profile
<div class="sidebar">
<div class="user">
<div class="picture"></div>
<div class="user-details">
<span class="name">Kingturo</span>
<span class="title">front end developer</span>
<span class="tribe"></span>
</div>
</div>
</div>