-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpopup.html
78 lines (70 loc) · 3.76 KB
/
popup.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
<!doctype html>
<html>
<head>
<title>FeedArt - Amit Shimoni</title>
<style>
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600";
body {
font-family: "Source Sans Pro", Helvetica, sans-serif;
}
#body-addart {
min-width: 350px;
}
#tag-addart {
font-style: italic;
color: #333333;
}
#body-addart img {
width: 80px;
text-align: center;
}
ul {
list-style-type: none;
text-align: center;
padding: 0;
}
li {
display: inline;
text-align: center;
}
li a {
text-decoration: none;
}
li img {
max-width: 35px;
margin: 20px;
}
h1 {
font-weight: bold;
font-size: 20pt;
}
p {
font-size: 11pt;
}
</style>
</head>
<body id="body-addart">
<!-- <img src="img/logo.png" alt="Addart" /> -->
<<<<<<< HEAD
<p id="tag-addart">FeedArt Artist of the week:</p>
<h1>Sacha Goldberger</h1>
<a href="http://sachagoldberger.com/portfolio/?ref=feedart.co" target="_blank">www.sachagoldberger.com</a>
<p>Sacha Goldberger is a French photographer. He has been working on the Mamika séries since 2007. Since 2008 he has exhibited in Paris at the following galleries: Wanted(2010), Bailly Contemporain (2011), Acte 2 Galerie (2012).</p>
<p>He has also exhibited at CCB Museum of Rio, New Delhi Photo Festival, Amsterdam Art Fair, London Art Fair, Angkor Festival, Getxophoto, Palm Beach Art Fair and Berliner list, and has contributed to outdoor exhibitions in France at Vendome, Bercy Village. Two different books have been published in Europe and the USA : « Mamika, big little grandmother « (2010) and « Mamika & co » (2012).</p>
</br>
<ul>
<li><a href="https://twitter.com/intent/tweet?text=I+just+discovered+Sacha+Goldberger+thanks+to+FeedArt.+Add+the+chrome+extension+to+replace+Facebook+ads+with+art+%3E%3E+www.feedart.co+" target="_blank"><img src="img/twitter.png" alt="Share on Twitter" /></a></li>
<li><a href="https://www.facebook.com/dialog/feed?app_id=134530986736267&link=http%3A%2F%2Fwww.feedart.co&name=I+just+discovered+Sacha+Goldberger+thanks+to+FeedArt%21&description=FeedArt+is+a+chrome+extension+replacing+Facebook+ads+with+Art.+Each+week+we+feature+a+new+artist+right+into+your+Facebook+feed.&redirect_uri=http://facebook.com/" target="_blank"><img src="img/facebook.png" alt="Share on Facebook" /></i></a></li>
=======
<p id="tag-addart">Artiste FeedArt de la semaine :</p>
<h1>Amit Shimoni</h1>
<a href="http://www.shimoni-illustration.com/" target="_blank">shimoni-illustration.com</a>
<p>Amit Shimoni is a young Israeli designer, illustrator and artist. His work engage with the gaps between reality and imagination. The project HIPSTORY featured here is a series of drawings that attempt to create new and altered portrait of iconic figures of the 20th century, by placing them in different time and culture.</p>
</br>
<ul>
<li><a href="https://twitter.com/intent/tweet?text=I+just+discovered+Amit+Shimoni+thanks+to+FeedArt.+Add+the+chrome+extension+to+replace+Facebook+ads+with+art+%3E%3E+www.feedart.co+" target="_blank"><img src="img/twitter.png" alt="Share on Twitter" /></a></li>
<li><a href="https://www.facebook.com/dialog/feed?app_id=134530986736267&link=http%3A%2F%2Fwww.feedart.co&name=I+just+discovered+Amit+Shimoni+thanks+to+FeedArt%21&description=FeedArt+is+a+chrome+extension+replacing+Facebook+ads+with+Art.+Each+week+we+feature+a+new+artist+right+into+your+Facebook+feed.&redirect_uri=http://facebook.com/" target="_blank"><img src="img/facebook.png" alt="Share on Facebook" /></i></a></li>
>>>>>>> origin/master
</ul>
</body>
</html>