-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (57 loc) · 4.12 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
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
<!DOCTYPE html>
<html lang="en-US" style="background: #202020;">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css">
<script src="https://kit.fontawesome.com/41fcbba73d.js" crossorigin="anonymous"></script>
<title>n1ck_pro's Website</title>
<meta property="og:description" content="n1ck_pro's Website in development">
<meta property="og:image" content="https://cdn.discordapp.com/avatars/694158439408205914/af438aa01c5d161079de3898bdc1b60b.png?size=1024">
<meta property="og:title" content="n1ck_pro's Website">
<meta property="og:url" content="https://n1ckpro.github.io">
<link rel="preload" as="image" href="./pexels-photo-1103970.webp">
</head>
<body class="has-text-white-bis">
<section class="hero is-medium is-primary" style="background: url('./pexels-photo-1103970.webp') center; background-size: cover;">
<div class="hero-body">
<div class="container has-text-centered has-text-weight-semibold">
<h1 class="title is-1">
<span class="has-text-link-dark">
n1ck_pro's Website
</span>
</h1>
<div class="buttons is-centered">
<a target="_blank" rel="noopener" href="https://discord.com/users/694158439408205914" class="button is-dark" style="background: #5865f2">
<span class="icon"><i class="fa-brands fa-discord"></i></span><span>n1ck_pro</span>
</a>
<a target="_blank" rel="noopener" href="https://github.com/N1ckPro" class="button is-dark">
<span class="icon"><i class="fa-brands fa-github"></i></span><span>N1ckPro</span>
</a>
<a target="_blank" rel="noopener" href="https://www.reddit.com/user/n1ck_pro" class="button is-dark" style="background: #ff4500;">
<span class="icon"><i class="fa-brands fa-reddit"></i></span><span>u/n1ck_pro</span>
</a>
<a target="_blank" rel="noopener" href="https://twitter.com/n1ck_pro" class="button is-dark" style="background: #201f1f">
<span class="icon"><i class="fa-brands fa-x-twitter"></i></span><span>n1ck_pro</span>
</a>
<a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCj7Oi994Mypa8YxWRwYlq5g" class="button is-dark" style="background: #ff0000">
<span class="icon"><i class="fa-brands fa-youtube"></i></i></span><span>n1ck_pro</span>
</a>
</div>
<div>
<img src="https://api.statusbadges.me/badge/status/694158439408205914?simple=true" alt="status">
<img src="https://api.statusbadges.me/badge/playing/694158439408205914" alt="playing">
<img src="https://api.statusbadges.me/badge/vscode/694158439408205914" alt="vscode">
</div>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<p>
<a href="https://bulma.io" target="_blank" rel="noopener"><img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24" style="vertical-align: middle"></a>. <a href="https://images.pexels.com/photos/1103970/pexels-photo-1103970.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" target="_blank" rel="noopener">Image</a> by Pexels. Icons by <a href="https://fontawesome.com" target="_blank" rel="noopener">Font Awesome</a>. <a href="https://statusbadges.me" target="_blank" rel="noopener">Status badges</a> by <a href="https://advaith.io">advaith</a>.</a> Hosted on <a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a>.
</p>
</div>
</section>
</body>
</html>
<!>