-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (138 loc) · 4.39 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>LeeVox</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link href='https://fonts.googleapis.com/css?family=Indie+Flower|Permanent+Marker' rel='stylesheet' type='text/css'>
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="shortcut icon" type="image/png" href="favicon.png" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.svg" alt="" /></span>
<h1 style="font-family: 'Permanent Marker', cursive;">LeeVox</h1>
<p style="font-family: 'Indie Flower', cursive;">a big company in the future</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#target">Target</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- target Section -->
<section id="target" class="main special">
<header class="major">
<h2>Target</h2>
</header>
<ul class="features">
<li>
<span class="icon major style1 fa-folder-open-o"></span>
<h3>Open the company</h3>
<p></p>
</li>
<li>
<span class="icon major style3 fa-floppy-o"></span>
<h3>Make more useful products</h3>
<p></p>
</li>
<li>
<span class="icon major style5 fa-caret-square-o-right"></span>
<h3>Go global</h3>
<p></p>
</li>
</ul>
<footer class="major">
<ul class="actions">
<li></li>
</ul>
</footer>
</section>
<section id="projects" class="main special">
<header class="major">
<h2>Projects</h2>
<p>
<ul class="features">
<li>
<span class="icon major style1 fa-cog"></span>
<a href="https://github.com/leevox/sdk">
<h3>SDK suite for C#</h3>
</a>
<p></p>
</li>
<li>
<span class="icon major style3 fa-calendar"></span>
<a href="https://lichvietnam.github.io">
<h3>Lịch Việt Nam - Âm Lịch</h3>
</a>
<p></p>
</li>
<li>
<span class="icon major style5 fa-quote-left"></span>
<a href="https://regextester.github.io">
<h3>Regular Expression Tester</h3>
</a>
<p></p>
</li>
</ul>
</header>
<footer class="major">
<ul class="actions">
</ul>
</footer>
</section>
<section id="contact" class="main special">
<header class="major">
<h2>Contact us</h2>
<p>
<ul class="icons" style="font-size: 30px">
<li><a href="mailto:[email protected]" class="icon fa-google alt"><span class="label">Email</span></a></li>
<li><a href="https://lethanhdat.com" target="_blank" class="icon fa-link alt"><span class="label">Website</span></a></li>
<li><a href="https://github.com/leevox" target="_blank" class="icon fa-github alt"><span class="label">Github</span></a></li>
</ul>
</p>
</header>
<footer class="major">
<ul class="actions">
</ul>
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer" style="padding: 0; margin: 0; padding-right: 5em;">
<p class="copyright" style="text-align: right">Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90206021-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-90206021-3');
</script>
</body>
</html>