-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (78 loc) · 4.03 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<!-- HTML Meta Tags -->
<title>cozyplanes</title>
<meta name="description" content="A website for a 15yo software engineer who wants to do all sorts of things">
<meta name="keywords" content="csharp, C#, programming, engineer, software, coding, teenager, ambition, devrant">
<meta name="author" content="cozyplanes">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="cozyplanes">
<meta itemprop="description" content="A website for a 15yo software engineer who wants to do all sorts of things">
<meta itemprop="image" content="https://avatars.devrant.com/v-18_c-3_b-6_g-m_9-1_1-1_16-14_3-1_8-4_7-4_5-4_12-1_6-2_10-4_2-82_11-2_18-4_4-4_19-3_20-1_21-2.jpg">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://cozyplanes.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="cozyplanes">
<meta property="og:description" content="A website for a 15yo software engineer who wants to do all sorts of things">
<meta property="og:image" content="https://avatars.devrant.com/v-18_c-3_b-6_g-m_9-1_1-1_16-14_3-1_8-4_7-4_5-4_12-1_6-2_10-4_2-82_11-2_18-4_4-4_19-3_20-1_21-2.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="cozyplanes">
<meta name="twitter:description" content="A website for a 15yo software engineer who wants to do all sorts of things">
<meta name="twitter:image" content="https://avatars.devrant.com/v-18_c-3_b-6_g-m_9-1_1-1_16-14_3-1_8-4_7-4_5-4_12-1_6-2_10-4_2-82_11-2_18-4_4-4_19-3_20-1_21-2.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-diamond"></span>
</div>
<div class="content">
<div class="inner">
<h1>cozyplanes</h1>
<p>Creating world leading software mainly with C#. <br>Follow cozyplanes' journey from today. <br>Software made with <span>❤</span> in S.Korea</p>
</div>
</div>
<nav>
<ul>
<li><a href="#contactinfo">Contacts</a></li>
<li><a href="https://cozyplanes.github.io/downloads.html">Downloads</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<div id="main">
<!-- ContactInfo -->
<article id="contactinfo">
<ul class="actions">
<h2 class="major">Contact Information</h2>
<span class="image main"><img src="https://i.imgur.com/KusOld0.png" alt="" /></span>
<li><a href="https://github.com/cozyplanes">GitHub</a></li>
<li><a href="https://devrant.com/cozyplanes">devRant</a></li>
<li><a href="https://twitter.com/cozyplanes">Twitter</a></li>
<li><a href="mailto:cozyplanes@tuta.io">E-mail</a></li>
<!--<li><a href="#" class="button">TEXT</a></li>-->
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© 2016 - 2018 <a href="https://about.me/cozyplanes">cozyplanes</a> All rights reserved</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>