-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMattLeftTheRoom.html
More file actions
43 lines (33 loc) · 950 Bytes
/
MattLeftTheRoom.html
File metadata and controls
43 lines (33 loc) · 950 Bytes
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
<html>
<head>
<title>PEI Devs</title>
<style>
.blink_me {
animation: blinker 1s linear infinite;
color: pink;
font-size: 500%;
text-align: center;
weight: bold
}
p {
color : lightgreen;
}
@keyframes blinker {
50% { opacity: 0.0; }
}
body {
background-image: url(http://users.content.ytmnd.com/6/0/8/608ceea185943004f82b8da81576d57e.gif);
text-align: center;
}
</style>
</head>
<body>
<div class="blink_me">peidevs.github.io</div>
<img src="http://www.animateit.net/data/media/nov2011/pickle.gif" />
<img src="https://57.media.tumblr.com/cc70cd9e9b9b65c04391e2928c2ec737/tumblr_nigk9f71Dp1shcz4do1_400.gif" />
<p>Techies on PEI. We aim to boost the tech community on the Island with enthusiasm and mentorship.(Read more...)</p>
<img src="http://i.giphy.com/pAUg2l9WEV3QA.gif" />
<img src="http://i.giphy.com/lTdaEMkLvHGzC.gif" />
<img src="http://www.animateit.net/data/media/nov2011/pickle.gif" />
</body>
</html>