-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathday28_contacts_template.html
More file actions
72 lines (57 loc) · 3.37 KB
/
day28_contacts_template.html
File metadata and controls
72 lines (57 loc) · 3.37 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
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>MY ADDRESS!👋</title>
<!-- SEO meta tag data for webCrawlers / internet shearch engine -->
<meta charset='UTF-8' content='text/html' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta http-equiv='imagetoolbar' content='no' />
<meta name='MSSmartTagsPreventParsing' content='true' />
<meta name='Copyright' content='All the Rights reserve to Someone' />
<meta name='keywords' content='key1, key2....' />
<!-- favicon : link rel="icon" href="/images/system/angry_tig.png"-->
<link rel="icon" href="https://www.google.com/s2/favicons?domain=www.raspberrypi.org">
</head>
<body>
<hr align='center' style='border:solid 1px #ddd; width:90%;'>
<h2>LET'S GET IN TOUCH WITH!</h2>
<ol>
<li>
<img src="https://www.google.com/s2/favicons?domain=plus.google.com"> <a class="clickable" href="https://plus.google.com/u/0/{account_num}" target="_blank">{Your-account-ID}|Google+</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.youtube.com"> <a class="clickable" href="https://www.youtube.com/user/{your-account-ID}/" target="_blank">{Your-account-ID}|YouTube</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=stackoverflow.com"> <a class="clickable" href="https://stackoverflow.com/users/{123456}/{your-account-ID}" target="_blank">User {Your-account-ID}-Stack Overflow</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=twitter.com"> <a class="clickable" href="https://twitter.com/{Your-accounnt}" target="_blank">{Your-account-ID}|Twitter</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.pinterest.co.kr"> <a class="clickable" href="https://www.pinterest.co.kr/{your-account}/" target="_blank">{Your-account-ID}|Pinterest</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.linkedin.com"> <a class="clickable" href="https://www.linkedin.com/in/{your-account-ID}/" target="_blank">{Your-account-ID}|LinkedIn</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.instagram.com"> <a class="clickable" href="https://www.instagram.com/{Your-account-ID}/" target="_blank">{ID}(@{Your-account-ID})</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=github.com"> <a class="clickable" href="https://github.com/{Your-account-ID}/{Your-account-ID}.github.io" target="_blank">{Your-account-ID}.github.io</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.flickr.com"> <a class="clickable" href="https://www.flickr.com/people/154884958@N02/" target="_blank">{Your-account-ID}|Flickr</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.facebook.com"> <a class="clickable" href="https://www.facebook.com/{Your-account-ID}" target="_blank">{Your-accound-ID}|Facebook</a><br>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.raspberrypi.org/"> <a class="clickable" href="http://{your-Web-page-URL}/" target="_blank">{Your-account-ID}'s Web-site</a>
</li>
<li>
<img src="https://www.google.com/s2/favicons?domain=www.slack.com"> <a class="clickable" href="https://{Your-workspace-name}.slack.com/" target="_blank">Slack|{Your-workspace-name}</a>
</li>
</ol>
</body>
</html>