-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (56 loc) · 1.66 KB
/
index.html
File metadata and controls
65 lines (56 loc) · 1.66 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Moyinguis</title>
<link rel="stylesheet" href="style.css" media="screen" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico" />
</head>
<body>
<img class="moyinguis" src="images/logo.png">
<p> graphic designer & illustrator </p>
<ul>
<li>
<a href="mailto:moyinguis@gmail.com" target="_blank">
<div class="button">
<div class="front front-mail animate"></div>
<div class="back back-mail"></div>
</div>
</a>
</li>
<li>
<a href="http://dribbble.com/sofiamoya" target="_blank">
<div class="button">
<div class="front front-drib animate"></div>
<div class="back back-drib"></div>
</div>
</a>
</li>
<li>
<a href="http://instagram.com/sofiamoya" target="_blank">
<div class="button">
<div class="front front-insta animate"></div>
<div class="back back-insta"></div>
</div>
</a>
</li>
<li>
<a href="http://twitter.com/sofia_moya" target="_blank">
<div class="button">
<div class="front front-twitter animate"></div>
<div class="back back-twitter"></div>
</div>
</a>
</li>
<li>
<a href="http://be.net/sofiamoya" target="_blank">
<div class="button">
<div class="front front-behance animate"></div>
<div class="back back-behance"></div>
</div>
</a>
</li>
</ul>
</body>
</html>