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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#FFF">
<title>s1nical - Landing Page</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.3.1/trianglify.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="css/main.css">
<meta name="description" content="s1nical is a full stack developer.">
<meta property="og:description" content="s1nical is a full stack developer.">
<meta property="og:title" content="s1nical">
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@s1nical">
<meta property="og:image" content="">
<script src="/cdn-cgi/apps/head/_vFlzwEWzfnxN-k3KPkfOrUdyXo.js"></script>
<script src="https://www.googletagmanager.com/gtag/js?id=UA-30692517-4"></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="image_src" href="https://secure.gravatar.com/avatar/f9c6903a50d1d861a47a614862b00b89.png?s=375">
<link rel="apple-touch-icon" sizes="128x128" href="favicon.ico">
<link rel="icon" type="image/ico" href="favicon.ico" sizes="128x128">
<link rel="canonical" href="https://s1n.pw/">
<link rel="stylesheet" href="css/main.css">
<script type="application/ld+json">{
"name": "s1nical",
"alternateName": "s1n",
"description": "s1nical is a full stack developer.",
"headline": "s1nical is a full stack developer.",
"url": "https://s1n.pw/",
"image": "",
"sameAs": [
"https://twitter.com/s1nical",
"https://github.com/s1nical",
"https://www.reddit.com/user/s1nical/",
],
"publisher": {
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"url": ""
}
},
"@type": "WebSite",
"@context": "http://schema.org"
}
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/inter.css" integrity="sha256-DyLTj16AbuvawyWJMPz4tJNp46iGflE/fWYAoU2IGpk=" crossorigin="anonymous">
</head>
<body>
<script src="js/app.js"></script>
<main>
<a href="mailto:[email protected]">s1nical</a><br>
Full-stack developer.<br><br>
Follow me on <a href="https://twitter.com/s1nical">Twitter</a>.
View my code on <a href="https://github.com/s1nical">GitHub</a>.
</main>
<!--I have no idea what this is from, I think it might be old testing code when I was making my Hidden 404 Page.
<div class="col-6 col-sm-4 col-md-4 col-lg-2 d-flex pb-4">
<div class="d-inline-block w-100 box-shadow card" style="cursor: pointer;">
<a href="404/index.html" style="text-decoration: none;">
</a>
</div>
</div>
-->
<!--Loading Animation-->
<div class="loader-wrapper">
<div class="loader">
<row>
<span></span>
<span></span>
<span></span>
</row>
<row>
<span></span>
<span></span>
<span></span>
</row>
<row>
<span></span>
<span></span>
<span></span>
</row>
</div>
</div>
</body>
</html>
|