-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgpg1.html
42 lines (28 loc) · 835 Bytes
/
gpg1.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
<!DOCTYPE html>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
// background-color: dimgrey;
color: #696969;
padding: 3px;
}
h1{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 26px;
font-style: bold;
}
p{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
}
</style>
<html>
<body>
<img src="img/gpg.png" alt="gpg" >
<br>
<p>Goals per Game Across European Soccer Leagues. Data from my <a href="http://github.com/jalapic/engsoccerdata">engsoccerdata</a> R package. More visualizations are available on <a href="http://jalapic.github.io/">my GitHub page</a></p>
<br>
<p>For more information please contact me via <a href="http://twitter.com/jalapic">twitter</a>. </p><br>
</body>
</html>