forked from sethcottle/littlelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (80 loc) · 4.32 KB
/
index.html
File metadata and controls
102 lines (80 loc) · 4.32 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Information
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Wallkanda - Social links</title>
<meta name="description" content="Find us online!">
<meta name="author" content="Stendhal">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton-light.css">
<link rel="stylesheet" href="css/brands.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/logo-square.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<!-- Your Image Here -->
<img src="images/logo-square-65px.png" srcset="images/logo-square.png 4x">
<!-- Your Name -->
<h1>Wallkanda</h1>
<!-- Short Bio -->
<p><small>Wallkanda is proud to present you the Cryptograffer crew. <br>The <b>Cryptograffers</b> (CG) is an NFT
PFP collection based around Street art and the urban culture! (Launching soon)
<br>
Join our discord server below if you want to learn more!</small></p>
<!-- Discord -->
<a class="button button-discord" href="http://chat.wallkanda.art"><img class="icon"
src="icons/discord.svg">Discord</a>
<br>
<!-- Twitter -->
<a class="button button-twitter" href="https://twitter.com/wallkanda"><img class="icon"
src="icons/twitter.svg">Twitter</a>
<br>
<!-- Instagram -->
<a class="button button-instagram" href="https://www.instagram.com/wallkanda/"><img class="icon"
src="icons/instagram.svg">Instagram</a>
<br>
<!-- Website -->
<a class="button button-website" href="https://wallkanda.art"><img class="icon" src="icons/website.svg"
height="25px">Website</a>
<br>
<!-- Clubhouse -->
<a class="button button-clubhouse" href="https://www.joinclubhouse.com/join/crypto-street-art/43UBneJA"><img
class="icon" src="icons/clubhouse.svg">Clubhouse</a>
<br>
<hr>
<!-- Event -->
<!-- <blockquote>Next event: <strong>Paris 🇫🇷</strong> <br/><small>20/07/2021 🔥🔥🔥</small></blockquote> -->
<!-- Decrypt the street -->
<!-- <a class="button button-spotify" href="https://paris.decryptstreet.art/">PARIS DECRYPT THE STRE ET(H)</a> -->
<div class="mobile">
<a href="https://apple.co/3gUfODv" rel="external noopener" target="_blank">
<img alt="Download on the App Store" src="/images/store/app-store-badge.svg" />
</a>
<a href="https://play.google.com/store/apps/details?id=com.stendhaltech.wallkanda&utm_source=bdx-decrypt-the-street&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"
rel="external noopener" target="_blank">
<img alt="Get it on Google Play" src="/images/store/google-play-badge.png" />
</a>
</div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>