-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (84 loc) · 4.33 KB
/
index.html
File metadata and controls
115 lines (84 loc) · 4.33 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
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<script type="text/javascript" src="main.js"></script>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>OneSecure's Cave</title>
<meta name="description" content="Hi, I'm OneSecure (@OneSecureApp), I focus on developing security Application for users.">
<meta name="author" content="OneSecure">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="OneSecure">
<meta name="twitter:description" content="Hi, I'm OneSecure (@OneSecureApp), I focus on developing security Application for users.">
<meta property="og:type" content="article">
<meta property="og:title" content="OneSecure">
<meta property="og:description" content="Hi, I'm OneSecure (@OneSecureApp), I focus on developing security Application for users.">
<link rel="icon" type="image/png" href="favicon.png" />
<link href="favicon.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="main.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="canonical" href="https://onesecure.github.io/">
<link rel="alternate" type="application/rss+xml" title="OneSecure" href="https://onesecure.github.io/feed.xml">
</head>
<body>
<span class="mobile btn-mobile-menu">
<i class="fa fa-list btn-mobile-menu__icon"></i>
<i class="fa fa-angle-up btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover " style="background-image: url('background-cover.jpg')">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="index.html" title="OneSecure homepage" class="blog-button"><img src="logo.png" width="80" alt="OneSecure homepage" class="panel-cover__logo logo" /></a>
<h1 class="panel-cover__title panel-title"><a href="index.html" title="link to homepage for OneSecure" class="blog-button">OneSecure's Cave</a></h1>
<span class="panel-cover__subtitle panel-subtitle">Security for You</span>
<hr class="panel-cover__divider" />
<p class="panel-cover__description">Hi, We are OneSecure, We focus on developing security Application for users.</p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="https://onesecure.github.io/onesecure" target="_blank" title="OneSecure">OneSecure</a></li>
<li class="navigation__item"><a href="https://onesecure.github.io/slidingpuzzle" target="_blank" title="Sliding Puzzle">Sliding Puzzle</a></li>
<li class="navigation__item"><a href="https://onesecure.github.io/holybible" target="_blank" title="Holy Bible">Holy Bible</a></li>
</ul>
</nav>
</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div>
<nav class="cover-navigation cover-navigation--social">
<ul class="navigation">
<li class="navigation__item"><a href="https://github.com/onesecure" target="_blank" title="OneSecure">Github</a></li>
<li class="navigation__item"><a href="https://twitter.com/onesecureapp" target="_blank" title="@onesecureapp">Twitter</a></li>
</ul>
</nav>
</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<section class="footer">
<footer>
<span class="footer__copyright">© 2016 OneSecure</span>
</footer>
</section>
</div>
<div class="panel-cover--overlay cover-green"></div>
</div>
</header>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script>
</body>
</html>