-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (62 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="First impressions last forever. We build beautiful websites and apps for you, for your customers.">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="stylesheet" type="text/css" href="resources/css/queries.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,300&display=swap" rel="stylesheet">
<title>Zimvo</title>
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="resources/favicons/favicon-16x16.png">
<link rel="manifest" href="resources/favicons/site.webmanifest">
<link rel="mask-icon" href="resources/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="resources/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="resources/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>Zimvo</title>
</head>
<body>
<header class="todo">
<nav>
<div class="row">
<img src="resources/img/ZimvoHeyGirl.png" alt="thehuman logo" class="logo">
<img src="resources/img/ZimvoHeyGirl.png" alt="thehuman logo" class="logo-black">
<ul class="main-nav js-main-nav">
<li><a href="#">Who we are</a></li><!--content: who we are, what we do, why us-->
<li><a href="#">Recent projects</a></li>
<li><a href="pubs/public.html">Public <i>i</i> projects</a></li>
<li><a href="https://wa.me/+27817415188" target="_blank">Talk to us</a></li>
</ul>
<a class="mobile-nav-icon js-nav-icon"><i class="ion-toggle"></i></a>
</div>
</nav>
<div class="hero-text-box">
<h1>welcome, traveler<br>I'm doing some recon work, but feel free to <i><a href="https://wa.me/+27817415188" target="_blank">Talk to me</a></i></h1>
<a class="btn btn-full js-scroll-to-section-projects" href="pubs/public.html"><i>pub<i> Projects</a><!--we don't just build software, we build relations-->
<!-- <a class="btn btn-ghost js-scroll-to-section-packages" href="#">Sneak Peek</a> -->
</div>
</header>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/respond/1.4.2/respond.min.js"></script>
<script src="//cdn.jsdelivr.net/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.jsdelivr.net/selectivizr/1.0.3b/selectivizr.min.js"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<!-- <script src="vendors/js/jquery.waypoints.js"></script> -->
<!-- <script src="resources/js/script.js"></script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178437456-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178437456-1');
</script>
</body>
</html>