-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (103 loc) · 5.44 KB
/
index.html
File metadata and controls
107 lines (103 loc) · 5.44 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
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>BlueSkye ~ Web Developer</title>
<meta name="title" content="BlueSkye ~ Web Developer" />
<meta name="description" content="I like making things, and sometimes I like breaking them. This is my personal website where I put all of my projects and other interesting things." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://blueskye.dev/" />
<meta property="og:title" content="BlueSkye ~ Web Developer" />
<meta property="og:description" content="I like making things, and sometimes I like breaking them. This is my personal website where I put all of my projects and other interesting things." />
<meta property="og:image" content="https://blueskye.dev/img/cover.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://blueskye.dev/" />
<meta property="twitter:title" content="BlueSkye ~ Web Developer" />
<meta property="twitter:description" content="I like making things, and sometimes I like breaking them. This is my personal website where I put all of my projects and other interesting things." />
<meta property="twitter:image" content="https://blueskye.dev/img/cover.png" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/meta/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/meta/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/img/meta/favicon-16x16.png" />
<link rel="manifest" href="/img/meta/site.webmanifest" />
<link rel="mask-icon" href="/img/meta/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="/img/meta/favicon.ico" />
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta name="msapplication-config" content="/img/meta/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- Fonts --->
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet" />
<!-- Styles -->
<link rel="stylesheet" href="/css/reset.css" />
<script src="https://kit.fontawesome.com/9cb2f2488a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<main>
<span class="greeting">hello, i'm</span>
<h1>blueskye</h1>
<p>i like making things, and sometimes i like breaking them. this is my personal website where i put all of my projects and other interesting things.</p>
<div class="socials">
<a href="https://github.com/dotargz" target="_blank"><i class="fa-brands fa-github"></i>dotargz</a>
<a href="https://bsky.app/profile/blueskye.dev" target="_blank"><i class="fa-brands fa-bluesky"></i>blueskye.dev</a>
<a href="https://discord.com/users/788887558478233650" target="_blank"><i class="fa-brands fa-discord"></i>blueskye</a>
<a href="https://www.youtube.com/channel/UCVTJpXenjLM6PCfmwdjMjOw" target="_blank"><i class="fa-brands fa-youtube"></i>onespark</a>
</div>
<div class="projects-carousel">
<div class="project">
<img src="img/poems.png" alt="poems of the mind" />
<h3>poems of the mind</h3>
<p>to write is to express yourself through words on paper. write anything, anytime.</p>
<a href="https://poems.blueskye.dev" target="_blank">visit site<i class="fa-solid fa-up-right-from-square"></i></a>
</div>
<div class="project">
<img src="img/novel.png" alt="novel engine" />
<h3>novel engine</h3>
<p>a web-based low-code choose-your-own-adventure engine written in PHP</p>
<a href="https://github.com/dotargz/novel-engine" target="_blank">visit repository<i class="fa-solid fa-up-right-from-square"></i></a>
</div>
<div class="project">
<img src="img/onespark.png" alt="onespark" />
<h3>onespark</h3>
<p>my brand that i put many of my projects under. very much a work in progess</p>
<a href="https://onespark.dev" target="_blank">visit site<i class="fa-solid fa-up-right-from-square"></i></a>
</div>
<div class="project">
<img src="img/soon.png" alt="Coming soon" />
<h3>coming soon...</h3>
<p>maybe its something? maybe I just want 4 items in this list... who knows?</p>
<a id="special-yippeeee" tabindex="0">yipeeee!<i class="fa-solid fa-fire"></i></a>
</div>
</div>
<footer>
<div class="lanyard">
<div class="lanyard__avatar">
<img src="#" alt="" />
</div>
<div class="lanyard__info">
<div class="lanyard__info__name">
<div class="lanyard__info__username"></div>
<div class="lanyard__info__status"></div>
</div>
<div class="lanyard__info__game"></div>
</div>
<div class="discord-icon">
<i class="fab fa-discord"></i>
</div>
</div>
<div class="copy">
<img src="img/ua.svg" alt="the ukrainian flag" class="flag" onclick="window.location.href='https://u24.gov.ua/'" />
<img src="img/lgbtqa.svg" alt="a pride flag" class="flag" onclick="window.location.href='https://www.hrc.org/'" />
</div>
</footer>
</main>
<script src="https://cdn.jsdelivr.net/gh/xaronnn/js-lanyard/lanyard.js"></script>
<script src="js/confetti.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>