-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchris-coyier.html
36 lines (34 loc) · 1.24 KB
/
chris-coyier.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
<!DOCTYPE html>
<html>
<head>
<script src="pages.js"></script>
<script src="navigation.js"></script>
<link rel="stylesheet" href="style.css" />
<title>Chris Coyier</title>
<style>
a {
color: #ccc;
}
</style>
</head>
<body>
<main class="standard">
<h1 class="border-bottom">Who to follow: Chris Coyier</h1>
<p>
<img src="https://i0.wp.com/chriscoyier.net/wp-content/uploads/2017/06/chris-1.jpg?w=2000" alt="Chris Coyier" style="width:200px; float: left; margin: 0 10px 10px 0;" />
Web designer, developer, podcaster. Built CSS-Tricks website. Co-founder of CodePen.
<p>
Website: <a href="https://chriscoyier.net/">chriscoyier.net</a>
</p>
<p>
CSS-Tricks: <a href="https://css-tricks.com">css-tricks.com</a>
</p>
<p>
CodePen: <a href="https://codepen.io/chriscoyier/#">codepen.io/chriscoyier</a>
</p>
<p>
YouTube channel: <a href="https://www.youtube.com/user/realcsstricks">Chris Coyier</a>
</p>
</main>
</body>
</html>