-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
29 lines (29 loc) · 1.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Social Sharer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="pen">
<img src="https://photos-6.dropbox.com/t/0/AADcv4bBuDQ_v5PTNUGUF3GMPDn-veDEbmvGLaS3oeIGpg/12/1540703/png/1024x768/3/1365181200/0/2/arrows.png/8uggsq1UBktreMCUST5GhVrTA6odHv06Ko1vLDHvYVg" alt="Click here">
</section>
<section class="pen">
<div class="more-button">
<div class="container">
<a href="#" class="share-btn icon-twitter"></a>
<a href="#" class="share-btn icon-facebook"></a>
<a href="#" class="share-btn icon-google-plus-sign"></a>
<a href="#" class="share-btn icon-pinterest"></a>
<a href="#" class="share-btn icon-linkedin"></a>
<a href="#" class="share-btn icon-github-alt"></a>
</div>
</div>
</section>
<section class="credit">
<p>Code by <a href="http://twitter.com/vsxed" target="_blank" class="credit-link">Eduard Mayer</a></p>
<a href="https://github.com/vsxed/Social-Sharer" target="_blank" class="credit-link button">Fork it on Github</a>
</section>
</body>
</html>