-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (43 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<title>varNinja | Professional Web Development</title>
<meta charset="utf-8">
<meta name="language" content="english">
<meta http-equiv="content-type" content="text/html">
<meta name="author" content="varNinja">
<meta name="no-email-collection" content="http://www.unspam.com/noemailcollection/">
<meta name="description" content="We make your website or app idea come to life. Contact us to discuss your project!">
<meta property="og:title" content="varNinja">
<meta property="og:description" content="We make your website or app idea come to life. Contact us to discuss your project!">
<!-- <meta property="og:image" content="http://varninja.com/assets/img/ogpreview.png"> -->
<meta property="og:url" content="http://varninja.com">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/site.css">
</head>
<body>
<nav class="nav">
<div class="nav-container">
<img src="./assets/img/vn-logo.png" class="nav-title"></img>
<ul class="nav-list">
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
<span class="nav-icon"></span>
</div>
</nav>
<div class="header">
<div class="header-container">
<span class="header--cluster-image"></span>
<div class="header-content">
<div class="header--text">
<p><b>Hi there!</b> <br />We're going through a re-design right now. Check back soon!</p>
<p></p>
</div>
</div>
</div>
</div>
</body>
</html>