-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (73 loc) · 3.69 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Work and experiments by Pedro Tavares">
<title>Pedro Tavares - Frontend developer</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Welcome</h1>
<section>
<h2>A bit about me</h2>
<p>I will assume you know my name. Online, I go by the moniker of Dipscom. If you've seen it in some old IRC channel or forum, it's likely that it was me.</p>
<p>I work as a freelance font-end developer based in the South East of England. I like to dabble with anything and everything in the front-end: Static HTML and CSS with beautiful typography; animated pages and SVGs; working with JavaScript; 3D and audio; publishing. Really, all of it. And then, some more.</p>
<p>The web is a great place. it should be accesible, semantic and we should use the right tool for the right job.</p>
<p>Besides this website, I have a <a href="https://twitter.com/dipscom">Twitter account</a> to keep abrest of what's going on and to chat with people, a <a href="https://codepen.io/dipscom/">CodePen account</a> for small-scale experiments and a <a href="https://github.com/dipscom">GitHub account</a> for bigger experiments and work.</p>
</section>
<section>
<h2>A bit about this website</h2>
<p>I don't blog (although I keep telling myself I should write a little personal journal as to remember things I did when I grow old). I don't speak at conferences (although I have given talks at meetups a couple of times). I don't create tutorials (I should, if only to document things I will need to remember in the future). I'm not a designer. Nor I am too good with words. Almost all designs you see here were taken or, at the very least, inspired by someone else's work.</p>
<p>With such lack of creative powers I end up with nothing to show of my skills. To remediate that, I thought it would be neat if I just made a bunch of versions of my own site, much in the same vein as <a href="http://www.csszengarden.com/">CSS Zen Garden</a> with the twist that is to showcase all my different skills, not just CSS.</p>
<section>
<fieldset>
<legend>The many faces of this website</legend>
<label for="barebones">
<input type="radio" id="barebones" name="skin" checked> Barebones
</label>
</fieldset>
</section>
</section>
<section>
<h2>Links</h2>
<p>In honour of the old tradition that existed when I started building webpages, here is a list (in no particular order) of links of my friends and people whose work I admire online.</p>
<ul>
<li>
<a href="https://crom.ink/">CROM</a>
</li>
<li>
<a href="https://leoarcoverde.com/">Leo Arcoverde</a>
</li>
<li>
<a href="https://greensock.com/">Jack Doyle</a>
</li>
<li>
<a href="https://www.motiontricks.com/">Craig Roblewsky</a>
</li>
<li>
<a href="https://www.cassie.codes/">Cassie Evans</a>
</li>
<li>
<a href="https://heydonworks.com/">Heydon Pickering</a>
</li>
<li>
<a href="https://www.sarasoueidan.com/">Sara Soueidan</a>
</li>
<li>
<a href="https://piccalil.li/">Andy Bell</a>
</li>
<li>
<a href="https://sarah.dev/">Sarah Drasner</a>
</li>
<li>
<a href="https://www.miriamsuzanne.com/">Miriam Suzanne</a>
</li>
<li>
<a href="https://jensimmons.com/">Jen Simmons</a>
</li>
</ul>
</section>
</body>
</html>