-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
43 lines (38 loc) · 1.51 KB
/
links.html
File metadata and controls
43 lines (38 loc) · 1.51 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
---
layout: minimal
title: Links
permalink: /links/
---
<div class="center">
<div id="user-profile" class="user"></div>
<h2>Preston's Links</h2>
<p style="max-width: 15em; display: inline-block;">Click on a button to follow me on that platform!</p>
<ul class="media-links">
<li>
<button onclick="sendTo('instagram://user?username={{ site.instagram_username }}','intent://www.instagram.com/{{ site.instagram_username }}#Intent;package=com.instagram.android;scheme=https;end','https://instagram.com/{{ site.instagram_username }}');">
Instagram
</button>
</li>
<li>
<button onclick="sendTo('https://tiktok.com/@{{ site.tiktok_username }}','intent://home#Intent;package=com.zhiliaoapp.musically;scheme=snssdk1233;end','https://tiktok.com/@{{ site.tiktok_username }}');">
TikTok
</button>
</li>
<li style="display: none;">
<button onclick="sendTo('snapchat://add/{{ site.snapchat_username }}','intent://add/{{ site.snapchat_username }}#Intent;scheme=snapchat;package=com.snapchat.android;end;','https://www.snapchat.com/add/{{ site.snapchat_username }}');">
Snapchat
</button>
</li>
<li>
<button onclick="sendTo(false, false, 'https://github.com/{{ site.github_username }}')">
GitHub
</button>
</li>
<li>
<button onclick="sendTo(false, false, 'https://stackoverflow.com/users/{{ site.stackoverflow_id }}')">
Stack Overflow
</button>
</li>
</ul>
</div>
<script src="/assets/links.js"></script>