-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title>Think Critical</title>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet" type="text/css">
</head>
<body class="body">
<div class="container">
<header>
<img alt="Think Critical" src="images/thinkcritical.svg"/>
</header>
<main>
<div class="block">
<a href="https://github.com/SebBrookfield" class="border">
<img alt="GitHub" src="images/github.svg"/>
<span>GitHub</span>
</a>
</div>
<div class="block">
<a href="https://bitbucket.org/SBrookfield" class="border">
<img alt="Git" src="images/git.svg"/>
<span>BitBucket</span>
</a>
</div>
<div class="block">
<a href="https://blog.thinkcritical.co.uk" class="border">
<img class="small" alt="Blog" src="images/blogger.svg"/>
<span>Blog</span>
</a>
</div>
</main>
<footer></footer>
</div>
</body>
</html>